From 31ce147c50e853f63b70048b0bbf71bb8889ca18 Mon Sep 17 00:00:00 2001 From: egor-tensin Date: Mon, 28 Aug 2023 07:43:34 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20egor-tensin/cimp?= =?UTF-8?q?le@efb0a921609cf06080308a6a7c321d451489db8a=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 | 193339 ++++++++++++++++++++++++++ 2 files changed, 193525 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..e59fec9 --- /dev/null +++ b/test_report_clang_release/index.html @@ -0,0 +1,193339 @@ + + + + + index.html + + + +

index.html

+

Report generated on 28-Aug-2023 at 07:34:54 by pytest-html v3.2.0

+

Summary

+

34 tests ran in 222.61 seconds.

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

Results

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ResultTestDurationLinks
Passedpy/test_basic.py::test_cmd_line_version0.01
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:11 | INFO | 'server' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-server +2023-08-28 07:31:11 | INFO | 'worker' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-worker +2023-08-28 07:31:11 | INFO | 'client' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-client +2023-08-28 07:31:11 | INFO | 'sigsegv' parameter value: /home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv +2023-08-28 07:31:11 | INFO | 'project_version' parameter value: 0.0.1
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:11 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--version'] +2023-08-28 07:31:11 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--version'] completed successfully +2023-08-28 07:31:11 | INFO | Output: +cimple-server v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a) + +2023-08-28 07:31:11 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-V'] +2023-08-28 07:31:11 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-V'] completed successfully +2023-08-28 07:31:11 | INFO | Output: +cimple-server v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a) + +2023-08-28 07:31:11 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--version'] +2023-08-28 07:31:11 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--version'] completed successfully +2023-08-28 07:31:11 | INFO | Output: +cimple-worker v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a) + +2023-08-28 07:31:11 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-V'] +2023-08-28 07:31:11 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-V'] completed successfully +2023-08-28 07:31:11 | INFO | Output: +cimple-worker v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a) + +2023-08-28 07:31:11 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--version'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--version'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +cimple-client v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a) + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-V'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-V'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +cimple-client v0.0.1 (efb0a921609cf06080308a6a7c321d451489db8a)
Passedpy/test_basic.py::test_cmd_line_help0.01
+
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--help'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--help'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-h'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-h'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--help'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--help'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-h'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-h'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--help'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--help'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + run URL REV - schedule a CI run of repository at URL, revision REV + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-h'] +2023-08-28 07:31:12 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-h'] completed successfully +2023-08-28 07:31:12 | INFO | Output: +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + run URL REV - schedule a CI run of repository at URL, revision REV
Passedpy/test_basic.py::test_cmd_line_invalid_option0.01
+
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-x'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-x'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-server: invalid option -- 'x' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--invalid', 'value'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--invalid', 'value'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-server: unrecognized option '--invalid' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-x'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-x'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker: invalid option -- 'x' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--invalid', 'value'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--invalid', 'value'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker: unrecognized option '--invalid' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-x'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-x'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-client: invalid option -- 'x' +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + run URL REV - schedule a CI run of repository at URL, revision REV + +2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--invalid', 'value'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--invalid', 'value'] exited with code 1 +2023-08-28 07:31:12 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-client: unrecognized option '--invalid' +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + run URL REV - schedule a CI run of repository at URL, revision REV
Passedpy/test_basic.py::test_run_client_no_action0.07
+
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:12 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171'] exited with code 1 +2023-08-28 07:31:12 | 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: + run URL REV - schedule a CI run of repository at URL, revision REV
Passedpy/test_basic.py::test_run_client_invalid_request0.04
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite'] +2023-08-28 07:31:12 | INFO | Process 3216/cimple-server has started +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.126 | 3216 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.127 | 3216 | SQLite database version: 0 +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.127 | 3216 | Newest database version: 1 +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.127 | 3216 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.164 | 3216 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Process 3216/cimple-server is ready
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'hello'] +2023-08-28 07:31:12 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'hello'] exited with code 1 +2023-08-28 07:31:12 | 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: + run URL REV - schedule a CI run of repository at URL, revision REV
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:12 | INFO | Terminating process 3216/cimple-server +2023-08-28 07:31:12 | INFO | 3216/cimple-server: 2023-08-28 07:31:12.169 | 3216 | Shutting down
Passedpy/test_basic.py::test_run_noop_server0.06
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite'] +2023-08-28 07:31:12 | INFO | Process 3220/cimple-server has started +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.174 | 3220 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.175 | 3220 | SQLite database version: 0 +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.175 | 3220 | Newest database version: 1 +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.175 | 3220 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.229 | 3220 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Process 3220/cimple-server is ready
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:12 | INFO | Terminating process 3220/cimple-server +2023-08-28 07:31:12 | INFO | 3220/cimple-server: 2023-08-28 07:31:12.230 | 3220 | Shutting down
Passedpy/test_basic.py::test_run_noop_server_and_workers0.08
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite'] +2023-08-28 07:31:12 | INFO | Process 3223/cimple-server has started +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.236 | 3223 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.237 | 3223 | SQLite database version: 0 +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.237 | 3223 | Newest database version: 1 +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.237 | 3223 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.268 | 3223 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Process 3223/cimple-server is ready +2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:12 | INFO | Process 3226/cimple-worker has started +2023-08-28 07:31:12 | INFO | 3226/cimple-worker: 2023-08-28 07:31:12.302 | 3226 | Waiting for a new command +2023-08-28 07:31:12 | INFO | Process 3226/cimple-worker is ready +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.302 | 3223 | Waiting for new connections +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.302 | 3228 | Added a new worker 8 to the queue +2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.302 | 3223 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Process 3229/cimple-worker has started +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.314 | 3223 | Waiting for new connections +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.314 | 3231 | Added a new worker 9 to the queue +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.315 | 3223 | Waiting for new connections +2023-08-28 07:31:12 | INFO | 3229/cimple-worker: 2023-08-28 07:31:12.314 | 3229 | Waiting for a new command +2023-08-28 07:31:12 | INFO | Process 3229/cimple-worker is ready
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:12 | INFO | Terminating process 3229/cimple-worker +2023-08-28 07:31:12 | INFO | 3229/cimple-worker: 2023-08-28 07:31:12.316 | 3229 | Shutting down +2023-08-28 07:31:12 | INFO | Terminating process 3226/cimple-worker +2023-08-28 07:31:12 | INFO | 3226/cimple-worker: 2023-08-28 07:31:12.318 | 3226 | Shutting down +2023-08-28 07:31:12 | INFO | Terminating process 3223/cimple-server +2023-08-28 07:31:12 | INFO | 3223/cimple-server: 2023-08-28 07:31:12.319 | 3223 | Shutting down
Passedpy/test_repo.py::test_sigsegv0.24
+
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv'] +2023-08-28 07:31:12 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv'] exited with code -11 +2023-08-28 07:31:12 | ERROR | Output: +Started the test program.
Passedpy/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=1]0.54
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite'] +2023-08-28 07:31:12 | INFO | Process 3234/cimple-server has started +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.576 | 3234 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.576 | 3234 | SQLite database version: 0 +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.576 | 3234 | Newest database version: 1 +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.576 | 3234 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.603 | 3234 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Process 3234/cimple-server is ready +2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:12 | INFO | Process 3237/cimple-worker has started +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.616 | 3234 | Waiting for new connections +2023-08-28 07:31:12 | INFO | 3237/cimple-worker: 2023-08-28 07:31:12.617 | 3237 | Waiting for a new command +2023-08-28 07:31:12 | INFO | Process 3237/cimple-worker is ready +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.617 | 3239 | Added a new worker 8 to the queue +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.617 | 3234 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:12 | INFO | Process 3240/cimple-worker has started +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.629 | 3234 | Waiting for new connections +2023-08-28 07:31:12 | INFO | 3240/cimple-worker: 2023-08-28 07:31:12.629 | 3240 | Waiting for a new command +2023-08-28 07:31:12 | INFO | Process 3240/cimple-worker is ready +2023-08-28 07:31:12 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.629 | 3242 | Added a new worker 9 to the queue +2023-08-28 07:31:12 | INFO | 3234/cimple-server: 2023-08-28 07:31:12.630 | 3234 | Waiting for new connections +2023-08-28 07:31:12 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:12 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:12 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:12 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:12 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:13 | INFO | Executing 1 clients +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.050 | 3234 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.056 | 3257 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to the queue +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.056 | 3236 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo from the queue +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.056 | 3236 | Removed worker 8 from the queue +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.057 | 3236 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to worker 8 +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.057 | 3237 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to /tmp/git.uyte29 +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.058 | 3234 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.074 | 3237 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.075 | 3237 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.084 | 3237 | Recursively removing directory: /tmp/git.uyte29/ +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.085 | 3237 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.086 | 3237 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.086 | 3237 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.086 | 3234 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.087 | 3234 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.087 | 3265 | Added a new worker 11 to the queue +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.087 | 3234 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.089 | 3264 | Marked run 1 as finished +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.090 | 3234 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:13 | INFO | Terminating process 3240/cimple-worker +2023-08-28 07:31:13 | INFO | 3240/cimple-worker: 2023-08-28 07:31:13.113 | 3240 | Shutting down +2023-08-28 07:31:13 | INFO | Terminating process 3237/cimple-worker +2023-08-28 07:31:13 | INFO | 3237/cimple-worker: 2023-08-28 07:31:13.115 | 3237 | Shutting down +2023-08-28 07:31:13 | INFO | Terminating process 3234/cimple-server +2023-08-28 07:31:13 | INFO | 3234/cimple-server: 2023-08-28 07:31:13.116 | 3234 | Shutting down
Passedpy/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=5]0.49
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite'] +2023-08-28 07:31:13 | INFO | Process 3267/cimple-server has started +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.122 | 3267 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.122 | 3267 | SQLite database version: 0 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.122 | 3267 | Newest database version: 1 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.122 | 3267 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.163 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Process 3267/cimple-server is ready +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:13 | INFO | Process 3270/cimple-worker has started +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.176 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.177 | 3272 | Added a new worker 8 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.177 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.177 | 3270 | Waiting for a new command +2023-08-28 07:31:13 | INFO | Process 3270/cimple-worker is ready +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:13 | INFO | Process 3273/cimple-worker has started +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.190 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.190 | 3275 | Added a new worker 9 to the queue +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.190 | 3273 | Waiting for a new command +2023-08-28 07:31:13 | INFO | Process 3273/cimple-worker is ready +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.191 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:13 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:13 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:13 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:13 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:13 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:13 | INFO | Executing 5 clients +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.470 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.475 | 3289 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.475 | 3269 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.475 | 3269 | Removed worker 8 from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.475 | 3269 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 8 +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.475 | 3270 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.fSjFws +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.477 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.480 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.482 | 3270 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.485 | 3270 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.485 | 3291 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.485 | 3273 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.PDTnG5 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.485 | 3269 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.485 | 3269 | Removed worker 9 from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.485 | 3269 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 9 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.486 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.490 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.497 | 3294 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.497 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.498 | 3273 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.499 | 3273 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.503 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.505 | 3270 | Recursively removing directory: /tmp/git.fSjFws/ +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.509 | 3302 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.509 | 3270 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.509 | 3270 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.509 | 3270 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.509 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.509 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.511 | 3308 | Added a new worker 11 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.511 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.512 | 3270 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.BQzRV4 +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.512 | 3269 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.512 | 3269 | Removed worker 11 from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.512 | 3269 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 11 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.514 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.515 | 3273 | Recursively removing directory: /tmp/git.PDTnG5/ +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.518 | 3307 | Marked run 1 as finished +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.518 | 3273 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.518 | 3273 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.518 | 3273 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.519 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.520 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.520 | 3313 | Added a new worker 9 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.520 | 3269 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.520 | 3269 | Removed worker 9 from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.520 | 3269 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 9 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.521 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.520 | 3273 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.dPkjep +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.523 | 3270 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.525 | 3270 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.528 | 3311 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2023-08-28 07:31:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.527 | 3273 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.533 | 3273 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.535 | 3270 | Recursively removing directory: /tmp/git.BQzRV4/ +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.536 | 3270 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.536 | 3270 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.537 | 3270 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.537 | 3270 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.EmlgBW +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.534 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3322 | Added a new worker 13 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3269 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3269 | Removed worker 13 from the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.537 | 3269 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 13 +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.543 | 3312 | Marked run 2 as finished +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.544 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.548 | 3321 | Marked run 3 as finished +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.548 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.550 | 3270 | Checking out revision HEAD +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.551 | 3270 | Going to run: ./ci +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.558 | 3273 | Recursively removing directory: /tmp/git.dPkjep/ +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.559 | 3273 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.559 | 3273 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.560 | 3273 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.560 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.560 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.562 | 3331 | Added a new worker 11 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.563 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.563 | 3330 | Marked run 4 as finished +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.564 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.568 | 3270 | Recursively removing directory: /tmp/git.EmlgBW/ +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.569 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.569 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.569 | 3270 | Process exit code: 0 +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.569 | 3270 | Process output: 57 bytes +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.569 | 3270 | Waiting for a new command +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.570 | 3337 | Added a new worker 10 to the queue +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.570 | 3267 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.572 | 3336 | Marked run 5 as finished +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.573 | 3267 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:13 | INFO | Terminating process 3273/cimple-worker +2023-08-28 07:31:13 | INFO | 3273/cimple-worker: 2023-08-28 07:31:13.606 | 3273 | Shutting down +2023-08-28 07:31:13 | INFO | Terminating process 3270/cimple-worker +2023-08-28 07:31:13 | INFO | 3270/cimple-worker: 2023-08-28 07:31:13.609 | 3270 | Shutting down +2023-08-28 07:31:13 | INFO | Terminating process 3267/cimple-server +2023-08-28 07:31:13 | INFO | 3267/cimple-server: 2023-08-28 07:31:13.615 | 3267 | Shutting down
Passedpy/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=1]0.83
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite'] +2023-08-28 07:31:13 | INFO | Process 3339/cimple-server has started +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.623 | 3339 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.623 | 3339 | SQLite database version: 0 +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.623 | 3339 | Newest database version: 1 +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.623 | 3339 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.647 | 3339 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Process 3339/cimple-server is ready +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:13 | INFO | Process 3342/cimple-worker has started +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.661 | 3339 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3342/cimple-worker: 2023-08-28 07:31:13.661 | 3342 | Waiting for a new command +2023-08-28 07:31:13 | INFO | Process 3342/cimple-worker is ready +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.661 | 3344 | Added a new worker 8 to the queue +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.661 | 3339 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:13 | INFO | Process 3345/cimple-worker has started +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.675 | 3339 | Waiting for new connections +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.675 | 3347 | Added a new worker 9 to the queue +2023-08-28 07:31:13 | INFO | 3345/cimple-worker: 2023-08-28 07:31:13.675 | 3345 | Waiting for a new command +2023-08-28 07:31:13 | INFO | Process 3345/cimple-worker is ready +2023-08-28 07:31:13 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2023-08-28 07:31:13 | INFO | 3339/cimple-server: 2023-08-28 07:31:13.675 | 3339 | Waiting for new connections +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:13 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:13 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:13 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:13 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:13 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:14 | INFO | Executing 1 clients +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.227 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Executing 1 clients +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.229 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.233 | 3369 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.234 | 3342 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.KK1nNV +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.233 | 3341 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.233 | 3341 | Removed worker 8 from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.233 | 3341 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 8 +2023-08-28 07:31:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.241 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.244 | 3342 | Checking out revision HEAD +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.245 | 3342 | Going to run: ./ci +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.250 | 3368 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.251 | 3345 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.QCHQ15 +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.250 | 3341 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.250 | 3341 | Removed worker 9 from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.251 | 3341 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 9 +2023-08-28 07:31:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.254 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.265 | 3345 | Checking out revision HEAD +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.267 | 3345 | Going to run: ./ci +2023-08-28 07:31:14 | INFO | Executing 1 clients +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.289 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Executing 1 clients +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.299 | 3342 | Recursively removing directory: /tmp/git.KK1nNV/ +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.301 | 3342 | Process exit code: 0 +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.301 | 3342 | Process output: 57 bytes +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.301 | 3342 | Waiting for a new command +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.301 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.301 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.303 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.303 | 3389 | Added a new worker 15 to the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.303 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.304 | 3381 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.305 | 3342 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.9zmIds +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.304 | 3341 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.304 | 3341 | Removed worker 15 from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.304 | 3341 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 15 +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.306 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.308 | 3345 | Recursively removing directory: /tmp/git.QCHQ15/ +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.309 | 3345 | Process exit code: 0 +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.309 | 3345 | Process output: 57 bytes +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.309 | 3345 | Waiting for a new command +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.309 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.309 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.312 | 3392 | Added a new worker 16 to the queue +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.313 | 3342 | Checking out revision HEAD +2023-08-28 07:31:14 | INFO | Executing 1 clients +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.314 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.317 | 3342 | Going to run: ./ci +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.317 | 3388 | Marked run 1 as finished +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.317 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.320 | 3390 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.320 | 3345 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.yleW3F +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.320 | 3341 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.320 | 3341 | Removed worker 16 from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.320 | 3341 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 16 +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.320 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.328 | 3345 | Checking out revision HEAD +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.330 | 3345 | Going to run: ./ci +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.331 | 3391 | Marked run 2 as finished +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.331 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.345 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.352 | 3397 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.353 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.385 | 3342 | Recursively removing directory: /tmp/git.9zmIds/ +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.386 | 3342 | Process exit code: 0 +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.386 | 3342 | Process output: 57 bytes +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.386 | 3342 | Waiting for a new command +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.387 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.387 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.392 | 3407 | Added a new worker 10 to the queue +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.393 | 3342 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.QkCJ9v +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.392 | 3341 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.392 | 3341 | Removed worker 10 from the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.392 | 3341 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 10 +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.394 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.400 | 3342 | Checking out revision HEAD +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.400 | 3345 | Recursively removing directory: /tmp/git.yleW3F/ +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.401 | 3342 | Going to run: ./ci +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.401 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.401 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.401 | 3345 | Process exit code: 0 +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.401 | 3345 | Process output: 57 bytes +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.401 | 3345 | Waiting for a new command +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.405 | 3406 | Marked run 3 as finished +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.405 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.408 | 3411 | Added a new worker 6 to the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.408 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.414 | 3409 | Marked run 4 as finished +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.414 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.444 | 3342 | Recursively removing directory: /tmp/git.QkCJ9v/ +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.445 | 3342 | Process exit code: 0 +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.445 | 3342 | Process output: 57 bytes +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.445 | 3342 | Waiting for a new command +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.445 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.445 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.445 | 3418 | Added a new worker 11 to the queue +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.445 | 3339 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.448 | 3417 | Marked run 5 as finished +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.448 | 3339 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:14 | INFO | Terminating process 3345/cimple-worker +2023-08-28 07:31:14 | INFO | 3345/cimple-worker: 2023-08-28 07:31:14.450 | 3345 | Shutting down +2023-08-28 07:31:14 | INFO | Terminating process 3342/cimple-worker +2023-08-28 07:31:14 | INFO | 3342/cimple-worker: 2023-08-28 07:31:14.452 | 3342 | Shutting down +2023-08-28 07:31:14 | INFO | Terminating process 3339/cimple-server +2023-08-28 07:31:14 | INFO | 3339/cimple-server: 2023-08-28 07:31:14.453 | 3339 | Shutting down
Passedpy/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=5]1.20
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite'] +2023-08-28 07:31:14 | INFO | Process 3420/cimple-server has started +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.458 | 3420 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.459 | 3420 | SQLite database version: 0 +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.459 | 3420 | Newest database version: 1 +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.459 | 3420 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.482 | 3420 | Waiting for new connections +2023-08-28 07:31:14 | INFO | Process 3420/cimple-server is ready +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:14 | INFO | Process 3423/cimple-worker has started +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.496 | 3420 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.496 | 3425 | Added a new worker 8 to the queue +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.496 | 3420 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3423/cimple-worker: 2023-08-28 07:31:14.496 | 3423 | Waiting for a new command +2023-08-28 07:31:14 | INFO | Process 3423/cimple-worker is ready +2023-08-28 07:31:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:14 | INFO | Process 3426/cimple-worker has started +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.510 | 3420 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.510 | 3428 | Added a new worker 9 to the queue +2023-08-28 07:31:14 | INFO | 3420/cimple-server: 2023-08-28 07:31:14.510 | 3420 | Waiting for new connections +2023-08-28 07:31:14 | INFO | 3426/cimple-worker: 2023-08-28 07:31:14.510 | 3426 | Waiting for a new command +2023-08-28 07:31:14 | INFO | Process 3426/cimple-worker is ready +2023-08-28 07:31:14 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:14 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:14 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:14 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:14 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:14 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:14 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:14 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:14 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:15 | INFO | Executing 5 clients +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.071 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Executing 5 clients +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.080 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.083 | 3447 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.084 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.0srtPH +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.083 | 3422 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.084 | 3422 | Removed worker 8 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.084 | 3422 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 8 +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.089 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.090 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.090 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.093 | 3449 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.093 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.Bq35tI +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.093 | 3422 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.093 | 3422 | Removed worker 9 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.093 | 3422 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 9 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.099 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.099 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.104 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.108 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.114 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.115 | 3453 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.115 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.125 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.126 | 3456 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.127 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.130 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Executing 5 clients +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.136 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.137 | 3461 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.138 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.141 | 3423 | Recursively removing directory: /tmp/git.0srtPH/ +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.142 | 3466 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.143 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.143 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.143 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.143 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.143 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.146 | 3469 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.148 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3474 | Added a new worker 13 to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.152 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.oA9PGC +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3422 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3422 | Removed worker 13 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3422 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.151 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.153 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.154 | 3426 | Recursively removing directory: /tmp/git.Bq35tI/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.155 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.155 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.156 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.156 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.157 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.159 | 3473 | Marked run 1 as finished +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.159 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.161 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.162 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.162 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.164 | 3481 | Added a new worker 17 to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.165 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.tZI5wR +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.164 | 3422 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.164 | 3422 | Removed worker 17 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.165 | 3422 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 17 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.165 | 3478 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.166 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.170 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.174 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.174 | 3479 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.174 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.175 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.178 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.180 | 3480 | Marked run 2 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.180 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.183 | 3482 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.184 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.186 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.188 | 3488 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.196 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.196 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.198 | 3423 | Recursively removing directory: /tmp/git.oA9PGC/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.200 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.200 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.200 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.201 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.201 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.201 | 3499 | Added a new worker 15 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.203 | 3422 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.203 | 3422 | Removed worker 15 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.203 | 3422 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.204 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.208 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.l19Ueq +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.212 | 3491 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.213 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.219 | 3496 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.220 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.223 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.225 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.226 | 3498 | Marked run 3 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.226 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.230 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Executing 5 clients +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | Executing 5 clients +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.239 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.240 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.241 | 3506 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.241 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.248 | 3508 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.250 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.252 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.253 | 3509 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.253 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.253 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.262 | 3426 | Recursively removing directory: /tmp/git.tZI5wR/ +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.264 | 3518 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.264 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.264 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.264 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.265 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.265 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.267 | 3519 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.268 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.269 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.274 | 3423 | Recursively removing directory: /tmp/git.l19Ueq/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.275 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.275 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.275 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.275 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.276 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.279 | 3527 | Added a new worker 16 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.279 | 3422 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.279 | 3422 | Removed worker 16 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.279 | 3422 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 16 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.279 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.k948eK +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.280 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.281 | 3523 | Added a new worker 15 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.281 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.281 | 3422 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.281 | 3422 | Removed worker 15 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.281 | 3422 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.282 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.OIFmwh +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.284 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.290 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.292 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.293 | 3525 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.293 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.295 | 3526 | Marked run 5 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.295 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.293 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.296 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.298 | 3522 | Marked run 4 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.298 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.301 | 3528 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.301 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.305 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.325 | 3534 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.326 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.334 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.338 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.350 | 3539 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.352 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.353 | 3538 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.353 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.358 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.361 | 3426 | Recursively removing directory: /tmp/git.OIFmwh/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.363 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.363 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.363 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.364 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.364 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.366 | 3423 | Recursively removing directory: /tmp/git.k948eK/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.367 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.367 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.367 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.368 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.369 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.370 | 3551 | Added a new worker 17 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.370 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.370 | 3422 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.370 | 3422 | Removed worker 17 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.371 | 3422 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 17 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.371 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.Qed6U7 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.372 | 3553 | Added a new worker 11 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.372 | 3422 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.372 | 3422 | Removed worker 11 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.372 | 3422 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.373 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.373 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.376 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.bw6jBp +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.380 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.381 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.383 | 3548 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.384 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.387 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.387 | 3550 | Marked run 7 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.388 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.388 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.389 | 3552 | Marked run 6 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.389 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.401 | 3554 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2023-08-28 07:31:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.408 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.411 | 3423 | Recursively removing directory: /tmp/git.bw6jBp/ +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.413 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.412 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.412 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.413 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.413 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.414 | 3564 | Added a new worker 11 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.414 | 3422 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.414 | 3422 | Removed worker 11 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.414 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.414 | 3422 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.414 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.7fqDo1 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.420 | 3563 | Marked run 9 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.421 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.420 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.421 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.443 | 3426 | Recursively removing directory: /tmp/git.Qed6U7/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.445 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.445 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.445 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.445 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.445 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.451 | 3573 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.452 | 3422 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.452 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.452 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.452 | 3422 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.452 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.7BWvnf +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.459 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.460 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.462 | 3572 | Marked run 8 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.462 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.462 | 3423 | Recursively removing directory: /tmp/git.7fqDo1/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.464 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.464 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.464 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.464 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.465 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.467 | 3579 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.467 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.ApLgiu +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.467 | 3422 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.467 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.467 | 3422 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.469 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.473 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.474 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.477 | 3578 | Marked run 10 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.477 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.477 | 3426 | Recursively removing directory: /tmp/git.7BWvnf/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.478 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.478 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.478 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3587 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.480 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.dJkFRr +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3422 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.479 | 3422 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.481 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.486 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.487 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.493 | 3586 | Marked run 11 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.493 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.500 | 3423 | Recursively removing directory: /tmp/git.ApLgiu/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.501 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.501 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.501 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.501 | 3426 | Recursively removing directory: /tmp/git.dJkFRr/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.502 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.502 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.502 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.503 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.503 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.503 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.503 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.504 | 3600 | Added a new worker 14 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.504 | 3422 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.504 | 3422 | Removed worker 14 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.504 | 3422 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 14 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.505 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.505 | 3602 | Added a new worker 9 to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.506 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.0G86Xi +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.506 | 3422 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.506 | 3422 | Removed worker 9 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.506 | 3422 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 9 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.506 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.V5j6Oq +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.507 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.512 | 3599 | Marked run 12 as finished +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.513 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.513 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.514 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.514 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.514 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.518 | 3601 | Marked run 13 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.518 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.522 | 3423 | Recursively removing directory: /tmp/git.V5j6Oq/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.523 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.523 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3616 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3422 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.524 | 3422 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.524 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.524 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.b3E4Vd +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.525 | 3426 | Recursively removing directory: /tmp/git.0G86Xi/ +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.525 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.526 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.526 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.526 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.526 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.527 | 3618 | Added a new worker 13 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.530 | 3422 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.530 | 3422 | Removed worker 13 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.530 | 3422 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.531 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.531 | 3615 | Marked run 14 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.531 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.531 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.530 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.nCdWhp +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.533 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.535 | 3617 | Marked run 15 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.535 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.543 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.545 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.546 | 3423 | Recursively removing directory: /tmp/git.b3E4Vd/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.547 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.547 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3627 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3422 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.547 | 3422 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.547 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.548 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.sZvmVd +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.548 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.555 | 3426 | Recursively removing directory: /tmp/git.nCdWhp/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.556 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.556 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.557 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.555 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.556 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.557 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.557 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.558 | 3626 | Marked run 16 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.558 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.559 | 3635 | Added a new worker 7 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.559 | 3422 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.559 | 3422 | Removed worker 7 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.559 | 3422 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 7 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.560 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.I4aBFg +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.560 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.565 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.566 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.565 | 3634 | Marked run 17 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.567 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.569 | 3423 | Recursively removing directory: /tmp/git.sZvmVd/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.570 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.570 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.570 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.571 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.570 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.572 | 3645 | Added a new worker 11 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.572 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.572 | 3422 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.572 | 3422 | Removed worker 11 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.572 | 3422 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.572 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.3GOq2O +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.577 | 3426 | Recursively removing directory: /tmp/git.I4aBFg/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.578 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.578 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.578 | 3644 | Marked run 18 as finished +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.578 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3650 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.579 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3422 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3422 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.579 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.579 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.7nfB5H +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.580 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.585 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.586 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.588 | 3649 | Marked run 19 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.588 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.590 | 3423 | Recursively removing directory: /tmp/git.3GOq2O/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.591 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.591 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.591 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.591 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.591 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.592 | 3661 | Added a new worker 11 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.592 | 3422 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.592 | 3422 | Removed worker 11 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.592 | 3422 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.592 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.0yKtCY +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.593 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.597 | 3426 | Recursively removing directory: /tmp/git.7nfB5H/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.599 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.599 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.599 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.598 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.599 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.599 | 3660 | Marked run 20 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.599 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.599 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.600 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.600 | 3666 | Added a new worker 6 to the queue +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.600 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.3qtbRa +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.600 | 3422 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.600 | 3422 | Removed worker 6 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.600 | 3422 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 6 +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.602 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.610 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.611 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.612 | 3665 | Marked run 21 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.612 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.613 | 3423 | Recursively removing directory: /tmp/git.0yKtCY/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.615 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.615 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.615 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3676 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3422 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.615 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.616 | 3422 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.616 | 3423 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.FWuN0u +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.621 | 3675 | Marked run 22 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.621 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.622 | 3426 | Recursively removing directory: /tmp/git.3qtbRa/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.623 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.623 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.622 | 3423 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.623 | 3423 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3682 | Added a new worker 10 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3422 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3422 | Removed worker 10 from the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.624 | 3422 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.624 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.625 | 3426 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.OpKijz +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.627 | 3681 | Marked run 23 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.627 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.632 | 3426 | Checking out revision HEAD +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.634 | 3426 | Going to run: ./ci +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.636 | 3423 | Recursively removing directory: /tmp/git.FWuN0u/ +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.637 | 3423 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.637 | 3423 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.637 | 3423 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.637 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.639 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.639 | 3693 | Added a new worker 11 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.639 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.642 | 3691 | Marked run 24 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.642 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.643 | 3426 | Recursively removing directory: /tmp/git.OpKijz/ +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.644 | 3426 | Process exit code: 0 +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.644 | 3426 | Process output: 57 bytes +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.644 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.644 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.644 | 3426 | Waiting for a new command +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.644 | 3698 | Added a new worker 12 to the queue +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.645 | 3420 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.646 | 3697 | Marked run 25 as finished +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.646 | 3420 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:15 | INFO | Terminating process 3426/cimple-worker +2023-08-28 07:31:15 | INFO | 3426/cimple-worker: 2023-08-28 07:31:15.649 | 3426 | Shutting down +2023-08-28 07:31:15 | INFO | Terminating process 3423/cimple-worker +2023-08-28 07:31:15 | INFO | 3423/cimple-worker: 2023-08-28 07:31:15.657 | 3423 | Shutting down +2023-08-28 07:31:15 | INFO | Terminating process 3420/cimple-server +2023-08-28 07:31:15 | INFO | 3420/cimple-server: 2023-08-28 07:31:15.661 | 3420 | Shutting down
Passedpy/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=1]0.40
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite'] +2023-08-28 07:31:15 | INFO | Process 3700/cimple-server has started +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.667 | 3700 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.667 | 3700 | SQLite database version: 0 +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.667 | 3700 | Newest database version: 1 +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.667 | 3700 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.713 | 3700 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Process 3700/cimple-server is ready +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:15 | INFO | Process 3703/cimple-worker has started +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.726 | 3700 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.726 | 3705 | Added a new worker 8 to the queue +2023-08-28 07:31:15 | INFO | 3703/cimple-worker: 2023-08-28 07:31:15.726 | 3703 | Waiting for a new command +2023-08-28 07:31:15 | INFO | Process 3703/cimple-worker is ready +2023-08-28 07:31:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:15 | INFO | Process 3706/cimple-worker has started +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.726 | 3700 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.739 | 3700 | Waiting for new connections +2023-08-28 07:31:15 | INFO | 3706/cimple-worker: 2023-08-28 07:31:15.739 | 3706 | Waiting for a new command +2023-08-28 07:31:15 | INFO | Process 3706/cimple-worker is ready +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.739 | 3708 | Added a new worker 9 to the queue +2023-08-28 07:31:15 | INFO | 3700/cimple-server: 2023-08-28 07:31:15.739 | 3700 | Waiting for new connections +2023-08-28 07:31:15 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:15 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:15 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:15 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:15 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:15 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:15 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:15 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:15 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:16 | INFO | Executing 1 clients +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.006 | 3700 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.018 | 3722 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to the queue +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.018 | 3702 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo from the queue +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.019 | 3702 | Removed worker 8 from the queue +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.019 | 3702 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to worker 8 +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.019 | 3703 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to /tmp/git.4DvpWM +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.019 | 3700 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.024 | 3703 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.025 | 3703 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.032 | 3703 | Recursively removing directory: /tmp/git.4DvpWM/ +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.033 | 3703 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.033 | 3703 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.034 | 3703 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.034 | 3700 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.035 | 3700 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.035 | 3729 | Added a new worker 11 to the queue +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.035 | 3700 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.038 | 3728 | Marked run 1 as finished +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.038 | 3700 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:16 | INFO | Terminating process 3706/cimple-worker +2023-08-28 07:31:16 | INFO | 3706/cimple-worker: 2023-08-28 07:31:16.068 | 3706 | Shutting down +2023-08-28 07:31:16 | INFO | Terminating process 3703/cimple-worker +2023-08-28 07:31:16 | INFO | 3703/cimple-worker: 2023-08-28 07:31:16.070 | 3703 | Shutting down +2023-08-28 07:31:16 | INFO | Terminating process 3700/cimple-server +2023-08-28 07:31:16 | INFO | 3700/cimple-server: 2023-08-28 07:31:16.071 | 3700 | Shutting down
Passedpy/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=5]0.45
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite'] +2023-08-28 07:31:16 | INFO | Process 3731/cimple-server has started +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.076 | 3731 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.077 | 3731 | SQLite database version: 0 +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.077 | 3731 | Newest database version: 1 +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.077 | 3731 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.118 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Process 3731/cimple-server is ready +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:16 | INFO | Process 3734/cimple-worker has started +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.131 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.131 | 3736 | Added a new worker 8 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.131 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.131 | 3734 | Waiting for a new command +2023-08-28 07:31:16 | INFO | Process 3734/cimple-worker is ready +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:16 | INFO | Process 3737/cimple-worker has started +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.143 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.143 | 3739 | Added a new worker 9 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.143 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.143 | 3737 | Waiting for a new command +2023-08-28 07:31:16 | INFO | Process 3737/cimple-worker is ready +2023-08-28 07:31:16 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:16 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:16 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:16 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:16 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:16 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:16 | INFO | Executing 5 clients +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.395 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.399 | 3753 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.399 | 3733 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.399 | 3733 | Removed worker 8 from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.399 | 3733 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 8 +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.399 | 3734 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.gztLqu +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.401 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.405 | 3734 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.406 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.406 | 3734 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.412 | 3755 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.413 | 3737 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.6vFoSc +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.412 | 3733 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.412 | 3733 | Removed worker 9 from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.412 | 3733 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 9 +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.415 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.418 | 3734 | Recursively removing directory: /tmp/git.gztLqu/ +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.419 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.419 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.419 | 3734 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.419 | 3734 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.419 | 3734 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.420 | 3737 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.421 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.422 | 3737 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.422 | 3763 | Added a new worker 12 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.422 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.426 | 3762 | Marked run 1 as finished +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.429 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.430 | 3737 | Recursively removing directory: /tmp/git.6vFoSc/ +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.432 | 3737 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.432 | 3737 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.432 | 3737 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.432 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.432 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.433 | 3771 | Added a new worker 14 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.433 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.439 | 3764 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.439 | 3733 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.439 | 3733 | Removed worker 12 from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.439 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.439 | 3733 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 12 +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.440 | 3734 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.e7AimG +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.443 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.444 | 3770 | Marked run 2 as finished +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.444 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.448 | 3734 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.449 | 3734 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.450 | 3773 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.451 | 3737 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.3aBEQw +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.451 | 3733 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.451 | 3733 | Removed worker 14 from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.451 | 3733 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 14 +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.452 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.455 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.459 | 3734 | Recursively removing directory: /tmp/git.e7AimG/ +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.460 | 3737 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.461 | 3737 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.461 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.461 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.461 | 3782 | Added a new worker 13 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.462 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.461 | 3734 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.461 | 3734 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.461 | 3734 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.464 | 3778 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.464 | 3733 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.464 | 3733 | Removed worker 13 from the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.464 | 3733 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 13 +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.464 | 3734 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.JOR6No +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.465 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.470 | 3734 | Checking out revision HEAD +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.471 | 3734 | Going to run: ./ci +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.481 | 3781 | Marked run 3 as finished +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.481 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.484 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.484 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.484 | 3791 | Added a new worker 10 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.484 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.482 | 3737 | Recursively removing directory: /tmp/git.3aBEQw/ +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.484 | 3737 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.484 | 3737 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.484 | 3737 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.488 | 3790 | Marked run 4 as finished +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.488 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.489 | 3734 | Recursively removing directory: /tmp/git.JOR6No/ +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.491 | 3734 | Process exit code: 0 +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.491 | 3734 | Process output: 0 bytes +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.491 | 3734 | Waiting for a new command +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.491 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.491 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.491 | 3796 | Added a new worker 11 to the queue +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.491 | 3731 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.494 | 3795 | Marked run 5 as finished +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.494 | 3731 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:16 | INFO | Terminating process 3737/cimple-worker +2023-08-28 07:31:16 | INFO | 3737/cimple-worker: 2023-08-28 07:31:16.527 | 3737 | Shutting down +2023-08-28 07:31:16 | INFO | Terminating process 3734/cimple-worker +2023-08-28 07:31:16 | INFO | 3734/cimple-worker: 2023-08-28 07:31:16.528 | 3734 | Shutting down +2023-08-28 07:31:16 | INFO | Terminating process 3731/cimple-server +2023-08-28 07:31:16 | INFO | 3731/cimple-server: 2023-08-28 07:31:16.530 | 3731 | Shutting down
Passedpy/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=1]0.94
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite'] +2023-08-28 07:31:16 | INFO | Process 3798/cimple-server has started +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.535 | 3798 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.536 | 3798 | SQLite database version: 0 +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.536 | 3798 | Newest database version: 1 +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.536 | 3798 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.580 | 3798 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Process 3798/cimple-server is ready +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:16 | INFO | Process 3801/cimple-worker has started +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.593 | 3798 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.593 | 3803 | Added a new worker 8 to the queue +2023-08-28 07:31:16 | INFO | 3801/cimple-worker: 2023-08-28 07:31:16.593 | 3801 | Waiting for a new command +2023-08-28 07:31:16 | INFO | Process 3801/cimple-worker is ready +2023-08-28 07:31:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:16 | INFO | Process 3804/cimple-worker has started +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.594 | 3798 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.606 | 3798 | Waiting for new connections +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.606 | 3806 | Added a new worker 9 to the queue +2023-08-28 07:31:16 | INFO | 3804/cimple-worker: 2023-08-28 07:31:16.606 | 3804 | Waiting for a new command +2023-08-28 07:31:16 | INFO | Process 3804/cimple-worker is ready +2023-08-28 07:31:16 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:16 | INFO | 3798/cimple-server: 2023-08-28 07:31:16.606 | 3798 | Waiting for new connections +2023-08-28 07:31:16 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:16 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:16 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:16 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:16 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:17 | INFO | Executing 1 clients +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.205 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.221 | 3824 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.221 | 3800 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.221 | 3800 | Removed worker 8 from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.221 | 3800 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 8 +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.221 | 3801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.cMxCBo +2023-08-28 07:31:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.222 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.232 | 3801 | Checking out revision HEAD +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.233 | 3801 | Going to run: ./ci +2023-08-28 07:31:17 | INFO | Executing 1 clients +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.246 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | Executing 1 clients +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.254 | 3830 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.254 | 3800 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.254 | 3800 | Removed worker 9 from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.255 | 3800 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 9 +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.255 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.255 | 3804 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.f4yOZf +2023-08-28 07:31:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:17 | INFO | Executing 1 clients +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.261 | 3804 | Checking out revision HEAD +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.262 | 3804 | Going to run: ./ci +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.267 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.269 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2023-08-28 07:31:17 | INFO | Executing 1 clients +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.279 | 3835 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2023-08-28 07:31:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.281 | 3801 | Recursively removing directory: /tmp/git.cMxCBo/ +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.282 | 3801 | Process exit code: 0 +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.282 | 3801 | Process output: 0 bytes +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.283 | 3801 | Waiting for a new command +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.283 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.283 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.288 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.290 | 3845 | Added a new worker 7 to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.290 | 3800 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.290 | 3800 | Removed worker 7 from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.292 | 3800 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 7 +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.292 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.293 | 3837 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.293 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.297 | 3844 | Marked run 1 as finished +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.297 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.292 | 3801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.FwgOg7 +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.302 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.305 | 3801 | Checking out revision HEAD +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.307 | 3801 | Going to run: ./ci +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.315 | 3848 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2023-08-28 07:31:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.320 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.329 | 3804 | Recursively removing directory: /tmp/git.f4yOZf/ +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.331 | 3804 | Process exit code: 0 +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.331 | 3804 | Process output: 0 bytes +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.331 | 3804 | Waiting for a new command +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.331 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.332 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.336 | 3852 | Added a new worker 10 to the queue +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.337 | 3804 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.Fvdiqi +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.337 | 3800 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.337 | 3800 | Removed worker 10 from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.337 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.337 | 3800 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 10 +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.346 | 3851 | Marked run 2 as finished +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.349 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.349 | 3804 | Checking out revision HEAD +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.351 | 3804 | Going to run: ./ci +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.370 | 3801 | Recursively removing directory: /tmp/git.FwgOg7/ +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.371 | 3801 | Process exit code: 0 +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.371 | 3801 | Process output: 0 bytes +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.372 | 3801 | Waiting for a new command +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.372 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.372 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.380 | 3859 | Added a new worker 10 to the queue +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.381 | 3801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.gPJf2Q +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.381 | 3800 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.381 | 3800 | Removed worker 10 from the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.381 | 3800 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 10 +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.383 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.386 | 3801 | Checking out revision HEAD +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.387 | 3801 | Going to run: ./ci +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.390 | 3858 | Marked run 3 as finished +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.391 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.414 | 3804 | Recursively removing directory: /tmp/git.Fvdiqi/ +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.415 | 3804 | Process exit code: 0 +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.415 | 3804 | Process output: 0 bytes +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.415 | 3804 | Waiting for a new command +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.416 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.416 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.430 | 3866 | Added a new worker 10 to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.431 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.433 | 3801 | Recursively removing directory: /tmp/git.gPJf2Q/ +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.435 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.435 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.435 | 3801 | Process exit code: 0 +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.435 | 3801 | Process output: 0 bytes +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.435 | 3801 | Waiting for a new command +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.436 | 3865 | Marked run 4 as finished +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.436 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.440 | 3871 | Added a new worker 6 to the queue +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.440 | 3798 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.444 | 3870 | Marked run 5 as finished +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.446 | 3798 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:17 | INFO | Terminating process 3804/cimple-worker +2023-08-28 07:31:17 | INFO | 3804/cimple-worker: 2023-08-28 07:31:17.472 | 3804 | Shutting down +2023-08-28 07:31:17 | INFO | Terminating process 3801/cimple-worker +2023-08-28 07:31:17 | INFO | 3801/cimple-worker: 2023-08-28 07:31:17.475 | 3801 | Shutting down +2023-08-28 07:31:17 | INFO | Terminating process 3798/cimple-server +2023-08-28 07:31:17 | INFO | 3798/cimple-server: 2023-08-28 07:31:17.479 | 3798 | Shutting down
Passedpy/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=5]1.19
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite'] +2023-08-28 07:31:17 | INFO | Process 3873/cimple-server has started +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.485 | 3873 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.485 | 3873 | SQLite database version: 0 +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.485 | 3873 | Newest database version: 1 +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.485 | 3873 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.519 | 3873 | Waiting for new connections +2023-08-28 07:31:17 | INFO | Process 3873/cimple-server is ready +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:17 | INFO | Process 3876/cimple-worker has started +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.532 | 3873 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.532 | 3878 | Added a new worker 8 to the queue +2023-08-28 07:31:17 | INFO | 3876/cimple-worker: 2023-08-28 07:31:17.532 | 3876 | Waiting for a new command +2023-08-28 07:31:17 | INFO | Process 3876/cimple-worker is ready +2023-08-28 07:31:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:17 | INFO | Process 3879/cimple-worker has started +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.532 | 3873 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.546 | 3873 | Waiting for new connections +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.546 | 3881 | Added a new worker 9 to the queue +2023-08-28 07:31:17 | INFO | 3879/cimple-worker: 2023-08-28 07:31:17.546 | 3879 | Waiting for a new command +2023-08-28 07:31:17 | INFO | Process 3879/cimple-worker is ready +2023-08-28 07:31:17 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:17 | INFO | 3873/cimple-server: 2023-08-28 07:31:17.546 | 3873 | Waiting for new connections +2023-08-28 07:31:17 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:17 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:17 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:17 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:17 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:17 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:17 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:17 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:18 | INFO | Executing 5 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.103 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.113 | 3899 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.114 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.0PAVl5 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.113 | 3875 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.113 | 3875 | Removed worker 8 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.113 | 3875 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 8 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.114 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.120 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.121 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.127 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Executing 5 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.132 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.138 | 3904 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.138 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.XcJCKt +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.138 | 3875 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.138 | 3875 | Removed worker 9 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.138 | 3875 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.141 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.144 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.146 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.151 | 3905 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.152 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.166 | 3876 | Recursively removing directory: /tmp/git.0PAVl5/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.168 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.168 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.169 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.169 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.170 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.169 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.171 | 3910 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.171 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.176 | 3918 | Added a new worker 7 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.176 | 3875 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.176 | 3875 | Removed worker 7 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.177 | 3875 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 7 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.177 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.177 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.EARlJo +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.179 | 3879 | Recursively removing directory: /tmp/git.XcJCKt/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.182 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.182 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.181 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.182 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.182 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.185 | 3917 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.187 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.187 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.189 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.191 | 3916 | Marked run 1 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.191 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.196 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.197 | 3923 | Added a new worker 10 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.197 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.197 | 3875 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.197 | 3875 | Removed worker 10 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.197 | 3875 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.197 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.JyPTqv +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.202 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.205 | 3922 | Marked run 2 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.206 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Executing 5 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.210 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.211 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.211 | 3926 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.212 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.214 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.218 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.222 | 3933 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.223 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.224 | 3927 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.225 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.229 | 3935 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.229 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.233 | 3876 | Recursively removing directory: /tmp/git.EARlJo/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.234 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.234 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.234 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.235 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.235 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.235 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.239 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.239 | 3946 | Added a new worker 14 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.239 | 3875 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.239 | 3875 | Removed worker 14 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.239 | 3875 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 14 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.239 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.3S4pOA +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.240 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Executing 5 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.243 | 3945 | Marked run 3 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.243 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.244 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Executing 5 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.246 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.246 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.247 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.249 | 3879 | Recursively removing directory: /tmp/git.JyPTqv/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.251 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.251 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.251 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.251 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.251 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.253 | 3952 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.254 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.254 | 3956 | Added a new worker 7 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.254 | 3875 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.254 | 3875 | Removed worker 7 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.254 | 3875 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 7 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.255 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.mdnfm6 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.256 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.257 | 3949 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.257 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.262 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.264 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.264 | 3955 | Marked run 4 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.265 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.267 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.267 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.268 | 3947 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.268 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.273 | 3953 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.274 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.274 | 3876 | Recursively removing directory: /tmp/git.3S4pOA/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.276 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.276 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.276 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.276 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.276 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.278 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.282 | 3879 | Recursively removing directory: /tmp/git.mdnfm6/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.283 | 3962 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.283 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.283 | 3970 | Added a new worker 19 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.284 | 3875 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.284 | 3875 | Removed worker 19 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.284 | 3875 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 19 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.284 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.285 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.7rxDgC +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.287 | 3963 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.287 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.287 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.287 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.287 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.287 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.290 | 3969 | Marked run 5 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.290 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.291 | 3978 | Added a new worker 9 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.291 | 3875 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.291 | 3875 | Removed worker 9 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.291 | 3875 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.292 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.ozLa6k +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.292 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.293 | 3975 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.293 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.295 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.302 | 3972 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.306 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.306 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.305 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.309 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.310 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.312 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.312 | 3977 | Marked run 6 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.312 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.313 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.314 | 3981 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.314 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.321 | 3985 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.322 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.324 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.329 | 3982 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.330 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.334 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.336 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.336 | 3989 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.337 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.345 | 3876 | Recursively removing directory: /tmp/git.7rxDgC/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.346 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.348 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.348 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.348 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.348 | 3993 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.349 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.350 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.350 | 3879 | Recursively removing directory: /tmp/git.ozLa6k/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.351 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.353 | 3995 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.354 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.357 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.357 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.357 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 4003 | Added a new worker 12 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 3875 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 3875 | Removed worker 12 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.358 | 3875 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 12 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.358 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.IxZZom +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.359 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.359 | 4006 | Added a new worker 15 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.359 | 3875 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.359 | 3875 | Removed worker 15 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.359 | 3875 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 15 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.360 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.RUerSL +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.360 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.365 | 4002 | Marked run 7 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.365 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.368 | 4005 | Marked run 8 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.368 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.369 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.370 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.371 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.376 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.378 | 4001 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.381 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.384 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.392 | 4010 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.393 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.430 | 3876 | Recursively removing directory: /tmp/git.IxZZom/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.431 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.431 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.432 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.432 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.432 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.436 | 4019 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.437 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.hUxyqX +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.437 | 3875 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.437 | 3875 | Removed worker 11 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.437 | 3875 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.438 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.440 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.440 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.438 | 3879 | Recursively removing directory: /tmp/git.RUerSL/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.440 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.440 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.440 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.446 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.447 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.448 | 4018 | Marked run 9 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.448 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.450 | 4021 | Added a new worker 6 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.451 | 3875 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.451 | 3875 | Removed worker 6 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.451 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.451 | 3875 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 6 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.452 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.XPNpFw +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.456 | 4020 | Marked run 10 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.456 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.459 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.460 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.486 | 3876 | Recursively removing directory: /tmp/git.hUxyqX/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.489 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.489 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.489 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.489 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.489 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.489 | 3879 | Recursively removing directory: /tmp/git.XPNpFw/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.490 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.490 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.490 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.490 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.491 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.496 | 4033 | Added a new worker 14 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.496 | 3875 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.496 | 3875 | Removed worker 14 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.497 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.497 | 3875 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 14 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.497 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.zjo22z +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.497 | 4035 | Added a new worker 9 to the queue +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.498 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.EepEO7 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.498 | 3875 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.498 | 3875 | Removed worker 9 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.498 | 3875 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.499 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.500 | 4034 | Marked run 12 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.500 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.503 | 4032 | Marked run 11 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.503 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.508 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.510 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.510 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.512 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.527 | 3879 | Recursively removing directory: /tmp/git.EepEO7/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.528 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.528 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.529 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.529 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.529 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.531 | 3876 | Recursively removing directory: /tmp/git.zjo22z/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.533 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.533 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.533 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.533 | 4047 | Added a new worker 15 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.533 | 3875 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.533 | 3875 | Removed worker 15 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.533 | 3875 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 15 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.534 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.534 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.YFeeYz +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.533 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.534 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.535 | 4046 | Marked run 14 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.535 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.536 | 4049 | Added a new worker 6 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.538 | 3875 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.538 | 3875 | Removed worker 6 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.538 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.539 | 3875 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 6 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.539 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.bqMNOj +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.539 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.541 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.546 | 4048 | Marked run 13 as finished +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.546 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.546 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.547 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.551 | 3879 | Recursively removing directory: /tmp/git.YFeeYz/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.552 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.552 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.552 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.552 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.552 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.553 | 4059 | Added a new worker 10 to the queue +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.553 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.JxtQFx +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.553 | 3875 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.553 | 3875 | Removed worker 10 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.553 | 3875 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.554 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.554 | 3876 | Recursively removing directory: /tmp/git.bqMNOj/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.556 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.556 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.556 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.557 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.556 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.557 | 4063 | Added a new worker 13 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.557 | 3875 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.557 | 3875 | Removed worker 13 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.557 | 3875 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 13 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.558 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.558 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.oQij0R +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.561 | 4058 | Marked run 15 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.561 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.564 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.564 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.565 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.567 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.567 | 4062 | Marked run 16 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.568 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.573 | 3876 | Recursively removing directory: /tmp/git.oQij0R/ +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.574 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.574 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.574 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.574 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.574 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.575 | 4075 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.575 | 3879 | Recursively removing directory: /tmp/git.JxtQFx/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.576 | 3875 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.576 | 3875 | Removed worker 11 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.576 | 3875 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.576 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.577 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.VLC3by +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.578 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.578 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.578 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.578 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.579 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.EpdZC0 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.578 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.579 | 4077 | Added a new worker 14 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.579 | 3875 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.579 | 3875 | Removed worker 14 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.579 | 3875 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 14 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.579 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.581 | 4074 | Marked run 18 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.582 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.586 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.586 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.587 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.588 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.588 | 4076 | Marked run 17 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.588 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.594 | 3879 | Recursively removing directory: /tmp/git.EpdZC0/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.595 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.595 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.596 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.596 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.596 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.597 | 4089 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.598 | 3876 | Recursively removing directory: /tmp/git.VLC3by/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.598 | 3875 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.598 | 3875 | Removed worker 11 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.598 | 3875 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.598 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.599 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.aYk3rM +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.599 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.599 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.599 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.599 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.599 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.599 | 4091 | Added a new worker 13 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.600 | 3875 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.600 | 3875 | Removed worker 13 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.600 | 3875 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 13 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.600 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.600 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.ke55Z8 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.601 | 4088 | Marked run 20 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.601 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.607 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.607 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.608 | 4090 | Marked run 19 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.608 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.608 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.609 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.615 | 3879 | Recursively removing directory: /tmp/git.aYk3rM/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.616 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.616 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.617 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 4103 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 3875 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 3875 | Removed worker 11 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.617 | 3875 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.618 | 3876 | Recursively removing directory: /tmp/git.ke55Z8/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.619 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.617 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.8I26Cm +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.619 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.620 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.620 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.620 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.620 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.620 | 4105 | Added a new worker 13 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.621 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.621 | 3875 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.621 | 3875 | Removed worker 13 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.621 | 3875 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 13 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.621 | 3876 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.0W6528 +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.623 | 4102 | Marked run 21 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.624 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.625 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.626 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.627 | 3876 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.628 | 3876 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.631 | 4104 | Marked run 22 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.631 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.636 | 3879 | Recursively removing directory: /tmp/git.8I26Cm/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.638 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.638 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.638 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.638 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.639 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.639 | 4117 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.639 | 3875 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.639 | 3875 | Removed worker 11 from the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.639 | 3875 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.639 | 3879 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.y2Qjku +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.640 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.640 | 3876 | Recursively removing directory: /tmp/git.0W6528/ +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.642 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.642 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.642 | 3876 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.642 | 3876 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.643 | 3876 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.643 | 4119 | Added a new worker 14 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.643 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.647 | 3879 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.647 | 3879 | Going to run: ./ci +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.648 | 4116 | Marked run 23 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.648 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.658 | 4118 | Marked run 24 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.658 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.659 | 3879 | Recursively removing directory: /tmp/git.y2Qjku/ +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.661 | 3879 | Process exit code: 0 +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.661 | 3879 | Process output: 0 bytes +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.661 | 3879 | Waiting for a new command +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.661 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.661 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.661 | 4126 | Added a new worker 11 to the queue +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.661 | 3873 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.665 | 4125 | Marked run 25 as finished +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.665 | 3873 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:18 | INFO | Terminating process 3879/cimple-worker +2023-08-28 07:31:18 | INFO | 3879/cimple-worker: 2023-08-28 07:31:18.668 | 3879 | Shutting down +2023-08-28 07:31:18 | INFO | Terminating process 3876/cimple-worker +2023-08-28 07:31:18 | INFO | 3876/cimple-worker: 2023-08-28 07:31:18.670 | 3876 | Shutting down +2023-08-28 07:31:18 | INFO | Terminating process 3873/cimple-server +2023-08-28 07:31:18 | INFO | 3873/cimple-server: 2023-08-28 07:31:18.671 | 3873 | Shutting down
Passedpy/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=1]0.38
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite'] +2023-08-28 07:31:18 | INFO | Process 4128/cimple-server has started +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.677 | 4128 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.677 | 4128 | SQLite database version: 0 +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.677 | 4128 | Newest database version: 1 +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.677 | 4128 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.704 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | Process 4128/cimple-server is ready +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:18 | INFO | Process 4131/cimple-worker has started +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.716 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.717 | 4133 | Added a new worker 8 to the queue +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.717 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4131/cimple-worker: 2023-08-28 07:31:18.717 | 4131 | Waiting for a new command +2023-08-28 07:31:18 | INFO | Process 4131/cimple-worker is ready +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:18 | INFO | Process 4134/cimple-worker has started +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.729 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.729 | 4136 | Added a new worker 9 to the queue +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.729 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4134/cimple-worker: 2023-08-28 07:31:18.729 | 4134 | Waiting for a new command +2023-08-28 07:31:18 | INFO | Process 4134/cimple-worker is ready +2023-08-28 07:31:18 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:18 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:18 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:18 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:18 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:18 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:18 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:18 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:18 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:18 | INFO | Executing 1 clients +2023-08-28 07:31:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.976 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.983 | 4150 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to the queue +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.983 | 4130 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo from the queue +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.983 | 4130 | Removed worker 8 from the queue +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.983 | 4130 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to worker 8 +2023-08-28 07:31:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:18 | INFO | 4128/cimple-server: 2023-08-28 07:31:18.985 | 4128 | Waiting for new connections +2023-08-28 07:31:18 | INFO | 4131/cimple-worker: 2023-08-28 07:31:18.985 | 4131 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to /tmp/git.X9g18O +2023-08-28 07:31:18 | INFO | 4131/cimple-worker: 2023-08-28 07:31:18.992 | 4131 | Checking out revision HEAD +2023-08-28 07:31:18 | INFO | 4131/cimple-worker: 2023-08-28 07:31:18.993 | 4131 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4131/cimple-worker: 2023-08-28 07:31:19.015 | 4131 | Recursively removing directory: /tmp/git.X9g18O/ +2023-08-28 07:31:19 | INFO | 4131/cimple-worker: 2023-08-28 07:31:19.017 | 4131 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4131/cimple-worker: 2023-08-28 07:31:19.017 | 4131 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.023 | 4128 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.029 | 4128 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.029 | 4159 | Added a new worker 11 to the queue +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.029 | 4128 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4131/cimple-worker: 2023-08-28 07:31:19.029 | 4131 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.048 | 4158 | Marked run 1 as finished +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.048 | 4128 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:19 | INFO | Terminating process 4134/cimple-worker +2023-08-28 07:31:19 | INFO | 4134/cimple-worker: 2023-08-28 07:31:19.052 | 4134 | Shutting down +2023-08-28 07:31:19 | INFO | Terminating process 4131/cimple-worker +2023-08-28 07:31:19 | INFO | 4131/cimple-worker: 2023-08-28 07:31:19.053 | 4131 | Shutting down +2023-08-28 07:31:19 | INFO | Terminating process 4128/cimple-server +2023-08-28 07:31:19 | INFO | 4128/cimple-server: 2023-08-28 07:31:19.054 | 4128 | Shutting down
Passedpy/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=5]0.54
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite'] +2023-08-28 07:31:19 | INFO | Process 4161/cimple-server has started +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.061 | 4161 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.062 | 4161 | SQLite database version: 0 +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.062 | 4161 | Newest database version: 1 +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.062 | 4161 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.096 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Process 4161/cimple-server is ready +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:19 | INFO | Process 4164/cimple-worker has started +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.109 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.109 | 4166 | Added a new worker 8 to the queue +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.109 | 4164 | Waiting for a new command +2023-08-28 07:31:19 | INFO | Process 4164/cimple-worker is ready +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:19 | INFO | Process 4167/cimple-worker has started +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.110 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.122 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.122 | 4169 | Added a new worker 9 to the queue +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.122 | 4167 | Waiting for a new command +2023-08-28 07:31:19 | INFO | Process 4167/cimple-worker is ready +2023-08-28 07:31:19 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.123 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:19 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:19 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:19 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:19 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:19 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:19 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:19 | INFO | Executing 5 clients +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.395 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.399 | 4183 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.399 | 4163 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.399 | 4163 | Removed worker 8 from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.399 | 4163 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 8 +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.399 | 4164 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.QBCWtY +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.400 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.403 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.405 | 4185 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.406 | 4167 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.OImtpA +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.405 | 4163 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.405 | 4163 | Removed worker 9 from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.405 | 4163 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 9 +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.406 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.411 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.411 | 4164 | Checking out revision HEAD +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.416 | 4164 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.417 | 4167 | Checking out revision HEAD +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.418 | 4187 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.418 | 4167 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.419 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.425 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.430 | 4196 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.430 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.435 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.438 | 4167 | Recursively removing directory: /tmp/git.OImtpA/ +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.439 | 4167 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.439 | 4167 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.441 | 4164 | Recursively removing directory: /tmp/git.QBCWtY/ +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.445 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.447 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.442 | 4164 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.443 | 4164 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.450 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.450 | 4167 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.450 | 4205 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.450 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.461 | 4208 | Added a new worker 7 to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.461 | 4163 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.461 | 4163 | Removed worker 7 from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.461 | 4163 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 7 +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.462 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.464 | 4167 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.XT4pni +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.469 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.469 | 4209 | Added a new worker 7 to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.470 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.470 | 4163 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.470 | 4163 | Removed worker 7 from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.470 | 4163 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 7 +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.469 | 4164 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.472 | 4164 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.Rw9oAW +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.473 | 4206 | Marked run 2 as finished +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.473 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.474 | 4167 | Checking out revision HEAD +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.477 | 4167 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.491 | 4164 | Checking out revision HEAD +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.493 | 4207 | Marked run 1 as finished +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.494 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.495 | 4164 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.500 | 4167 | Recursively removing directory: /tmp/git.XT4pni/ +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.501 | 4167 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.501 | 4167 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.506 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.520 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.521 | 4167 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.522 | 4221 | Added a new worker 11 to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.522 | 4163 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.522 | 4163 | Removed worker 11 from the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.522 | 4163 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 11 +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.522 | 4167 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.EkJCyi +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.524 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.534 | 4167 | Checking out revision HEAD +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.535 | 4167 | Going to run: ./ci +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.536 | 4220 | Marked run 3 as finished +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.537 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.539 | 4164 | Recursively removing directory: /tmp/git.Rw9oAW/ +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.541 | 4164 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.541 | 4164 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.546 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.551 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.552 | 4230 | Added a new worker 10 to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.552 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.552 | 4164 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.560 | 4167 | Recursively removing directory: /tmp/git.EkJCyi/ +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.561 | 4167 | Process exit code: 0 +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.561 | 4167 | Process output: 415088 bytes +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.566 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.566 | 4228 | Marked run 4 as finished +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.566 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.570 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.570 | 4167 | Waiting for a new command +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.570 | 4236 | Added a new worker 8 to the queue +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.570 | 4161 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.590 | 4235 | Marked run 5 as finished +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.591 | 4161 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:19 | INFO | Terminating process 4167/cimple-worker +2023-08-28 07:31:19 | INFO | 4167/cimple-worker: 2023-08-28 07:31:19.598 | 4167 | Shutting down +2023-08-28 07:31:19 | INFO | Terminating process 4164/cimple-worker +2023-08-28 07:31:19 | INFO | 4164/cimple-worker: 2023-08-28 07:31:19.601 | 4164 | Shutting down +2023-08-28 07:31:19 | INFO | Terminating process 4161/cimple-server +2023-08-28 07:31:19 | INFO | 4161/cimple-server: 2023-08-28 07:31:19.603 | 4161 | Shutting down
Passedpy/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=1]1.00
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite'] +2023-08-28 07:31:19 | INFO | Process 4238/cimple-server has started +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.611 | 4238 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.611 | 4238 | SQLite database version: 0 +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.611 | 4238 | Newest database version: 1 +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.611 | 4238 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.647 | 4238 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Process 4238/cimple-server is ready +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:19 | INFO | Process 4241/cimple-worker has started +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.660 | 4238 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.660 | 4243 | Added a new worker 8 to the queue +2023-08-28 07:31:19 | INFO | 4241/cimple-worker: 2023-08-28 07:31:19.660 | 4241 | Waiting for a new command +2023-08-28 07:31:19 | INFO | Process 4241/cimple-worker is ready +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.660 | 4238 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:19 | INFO | Process 4244/cimple-worker has started +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.673 | 4238 | Waiting for new connections +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.673 | 4246 | Added a new worker 9 to the queue +2023-08-28 07:31:19 | INFO | 4244/cimple-worker: 2023-08-28 07:31:19.673 | 4244 | Waiting for a new command +2023-08-28 07:31:19 | INFO | Process 4244/cimple-worker is ready +2023-08-28 07:31:19 | INFO | 4238/cimple-server: 2023-08-28 07:31:19.673 | 4238 | Waiting for new connections +2023-08-28 07:31:19 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:19 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:19 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:19 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:19 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:19 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:19 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:19 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:19 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:20 | INFO | Executing 1 clients +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.279 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Executing 1 clients +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:20 | INFO | Executing 1 clients +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.286 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.288 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Executing 1 clients +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.293 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.298 | 4267 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.299 | 4241 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.V1Va8j +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.299 | 4240 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.299 | 4240 | Removed worker 8 from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.299 | 4240 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 8 +2023-08-28 07:31:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.306 | 4244 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.blVWMd +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.304 | 4269 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.305 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.306 | 4240 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.306 | 4240 | Removed worker 9 from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.306 | 4240 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 9 +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.315 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.315 | 4244 | Checking out revision HEAD +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.317 | 4244 | Going to run: ./ci +2023-08-28 07:31:20 | INFO | Executing 1 clients +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.322 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.323 | 4241 | Checking out revision HEAD +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.325 | 4270 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.326 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.325 | 4241 | Going to run: ./ci +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.337 | 4273 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.338 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.340 | 4278 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.340 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.390 | 4244 | Recursively removing directory: /tmp/git.blVWMd/ +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.392 | 4244 | Process exit code: 0 +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.392 | 4244 | Process output: 415088 bytes +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.398 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.420 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.421 | 4244 | Waiting for a new command +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.425 | 4292 | Added a new worker 10 to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.426 | 4240 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.426 | 4240 | Removed worker 10 from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.426 | 4240 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 10 +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.426 | 4244 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.vrRnCx +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.427 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.426 | 4241 | Recursively removing directory: /tmp/git.V1Va8j/ +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.427 | 4241 | Process exit code: 0 +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.427 | 4241 | Process output: 415087 bytes +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.432 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.437 | 4244 | Checking out revision HEAD +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.440 | 4244 | Going to run: ./ci +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.447 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.447 | 4241 | Waiting for a new command +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.450 | 4289 | Marked run 2 as finished +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.450 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.464 | 4295 | Added a new worker 6 to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.465 | 4240 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.465 | 4240 | Removed worker 6 from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.465 | 4240 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 6 +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.465 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.465 | 4241 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.GJMqbd +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.471 | 4241 | Checking out revision HEAD +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.472 | 4241 | Going to run: ./ci +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.483 | 4293 | Marked run 1 as finished +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.484 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.520 | 4244 | Recursively removing directory: /tmp/git.vrRnCx/ +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.521 | 4244 | Process exit code: 0 +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.521 | 4244 | Process output: 415088 bytes +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.526 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.530 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.537 | 4310 | Added a new worker 10 to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.537 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.537 | 4244 | Waiting for a new command +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.537 | 4241 | Recursively removing directory: /tmp/git.GJMqbd/ +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.538 | 4241 | Process exit code: 0 +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.538 | 4241 | Process output: 415087 bytes +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.541 | 4240 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.541 | 4240 | Removed worker 10 from the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.541 | 4240 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 10 +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.541 | 4244 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.tSBTD2 +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.543 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.546 | 4244 | Checking out revision HEAD +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.547 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.547 | 4244 | Going to run: ./ci +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.559 | 4241 | Waiting for a new command +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.559 | 4312 | Added a new worker 13 to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.559 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.570 | 4244 | Recursively removing directory: /tmp/git.tSBTD2/ +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.572 | 4309 | Marked run 3 as finished +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.572 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.573 | 4244 | Process exit code: 0 +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.573 | 4244 | Process output: 415088 bytes +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.577 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.577 | 4311 | Marked run 4 as finished +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.578 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.582 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.582 | 4244 | Waiting for a new command +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.582 | 4321 | Added a new worker 9 to the queue +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.582 | 4238 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.594 | 4320 | Marked run 5 as finished +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.594 | 4238 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:20 | INFO | Terminating process 4244/cimple-worker +2023-08-28 07:31:20 | INFO | 4244/cimple-worker: 2023-08-28 07:31:20.600 | 4244 | Shutting down +2023-08-28 07:31:20 | INFO | Terminating process 4241/cimple-worker +2023-08-28 07:31:20 | INFO | 4241/cimple-worker: 2023-08-28 07:31:20.603 | 4241 | Shutting down +2023-08-28 07:31:20 | INFO | Terminating process 4238/cimple-server +2023-08-28 07:31:20 | INFO | 4238/cimple-server: 2023-08-28 07:31:20.607 | 4238 | Shutting down
Passedpy/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=5]1.61
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite'] +2023-08-28 07:31:20 | INFO | Process 4323/cimple-server has started +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.615 | 4323 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.615 | 4323 | SQLite database version: 0 +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.615 | 4323 | Newest database version: 1 +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.615 | 4323 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.654 | 4323 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Process 4323/cimple-server is ready +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:20 | INFO | Process 4326/cimple-worker has started +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.667 | 4323 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4326/cimple-worker: 2023-08-28 07:31:20.667 | 4326 | Waiting for a new command +2023-08-28 07:31:20 | INFO | Process 4326/cimple-worker is ready +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.667 | 4328 | Added a new worker 8 to the queue +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.668 | 4323 | Waiting for new connections +2023-08-28 07:31:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:20 | INFO | Process 4329/cimple-worker has started +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.680 | 4323 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.680 | 4331 | Added a new worker 9 to the queue +2023-08-28 07:31:20 | INFO | 4323/cimple-server: 2023-08-28 07:31:20.680 | 4323 | Waiting for new connections +2023-08-28 07:31:20 | INFO | 4329/cimple-worker: 2023-08-28 07:31:20.680 | 4329 | Waiting for a new command +2023-08-28 07:31:20 | INFO | Process 4329/cimple-worker is ready +2023-08-28 07:31:20 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:20 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:20 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:20 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:20 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:20 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:20 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:20 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:20 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:21 | INFO | Executing 5 clients +2023-08-28 07:31:21 | INFO | Executing 5 clients +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.307 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.308 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.312 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Executing 5 clients +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | Executing 5 clients +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.314 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.317 | 4357 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.318 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.XJ83qZ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.317 | 4325 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.317 | 4325 | Removed worker 8 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.317 | 4325 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.317 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.321 | 4356 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.322 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.322 | 4325 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.322 | 4325 | Removed worker 9 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.322 | 4325 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 9 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.323 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.n9n7JB +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.328 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.329 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.332 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.332 | 4358 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.333 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.333 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.334 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.335 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.338 | 4359 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.339 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.341 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.343 | 4363 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.344 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.344 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | Executing 5 clients +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.347 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.348 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.348 | 4364 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.349 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.352 | 4369 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.353 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.353 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.356 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.358 | 4375 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.359 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.361 | 4376 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.362 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.367 | 4329 | Recursively removing directory: /tmp/git.n9n7JB/ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.368 | 4371 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.368 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.369 | 4326 | Recursively removing directory: /tmp/git.XJ83qZ/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.371 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.371 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.372 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.374 | 4382 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.374 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.375 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.376 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.376 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.377 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.381 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.382 | 4386 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.382 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.384 | 4395 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.385 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.386 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.388 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.389 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.389 | 4402 | Added a new worker 18 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.390 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.390 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.390 | 4325 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.390 | 4325 | Removed worker 18 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.390 | 4325 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 18 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.390 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.6DUqsq +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.391 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.399 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.399 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.403 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.404 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.403 | 4405 | Added a new worker 21 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.406 | 4397 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.406 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.407 | 4325 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.407 | 4325 | Removed worker 21 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.407 | 4325 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 21 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.407 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.407 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.408 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.p6GZbz +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.411 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.412 | 4403 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.414 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.417 | 4404 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.418 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.420 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.421 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.422 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.426 | 4394 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.427 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.429 | 4408 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.429 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.430 | 4398 | Marked run 1 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.431 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.431 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.432 | 4326 | Recursively removing directory: /tmp/git.6DUqsq/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.434 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.434 | 4326 | Process output: 415087 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.437 | 4410 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.438 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.440 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.446 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.447 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.448 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.449 | 4400 | Marked run 2 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.450 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.452 | 4419 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.454 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.456 | 4329 | Recursively removing directory: /tmp/git.p6GZbz/ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.455 | 4432 | Added a new worker 8 to the queue +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.457 | 4325 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.457 | 4325 | Removed worker 8 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.457 | 4325 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.457 | 4424 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.458 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.458 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.cz7Iyv +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.461 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.461 | 4329 | Process output: 415087 bytes +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.463 | 4429 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.464 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.478 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.483 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.485 | 4430 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.488 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.493 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.501 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.517 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.520 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.525 | 4431 | Marked run 3 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.526 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.526 | 4438 | Added a new worker 13 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.527 | 4325 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.527 | 4325 | Removed worker 13 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.527 | 4325 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.527 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.vv6gyn +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.528 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.532 | 4436 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.534 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.541 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.541 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.545 | 4434 | Marked run 4 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.545 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.554 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.563 | 4444 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.563 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.585 | 4326 | Recursively removing directory: /tmp/git.cz7Iyv/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.586 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.586 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.591 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.595 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.608 | 4449 | Added a new worker 10 to the queue +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.608 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.609 | 4325 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.609 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.609 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.609 | 4325 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.609 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.38HK4U +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.629 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.630 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.648 | 4329 | Recursively removing directory: /tmp/git.vv6gyn/ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.650 | 4448 | Marked run 5 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.650 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.650 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.650 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.655 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.659 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.659 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.672 | 4326 | Recursively removing directory: /tmp/git.38HK4U/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.673 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.673 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.674 | 4459 | Added a new worker 10 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.674 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.676 | 4325 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.676 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.676 | 4325 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.678 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.KuxVNf +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.684 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.685 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.689 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.691 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.691 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.697 | 4466 | Added a new worker 13 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.697 | 4325 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.697 | 4325 | Removed worker 13 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.697 | 4325 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.698 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.NGTODN +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.702 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.702 | 4458 | Marked run 6 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.702 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.713 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.714 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.726 | 4329 | Recursively removing directory: /tmp/git.KuxVNf/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.727 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.726 | 4464 | Marked run 7 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.728 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.727 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.732 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.737 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.740 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.741 | 4481 | Added a new worker 10 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.741 | 4325 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.741 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.741 | 4325 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.742 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.742 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Dc5lch +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.749 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.750 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.757 | 4326 | Recursively removing directory: /tmp/git.NGTODN/ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.757 | 4478 | Marked run 8 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.757 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.758 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.758 | 4326 | Process output: 415087 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.766 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.768 | 4329 | Recursively removing directory: /tmp/git.Dc5lch/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.770 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.770 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.773 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.773 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.774 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.779 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.781 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.781 | 4490 | Added a new worker 14 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.781 | 4325 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.781 | 4325 | Removed worker 14 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.781 | 4325 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.781 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.782 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.wvkDDr +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.782 | 4492 | Added a new worker 8 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.788 | 4325 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.788 | 4325 | Removed worker 8 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.789 | 4325 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.789 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.hlx4CV +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.790 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.791 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.793 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.794 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.795 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.801 | 4491 | Marked run 10 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.802 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.805 | 4489 | Marked run 9 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.806 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.813 | 4326 | Recursively removing directory: /tmp/git.wvkDDr/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.815 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.815 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.819 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.823 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.816 | 4329 | Recursively removing directory: /tmp/git.hlx4CV/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.817 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.817 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.826 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.827 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.827 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.827 | 4509 | Added a new worker 14 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.828 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.828 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.828 | 4325 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.828 | 4325 | Removed worker 14 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.828 | 4325 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.830 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.SyGOfE +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.832 | 4510 | Added a new worker 10 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.832 | 4325 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.832 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.832 | 4325 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.832 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.vCSPr8 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.833 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.840 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.842 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.853 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.857 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.862 | 4507 | Marked run 11 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.863 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.865 | 4329 | Recursively removing directory: /tmp/git.vCSPr8/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.866 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.866 | 4329 | Process output: 415087 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.868 | 4508 | Marked run 12 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.868 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.871 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.876 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.876 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.876 | 4326 | Recursively removing directory: /tmp/git.SyGOfE/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.878 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.878 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.882 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.883 | 4527 | Added a new worker 13 to the queue +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.884 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Msa12J +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.883 | 4325 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.883 | 4325 | Removed worker 13 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.883 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.883 | 4325 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.887 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.887 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.887 | 4529 | Added a new worker 13 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.888 | 4325 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.888 | 4325 | Removed worker 13 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.888 | 4325 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.888 | 4526 | Marked run 14 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.889 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.891 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.892 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.892 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.mxTIVo +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.893 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.901 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.902 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.903 | 4528 | Marked run 13 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.903 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.909 | 4329 | Recursively removing directory: /tmp/git.Msa12J/ +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.911 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.911 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.922 | 4326 | Recursively removing directory: /tmp/git.mxTIVo/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.924 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.924 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.926 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.928 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.934 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.934 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.941 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.942 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.942 | 4546 | Added a new worker 15 to the queue +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.943 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.qsAYas +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.942 | 4325 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.942 | 4325 | Removed worker 15 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.944 | 4325 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 15 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.945 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.945 | 4547 | Added a new worker 10 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.945 | 4325 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.945 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.945 | 4325 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.946 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.teMlfH +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.946 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.952 | 4326 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.954 | 4329 | Checking out revision HEAD +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.955 | 4326 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.955 | 4329 | Going to run: ./ci +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.956 | 4545 | Marked run 16 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.957 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.963 | 4544 | Marked run 15 as finished +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.963 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.971 | 4329 | Recursively removing directory: /tmp/git.teMlfH/ +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.977 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.972 | 4326 | Recursively removing directory: /tmp/git.qsAYas/ +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.974 | 4326 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.974 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.973 | 4329 | Process exit code: 0 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.973 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.978 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.982 | 4329 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.982 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.983 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.985 | 4565 | Added a new worker 14 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.985 | 4325 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.985 | 4325 | Removed worker 14 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.985 | 4325 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2023-08-28 07:31:21 | INFO | 4329/cimple-worker: 2023-08-28 07:31:21.985 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.6uxV2r +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.990 | 4326 | Waiting for a new command +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4564 | Added a new worker 12 to the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4325 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4325 | Removed worker 12 from the queue +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4325 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2023-08-28 07:31:21 | INFO | 4323/cimple-server: 2023-08-28 07:31:21.990 | 4323 | Waiting for new connections +2023-08-28 07:31:21 | INFO | 4326/cimple-worker: 2023-08-28 07:31:21.991 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.HB4e0b +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.000 | 4326 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.001 | 4326 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.003 | 4329 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.004 | 4329 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.009 | 4562 | Marked run 18 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.010 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.014 | 4563 | Marked run 17 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.014 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.020 | 4326 | Recursively removing directory: /tmp/git.HB4e0b/ +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.021 | 4326 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.021 | 4326 | Process output: 415088 bytes +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.022 | 4329 | Recursively removing directory: /tmp/git.6uxV2r/ +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.023 | 4329 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.023 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.025 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.027 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.030 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.030 | 4326 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.032 | 4329 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.032 | 4582 | Added a new worker 14 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.032 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.033 | 4325 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.033 | 4325 | Removed worker 14 from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.033 | 4325 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.033 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.036 | 4583 | Added a new worker 10 to the queue +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.036 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.W662bD +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.037 | 4325 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.037 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.037 | 4325 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.037 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.AqZklV +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.038 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.045 | 4329 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.047 | 4326 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.055 | 4326 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.055 | 4329 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.059 | 4581 | Marked run 19 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.060 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.071 | 4580 | Marked run 20 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.072 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.074 | 4329 | Recursively removing directory: /tmp/git.AqZklV/ +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.075 | 4329 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.075 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.078 | 4326 | Recursively removing directory: /tmp/git.W662bD/ +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.080 | 4326 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.080 | 4326 | Process output: 415087 bytes +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.084 | 4329 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.085 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.085 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.085 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.088 | 4600 | Added a new worker 12 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.089 | 4325 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.089 | 4325 | Removed worker 12 from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.089 | 4325 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.090 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.088 | 4326 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.093 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.GOK4dI +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.094 | 4601 | Added a new worker 11 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.094 | 4325 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.094 | 4325 | Removed worker 11 from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.094 | 4325 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 11 +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.095 | 4326 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.3dMMU4 +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.096 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.102 | 4598 | Marked run 22 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.102 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.104 | 4329 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.105 | 4329 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.109 | 4326 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.110 | 4326 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.114 | 4599 | Marked run 21 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.115 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.120 | 4329 | Recursively removing directory: /tmp/git.GOK4dI/ +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.121 | 4329 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.121 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.126 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.130 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.131 | 4329 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.136 | 4617 | Added a new worker 10 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.137 | 4325 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.137 | 4325 | Removed worker 10 from the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.137 | 4325 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.137 | 4329 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.j0NzxB +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.134 | 4326 | Recursively removing directory: /tmp/git.3dMMU4/ +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.135 | 4326 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.135 | 4326 | Process output: 415087 bytes +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.138 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.142 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.143 | 4329 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.144 | 4329 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.149 | 4326 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.151 | 4616 | Marked run 23 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.152 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.153 | 4626 | Added a new worker 6 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.153 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.161 | 4329 | Recursively removing directory: /tmp/git.j0NzxB/ +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.163 | 4329 | Process exit code: 0 +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.163 | 4329 | Process output: 415088 bytes +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.167 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.173 | 4329 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.173 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.176 | 4628 | Added a new worker 15 to the queue +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.176 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.193 | 4618 | Marked run 24 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.193 | 4323 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.197 | 4627 | Marked run 25 as finished +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.198 | 4323 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:22 | INFO | Terminating process 4329/cimple-worker +2023-08-28 07:31:22 | INFO | 4329/cimple-worker: 2023-08-28 07:31:22.220 | 4329 | Shutting down +2023-08-28 07:31:22 | INFO | Terminating process 4326/cimple-worker +2023-08-28 07:31:22 | INFO | 4326/cimple-worker: 2023-08-28 07:31:22.224 | 4326 | Shutting down +2023-08-28 07:31:22 | INFO | Terminating process 4323/cimple-server +2023-08-28 07:31:22 | INFO | 4323/cimple-server: 2023-08-28 07:31:22.226 | 4323 | Shutting down
Passedpy/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=1]0.38
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite'] +2023-08-28 07:31:22 | INFO | Process 4630/cimple-server has started +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.234 | 4630 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.234 | 4630 | SQLite database version: 0 +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.234 | 4630 | Newest database version: 1 +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.234 | 4630 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.264 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Process 4630/cimple-server is ready +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:22 | INFO | Process 4633/cimple-worker has started +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.281 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.281 | 4635 | Added a new worker 8 to the queue +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.281 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.281 | 4633 | Waiting for a new command +2023-08-28 07:31:22 | INFO | Process 4633/cimple-worker is ready +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:22 | INFO | Process 4636/cimple-worker has started +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.293 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.293 | 4638 | Added a new worker 9 to the queue +2023-08-28 07:31:22 | INFO | 4636/cimple-worker: 2023-08-28 07:31:22.293 | 4636 | Waiting for a new command +2023-08-28 07:31:22 | INFO | Process 4636/cimple-worker is ready +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.294 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:22 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:22 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:22 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:22 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:22 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:22 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:22 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:22 | INFO | Executing 1 clients +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.551 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.555 | 4652 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to the queue +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.555 | 4632 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo from the queue +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.555 | 4632 | Removed worker 8 from the queue +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.556 | 4632 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to worker 8 +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.556 | 4633 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to /tmp/git.4VkCXU +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.557 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.566 | 4633 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.568 | 4633 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.601 | 4633 | Recursively removing directory: /tmp/git.4VkCXU/ +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.603 | 4633 | Process exit code: 254 +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.603 | 4633 | Process output: 11 bytes +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.603 | 4633 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.604 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.604 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.604 | 4659 | Added a new worker 11 to the queue +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.604 | 4630 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.608 | 4658 | Marked run 1 as finished +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.609 | 4630 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:22 | INFO | Terminating process 4636/cimple-worker +2023-08-28 07:31:22 | INFO | 4636/cimple-worker: 2023-08-28 07:31:22.616 | 4636 | Shutting down +2023-08-28 07:31:22 | INFO | Terminating process 4633/cimple-worker +2023-08-28 07:31:22 | INFO | 4633/cimple-worker: 2023-08-28 07:31:22.617 | 4633 | Shutting down +2023-08-28 07:31:22 | INFO | Terminating process 4630/cimple-server +2023-08-28 07:31:22 | INFO | 4630/cimple-server: 2023-08-28 07:31:22.618 | 4630 | Shutting down
Passedpy/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=5]0.55
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite'] +2023-08-28 07:31:22 | INFO | Process 4661/cimple-server has started +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.624 | 4661 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.624 | 4661 | SQLite database version: 0 +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.624 | 4661 | Newest database version: 1 +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.624 | 4661 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.670 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Process 4661/cimple-server is ready +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:22 | INFO | Process 4664/cimple-worker has started +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.685 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.686 | 4666 | Added a new worker 8 to the queue +2023-08-28 07:31:22 | INFO | 4664/cimple-worker: 2023-08-28 07:31:22.685 | 4664 | Waiting for a new command +2023-08-28 07:31:22 | INFO | Process 4664/cimple-worker is ready +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:22 | INFO | Process 4667/cimple-worker has started +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.686 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.699 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4667/cimple-worker: 2023-08-28 07:31:22.700 | 4667 | Waiting for a new command +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.700 | 4669 | Added a new worker 9 to the queue +2023-08-28 07:31:22 | INFO | Process 4667/cimple-worker is ready +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.700 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:22 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:22 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:22 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:22 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:22 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:22 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:22 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:22 | INFO | Executing 5 clients +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.946 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.950 | 4683 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.950 | 4663 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.950 | 4663 | Removed worker 8 from the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.950 | 4663 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 8 +2023-08-28 07:31:22 | INFO | 4664/cimple-worker: 2023-08-28 07:31:22.950 | 4664 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.jwZPqz +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.951 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4664/cimple-worker: 2023-08-28 07:31:22.956 | 4664 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.957 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4664/cimple-worker: 2023-08-28 07:31:22.958 | 4664 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.960 | 4685 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.960 | 4663 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.960 | 4663 | Removed worker 9 from the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.960 | 4663 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 9 +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.960 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4667/cimple-worker: 2023-08-28 07:31:22.960 | 4667 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.NHzHR0 +2023-08-28 07:31:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.964 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4667/cimple-worker: 2023-08-28 07:31:22.967 | 4667 | Checking out revision HEAD +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.969 | 4688 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.970 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4667/cimple-worker: 2023-08-28 07:31:22.970 | 4667 | Going to run: ./ci +2023-08-28 07:31:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.976 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.984 | 4695 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.985 | 4661 | Waiting for new connections +2023-08-28 07:31:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2023-08-28 07:31:22 | INFO | 4661/cimple-server: 2023-08-28 07:31:22.994 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.005 | 4701 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2023-08-28 07:31:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.006 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.008 | 4664 | Recursively removing directory: /tmp/git.jwZPqz/ +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.010 | 4664 | Process exit code: 254 +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.010 | 4664 | Process output: 11 bytes +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.010 | 4664 | Waiting for a new command +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.010 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.010 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.019 | 4667 | Recursively removing directory: /tmp/git.NHzHR0/ +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.021 | 4667 | Process exit code: 254 +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.021 | 4667 | Process output: 11 bytes +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.021 | 4667 | Waiting for a new command +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.022 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.022 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.023 | 4705 | Added a new worker 14 to the queue +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.023 | 4667 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.UynzSN +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.023 | 4663 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.023 | 4663 | Removed worker 14 from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.023 | 4663 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 14 +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.024 | 4703 | Added a new worker 14 to the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.024 | 4663 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.024 | 4663 | Removed worker 14 from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.024 | 4663 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 14 +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.024 | 4664 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.TcjPav +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.025 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.026 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.030 | 4704 | Marked run 2 as finished +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.030 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.036 | 4702 | Marked run 1 as finished +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.036 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.045 | 4664 | Checking out revision HEAD +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.046 | 4667 | Checking out revision HEAD +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.050 | 4667 | Going to run: ./ci +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.048 | 4664 | Going to run: ./ci +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.098 | 4664 | Recursively removing directory: /tmp/git.TcjPav/ +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.099 | 4664 | Process exit code: 254 +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.099 | 4664 | Process output: 11 bytes +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.099 | 4664 | Waiting for a new command +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.100 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.100 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.100 | 4717 | Added a new worker 10 to the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.100 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.100 | 4667 | Recursively removing directory: /tmp/git.UynzSN/ +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.101 | 4663 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.101 | 4663 | Removed worker 10 from the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.101 | 4663 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 10 +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.102 | 4664 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.6TR9Uf +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.103 | 4716 | Marked run 4 as finished +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.103 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.105 | 4667 | Process exit code: 254 +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.105 | 4667 | Process output: 11 bytes +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.105 | 4667 | Waiting for a new command +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.105 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.105 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.106 | 4719 | Added a new worker 10 to the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.106 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.109 | 4718 | Marked run 3 as finished +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.109 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.110 | 4664 | Checking out revision HEAD +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.111 | 4664 | Going to run: ./ci +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.151 | 4664 | Recursively removing directory: /tmp/git.6TR9Uf/ +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.152 | 4664 | Process exit code: 254 +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.152 | 4664 | Process output: 11 bytes +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.153 | 4664 | Waiting for a new command +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.153 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.153 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.153 | 4726 | Added a new worker 12 to the queue +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.153 | 4661 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.160 | 4725 | Marked run 5 as finished +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.161 | 4661 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:23 | INFO | Terminating process 4667/cimple-worker +2023-08-28 07:31:23 | INFO | 4667/cimple-worker: 2023-08-28 07:31:23.167 | 4667 | Shutting down +2023-08-28 07:31:23 | INFO | Terminating process 4664/cimple-worker +2023-08-28 07:31:23 | INFO | 4664/cimple-worker: 2023-08-28 07:31:23.168 | 4664 | Shutting down +2023-08-28 07:31:23 | INFO | Terminating process 4661/cimple-server +2023-08-28 07:31:23 | INFO | 4661/cimple-server: 2023-08-28 07:31:23.170 | 4661 | Shutting down
Passedpy/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=1]1.11
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite'] +2023-08-28 07:31:23 | INFO | Process 4728/cimple-server has started +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.175 | 4728 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.176 | 4728 | SQLite database version: 0 +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.176 | 4728 | Newest database version: 1 +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.176 | 4728 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.208 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | Process 4728/cimple-server is ready +2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:23 | INFO | Process 4731/cimple-worker has started +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.220 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4731/cimple-worker: 2023-08-28 07:31:23.221 | 4731 | Waiting for a new command +2023-08-28 07:31:23 | INFO | Process 4731/cimple-worker is ready +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.221 | 4733 | Added a new worker 8 to the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.221 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:23 | INFO | Process 4734/cimple-worker has started +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.237 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.237 | 4736 | Added a new worker 9 to the queue +2023-08-28 07:31:23 | INFO | 4734/cimple-worker: 2023-08-28 07:31:23.237 | 4734 | Waiting for a new command +2023-08-28 07:31:23 | INFO | Process 4734/cimple-worker is ready +2023-08-28 07:31:23 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.237 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:23 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:23 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:23 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:23 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:23 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:23 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:23 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:23 | INFO | Executing 1 clients +2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.892 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.904 | 4754 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2023-08-28 07:31:23 | INFO | 4731/cimple-worker: 2023-08-28 07:31:23.905 | 4731 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.EnUFFy +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.904 | 4730 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.904 | 4730 | Removed worker 8 from the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.904 | 4730 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 8 +2023-08-28 07:31:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.910 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4731/cimple-worker: 2023-08-28 07:31:23.917 | 4731 | Checking out revision HEAD +2023-08-28 07:31:23 | INFO | 4731/cimple-worker: 2023-08-28 07:31:23.918 | 4731 | Going to run: ./ci +2023-08-28 07:31:23 | INFO | Executing 1 clients +2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.923 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.934 | 4758 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2023-08-28 07:31:23 | INFO | 4734/cimple-worker: 2023-08-28 07:31:23.935 | 4734 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.QUcgEJ +2023-08-28 07:31:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.935 | 4730 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.935 | 4730 | Removed worker 9 from the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.935 | 4730 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 9 +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.935 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4734/cimple-worker: 2023-08-28 07:31:23.952 | 4734 | Checking out revision HEAD +2023-08-28 07:31:23 | INFO | 4734/cimple-worker: 2023-08-28 07:31:23.954 | 4734 | Going to run: ./ci +2023-08-28 07:31:23 | INFO | Executing 1 clients +2023-08-28 07:31:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.968 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.981 | 4767 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2023-08-28 07:31:23 | INFO | 4728/cimple-server: 2023-08-28 07:31:23.982 | 4728 | Waiting for new connections +2023-08-28 07:31:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing 1 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.042 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.055 | 4774 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing 1 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.060 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.061 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.079 | 4776 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.080 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.090 | 4731 | Recursively removing directory: /tmp/git.EnUFFy/ +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.091 | 4731 | Process exit code: 254 +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.091 | 4731 | Process output: 11 bytes +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.092 | 4731 | Waiting for a new command +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.092 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.093 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.104 | 4778 | Added a new worker 11 to the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.105 | 4730 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.105 | 4730 | Removed worker 11 from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.105 | 4730 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 11 +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.105 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.105 | 4731 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.JYXUlw +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.114 | 4777 | Marked run 1 as finished +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.115 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.115 | 4731 | Checking out revision HEAD +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.116 | 4731 | Going to run: ./ci +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.124 | 4734 | Recursively removing directory: /tmp/git.QUcgEJ/ +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.126 | 4734 | Process exit code: 254 +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.126 | 4734 | Process output: 11 bytes +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.126 | 4734 | Waiting for a new command +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.127 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.127 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.136 | 4782 | Added a new worker 10 to the queue +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.137 | 4734 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.kTs1HT +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.137 | 4730 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.137 | 4730 | Removed worker 10 from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.137 | 4730 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 10 +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.138 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.146 | 4781 | Marked run 2 as finished +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.146 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.146 | 4734 | Checking out revision HEAD +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.147 | 4734 | Going to run: ./ci +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.211 | 4731 | Recursively removing directory: /tmp/git.JYXUlw/ +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.213 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.214 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.213 | 4731 | Process exit code: 254 +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.213 | 4731 | Process output: 11 bytes +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.213 | 4731 | Waiting for a new command +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.214 | 4792 | Added a new worker 10 to the queue +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.214 | 4731 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.gTTmi3 +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.214 | 4730 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.214 | 4730 | Removed worker 10 from the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.214 | 4730 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 10 +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.215 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.220 | 4731 | Checking out revision HEAD +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.221 | 4731 | Going to run: ./ci +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.228 | 4791 | Marked run 3 as finished +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.229 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.239 | 4734 | Recursively removing directory: /tmp/git.kTs1HT/ +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.240 | 4734 | Process exit code: 254 +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.240 | 4734 | Process output: 11 bytes +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.241 | 4734 | Waiting for a new command +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.244 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.244 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.244 | 4799 | Added a new worker 10 to the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.244 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.246 | 4798 | Marked run 4 as finished +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.246 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.257 | 4731 | Recursively removing directory: /tmp/git.gTTmi3/ +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.258 | 4731 | Process exit code: 254 +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.258 | 4731 | Process output: 11 bytes +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.259 | 4731 | Waiting for a new command +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.259 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.259 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.259 | 4801 | Added a new worker 11 to the queue +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.259 | 4728 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.261 | 4800 | Marked run 5 as finished +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.262 | 4728 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:24 | INFO | Terminating process 4734/cimple-worker +2023-08-28 07:31:24 | INFO | 4734/cimple-worker: 2023-08-28 07:31:24.276 | 4734 | Shutting down +2023-08-28 07:31:24 | INFO | Terminating process 4731/cimple-worker +2023-08-28 07:31:24 | INFO | 4731/cimple-worker: 2023-08-28 07:31:24.280 | 4731 | Shutting down +2023-08-28 07:31:24 | INFO | Terminating process 4728/cimple-server +2023-08-28 07:31:24 | INFO | 4728/cimple-server: 2023-08-28 07:31:24.282 | 4728 | Shutting down
Passedpy/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=5]1.60
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite'] +2023-08-28 07:31:24 | INFO | Process 4803/cimple-server has started +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.287 | 4803 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.287 | 4803 | SQLite database version: 0 +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.287 | 4803 | Newest database version: 1 +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.287 | 4803 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.325 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Process 4803/cimple-server is ready +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:24 | INFO | Process 4806/cimple-worker has started +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.338 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.338 | 4808 | Added a new worker 8 to the queue +2023-08-28 07:31:24 | INFO | 4806/cimple-worker: 2023-08-28 07:31:24.338 | 4806 | Waiting for a new command +2023-08-28 07:31:24 | INFO | Process 4806/cimple-worker is ready +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.338 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:24 | INFO | Process 4809/cimple-worker has started +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.351 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.352 | 4811 | Added a new worker 9 to the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.352 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4809/cimple-worker: 2023-08-28 07:31:24.351 | 4809 | Waiting for a new command +2023-08-28 07:31:24 | INFO | Process 4809/cimple-worker is ready +2023-08-28 07:31:24 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:24 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:24 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:24 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:24 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:24 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:24 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:24 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:24 | INFO | Executing 5 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.945 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Executing 5 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.955 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.955 | 4831 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.955 | 4805 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.955 | 4805 | Removed worker 8 from the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.955 | 4805 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 8 +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.956 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4806/cimple-worker: 2023-08-28 07:31:24.956 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.oFn1if +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4806/cimple-worker: 2023-08-28 07:31:24.962 | 4806 | Checking out revision HEAD +2023-08-28 07:31:24 | INFO | 4806/cimple-worker: 2023-08-28 07:31:24.963 | 4806 | Going to run: ./ci +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.975 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.976 | 4832 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.976 | 4805 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.976 | 4805 | Removed worker 9 from the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.976 | 4805 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 9 +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.976 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4809/cimple-worker: 2023-08-28 07:31:24.977 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.sp4q3e +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4809/cimple-worker: 2023-08-28 07:31:24.982 | 4809 | Checking out revision HEAD +2023-08-28 07:31:24 | INFO | 4809/cimple-worker: 2023-08-28 07:31:24.983 | 4809 | Going to run: ./ci +2023-08-28 07:31:24 | INFO | Executing 5 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.987 | 4835 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.988 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.990 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.990 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Executing 5 clients +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.993 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.995 | 4845 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:24 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.997 | 4803 | Waiting for new connections +2023-08-28 07:31:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:24.999 | 4847 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.000 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.003 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.004 | 4846 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.005 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.007 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.009 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.011 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.016 | 4856 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.017 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | Executing 5 clients +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.020 | 4860 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.021 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.022 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.022 | 4854 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.023 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.025 | 4859 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.027 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.029 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.031 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.031 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.032 | 4864 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.033 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.039 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.039 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.040 | 4869 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.041 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.044 | 4868 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.045 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.049 | 4870 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.051 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.054 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.057 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.063 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.063 | 4872 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.064 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.065 | 4806 | Recursively removing directory: /tmp/git.oFn1if/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.065 | 4809 | Recursively removing directory: /tmp/git.sp4q3e/ +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.067 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.071 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.071 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.071 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.069 | 4873 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.072 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.072 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.073 | 4884 | Added a new worker 19 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.073 | 4805 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.073 | 4805 | Removed worker 19 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.073 | 4805 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 19 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.074 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.074 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.075 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.ikZ6rr +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.076 | 4877 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.077 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.080 | 4878 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.081 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.085 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.085 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.085 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.085 | 4879 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.086 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.086 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.087 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.088 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.088 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.091 | 4881 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.092 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.092 | 4883 | Marked run 1 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.093 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.095 | 4885 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.096 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.099 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.100 | 4889 | Added a new worker 12 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.101 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.D6MynM +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.100 | 4805 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.100 | 4805 | Removed worker 12 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.100 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.100 | 4805 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 12 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.103 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.107 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.107 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.108 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.108 | 4887 | Marked run 2 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.109 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.114 | 4892 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.114 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.123 | 4894 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.125 | 4893 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.129 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.130 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.134 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.147 | 4899 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.148 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.221 | 4806 | Recursively removing directory: /tmp/git.ikZ6rr/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.222 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.222 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.222 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.223 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.223 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.228 | 4907 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.229 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.RJJY3q +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.229 | 4805 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.229 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.229 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.229 | 4805 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.232 | 4906 | Marked run 3 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.233 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.236 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.237 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.250 | 4809 | Recursively removing directory: /tmp/git.D6MynM/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.252 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.252 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.252 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.252 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.252 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.253 | 4910 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.254 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.OlEIHA +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.254 | 4805 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.254 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.254 | 4805 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.255 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.262 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.262 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.263 | 4909 | Marked run 4 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.264 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.312 | 4809 | Recursively removing directory: /tmp/git.OlEIHA/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.314 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.314 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.314 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.314 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.314 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.320 | 4921 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.321 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.vRhq56 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.321 | 4805 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.321 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.321 | 4805 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.322 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.327 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.328 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.329 | 4920 | Marked run 6 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.330 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.340 | 4806 | Recursively removing directory: /tmp/git.RJJY3q/ +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.342 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.342 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.341 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.341 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.342 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.344 | 4925 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.344 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.i4fSW6 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.344 | 4805 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.344 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.344 | 4805 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.346 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.352 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.354 | 4924 | Marked run 5 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.354 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.353 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.384 | 4809 | Recursively removing directory: /tmp/git.vRhq56/ +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.386 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.386 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.386 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.386 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.386 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.387 | 4932 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.387 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.bAoeJx +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.387 | 4805 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.387 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.387 | 4805 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.389 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.393 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.404 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.409 | 4931 | Marked run 7 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.409 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.430 | 4806 | Recursively removing directory: /tmp/git.i4fSW6/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.431 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.431 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.431 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.432 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.432 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.432 | 4942 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.433 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.ZQZl1G +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.433 | 4805 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.433 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.433 | 4805 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.434 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.441 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.439 | 4809 | Recursively removing directory: /tmp/git.bAoeJx/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.441 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.441 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.441 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.441 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.441 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.442 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.442 | 4941 | Marked run 8 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.442 | 4944 | Added a new worker 8 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.443 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.9ybWeD +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.443 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.443 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.443 | 4805 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.443 | 4805 | Removed worker 8 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.443 | 4805 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 8 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.470 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.470 | 4943 | Marked run 9 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.470 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.471 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.476 | 4806 | Recursively removing directory: /tmp/git.ZQZl1G/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.477 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.477 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.477 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.478 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.478 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.479 | 4956 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.479 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.XWcXUe +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.479 | 4805 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.479 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.479 | 4805 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.481 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.484 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.485 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.490 | 4955 | Marked run 10 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.491 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.512 | 4809 | Recursively removing directory: /tmp/git.9ybWeD/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.513 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.513 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.514 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4963 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4805 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.514 | 4805 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.514 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.NRfmuY +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.515 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.521 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.521 | 4962 | Marked run 11 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.522 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.522 | 4806 | Recursively removing directory: /tmp/git.XWcXUe/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.524 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.524 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4965 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.524 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.524 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4805 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.524 | 4805 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.526 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.oVOlCE +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.527 | 4964 | Marked run 12 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.527 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.533 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.534 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.559 | 4809 | Recursively removing directory: /tmp/git.NRfmuY/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.560 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.560 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.560 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.561 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.561 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.561 | 4977 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.561 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.VGovdx +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.561 | 4805 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.561 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.561 | 4805 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.563 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.569 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.570 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.570 | 4976 | Marked run 13 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.571 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.571 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.569 | 4806 | Recursively removing directory: /tmp/git.oVOlCE/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.570 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.570 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.571 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.571 | 4980 | Added a new worker 6 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.572 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.QcFr3B +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.571 | 4805 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.571 | 4805 | Removed worker 6 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.572 | 4805 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 6 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.573 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.575 | 4979 | Marked run 14 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.576 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.578 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.579 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.606 | 4809 | Recursively removing directory: /tmp/git.VGovdx/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.609 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.609 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.609 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.610 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.610 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.610 | 4991 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.610 | 4805 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.610 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.610 | 4805 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.611 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.Dw7S3Q +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.611 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.621 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.622 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.623 | 4990 | Marked run 15 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.623 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.626 | 4806 | Recursively removing directory: /tmp/git.QcFr3B/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.627 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.627 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.627 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.628 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.627 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.628 | 4996 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.629 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.P14JYa +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.628 | 4805 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.628 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.628 | 4805 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.630 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.636 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.637 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.639 | 4995 | Marked run 16 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.639 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.660 | 4809 | Recursively removing directory: /tmp/git.Dw7S3Q/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.661 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.661 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.662 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 5005 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4805 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4805 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.662 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.662 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.G89k1a +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.668 | 5004 | Marked run 17 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.668 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.669 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.670 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.675 | 4806 | Recursively removing directory: /tmp/git.P14JYa/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.676 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.676 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.676 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 5009 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.677 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.z5aA2I +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 4805 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.677 | 4805 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.678 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.691 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.692 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.693 | 5008 | Marked run 18 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.694 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.706 | 4809 | Recursively removing directory: /tmp/git.G89k1a/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.707 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.707 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.708 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 5019 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.709 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.fRozKe +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 4805 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.708 | 4805 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.709 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.730 | 5018 | Marked run 19 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.731 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.734 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.735 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 5023 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.736 | 4806 | Recursively removing directory: /tmp/git.z5aA2I/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.738 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.738 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.738 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.739 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.Wm8up0 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4805 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.738 | 4805 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.742 | 5022 | Marked run 20 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.743 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.745 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.746 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.776 | 4809 | Recursively removing directory: /tmp/git.fRozKe/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.777 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.777 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.777 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.777 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.777 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.778 | 5033 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.778 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.ESndDS +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.778 | 4805 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.778 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.778 | 4805 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.780 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.785 | 5032 | Marked run 21 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.786 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.787 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.787 | 4806 | Recursively removing directory: /tmp/git.Wm8up0/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.788 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.788 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.789 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 5035 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4805 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4805 | Removed worker 10 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4805 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.789 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.791 | 4806 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.pEn2Ph +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.791 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.792 | 5034 | Marked run 22 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.792 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.798 | 4806 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.800 | 4806 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.824 | 4809 | Recursively removing directory: /tmp/git.ESndDS/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.825 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.825 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.825 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.825 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.825 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.826 | 5047 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.826 | 4809 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.cVDl99 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.826 | 4805 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.826 | 4805 | Removed worker 11 from the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.826 | 4805 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.828 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.830 | 5046 | Marked run 23 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.832 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.837 | 4809 | Checking out revision HEAD +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.838 | 4809 | Going to run: ./ci +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.842 | 4806 | Recursively removing directory: /tmp/git.pEn2Ph/ +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.844 | 4806 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.844 | 4806 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.844 | 4806 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.844 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.844 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.845 | 5054 | Added a new worker 10 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.845 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.848 | 5053 | Marked run 24 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.848 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.869 | 4809 | Recursively removing directory: /tmp/git.cVDl99/ +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.871 | 4809 | Process exit code: 254 +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.871 | 4809 | Process output: 11 bytes +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.871 | 4809 | Waiting for a new command +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.871 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.871 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.871 | 5056 | Added a new worker 11 to the queue +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.872 | 4803 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.877 | 5055 | Marked run 25 as finished +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.877 | 4803 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:25 | INFO | Terminating process 4809/cimple-worker +2023-08-28 07:31:25 | INFO | 4809/cimple-worker: 2023-08-28 07:31:25.880 | 4809 | Shutting down +2023-08-28 07:31:25 | INFO | Terminating process 4806/cimple-worker +2023-08-28 07:31:25 | INFO | 4806/cimple-worker: 2023-08-28 07:31:25.884 | 4806 | Shutting down +2023-08-28 07:31:25 | INFO | Terminating process 4803/cimple-server +2023-08-28 07:31:25 | INFO | 4803/cimple-server: 2023-08-28 07:31:25.887 | 4803 | Shutting down
Passedpy/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=1]0.47
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite'] +2023-08-28 07:31:25 | INFO | Process 5058/cimple-server has started +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.893 | 5058 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.893 | 5058 | SQLite database version: 0 +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.893 | 5058 | Newest database version: 1 +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.893 | 5058 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.927 | 5058 | Waiting for new connections +2023-08-28 07:31:25 | INFO | Process 5058/cimple-server is ready +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:25 | INFO | Process 5061/cimple-worker has started +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.941 | 5058 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.941 | 5063 | Added a new worker 8 to the queue +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.941 | 5058 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 5061/cimple-worker: 2023-08-28 07:31:25.941 | 5061 | Waiting for a new command +2023-08-28 07:31:25 | INFO | Process 5061/cimple-worker is ready +2023-08-28 07:31:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:25 | INFO | Process 5064/cimple-worker has started +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.954 | 5058 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.954 | 5066 | Added a new worker 9 to the queue +2023-08-28 07:31:25 | INFO | 5058/cimple-server: 2023-08-28 07:31:25.954 | 5058 | Waiting for new connections +2023-08-28 07:31:25 | INFO | 5064/cimple-worker: 2023-08-28 07:31:25.954 | 5064 | Waiting for a new command +2023-08-28 07:31:25 | INFO | Process 5064/cimple-worker is ready +2023-08-28 07:31:25 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2023-08-28 07:31:25 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:25 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:25 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:25 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:25 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:25 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:25 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:26 | INFO | Executing 1 clients +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.196 | 5058 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.200 | 5077 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to the queue +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.200 | 5060 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo from the queue +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.200 | 5060 | Removed worker 8 from the queue +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.200 | 5060 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to worker 8 +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.201 | 5061 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to /tmp/git.FiQNqk +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.201 | 5058 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.206 | 5061 | Checking out revision HEAD +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.207 | 5061 | Going to run: ./ci +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.359 | 5061 | Recursively removing directory: /tmp/git.FiQNqk/ +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.360 | 5061 | Process exit code: -11 +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.360 | 5061 | Process output: 26 bytes +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.361 | 5061 | Waiting for a new command +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.361 | 5058 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.361 | 5058 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.361 | 5081 | Added a new worker 11 to the queue +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.361 | 5058 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.363 | 5080 | Marked run 1 as finished +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.363 | 5058 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:26 | INFO | Terminating process 5064/cimple-worker +2023-08-28 07:31:26 | INFO | 5064/cimple-worker: 2023-08-28 07:31:26.366 | 5064 | Shutting down +2023-08-28 07:31:26 | INFO | Terminating process 5061/cimple-worker +2023-08-28 07:31:26 | INFO | 5061/cimple-worker: 2023-08-28 07:31:26.367 | 5061 | Shutting down +2023-08-28 07:31:26 | INFO | Terminating process 5058/cimple-server +2023-08-28 07:31:26 | INFO | 5058/cimple-server: 2023-08-28 07:31:26.368 | 5058 | Shutting down
Passedpy/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=5]0.85
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite'] +2023-08-28 07:31:26 | INFO | Process 5083/cimple-server has started +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.374 | 5083 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.375 | 5083 | SQLite database version: 0 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.375 | 5083 | Newest database version: 1 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.375 | 5083 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.416 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Process 5083/cimple-server is ready +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:26 | INFO | Process 5086/cimple-worker has started +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.434 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.434 | 5088 | Added a new worker 8 to the queue +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.434 | 5086 | Waiting for a new command +2023-08-28 07:31:26 | INFO | Process 5086/cimple-worker is ready +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:26 | INFO | Process 5089/cimple-worker has started +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.434 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.446 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.446 | 5091 | Added a new worker 9 to the queue +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.446 | 5089 | Waiting for a new command +2023-08-28 07:31:26 | INFO | Process 5089/cimple-worker is ready +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.446 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2023-08-28 07:31:26 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:26 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:26 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:26 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:26 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:26 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:26 | INFO | Executing 5 clients +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.697 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.701 | 5102 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.701 | 5085 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.701 | 5085 | Removed worker 8 from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.701 | 5085 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 8 +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.702 | 5086 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.0CgFzE +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.704 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.707 | 5086 | Checking out revision HEAD +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.707 | 5086 | Going to run: ./ci +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.710 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.713 | 5106 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.714 | 5089 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.zYEdLQ +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.714 | 5085 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.714 | 5085 | Removed worker 9 from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.714 | 5085 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 9 +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.722 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.722 | 5089 | Checking out revision HEAD +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.723 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.724 | 5089 | Going to run: ./ci +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.733 | 5108 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.734 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.742 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.753 | 5112 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.754 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.757 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.759 | 5114 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.760 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.877 | 5086 | Recursively removing directory: /tmp/git.0CgFzE/ +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.878 | 5086 | Process exit code: -11 +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.878 | 5086 | Process output: 26 bytes +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.878 | 5086 | Waiting for a new command +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.879 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.879 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.879 | 5116 | Added a new worker 10 to the queue +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.880 | 5086 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.L8yf90 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.879 | 5085 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.880 | 5085 | Removed worker 10 from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.880 | 5085 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 10 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.881 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.886 | 5086 | Checking out revision HEAD +2023-08-28 07:31:26 | INFO | 5086/cimple-worker: 2023-08-28 07:31:26.889 | 5086 | Going to run: ./ci +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.890 | 5115 | Marked run 1 as finished +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.890 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.930 | 5089 | Recursively removing directory: /tmp/git.zYEdLQ/ +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.931 | 5089 | Process exit code: -11 +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.931 | 5089 | Process output: 26 bytes +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.932 | 5089 | Waiting for a new command +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.932 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.932 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.932 | 5120 | Added a new worker 11 to the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.933 | 5085 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.933 | 5085 | Removed worker 11 from the queue +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.933 | 5085 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.933 | 5089 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.Ov9H54 +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.934 | 5083 | Waiting for new connections +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.942 | 5089 | Checking out revision HEAD +2023-08-28 07:31:26 | INFO | 5089/cimple-worker: 2023-08-28 07:31:26.943 | 5089 | Going to run: ./ci +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.944 | 5119 | Marked run 2 as finished +2023-08-28 07:31:26 | INFO | 5083/cimple-server: 2023-08-28 07:31:26.944 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.042 | 5086 | Recursively removing directory: /tmp/git.L8yf90/ +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.043 | 5086 | Process exit code: -11 +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.043 | 5086 | Process output: 26 bytes +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.044 | 5086 | Waiting for a new command +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.044 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.044 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.045 | 5124 | Added a new worker 11 to the queue +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.045 | 5085 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.045 | 5085 | Removed worker 11 from the queue +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.045 | 5085 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.046 | 5086 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.k38FQD +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.047 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.054 | 5086 | Checking out revision HEAD +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.056 | 5086 | Going to run: ./ci +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.061 | 5123 | Marked run 3 as finished +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.061 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5089/cimple-worker: 2023-08-28 07:31:27.101 | 5089 | Recursively removing directory: /tmp/git.Ov9H54/ +2023-08-28 07:31:27 | INFO | 5089/cimple-worker: 2023-08-28 07:31:27.102 | 5089 | Process exit code: -11 +2023-08-28 07:31:27 | INFO | 5089/cimple-worker: 2023-08-28 07:31:27.102 | 5089 | Process output: 26 bytes +2023-08-28 07:31:27 | INFO | 5089/cimple-worker: 2023-08-28 07:31:27.102 | 5089 | Waiting for a new command +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.102 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.102 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.102 | 5128 | Added a new worker 10 to the queue +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.102 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.105 | 5127 | Marked run 4 as finished +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.105 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.211 | 5086 | Recursively removing directory: /tmp/git.k38FQD/ +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.212 | 5086 | Process exit code: -11 +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.212 | 5086 | Process output: 26 bytes +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.212 | 5086 | Waiting for a new command +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.212 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.212 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.212 | 5130 | Added a new worker 11 to the queue +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.213 | 5083 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.215 | 5129 | Marked run 5 as finished +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.215 | 5083 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:27 | INFO | Terminating process 5089/cimple-worker +2023-08-28 07:31:27 | INFO | 5089/cimple-worker: 2023-08-28 07:31:27.218 | 5089 | Shutting down +2023-08-28 07:31:27 | INFO | Terminating process 5086/cimple-worker +2023-08-28 07:31:27 | INFO | 5086/cimple-worker: 2023-08-28 07:31:27.219 | 5086 | Shutting down +2023-08-28 07:31:27 | INFO | Terminating process 5083/cimple-server +2023-08-28 07:31:27 | INFO | 5083/cimple-server: 2023-08-28 07:31:27.220 | 5083 | Shutting down
Passedpy/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=1]1.37
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite'] +2023-08-28 07:31:27 | INFO | Process 5132/cimple-server has started +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.226 | 5132 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.226 | 5132 | SQLite database version: 0 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.226 | 5132 | Newest database version: 1 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.226 | 5132 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.258 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | Process 5132/cimple-server is ready +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:27 | INFO | Process 5135/cimple-worker has started +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.273 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.273 | 5137 | Added a new worker 8 to the queue +2023-08-28 07:31:27 | INFO | 5135/cimple-worker: 2023-08-28 07:31:27.273 | 5135 | Waiting for a new command +2023-08-28 07:31:27 | INFO | Process 5135/cimple-worker is ready +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:27 | INFO | Process 5138/cimple-worker has started +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.274 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.288 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.288 | 5140 | Added a new worker 9 to the queue +2023-08-28 07:31:27 | INFO | 5138/cimple-worker: 2023-08-28 07:31:27.288 | 5138 | Waiting for a new command +2023-08-28 07:31:27 | INFO | Process 5138/cimple-worker is ready +2023-08-28 07:31:27 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2023-08-28 07:31:27 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.288 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:27 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:27 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:27 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:27 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:27 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:27 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:27 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:27 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:27 | INFO | Executing 1 clients +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.905 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | Executing 1 clients +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2023-08-28 07:31:27 | INFO | Executing 1 clients +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.914 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | Executing 1 clients +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.920 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.921 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.925 | 5157 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2023-08-28 07:31:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:27 | INFO | 5135/cimple-worker: 2023-08-28 07:31:27.926 | 5135 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.Lgzls3 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.925 | 5134 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.925 | 5134 | Removed worker 8 from the queue +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.925 | 5134 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 8 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.926 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.929 | 5161 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2023-08-28 07:31:27 | INFO | 5138/cimple-worker: 2023-08-28 07:31:27.929 | 5138 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.YjUko8 +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.929 | 5134 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.929 | 5134 | Removed worker 9 from the queue +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.929 | 5134 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 9 +2023-08-28 07:31:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.933 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5135/cimple-worker: 2023-08-28 07:31:27.942 | 5135 | Checking out revision HEAD +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.947 | 5163 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2023-08-28 07:31:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.949 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.958 | 5164 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.959 | 5132 | Waiting for new connections +2023-08-28 07:31:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:27 | INFO | 5135/cimple-worker: 2023-08-28 07:31:27.964 | 5135 | Going to run: ./ci +2023-08-28 07:31:27 | INFO | 5138/cimple-worker: 2023-08-28 07:31:27.970 | 5138 | Checking out revision HEAD +2023-08-28 07:31:27 | INFO | 5138/cimple-worker: 2023-08-28 07:31:27.971 | 5138 | Going to run: ./ci +2023-08-28 07:31:27 | INFO | Executing 1 clients +2023-08-28 07:31:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2023-08-28 07:31:27 | INFO | 5132/cimple-server: 2023-08-28 07:31:27.998 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.044 | 5170 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2023-08-28 07:31:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.068 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.216 | 5135 | Recursively removing directory: /tmp/git.Lgzls3/ +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.217 | 5135 | Process exit code: -11 +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.217 | 5135 | Process output: 26 bytes +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.218 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.218 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.218 | 5135 | Waiting for a new command +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.228 | 5173 | Added a new worker 10 to the queue +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.229 | 5135 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.IAOd5s +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.229 | 5134 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.229 | 5134 | Removed worker 10 from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.229 | 5134 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 10 +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.231 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.236 | 5135 | Checking out revision HEAD +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.238 | 5135 | Going to run: ./ci +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.241 | 5172 | Marked run 1 as finished +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.242 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.255 | 5138 | Recursively removing directory: /tmp/git.YjUko8/ +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.257 | 5138 | Process exit code: -11 +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.257 | 5138 | Process output: 26 bytes +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.257 | 5138 | Waiting for a new command +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.257 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.257 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.260 | 5177 | Added a new worker 10 to the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.260 | 5134 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.260 | 5134 | Removed worker 10 from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.260 | 5134 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 10 +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.261 | 5138 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.P1Vyz4 +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.262 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.268 | 5138 | Checking out revision HEAD +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.269 | 5138 | Going to run: ./ci +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.276 | 5176 | Marked run 2 as finished +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.277 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.418 | 5135 | Recursively removing directory: /tmp/git.IAOd5s/ +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.419 | 5135 | Process exit code: -11 +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.419 | 5135 | Process output: 26 bytes +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.420 | 5135 | Waiting for a new command +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.420 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.420 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.421 | 5181 | Added a new worker 11 to the queue +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.421 | 5135 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.1vPrx4 +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.421 | 5134 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.421 | 5134 | Removed worker 11 from the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.421 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.421 | 5134 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 11 +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.428 | 5135 | Checking out revision HEAD +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.429 | 5180 | Marked run 3 as finished +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.429 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.430 | 5135 | Going to run: ./ci +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.463 | 5138 | Recursively removing directory: /tmp/git.P1Vyz4/ +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.464 | 5138 | Process exit code: -11 +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.464 | 5138 | Process output: 26 bytes +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.464 | 5138 | Waiting for a new command +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.465 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.465 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.465 | 5185 | Added a new worker 10 to the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.465 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.473 | 5184 | Marked run 4 as finished +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.474 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.584 | 5135 | Recursively removing directory: /tmp/git.1vPrx4/ +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.585 | 5135 | Process exit code: -11 +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.585 | 5135 | Process output: 26 bytes +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.585 | 5135 | Waiting for a new command +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.585 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.585 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.585 | 5187 | Added a new worker 11 to the queue +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.586 | 5132 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.588 | 5186 | Marked run 5 as finished +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.588 | 5132 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:28 | INFO | Terminating process 5138/cimple-worker +2023-08-28 07:31:28 | INFO | 5138/cimple-worker: 2023-08-28 07:31:28.591 | 5138 | Shutting down +2023-08-28 07:31:28 | INFO | Terminating process 5135/cimple-worker +2023-08-28 07:31:28 | INFO | 5135/cimple-worker: 2023-08-28 07:31:28.592 | 5135 | Shutting down +2023-08-28 07:31:28 | INFO | Terminating process 5132/cimple-server +2023-08-28 07:31:28 | INFO | 5132/cimple-server: 2023-08-28 07:31:28.593 | 5132 | Shutting down
Passedpy/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=5]3.24
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite'] +2023-08-28 07:31:28 | INFO | Process 5189/cimple-server has started +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.599 | 5189 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.600 | 5189 | SQLite database version: 0 +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.600 | 5189 | Newest database version: 1 +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.600 | 5189 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.628 | 5189 | Waiting for new connections +2023-08-28 07:31:28 | INFO | Process 5189/cimple-server is ready +2023-08-28 07:31:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:28 | INFO | Process 5192/cimple-worker has started +2023-08-28 07:31:28 | INFO | 5192/cimple-worker: 2023-08-28 07:31:28.641 | 5192 | Waiting for a new command +2023-08-28 07:31:28 | INFO | Process 5192/cimple-worker is ready +2023-08-28 07:31:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:28 | INFO | Process 5195/cimple-worker has started +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.641 | 5189 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.641 | 5194 | Added a new worker 8 to the queue +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.641 | 5189 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.653 | 5189 | Waiting for new connections +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.654 | 5197 | Added a new worker 9 to the queue +2023-08-28 07:31:28 | INFO | 5195/cimple-worker: 2023-08-28 07:31:28.653 | 5195 | Waiting for a new command +2023-08-28 07:31:28 | INFO | Process 5195/cimple-worker is ready +2023-08-28 07:31:28 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2023-08-28 07:31:28 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:28 | INFO | 5189/cimple-server: 2023-08-28 07:31:28.654 | 5189 | Waiting for new connections +2023-08-28 07:31:28 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:28 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:28 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:28 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:28 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:28 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:28 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:28 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:28 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:29 | INFO | Executing 5 clients +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.206 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Executing 5 clients +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.214 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.222 | 5215 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.223 | 5191 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.223 | 5191 | Removed worker 8 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.223 | 5191 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 8 +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.223 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.aiSOjv +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.224 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.228 | 5216 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.228 | 5191 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.228 | 5191 | Removed worker 9 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.228 | 5191 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 9 +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.229 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.229 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.Nco9fp +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.233 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.234 | 5192 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.235 | 5192 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.237 | 5195 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.237 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.238 | 5195 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.248 | 5219 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.249 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.257 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.260 | 5220 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.261 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Executing 5 clients +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.280 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.285 | 5226 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.287 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.296 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.301 | 5230 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.302 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.305 | 5232 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.316 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.316 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.324 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.332 | 5237 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.334 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.337 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.346 | 5236 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.346 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.348 | 5235 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.349 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.356 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.362 | 5239 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.364 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.380 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.404 | 5242 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.405 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.418 | 5243 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.418 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.441 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.449 | 5245 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.452 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.462 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.473 | 5247 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.473 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.491 | 5195 | Recursively removing directory: /tmp/git.Nco9fp/ +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.493 | 5195 | Process exit code: -11 +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.493 | 5195 | Process output: 26 bytes +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.493 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.494 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.494 | 5195 | Waiting for a new command +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.496 | 5249 | Added a new worker 11 to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.497 | 5191 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.497 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.497 | 5191 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.497 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.TqT1EH +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.498 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.505 | 5248 | Marked run 2 as finished +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.506 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.509 | 5195 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.511 | 5195 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.518 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Executing 5 clients +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.520 | 5192 | Recursively removing directory: /tmp/git.aiSOjv/ +2023-08-28 07:31:29 | INFO | Executing 5 clients +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.523 | 5254 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.522 | 5192 | Process exit code: -11 +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.522 | 5192 | Process output: 26 bytes +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.523 | 5192 | Waiting for a new command +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.523 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.523 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.524 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.526 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.532 | 5258 | Added a new worker 12 to the queue +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.533 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.cBkKNO +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.532 | 5191 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.532 | 5191 | Removed worker 12 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.533 | 5191 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 12 +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.534 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.539 | 5192 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.540 | 5192 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.542 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.548 | 5260 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.551 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.552 | 5257 | Marked run 1 as finished +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.552 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.573 | 5262 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.573 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.604 | 5265 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.613 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.624 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.627 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.657 | 5268 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.657 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.660 | 5269 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.661 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.662 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.671 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.709 | 5272 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.709 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.722 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.733 | 5273 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.734 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.737 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.748 | 5275 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.757 | 5195 | Recursively removing directory: /tmp/git.TqT1EH/ +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.759 | 5195 | Process exit code: -11 +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.759 | 5195 | Process output: 26 bytes +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.759 | 5195 | Waiting for a new command +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.760 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.760 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.760 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.762 | 5279 | Added a new worker 10 to the queue +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.763 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.FA4vhK +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.762 | 5191 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.762 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.763 | 5191 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.764 | 5277 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2023-08-28 07:31:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.769 | 5195 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.778 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5195/cimple-worker: 2023-08-28 07:31:29.778 | 5195 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.779 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.788 | 5278 | Marked run 3 as finished +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.789 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.794 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.794 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.793 | 5192 | Recursively removing directory: /tmp/git.cBkKNO/ +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.794 | 5192 | Process exit code: -11 +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.794 | 5192 | Process output: 26 bytes +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.794 | 5192 | Waiting for a new command +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.796 | 5282 | Added a new worker 10 to the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.796 | 5191 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.796 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.796 | 5191 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.797 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.MJb63R +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.798 | 5189 | Waiting for new connections +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.810 | 5192 | Checking out revision HEAD +2023-08-28 07:31:29 | INFO | 5192/cimple-worker: 2023-08-28 07:31:29.811 | 5192 | Going to run: ./ci +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.814 | 5281 | Marked run 4 as finished +2023-08-28 07:31:29 | INFO | 5189/cimple-server: 2023-08-28 07:31:29.814 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.040 | 5195 | Recursively removing directory: /tmp/git.FA4vhK/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.041 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.041 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.041 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.042 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.042 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.042 | 5287 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.042 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.043 | 5191 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.043 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.043 | 5191 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.043 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.kYduN8 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.046 | 5286 | Marked run 5 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.046 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.058 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.060 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.075 | 5192 | Recursively removing directory: /tmp/git.MJb63R/ +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.077 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.077 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.077 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.077 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.077 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.077 | 5291 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.078 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.irkTpQ +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.078 | 5191 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.078 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.078 | 5191 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.079 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.083 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.084 | 5192 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.088 | 5290 | Marked run 6 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.089 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.229 | 5195 | Recursively removing directory: /tmp/git.kYduN8/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.230 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.230 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.231 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.231 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.231 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.232 | 5295 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.232 | 5191 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.232 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.232 | 5191 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.232 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.WTSiPe +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.233 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.238 | 5294 | Marked run 7 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.238 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.240 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.241 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.261 | 5192 | Recursively removing directory: /tmp/git.irkTpQ/ +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.262 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.262 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.262 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5299 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5191 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5191 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.262 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.264 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.Z0aFgj +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.268 | 5298 | Marked run 8 as finished +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.271 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.272 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.273 | 5192 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.408 | 5195 | Recursively removing directory: /tmp/git.WTSiPe/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.409 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.409 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.409 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5303 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5191 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.410 | 5191 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.410 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.aYBuTM +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.411 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.417 | 5302 | Marked run 9 as finished +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.418 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.419 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.419 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.437 | 5192 | Recursively removing directory: /tmp/git.Z0aFgj/ +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.438 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.438 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.438 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5307 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5191 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.439 | 5191 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.439 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.gETcVG +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.440 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.446 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.447 | 5306 | Marked run 10 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.447 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.448 | 5192 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.587 | 5195 | Recursively removing directory: /tmp/git.aYBuTM/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.588 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.588 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.589 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5312 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5191 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.589 | 5191 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.589 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.Y57J1a +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.591 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.596 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.596 | 5311 | Marked run 11 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.597 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.598 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.627 | 5192 | Recursively removing directory: /tmp/git.gETcVG/ +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.628 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.628 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.628 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.628 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.628 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.629 | 5316 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.629 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.FAodzn +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.629 | 5191 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.629 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.629 | 5191 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.631 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.633 | 5315 | Marked run 12 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.636 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.637 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.638 | 5192 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.765 | 5195 | Recursively removing directory: /tmp/git.Y57J1a/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.766 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.766 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.767 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.767 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.767 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.767 | 5320 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.767 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.768 | 5191 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.768 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.768 | 5191 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.769 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.1NsDz6 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.770 | 5319 | Marked run 13 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.770 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.774 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.775 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.800 | 5192 | Recursively removing directory: /tmp/git.FAodzn/ +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.801 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.801 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.801 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.801 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.801 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.802 | 5324 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.802 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.i5buDO +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.802 | 5191 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.802 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.802 | 5191 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.807 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.807 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.810 | 5192 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.811 | 5323 | Marked run 14 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.811 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.926 | 5195 | Recursively removing directory: /tmp/git.1NsDz6/ +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.927 | 5195 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.927 | 5195 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.927 | 5195 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.927 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.927 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.928 | 5328 | Added a new worker 11 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.928 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.928 | 5191 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.928 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.928 | 5191 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.930 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.W4A5gp +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.930 | 5327 | Marked run 15 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.930 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.935 | 5195 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5195/cimple-worker: 2023-08-28 07:31:30.936 | 5195 | Going to run: ./ci +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.980 | 5192 | Recursively removing directory: /tmp/git.i5buDO/ +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.982 | 5192 | Process exit code: -11 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.982 | 5192 | Process output: 26 bytes +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.982 | 5192 | Waiting for a new command +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5332 | Added a new worker 10 to the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5191 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.982 | 5191 | Removed worker 10 from the queue +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.983 | 5191 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.983 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.l5EfiR +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.986 | 5331 | Marked run 16 as finished +2023-08-28 07:31:30 | INFO | 5189/cimple-server: 2023-08-28 07:31:30.986 | 5189 | Waiting for new connections +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.996 | 5192 | Checking out revision HEAD +2023-08-28 07:31:30 | INFO | 5192/cimple-worker: 2023-08-28 07:31:30.997 | 5192 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.107 | 5195 | Recursively removing directory: /tmp/git.W4A5gp/ +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.108 | 5195 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.108 | 5195 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.108 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.108 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.108 | 5195 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.109 | 5336 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.109 | 5191 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.109 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.109 | 5191 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.111 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.109 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.M3hV68 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.115 | 5335 | Marked run 17 as finished +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.116 | 5195 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.117 | 5195 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.120 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.169 | 5192 | Recursively removing directory: /tmp/git.l5EfiR/ +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.170 | 5192 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.170 | 5192 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.170 | 5192 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5340 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5191 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.171 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.172 | 5191 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.172 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.4hfi5V +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.176 | 5339 | Marked run 18 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.178 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.179 | 5192 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.180 | 5192 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.296 | 5195 | Recursively removing directory: /tmp/git.M3hV68/ +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.297 | 5195 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.297 | 5195 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.297 | 5195 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.297 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.297 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.298 | 5344 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.298 | 5191 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.298 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.298 | 5191 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.299 | 5343 | Marked run 19 as finished +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.299 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.k5Iojp +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.301 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.301 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.305 | 5195 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.306 | 5195 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.338 | 5192 | Recursively removing directory: /tmp/git.4hfi5V/ +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.339 | 5192 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.339 | 5192 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.339 | 5192 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.340 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.342 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.343 | 5348 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.343 | 5191 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.343 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.343 | 5191 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.343 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.345 | 5347 | Marked run 20 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.345 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.346 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.zoguWu +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.352 | 5192 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.353 | 5192 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.473 | 5195 | Recursively removing directory: /tmp/git.k5Iojp/ +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.474 | 5195 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.474 | 5195 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.474 | 5195 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.474 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.474 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.475 | 5352 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.475 | 5191 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.475 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.475 | 5191 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.475 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.476 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.x54E43 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.477 | 5351 | Marked run 21 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.477 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.482 | 5195 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.483 | 5195 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.526 | 5192 | Recursively removing directory: /tmp/git.zoguWu/ +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.527 | 5192 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.527 | 5192 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.527 | 5192 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5356 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.528 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.PHpPv6 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5191 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.528 | 5191 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.529 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.534 | 5192 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.535 | 5192 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.536 | 5355 | Marked run 22 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.536 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.633 | 5195 | Recursively removing directory: /tmp/git.x54E43/ +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.634 | 5195 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.634 | 5195 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.634 | 5195 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.634 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.634 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.635 | 5360 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.635 | 5191 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.635 | 5191 | Removed worker 11 from the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.635 | 5191 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.635 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.636 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.xftBu1 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.645 | 5195 | Checking out revision HEAD +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.646 | 5195 | Going to run: ./ci +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.647 | 5359 | Marked run 23 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.647 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.710 | 5192 | Recursively removing directory: /tmp/git.PHpPv6/ +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.711 | 5192 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.712 | 5192 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.712 | 5192 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.712 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.712 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.712 | 5364 | Added a new worker 11 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.712 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.714 | 5363 | Marked run 24 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.714 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.816 | 5195 | Recursively removing directory: /tmp/git.xftBu1/ +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.818 | 5195 | Process exit code: -11 +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.818 | 5195 | Process output: 26 bytes +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.818 | 5195 | Waiting for a new command +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.820 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.820 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.820 | 5366 | Added a new worker 10 to the queue +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.820 | 5189 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.832 | 5365 | Marked run 25 as finished +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.832 | 5189 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:31 | INFO | Terminating process 5195/cimple-worker +2023-08-28 07:31:31 | INFO | 5195/cimple-worker: 2023-08-28 07:31:31.835 | 5195 | Shutting down +2023-08-28 07:31:31 | INFO | Terminating process 5192/cimple-worker +2023-08-28 07:31:31 | INFO | 5192/cimple-worker: 2023-08-28 07:31:31.837 | 5192 | Shutting down +2023-08-28 07:31:31 | INFO | Terminating process 5189/cimple-server +2023-08-28 07:31:31 | INFO | 5189/cimple-server: 2023-08-28 07:31:31.838 | 5189 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_simple-numof_clients=10-runs_per_client=50]9.65
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite'] +2023-08-28 07:31:31 | INFO | Process 5368/cimple-server has started +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.844 | 5368 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.844 | 5368 | SQLite database version: 0 +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.844 | 5368 | Newest database version: 1 +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.844 | 5368 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.879 | 5368 | Waiting for new connections +2023-08-28 07:31:31 | INFO | Process 5368/cimple-server is ready +2023-08-28 07:31:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:31 | INFO | Process 5371/cimple-worker has started +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.893 | 5368 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.893 | 5373 | Added a new worker 8 to the queue +2023-08-28 07:31:31 | INFO | 5371/cimple-worker: 2023-08-28 07:31:31.893 | 5371 | Waiting for a new command +2023-08-28 07:31:31 | INFO | Process 5371/cimple-worker is ready +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.893 | 5368 | Waiting for new connections +2023-08-28 07:31:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:31 | INFO | Process 5374/cimple-worker has started +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.907 | 5368 | Waiting for new connections +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.907 | 5376 | Added a new worker 9 to the queue +2023-08-28 07:31:31 | INFO | 5374/cimple-worker: 2023-08-28 07:31:31.907 | 5374 | Waiting for a new command +2023-08-28 07:31:31 | INFO | Process 5374/cimple-worker is ready +2023-08-28 07:31:31 | INFO | 5368/cimple-server: 2023-08-28 07:31:31.907 | 5368 | Waiting for new connections +2023-08-28 07:31:31 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:31 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:31 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:31 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:31 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:31 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:31 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:31 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:31 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.096 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.118 | 5399 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.118 | 5370 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.118 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.118 | 5370 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.119 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.119 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SfRkrr +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.124 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.126 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.130 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.145 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.152 | 5403 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.153 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2iECMY +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.152 | 5370 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.152 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.153 | 5370 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.159 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.160 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.161 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.165 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.167 | 5406 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.168 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.170 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.174 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.178 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.181 | 5414 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.181 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.184 | 5371 | Recursively removing directory: /tmp/git.SfRkrr/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.185 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.185 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.185 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.185 | 5418 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.186 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.186 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.187 | 5421 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.188 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.193 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.194 | 5423 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.195 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.196 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.197 | 5431 | Added a new worker 15 to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.198 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.c6DdAp +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.198 | 5370 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.198 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.198 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.198 | 5370 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.200 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.204 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.205 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.206 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.209 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.210 | 5430 | Marked run 1 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.210 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.211 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.213 | 5435 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.214 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.216 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.222 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.223 | 5438 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.224 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.227 | 5374 | Recursively removing directory: /tmp/git.2iECMY/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.228 | 5441 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.229 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.229 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.230 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.231 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.231 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.231 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.232 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.232 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.233 | 5444 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.233 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.235 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.236 | 5443 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.236 | 5460 | Added a new worker 9 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.236 | 5370 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.236 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.236 | 5370 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.236 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.03PzR5 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.237 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.239 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.240 | 5371 | Recursively removing directory: /tmp/git.c6DdAp/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.242 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.242 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.242 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.243 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.243 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.244 | 5468 | Added a new worker 25 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.244 | 5370 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.244 | 5370 | Removed worker 25 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.244 | 5370 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.244 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LQTFj8 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.245 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.246 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.249 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.251 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing 50 clients +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.254 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.253 | 5437 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.255 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.256 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.257 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.258 | 5459 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.260 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.267 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.268 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.270 | 5467 | Marked run 3 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.270 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.270 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.290 | 5458 | Marked run 2 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.291 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.293 | 5451 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.294 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.295 | 5371 | Recursively removing directory: /tmp/git.LQTFj8/ +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.298 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.298 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.298 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.297 | 5456 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.299 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.299 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.299 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.301 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.301 | 5493 | Added a new worker 9 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.302 | 5447 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.303 | 5370 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.303 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.303 | 5370 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.303 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.303 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yHsKUh +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.303 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.303 | 5374 | Recursively removing directory: /tmp/git.03PzR5/ +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.306 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.306 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.306 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.305 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.305 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.306 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.306 | 5469 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.307 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.307 | 5499 | Added a new worker 23 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.308 | 5370 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.308 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.308 | 5370 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.308 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.308 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6Neqar +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.318 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.322 | 5470 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.323 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.326 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.326 | 5496 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.327 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.330 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.330 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.331 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.331 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.337 | 5462 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.337 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.339 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.340 | 5471 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.341 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.343 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.344 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.346 | 5477 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.347 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.349 | 5374 | Recursively removing directory: /tmp/git.6Neqar/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.350 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.350 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.350 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.351 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.351 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.351 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.352 | 5525 | Added a new worker 35 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.352 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.353 | 5479 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.353 | 5370 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.353 | 5370 | Removed worker 35 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.353 | 5370 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 35 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.353 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.353 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qnqLsj +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.355 | 5371 | Recursively removing directory: /tmp/git.yHsKUh/ +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.357 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.357 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.357 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.358 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.358 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.358 | 5492 | Marked run 5 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.359 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.359 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.359 | 5530 | Added a new worker 15 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.360 | 5370 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.360 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.360 | 5370 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.361 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.364 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nvI3o0 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.365 | 5494 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.365 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.366 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.367 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.372 | 5500 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.374 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.375 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.376 | 5498 | Marked run 4 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.376 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.376 | 5374 | Recursively removing directory: /tmp/git.qnqLsj/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.379 | 5475 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.378 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.379 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.380 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.380 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.381 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.381 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.381 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.382 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.383 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.383 | 5523 | Marked run 7 as finished +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.384 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.385 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.385 | 5529 | Marked run 6 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.385 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.386 | 5545 | Added a new worker 29 to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.386 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.upSHQR +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.386 | 5370 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.386 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.386 | 5370 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.387 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.388 | 5502 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.388 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.390 | 5371 | Recursively removing directory: /tmp/git.nvI3o0/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.391 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.391 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.391 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.390 | 5504 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5554 | Added a new worker 24 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5370 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5370 | Removed worker 24 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.392 | 5370 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.392 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0ikK3f +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.393 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.395 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.395 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.397 | 5506 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.398 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.402 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.412 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.414 | 5515 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.417 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.414 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.418 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.419 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.421 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.422 | 5543 | Marked run 8 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.423 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.426 | 5374 | Recursively removing directory: /tmp/git.upSHQR/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.426 | 5516 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.427 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.427 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.427 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.428 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.428 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.428 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5572 | Added a new worker 29 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5370 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5370 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.431 | 5553 | Marked run 9 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.432 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.432 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KlgK2P +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.433 | 5371 | Recursively removing directory: /tmp/git.0ikK3f/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.435 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.435 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.436 | 5578 | Added a new worker 33 to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.435 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.435 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.435 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.436 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.F98aRc +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.436 | 5370 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.436 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.436 | 5370 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.436 | 5524 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.437 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.439 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.439 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.441 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.443 | 5571 | Marked run 10 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.444 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.445 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.446 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.446 | 5528 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.447 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.449 | 5539 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.450 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.451 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.452 | 5542 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.453 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.455 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.458 | 5374 | Recursively removing directory: /tmp/git.KlgK2P/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.459 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.460 | 5546 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.460 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.460 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.460 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.461 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.461 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.461 | 5597 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.462 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LM0NT5 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.462 | 5370 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.462 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.462 | 5370 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.463 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.464 | 5556 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.464 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.467 | 5577 | Marked run 11 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.467 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.469 | 5555 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.470 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.471 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.471 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.472 | 5371 | Recursively removing directory: /tmp/git.F98aRc/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.473 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.473 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.473 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.473 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.473 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5608 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5370 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.474 | 5370 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.475 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.475 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SDCspk +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.479 | 5558 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.479 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.485 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.489 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.490 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.490 | 5596 | Marked run 12 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.490 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.492 | 5562 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.493 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.496 | 5576 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.496 | 5374 | Recursively removing directory: /tmp/git.LM0NT5/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.497 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.498 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.498 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.497 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.497 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.498 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.499 | 5622 | Added a new worker 23 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.500 | 5370 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.500 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.500 | 5370 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.500 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.500 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.crZ0xX +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.500 | 5607 | Marked run 13 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.501 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.501 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.503 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.504 | 5588 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.505 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.507 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.508 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.510 | 5590 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.509 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.513 | 5592 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.518 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.521 | 5621 | Marked run 14 as finished +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.522 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.523 | 5374 | Recursively removing directory: /tmp/git.crZ0xX/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.524 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.525 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.525 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.525 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.525 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JgUrxr +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5642 | Added a new worker 30 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5370 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5370 | Removed worker 30 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.525 | 5370 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.528 | 5594 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.525 | 5371 | Recursively removing directory: /tmp/git.SDCspk/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.529 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.529 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.530 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.530 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.530 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.530 | 5644 | Added a new worker 6 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.531 | 5370 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.531 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.531 | 5370 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.531 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.534 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.534 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NQRTtQ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.545 | 5605 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.545 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.548 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.550 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.551 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.551 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.553 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.554 | 5606 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.555 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.557 | 5609 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.559 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.561 | 5641 | Marked run 16 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.561 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.563 | 5643 | Marked run 15 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.563 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.565 | 5612 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.566 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.568 | 5623 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.569 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.571 | 5371 | Recursively removing directory: /tmp/git.NQRTtQ/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.572 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.572 | 5624 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.572 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.574 | 5666 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.574 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.574 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.574 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.575 | 5374 | Recursively removing directory: /tmp/git.JgUrxr/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.575 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.575 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.575 | 5671 | Added a new worker 27 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.575 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.576 | 5370 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.576 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.576 | 5370 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.578 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZcpjnG +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.579 | 5639 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.579 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.580 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.581 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.581 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.581 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.581 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.581 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.583 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.584 | 5676 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.584 | 5370 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.584 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.584 | 5370 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.584 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RtaemQ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.585 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.587 | 5670 | Marked run 18 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.587 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.587 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.589 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.589 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.591 | 5640 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.592 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.594 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.594 | 5649 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.596 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.598 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.598 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.599 | 5675 | Marked run 17 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.599 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.600 | 5646 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.601 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.602 | 5371 | Recursively removing directory: /tmp/git.ZcpjnG/ +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.604 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.604 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.604 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.605 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.605 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.605 | 5655 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.606 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.606 | 5693 | Added a new worker 17 to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.607 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eAG2Q8 +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.606 | 5370 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.606 | 5370 | Removed worker 17 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.607 | 5370 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 17 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.607 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.608 | 5656 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.609 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.611 | 5630 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.612 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.613 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.614 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.615 | 5668 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.615 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.616 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.618 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.620 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.621 | 5374 | Recursively removing directory: /tmp/git.RtaemQ/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.623 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.623 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.623 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.623 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.623 | 5692 | Marked run 19 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.623 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.623 | 5710 | Added a new worker 6 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.624 | 5370 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.624 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.624 | 5370 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.624 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.624 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CAc1Y9 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.626 | 5674 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.626 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.629 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.632 | 5677 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.632 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.634 | 5371 | Recursively removing directory: /tmp/git.eAG2Q8/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.635 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.635 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.635 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.635 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.635 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.635 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.636 | 5719 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.637 | 5370 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.637 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.637 | 5370 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.637 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.637 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AqBgnJ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.638 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.639 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.643 | 5679 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.643 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.650 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.664 | 5684 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.664 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.666 | 5374 | Recursively removing directory: /tmp/git.CAc1Y9/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.671 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.671 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.671 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5731 | Added a new worker 33 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5370 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.672 | 5370 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.673 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Yt7ho0 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.674 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.703 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.704 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.705 | 5685 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.706 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.710 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.712 | 5695 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.712 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.715 | 5709 | Marked run 20 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.715 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.715 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.718 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.719 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.719 | 5699 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.720 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.721 | 5371 | Recursively removing directory: /tmp/git.AqBgnJ/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.722 | 5718 | Marked run 21 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.722 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.723 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.723 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.722 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.722 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.723 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.723 | 5745 | Added a new worker 24 to the queue +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.724 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7OiPGX +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.724 | 5370 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.724 | 5370 | Removed worker 24 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.724 | 5370 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.725 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.725 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.729 | 5730 | Marked run 22 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.730 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.733 | 5744 | Marked run 23 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.734 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.735 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.736 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.736 | 5703 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.737 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.740 | 5374 | Recursively removing directory: /tmp/git.Yt7ho0/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.741 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.741 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.741 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.741 | 5705 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.742 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.742 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.742 | 5758 | Added a new worker 15 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.743 | 5370 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.743 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.743 | 5370 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.743 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.744 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uDT1WT +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.746 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.747 | 5371 | Recursively removing directory: /tmp/git.7OiPGX/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.749 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.749 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.749 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.749 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.750 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.750 | 5766 | Added a new worker 33 to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.750 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iU56yV +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.750 | 5370 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.750 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.750 | 5370 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.751 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.752 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.754 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.752 | 5707 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.757 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.763 | 5757 | Marked run 24 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.764 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.764 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.765 | 5374 | Recursively removing directory: /tmp/git.uDT1WT/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.767 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.770 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.770 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.770 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.770 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.770 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.771 | 5713 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.771 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.771 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.771 | 5776 | Added a new worker 8 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.772 | 5370 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.772 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.772 | 5370 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.772 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NPJFS8 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.773 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.776 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.782 | 5371 | Recursively removing directory: /tmp/git.iU56yV/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.787 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.787 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.787 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.788 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.788 | 5786 | Added a new worker 35 to the queue +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.788 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.794 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.794 | 5370 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.794 | 5370 | Removed worker 35 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.794 | 5370 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 35 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.794 | 5765 | Marked run 25 as finished +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.794 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.795 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.795 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.J9F2P2 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.801 | 5721 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.802 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.806 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.807 | 5374 | Recursively removing directory: /tmp/git.NPJFS8/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.808 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.809 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.809 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.809 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.809 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.809 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.809 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.810 | 5775 | Marked run 26 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.811 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.811 | 5797 | Added a new worker 6 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.811 | 5370 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.811 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.811 | 5370 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.812 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CcJLoF +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.813 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.813 | 5725 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.814 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.817 | 5785 | Marked run 27 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.817 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.819 | 5796 | Marked run 28 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.819 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.822 | 5732 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.822 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.823 | 5371 | Recursively removing directory: /tmp/git.J9F2P2/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.823 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.823 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.826 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.827 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.827 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.827 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.827 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.828 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.828 | 5736 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.828 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.829 | 5809 | Added a new worker 10 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.830 | 5370 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.830 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.830 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.830 | 5370 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.830 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HIZKrf +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.831 | 5742 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.833 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.835 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.835 | 5748 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.836 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.839 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.840 | 5760 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.841 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.841 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.843 | 5764 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.844 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.845 | 5808 | Marked run 29 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.846 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.847 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.848 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.848 | 5774 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.849 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.851 | 5779 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.852 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.852 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.854 | 5795 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.854 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.856 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.857 | 5803 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.857 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.858 | 5374 | Recursively removing directory: /tmp/git.CcJLoF/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.859 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.859 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.859 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.861 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.861 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.861 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.861 | 5836 | Added a new worker 29 to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.862 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zfQzTe +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.862 | 5370 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.862 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.862 | 5370 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.862 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.868 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.868 | 5371 | Recursively removing directory: /tmp/git.HIZKrf/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.870 | 5813 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.870 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.872 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.872 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5843 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5370 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5370 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.872 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.872 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.873 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zt62CQ +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.876 | 5820 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.876 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.876 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.879 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.879 | 5834 | Marked run 30 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.879 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.881 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.882 | 5828 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.883 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.883 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.885 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.886 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.886 | 5824 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.886 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.888 | 5842 | Marked run 31 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.889 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.891 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.891 | 5816 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.892 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.898 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.899 | 5807 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.900 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.901 | 5831 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.902 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.903 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.904 | 5829 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.904 | 5374 | Recursively removing directory: /tmp/git.zfQzTe/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.906 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.906 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.906 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.907 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.907 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.908 | 5869 | Added a new worker 24 to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.908 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fnpsdZ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.908 | 5370 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.908 | 5370 | Removed worker 24 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.908 | 5370 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.909 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.909 | 5371 | Recursively removing directory: /tmp/git.zt62CQ/ +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.911 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.911 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.911 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.914 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.914 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.915 | 5872 | Added a new worker 31 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.916 | 5370 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.916 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.916 | 5370 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.916 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Qpbtfm +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.917 | 5837 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.918 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.918 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.922 | 5868 | Marked run 32 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.922 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.925 | 5374 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.926 | 5871 | Marked run 33 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.926 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.927 | 5374 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.929 | 5835 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.930 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.931 | 5371 | Checking out revision HEAD +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.932 | 5846 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.933 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.935 | 5849 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.936 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.936 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.937 | 5371 | Going to run: ./ci +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.938 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.968 | 5853 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.969 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.975 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.975 | 5852 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.976 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.978 | 5371 | Recursively removing directory: /tmp/git.Qpbtfm/ +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.977 | 5860 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.979 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.980 | 5371 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.980 | 5371 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.981 | 5371 | Waiting for a new command +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.980 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.981 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.981 | 5873 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.983 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.983 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.983 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.984 | 5895 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.980 | 5374 | Recursively removing directory: /tmp/git.fnpsdZ/ +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.982 | 5374 | Process exit code: 0 +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.982 | 5374 | Process output: 57 bytes +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.982 | 5374 | Waiting for a new command +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.984 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5900 | Added a new worker 11 to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5370 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5370 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.985 | 5902 | Added a new worker 11 to the queue +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5371/cimple-worker: 2023-08-28 07:31:33.986 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lsaJlc +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.986 | 5370 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.986 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.986 | 5370 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.986 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5374/cimple-worker: 2023-08-28 07:31:33.987 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h21095 +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.987 | 5876 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.988 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.989 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.991 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.993 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.994 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.994 | 5874 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.994 | 5368 | Waiting for new connections +2023-08-28 07:31:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.998 | 5899 | Marked run 35 as finished +2023-08-28 07:31:33 | INFO | 5368/cimple-server: 2023-08-28 07:31:33.998 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.002 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.003 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.004 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.003 | 5881 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.003 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.005 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.007 | 5883 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.008 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.010 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.010 | 5885 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.011 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.012 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.014 | 5901 | Marked run 34 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.014 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.016 | 5863 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.017 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.019 | 5904 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.019 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.022 | 5921 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.023 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.024 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.025 | 5908 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.025 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.027 | 5909 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.028 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.029 | 5374 | Recursively removing directory: /tmp/git.h21095/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.030 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.031 | 5934 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.031 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.031 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.031 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.031 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.031 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.032 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.032 | 5912 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.034 | 5371 | Recursively removing directory: /tmp/git.lsaJlc/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.034 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.034 | 5918 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.035 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.035 | 5940 | Added a new worker 12 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.035 | 5370 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.035 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.036 | 5370 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.036 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.036 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.038 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.038 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.039 | 5907 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.039 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.041 | 5922 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.042 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.044 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.044 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.036 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.d8Wz7G +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.038 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.038 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.038 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.046 | 5910 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.047 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.048 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.049 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.052 | 5946 | Added a new worker 28 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.054 | 5370 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.054 | 5370 | Removed worker 28 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.054 | 5370 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.055 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DmtjE8 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.058 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.058 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.059 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.061 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.060 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.060 | 5935 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.060 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.064 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.066 | 5938 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.066 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.069 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.070 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.070 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.070 | 5939 | Marked run 37 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.071 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.073 | 5374 | Recursively removing directory: /tmp/git.d8Wz7G/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.076 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.076 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.077 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5974 | Added a new worker 33 to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.078 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WgeVSl +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.078 | 5371 | Recursively removing directory: /tmp/git.DmtjE8/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5370 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.077 | 5370 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.079 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.079 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.079 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.080 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.080 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.080 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.080 | 5976 | Added a new worker 35 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.080 | 5370 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.080 | 5370 | Removed worker 35 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.081 | 5370 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 35 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.081 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1WrZWs +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.081 | 5956 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.083 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.086 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.089 | 5945 | Marked run 36 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.090 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.095 | 5949 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.095 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.097 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.098 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.099 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.099 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.100 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.102 | 5944 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.103 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.104 | 5953 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.105 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.109 | 5973 | Marked run 38 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.109 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.109 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.111 | 5975 | Marked run 39 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.111 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.113 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.114 | 5952 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.115 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.116 | 5955 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.116 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.117 | 5371 | Recursively removing directory: /tmp/git.1WrZWs/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.118 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.118 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.118 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.119 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.119 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.120 | 5374 | Recursively removing directory: /tmp/git.WgeVSl/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.121 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.121 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.121 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.121 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.121 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.123 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.123 | 6000 | Added a new worker 33 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.123 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 6002 | Added a new worker 23 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.124 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BtzJSu +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.124 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tiyZ1V +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.124 | 5370 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.126 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.127 | 5954 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.128 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.131 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.132 | 5950 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.133 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.135 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.135 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.136 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.136 | 5960 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.138 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.139 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.140 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.141 | 5966 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.141 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.144 | 6001 | Marked run 40 as finished +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.145 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.145 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.146 | 5978 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.151 | 5374 | Recursively removing directory: /tmp/git.tiyZ1V/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.153 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.153 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.153 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.154 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.154 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.154 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.155 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.155 | 6022 | Added a new worker 14 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.155 | 5370 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.155 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.155 | 5370 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.156 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.160 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MG0Dic +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.163 | 5981 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.164 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.166 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.167 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.168 | 6004 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.169 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.172 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.172 | 5999 | Marked run 41 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.172 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.173 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.174 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.175 | 5992 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.175 | 5371 | Recursively removing directory: /tmp/git.BtzJSu/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.176 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.177 | 6003 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.178 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.178 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.178 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.178 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.178 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.178 | 6036 | Added a new worker 29 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.179 | 5370 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.179 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.179 | 5370 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.179 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KcSXlR +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.180 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.180 | 6021 | Marked run 43 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.181 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.183 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.185 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.190 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.191 | 5374 | Recursively removing directory: /tmp/git.MG0Dic/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.192 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.192 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.193 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.192 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.193 | 5990 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.195 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.195 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.195 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.196 | 6046 | Added a new worker 9 to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.196 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jNsvSN +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.196 | 5370 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.196 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.196 | 5370 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.198 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.201 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.205 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.206 | 6006 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.207 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.207 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.209 | 5371 | Recursively removing directory: /tmp/git.KcSXlR/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.210 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.210 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.210 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.211 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N53N8P +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 6059 | Added a new worker 33 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 5370 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.211 | 5370 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.212 | 6035 | Marked run 42 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.212 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.213 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.213 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.217 | 5374 | Recursively removing directory: /tmp/git.jNsvSN/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.218 | 6012 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.219 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.219 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.219 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.219 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.220 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.220 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.222 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.221 | 6067 | Added a new worker 33 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.222 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.223 | 5370 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.223 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.223 | 5370 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.223 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.224 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.224 | 6020 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.225 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eyNDp8 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.225 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.228 | 6045 | Marked run 44 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.228 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.229 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.233 | 6058 | Marked run 45 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.234 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.239 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.240 | 6016 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.241 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.242 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.243 | 6066 | Marked run 46 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.244 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.245 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.246 | 5371 | Recursively removing directory: /tmp/git.N53N8P/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.248 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.248 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.248 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.248 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.249 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.249 | 6026 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.249 | 6082 | Added a new worker 6 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.250 | 5370 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.250 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.250 | 5370 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.250 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.250 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2ZSdnl +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.256 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.256 | 6028 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.257 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.258 | 5374 | Recursively removing directory: /tmp/git.eyNDp8/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.259 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.259 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.259 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.262 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.259 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.260 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.261 | 6091 | Added a new worker 29 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.261 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.261 | 5370 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.261 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.261 | 5370 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.264 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.l4kiM2 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.264 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.265 | 6031 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.265 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.272 | 6039 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.273 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.274 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.276 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.276 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.278 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.283 | 5371 | Recursively removing directory: /tmp/git.2ZSdnl/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.284 | 6081 | Marked run 47 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.285 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.285 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.285 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.285 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.285 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.285 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.286 | 6105 | Added a new worker 29 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.286 | 5370 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.286 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.286 | 5370 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.286 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wkRgxQ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.286 | 6041 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.287 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.289 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.291 | 6090 | Marked run 48 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.291 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.292 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.302 | 5374 | Recursively removing directory: /tmp/git.l4kiM2/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.303 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.304 | 6104 | Marked run 49 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.304 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.304 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.306 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.306 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.307 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.307 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AwDB4D +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 6115 | Added a new worker 27 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 5370 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.307 | 5370 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.313 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.317 | 6050 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.317 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.318 | 5371 | Recursively removing directory: /tmp/git.wkRgxQ/ +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.322 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.323 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.323 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.323 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.324 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.325 | 6061 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.326 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.326 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.327 | 6124 | Added a new worker 8 to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.327 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.taDrWX +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.327 | 5370 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.327 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.327 | 5370 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.329 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.330 | 6114 | Marked run 50 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.331 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.331 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.333 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.334 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.337 | 6068 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.338 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.340 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.341 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.341 | 6071 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.342 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.345 | 6079 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.346 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.348 | 6123 | Marked run 51 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.348 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.350 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.351 | 6088 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.351 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.354 | 6092 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.354 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.356 | 5374 | Recursively removing directory: /tmp/git.AwDB4D/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.356 | 6103 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.357 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.357 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.357 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.358 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.358 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.359 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.359 | 5371 | Recursively removing directory: /tmp/git.taDrWX/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.360 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.360 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.360 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.360 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.361 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.362 | 6101 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.363 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.364 | 6151 | Added a new worker 16 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.364 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.364 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1V7iMM +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.364 | 5370 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.364 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.364 | 5370 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.365 | 6148 | Added a new worker 30 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.365 | 5370 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.365 | 5370 | Removed worker 30 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.365 | 5370 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.365 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1ylu6L +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.366 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.366 | 6108 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.367 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.368 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.369 | 6122 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.370 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.373 | 6126 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.374 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.375 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.376 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.377 | 6130 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.378 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.379 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.380 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.382 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.382 | 6140 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.383 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.384 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.384 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.385 | 6147 | Marked run 52 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.385 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.386 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.387 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.387 | 6150 | Marked run 53 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.387 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.389 | 6149 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.389 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.391 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.393 | 6152 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.394 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.395 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.397 | 6165 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.397 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.398 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.399 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.401 | 6161 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.402 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.404 | 5371 | Recursively removing directory: /tmp/git.1V7iMM/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.404 | 6159 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.405 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.405 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.405 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.405 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.405 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.405 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.406 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.407 | 6183 | Added a new worker 27 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.407 | 5370 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.407 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.407 | 5370 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.407 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ucln0H +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.407 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.409 | 6160 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.410 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.410 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.414 | 6163 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.414 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.416 | 6182 | Marked run 54 as finished +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.416 | 5374 | Recursively removing directory: /tmp/git.1ylu6L/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.417 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.418 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.418 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.418 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.418 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.419 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.421 | 6169 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.421 | 6194 | Added a new worker 6 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.421 | 5370 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.421 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.421 | 5370 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.422 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.421 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VnlSVP +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.422 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.424 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.424 | 6166 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.426 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.430 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.430 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.432 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.433 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.434 | 6171 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.434 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.435 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.435 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.436 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.437 | 6175 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.437 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.439 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.442 | 6193 | Marked run 55 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.443 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.444 | 6176 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.445 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.448 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.448 | 6185 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.449 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.451 | 6188 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.452 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.454 | 6196 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.455 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.458 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.459 | 6198 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.460 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.461 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.485 | 5371 | Recursively removing directory: /tmp/git.ucln0H/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.462 | 6200 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.463 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.463 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.464 | 6210 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.464 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.466 | 6203 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.467 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.468 | 6208 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.469 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.471 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.471 | 6191 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.472 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.488 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.488 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.488 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.473 | 6205 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.473 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.475 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.478 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.480 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.480 | 6217 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.481 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.483 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.485 | 6219 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.486 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.488 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.489 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.489 | 6221 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.489 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.491 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.493 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.STLOWW +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.492 | 6226 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.492 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.493 | 6240 | Added a new worker 8 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.493 | 5370 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.493 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.493 | 5370 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.493 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.494 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.497 | 6228 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.497 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.498 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.501 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.501 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.502 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.504 | 5374 | Recursively removing directory: /tmp/git.VnlSVP/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.505 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.505 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.505 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.506 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.506 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 6251 | Added a new worker 34 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 5370 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 5370 | Removed worker 34 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 5370 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 34 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.507 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.507 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t3OZ8J +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.510 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.510 | 6230 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.511 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.516 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.517 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.517 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.518 | 6232 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.518 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.521 | 6239 | Marked run 56 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.522 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.523 | 6233 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.525 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.526 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.526 | 6250 | Marked run 57 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.527 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.527 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.530 | 6237 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.531 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.534 | 5371 | Recursively removing directory: /tmp/git.STLOWW/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.535 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.535 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.535 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.535 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.535 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.536 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.536 | 6274 | Added a new worker 29 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.536 | 5370 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.536 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.536 | 5370 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.537 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.537 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ADbDsu +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.538 | 6243 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.538 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.541 | 5374 | Recursively removing directory: /tmp/git.t3OZ8J/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.542 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.542 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.542 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.542 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.542 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.543 | 6245 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.543 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.545 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.547 | 6247 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.547 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.548 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.547 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.550 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.550 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.551 | 6277 | Added a new worker 31 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.551 | 5370 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.551 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.551 | 5370 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.551 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.551 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FtXcbR +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.555 | 6273 | Marked run 58 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.555 | 6248 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.556 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.558 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.559 | 6280 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.560 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.559 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.561 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.562 | 6252 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.563 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.565 | 6283 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.566 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.568 | 6276 | Marked run 59 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.568 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.569 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.570 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.570 | 6265 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.571 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.573 | 6282 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.573 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.574 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.575 | 6272 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.575 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.576 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.578 | 6249 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.578 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.579 | 6255 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.580 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.581 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.581 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.582 | 6266 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.583 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.584 | 6296 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.585 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.586 | 5371 | Recursively removing directory: /tmp/git.ADbDsu/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.587 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.587 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.588 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.588 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.588 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.588 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.590 | 6294 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.590 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.592 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.592 | 6288 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.593 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.594 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.596 | 6313 | Added a new worker 23 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.596 | 5370 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.596 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.596 | 5370 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.596 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EHnGhg +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.597 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.599 | 6302 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.599 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.602 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.603 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.604 | 5374 | Recursively removing directory: /tmp/git.FtXcbR/ +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.605 | 6300 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.606 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.605 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.607 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.607 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.606 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.606 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.607 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.608 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.609 | 6325 | Added a new worker 27 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.609 | 5370 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.609 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.610 | 5370 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.610 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.610 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.d3IkIN +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.612 | 6315 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.613 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.613 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.615 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.616 | 6322 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.616 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.620 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.620 | 6312 | Marked run 60 as finished +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.621 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.620 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.624 | 6307 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.624 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.625 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.625 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.627 | 6320 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.628 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.630 | 6324 | Marked run 61 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.630 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.631 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.633 | 5371 | Recursively removing directory: /tmp/git.EHnGhg/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.634 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.634 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.634 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.631 | 6306 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.633 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 6346 | Added a new worker 23 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5370 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5370 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.635 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.636 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ojmmMt +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.638 | 6314 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.638 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.639 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.641 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.645 | 5374 | Recursively removing directory: /tmp/git.d3IkIN/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.646 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.649 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.649 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.648 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.648 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.648 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.650 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N5xkyA +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.649 | 6318 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.650 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.650 | 6356 | Added a new worker 8 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.650 | 5370 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.650 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.650 | 5370 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.652 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.654 | 6327 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.656 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.657 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.659 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.660 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.661 | 6345 | Marked run 62 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.661 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.663 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.664 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.664 | 6328 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.665 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.666 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.669 | 6330 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.670 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.672 | 6355 | Marked run 63 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.672 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.673 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.674 | 6338 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.674 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.677 | 6339 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.677 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.679 | 5371 | Recursively removing directory: /tmp/git.ojmmMt/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.680 | 6344 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.682 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.682 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.683 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.683 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.683 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.683 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.683 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.685 | 6349 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.686 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.688 | 6378 | Added a new worker 18 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.688 | 5370 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.688 | 5370 | Removed worker 18 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.688 | 5370 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.689 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zpCJzK +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.690 | 6351 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.692 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.692 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.693 | 6375 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.694 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.697 | 6358 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.697 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.700 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.700 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.701 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.702 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.703 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.702 | 6360 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.703 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.705 | 6370 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.706 | 5374 | Recursively removing directory: /tmp/git.N5xkyA/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.708 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.708 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.708 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.706 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.708 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.708 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.709 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.710 | 6380 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.711 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.712 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.712 | 6354 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.713 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.714 | 6383 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.715 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.715 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.716 | 6396 | Added a new worker 26 to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.716 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UfCdY1 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.716 | 5370 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.716 | 5370 | Removed worker 26 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.716 | 5370 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.717 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.718 | 6377 | Marked run 64 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.718 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.719 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.719 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.720 | 6376 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.720 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.725 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.726 | 6397 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.727 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.727 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.729 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.729 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.730 | 6389 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.731 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.734 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.734 | 6395 | Marked run 65 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.734 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.737 | 6388 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.737 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.738 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.740 | 6399 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.740 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.743 | 6391 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.744 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.746 | 6402 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.747 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.747 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.749 | 6403 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.749 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.750 | 5371 | Recursively removing directory: /tmp/git.zpCJzK/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.751 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.751 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.751 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.752 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.752 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.752 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.755 | 5374 | Recursively removing directory: /tmp/git.UfCdY1/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.756 | 6404 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.756 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.757 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.757 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.757 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.757 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.757 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.759 | 6433 | Added a new worker 31 to the queue +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.760 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zstBWx +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.759 | 5370 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.759 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.759 | 5370 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.761 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.761 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.761 | 6436 | Added a new worker 31 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.762 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.764 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.skWpnf +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.762 | 6406 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.763 | 5370 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.763 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.763 | 5370 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.763 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.765 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.765 | 6409 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.766 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.771 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.771 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.798 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.799 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.799 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.800 | 6414 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.800 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.803 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.803 | 6420 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.804 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.805 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.806 | 6432 | Marked run 66 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.807 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.808 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.811 | 6425 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.812 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.815 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.817 | 5374 | Recursively removing directory: /tmp/git.skWpnf/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.817 | 5371 | Recursively removing directory: /tmp/git.zstBWx/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.818 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.818 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.818 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.818 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.818 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.818 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.818 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.819 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 6463 | Added a new worker 22 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 5370 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 5370 | Removed worker 22 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 6435 | Marked run 67 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.821 | 5370 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.822 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OpTQAz +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 6464 | Added a new worker 16 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 5370 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.823 | 5370 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.823 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cAHjfw +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.824 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.829 | 6416 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.830 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.836 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.836 | 6429 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.837 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.837 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.839 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.840 | 6462 | Marked run 69 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.840 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.841 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.841 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.842 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.844 | 6437 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.844 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.846 | 6461 | Marked run 68 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.846 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.848 | 6431 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.848 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.851 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.851 | 6438 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.852 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.854 | 6441 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.854 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.854 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.856 | 6442 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.857 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.859 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.859 | 6447 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.861 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.864 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.864 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.862 | 5371 | Recursively removing directory: /tmp/git.OpTQAz/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.864 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.864 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.864 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.866 | 5374 | Recursively removing directory: /tmp/git.cAHjfw/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.867 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.867 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.867 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.865 | 6449 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.865 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.868 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.868 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.869 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.869 | 6495 | Added a new worker 31 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.870 | 5370 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.870 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.870 | 5370 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.870 | 6460 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.870 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.871 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w77b41 +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.874 | 6466 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.875 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.875 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.876 | 6492 | Added a new worker 28 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.876 | 5370 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.876 | 5370 | Removed worker 28 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.876 | 5370 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.876 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.877 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TZL7aU +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.877 | 6468 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.879 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.881 | 6479 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.882 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.883 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.884 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.885 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.885 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.885 | 6491 | Marked run 70 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.886 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.886 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.888 | 6481 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.889 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.890 | 6489 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.891 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.894 | 6500 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.895 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.895 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.896 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.897 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.897 | 6496 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.897 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.899 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.900 | 6487 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.902 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.904 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.905 | 6499 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.905 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.906 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.907 | 6494 | Marked run 71 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.908 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.910 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.910 | 6503 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.911 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.913 | 6513 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.914 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.914 | 5371 | Recursively removing directory: /tmp/git.TZL7aU/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.916 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.916 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.916 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.916 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.916 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.917 | 6534 | Added a new worker 27 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.918 | 6514 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.918 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.919 | 5370 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.919 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.919 | 5370 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.919 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iKS6KD +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.922 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.922 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.923 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.923 | 6538 | Added a new worker 29 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.923 | 5370 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.924 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.924 | 5370 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.925 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.921 | 5374 | Recursively removing directory: /tmp/git.w77b41/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.922 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.922 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.922 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.924 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q6S5qb +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.929 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.930 | 6526 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.930 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.932 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.934 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.935 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.936 | 6517 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.937 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.939 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.940 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.942 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.945 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.947 | 6511 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.948 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.951 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.952 | 5371 | Recursively removing directory: /tmp/git.iKS6KD/ +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.956 | 5374 | Recursively removing directory: /tmp/git.q6S5qb/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.957 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.957 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.958 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.958 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 6560 | Added a new worker 36 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.957 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.957 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.957 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.959 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ToVa8p +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 5370 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 5370 | Removed worker 36 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.959 | 5370 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 36 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.960 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.960 | 6562 | Added a new worker 33 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.961 | 6512 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.962 | 5370 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.962 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.962 | 5370 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.962 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.963 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TXgX7W +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.966 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.966 | 5374 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.968 | 6537 | Marked run 72 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.968 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.969 | 5374 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.974 | 5371 | Checking out revision HEAD +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.973 | 6533 | Marked run 73 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.975 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.977 | 5371 | Going to run: ./ci +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.979 | 6559 | Marked run 75 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.979 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.981 | 6520 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.982 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.983 | 6519 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.985 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.985 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.987 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.989 | 6561 | Marked run 74 as finished +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.989 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.991 | 5374 | Recursively removing directory: /tmp/git.ToVa8p/ +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 6516 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 6582 | Added a new worker 11 to the queue +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.992 | 5374 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.992 | 5374 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.993 | 5374 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.991 | 5371 | Recursively removing directory: /tmp/git.TXgX7W/ +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.993 | 5371 | Process exit code: 0 +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.993 | 5371 | Process output: 57 bytes +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.993 | 5371 | Waiting for a new command +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5370 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.993 | 5370 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.995 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5374/cimple-worker: 2023-08-28 07:31:34.995 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.M8L0U3 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.995 | 6585 | Added a new worker 22 to the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.995 | 5370 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.995 | 5370 | Removed worker 22 from the queue +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.995 | 5370 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.996 | 5368 | Waiting for new connections +2023-08-28 07:31:34 | INFO | 5371/cimple-worker: 2023-08-28 07:31:34.995 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.D2XHYe +2023-08-28 07:31:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:34 | INFO | 5368/cimple-server: 2023-08-28 07:31:34.999 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.001 | 6581 | Marked run 76 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.001 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.006 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.006 | 6536 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.007 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.009 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.009 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.010 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.011 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.023 | 6539 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.024 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.027 | 6541 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.027 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.029 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.031 | 5374 | Recursively removing directory: /tmp/git.M8L0U3/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.032 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.032 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.032 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.033 | 6583 | Marked run 77 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.033 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.034 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.034 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.034 | 6605 | Added a new worker 31 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.034 | 5370 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.034 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.034 | 5370 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.034 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2VLYtU +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.035 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.036 | 6544 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.036 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.039 | 6545 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.040 | 5371 | Recursively removing directory: /tmp/git.D2XHYe/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.039 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.042 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.042 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.042 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.043 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.043 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.044 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.044 | 6554 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.044 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.046 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.046 | 6610 | Added a new worker 9 to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.047 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nK6hja +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.046 | 5370 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.046 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.046 | 5370 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.048 | 6603 | Marked run 78 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.048 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.049 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.053 | 6564 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.055 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.056 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.057 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.058 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.058 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.061 | 6572 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.062 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.062 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.065 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.066 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.064 | 5374 | Recursively removing directory: /tmp/git.2VLYtU/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.066 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.066 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.066 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.066 | 6576 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.066 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.067 | 6627 | Added a new worker 16 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.067 | 5370 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.067 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.067 | 5370 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.068 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.068 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.E6Bb9S +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.069 | 6586 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.070 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.073 | 6609 | Marked run 79 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.074 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.075 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.075 | 6590 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.076 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.077 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.078 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.079 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.079 | 6600 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.080 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.084 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.084 | 6604 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.085 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.090 | 6613 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.090 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.092 | 6626 | Marked run 80 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.093 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.095 | 6617 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.096 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.097 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.098 | 5374 | Recursively removing directory: /tmp/git.E6Bb9S/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.098 | 5371 | Recursively removing directory: /tmp/git.nK6hja/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.099 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.099 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.100 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.099 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.099 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.099 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.100 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.100 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.100 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.100 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.102 | 6652 | Added a new worker 7 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.102 | 6619 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.103 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TthxmE +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.102 | 5370 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.102 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 5370 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 6654 | Added a new worker 21 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 5370 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 5370 | Removed worker 21 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.103 | 5370 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 21 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.104 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YiHiVe +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.104 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.106 | 6618 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.106 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.111 | 6625 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.111 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.111 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.113 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.114 | 6631 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.114 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.115 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.116 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.117 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.119 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.120 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.120 | 6633 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.121 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.122 | 6639 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.124 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.128 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.129 | 6640 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.129 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.130 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.131 | 6656 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.131 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.134 | 6650 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.134 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.135 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.137 | 6653 | Marked run 81 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.137 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.139 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.139 | 6663 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.140 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.140 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.141 | 6651 | Marked run 82 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.142 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.143 | 6662 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.144 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.146 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.146 | 6661 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.146 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.147 | 5371 | Recursively removing directory: /tmp/git.YiHiVe/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.149 | 6668 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.149 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.149 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.149 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.149 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.149 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.151 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.151 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.151 | 6666 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.152 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.154 | 6691 | Added a new worker 11 to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.154 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PcaUVU +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.154 | 5370 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.154 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.154 | 5370 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.154 | 6672 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.155 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.157 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.157 | 6679 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.158 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.159 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.160 | 6677 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.161 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.162 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.164 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.165 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.166 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.166 | 6682 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.167 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.168 | 5374 | Recursively removing directory: /tmp/git.TthxmE/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.170 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.170 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.171 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.171 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.171 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.171 | 6681 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.173 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.175 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.175 | 6688 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.177 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.178 | 6705 | Added a new worker 10 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 5370 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 5370 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.179 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w3DXlT +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.179 | 6698 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.180 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.181 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.183 | 6693 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.183 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.186 | 6700 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.187 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.187 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.188 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.190 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.190 | 6702 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.191 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.192 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.196 | 6690 | Marked run 84 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.196 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.197 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.199 | 6704 | Marked run 83 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.199 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.200 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.201 | 6707 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.201 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.204 | 6708 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.205 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.206 | 5371 | Recursively removing directory: /tmp/git.PcaUVU/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.207 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.207 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.208 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.208 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.208 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.208 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.209 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.210 | 6728 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.210 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.211 | 6736 | Added a new worker 19 to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.211 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.n5qFIP +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.211 | 5374 | Recursively removing directory: /tmp/git.w3DXlT/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.214 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.214 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.211 | 5370 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.211 | 5370 | Removed worker 19 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.211 | 5370 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 19 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.214 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.215 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.214 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.216 | 6742 | Added a new worker 33 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.216 | 5370 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.216 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.216 | 5370 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.216 | 6712 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.216 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cZ32f8 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.218 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.218 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.221 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.221 | 6713 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.221 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.227 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.235 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.236 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.242 | 6737 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.242 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.242 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.245 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.245 | 6719 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.246 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.248 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.249 | 6735 | Marked run 85 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.249 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.250 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.252 | 5371 | Recursively removing directory: /tmp/git.n5qFIP/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.253 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.253 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.254 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.254 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j6Gi8F +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 6761 | Added a new worker 33 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5370 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5370 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.254 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.257 | 6724 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.257 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.261 | 6741 | Marked run 86 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.261 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.263 | 5374 | Recursively removing directory: /tmp/git.cZ32f8/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.263 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.266 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.267 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.267 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.267 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.267 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.267 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 6769 | Added a new worker 33 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 5370 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 5370 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.268 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.268 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bMBRJf +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.269 | 6760 | Marked run 87 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.269 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.272 | 6723 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.273 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 6777 | Added a new worker 31 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 5370 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.280 | 5370 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.278 | 5371 | Recursively removing directory: /tmp/git.j6Gi8F/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.279 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.279 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.280 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.282 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.E5AkBG +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.282 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.288 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.288 | 6711 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.290 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.292 | 6734 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.292 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.295 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.296 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.295 | 6721 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.296 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.296 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.299 | 6744 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.299 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.299 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.301 | 6768 | Marked run 88 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.301 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.302 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.303 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.303 | 6745 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.304 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.308 | 6776 | Marked run 89 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.308 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.311 | 6747 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.311 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.314 | 6756 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.315 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.315 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.316 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.316 | 6758 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.316 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.316 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.318 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.319 | 6767 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.319 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.321 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.322 | 6787 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.323 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.325 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.325 | 6781 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.326 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.327 | 6786 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.327 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.329 | 6796 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.329 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.330 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.331 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.332 | 6797 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.333 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.334 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.337 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.337 | 6800 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.338 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.339 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.341 | 6798 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.342 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.343 | 6807 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.343 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.345 | 6816 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.345 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.346 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.347 | 5374 | Recursively removing directory: /tmp/git.bMBRJf/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.348 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.348 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.348 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.348 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.349 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.351 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.351 | 6818 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.352 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.353 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.354 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.355 | 6825 | Added a new worker 27 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.355 | 5370 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.355 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.355 | 5370 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.355 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dPhKRq +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.356 | 6802 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.356 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.357 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.360 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.360 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.361 | 6812 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.361 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.364 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.364 | 5371 | Recursively removing directory: /tmp/git.E5AkBG/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.365 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.366 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.367 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.367 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.367 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.367 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.368 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.368 | 6813 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.369 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 6837 | Added a new worker 9 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 5370 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 5370 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.370 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.373 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t2xaWP +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.374 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.377 | 6823 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.378 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.383 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.384 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.384 | 6815 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.385 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.386 | 6824 | Marked run 90 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.387 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.388 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.388 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.391 | 6828 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.392 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.395 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.395 | 5374 | Recursively removing directory: /tmp/git.dPhKRq/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.397 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.397 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.397 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 6855 | Added a new worker 33 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 5370 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.397 | 5370 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.397 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SYl1Ne +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.398 | 6829 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.399 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.400 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.404 | 6835 | Marked run 91 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.404 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.407 | 5371 | Recursively removing directory: /tmp/git.t2xaWP/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.406 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.407 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.409 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.409 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.409 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.409 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 6864 | Added a new worker 33 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 5370 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 5370 | Removed worker 33 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 5370 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.410 | 6826 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.411 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.410 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.410 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ncCQV9 +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.414 | 6831 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.416 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.416 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.419 | 6832 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.420 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.420 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.422 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.423 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.424 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.426 | 6854 | Marked run 92 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.427 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.430 | 6834 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.431 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.433 | 5374 | Recursively removing directory: /tmp/git.SYl1Ne/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.434 | 6863 | Marked run 93 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.435 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.435 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.435 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.434 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.434 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.435 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.436 | 5371 | Recursively removing directory: /tmp/git.ncCQV9/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.436 | 6885 | Added a new worker 28 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.436 | 5370 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.436 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dRQpNA +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.436 | 5370 | Removed worker 28 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.436 | 5370 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.437 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.438 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.438 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.438 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.438 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.438 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.439 | 6839 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.440 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.440 | 6887 | Added a new worker 15 to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.441 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.441 | 5370 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.441 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.441 | 5370 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.442 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TahQjk +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.447 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.448 | 6840 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.449 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.451 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.452 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.453 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.453 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.454 | 6843 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.454 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.455 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.457 | 6846 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.457 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.459 | 6884 | Marked run 94 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.459 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.461 | 6886 | Marked run 95 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.461 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.463 | 6853 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.463 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.464 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.466 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.466 | 6862 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.467 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.469 | 6867 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.471 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.471 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.472 | 6869 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.472 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.473 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.476 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.476 | 6870 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.476 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.478 | 6883 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.478 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.480 | 5374 | Recursively removing directory: /tmp/git.dRQpNA/ +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.483 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.483 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.483 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.483 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.483 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.484 | 6889 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.485 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.486 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.487 | 6894 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.487 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.489 | 6917 | Added a new worker 9 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.489 | 5370 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.489 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.489 | 5370 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.489 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DncBPW +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.490 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.490 | 6899 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.491 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.492 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.494 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.496 | 6903 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.497 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.500 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.502 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.502 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.503 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.503 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.504 | 6908 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.504 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.509 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.509 | 6910 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.510 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.511 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.512 | 5371 | Recursively removing directory: /tmp/git.TahQjk/ +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.514 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.514 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.514 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.515 | 6911 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.514 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.515 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.515 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.516 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.517 | 6916 | Marked run 96 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.517 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.520 | 6932 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.520 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.522 | 6923 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.523 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.524 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.525 | 6925 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.525 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.527 | 6938 | Added a new worker 10 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.527 | 5370 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.527 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.527 | 5370 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.527 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EWRTbw +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.528 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.528 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.528 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.535 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.535 | 6919 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.536 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.537 | 5374 | Recursively removing directory: /tmp/git.DncBPW/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.539 | 6927 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.540 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.540 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.540 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.540 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.541 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.541 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.542 | 6952 | Added a new worker 32 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.542 | 5370 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.542 | 5370 | Removed worker 32 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.542 | 5370 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.542 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.542 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Wh7slI +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.543 | 6926 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.543 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.546 | 6937 | Marked run 97 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.547 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.550 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.550 | 6921 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.551 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.552 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.552 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.553 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.553 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.555 | 6934 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.556 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.558 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.559 | 6936 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.560 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.562 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.563 | 6945 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.564 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.565 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.565 | 6949 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.567 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.568 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.568 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.570 | 6947 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.570 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.572 | 6948 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.572 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.575 | 6951 | Marked run 98 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.575 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.576 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.576 | 6954 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.577 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.578 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.579 | 6960 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.580 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.583 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.585 | 5371 | Recursively removing directory: /tmp/git.EWRTbw/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.585 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.586 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.586 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.587 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.586 | 6958 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.587 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.587 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.587 | 6988 | Added a new worker 29 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.588 | 5370 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.588 | 5370 | Removed worker 29 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.588 | 5370 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.588 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.591 | 6959 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.591 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.593 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.589 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9NwqXD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.598 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.601 | 5374 | Recursively removing directory: /tmp/git.Wh7slI/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.603 | 6983 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.604 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.604 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.604 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.606 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.606 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.607 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 6996 | Added a new worker 31 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 5370 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 5370 | Removed worker 31 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 5370 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.609 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.609 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.24xpe3 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.610 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.611 | 6970 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.613 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.615 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.617 | 6987 | Marked run 99 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.617 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.619 | 6969 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.620 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.622 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.623 | 6994 | Marked run 100 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.623 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.623 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.625 | 6977 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.626 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.629 | 6976 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.629 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.631 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.631 | 6979 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.632 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.633 | 6967 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.635 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.634 | 5371 | Recursively removing directory: /tmp/git.9NwqXD/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.635 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.635 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.635 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.635 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.635 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.637 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.640 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.640 | 7016 | Added a new worker 28 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.641 | 5370 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.641 | 5370 | Removed worker 28 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.641 | 5370 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.642 | 6985 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.642 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.641 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2rlydf +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.644 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.645 | 6991 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.646 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.646 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.649 | 6992 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.650 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.650 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.651 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.652 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.652 | 7015 | Marked run 101 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.653 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.654 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.655 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.658 | 6997 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.659 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.661 | 7000 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.662 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.664 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.664 | 7007 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.665 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.667 | 7011 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.667 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.669 | 5374 | Recursively removing directory: /tmp/git.24xpe3/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.671 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.671 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.670 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.671 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.672 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.672 | 7017 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.670 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.671 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.672 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.674 | 7019 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.675 | 5371 | Recursively removing directory: /tmp/git.2rlydf/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.675 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.676 | 7042 | Added a new worker 18 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.676 | 5370 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.676 | 5370 | Removed worker 18 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.676 | 5370 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.677 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.679 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.679 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.676 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JDm4KT +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.679 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.679 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.679 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.681 | 7021 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.682 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.683 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.684 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.684 | 7024 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.685 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.687 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.688 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.688 | 7026 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.688 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.689 | 7048 | Added a new worker 7 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.689 | 5370 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.689 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.689 | 5370 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.689 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.690 | 7027 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.690 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ry3dat +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.692 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.694 | 7035 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.694 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.695 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.696 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.698 | 7043 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.698 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.701 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.702 | 7041 | Marked run 102 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.702 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.704 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.704 | 7044 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.704 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.706 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.709 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.709 | 7050 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.710 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.711 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.712 | 7056 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.712 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.714 | 7057 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.716 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.716 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.716 | 5374 | Recursively removing directory: /tmp/git.JDm4KT/ +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.718 | 7047 | Marked run 103 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.719 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.719 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.719 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.719 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.719 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.719 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.720 | 7059 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.721 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.722 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.723 | 7061 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.724 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.724 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 7077 | Added a new worker 25 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 5370 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 5370 | Removed worker 25 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 5370 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.726 | 7066 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.727 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kGyT0b +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.727 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.730 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.731 | 7070 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.731 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.733 | 7053 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.733 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.735 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.736 | 7075 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.737 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.737 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.739 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.739 | 7074 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.739 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.741 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.741 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.742 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.743 | 7076 | Marked run 104 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.743 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.746 | 7079 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.747 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.749 | 7080 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.749 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.751 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.753 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.753 | 7084 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.755 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.757 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.758 | 7087 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.759 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.759 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.760 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.762 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.764 | 5371 | Recursively removing directory: /tmp/git.Ry3dat/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.765 | 7088 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.766 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.766 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.765 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.765 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.765 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.768 | 7113 | Added a new worker 27 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.768 | 5370 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.768 | 5370 | Removed worker 27 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.768 | 5370 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.768 | 7092 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.769 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.769 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.769 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.U6EGYo +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.773 | 5374 | Recursively removing directory: /tmp/git.kGyT0b/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.774 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.774 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.774 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.774 | 7091 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.775 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.775 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.778 | 7096 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.778 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.780 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.781 | 7112 | Marked run 105 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.781 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.784 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.785 | 7104 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.785 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.787 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.789 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.790 | 7099 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.790 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.794 | 7108 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.794 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.796 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.797 | 7106 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.797 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.798 | 7118 | Added a new worker 13 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.798 | 5370 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.798 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.798 | 5370 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.798 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.J6w6AU +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.800 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.803 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.804 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.805 | 7107 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.805 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.807 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.808 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.808 | 7121 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.809 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.810 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.811 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.812 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.813 | 7124 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.813 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.813 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.816 | 7117 | Marked run 106 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.816 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.818 | 7128 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.818 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.819 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.821 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.822 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.822 | 7131 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.823 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.824 | 7132 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.824 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.827 | 7134 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.828 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.829 | 7138 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.829 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.831 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.832 | 7136 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.833 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.834 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.836 | 5371 | Recursively removing directory: /tmp/git.U6EGYo/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.837 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.837 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.837 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.837 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.838 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.838 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.838 | 7139 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.839 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.839 | 7160 | Added a new worker 23 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.840 | 5370 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.840 | 5370 | Removed worker 23 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.840 | 5370 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.840 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.841 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tbebMb +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.842 | 7142 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.842 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.844 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.845 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.845 | 7144 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.846 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.848 | 7143 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.849 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.851 | 7151 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.851 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.852 | 7154 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.853 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.853 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.855 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.856 | 7159 | Marked run 107 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.857 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.857 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.857 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.858 | 7157 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.859 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.861 | 7158 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.861 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.861 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.865 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.866 | 7163 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.866 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.868 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.869 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.871 | 7164 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.871 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.874 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.874 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.876 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.877 | 5374 | Recursively removing directory: /tmp/git.J6w6AU/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.878 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.878 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.878 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.878 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.879 | 7173 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.879 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.879 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.879 | 7190 | Added a new worker 12 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.880 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.881 | 5370 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.881 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.881 | 5370 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.881 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Hq8klj +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.884 | 7172 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.885 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.887 | 7189 | Marked run 108 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.888 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.889 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.890 | 7175 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.890 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.891 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.892 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.893 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.893 | 7177 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.894 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.896 | 7180 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.897 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.899 | 7181 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.900 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.901 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.902 | 7184 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.903 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.904 | 5371 | Recursively removing directory: /tmp/git.tbebMb/ +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.905 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.905 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.906 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.906 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.906 | 7185 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.907 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.906 | 5371 | Waiting for a new command +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.909 | 7186 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.910 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.911 | 7188 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.912 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.913 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.913 | 7205 | Added a new worker 19 to the queue +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.913 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VpFd8f +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.913 | 5370 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.913 | 5370 | Removed worker 19 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.913 | 5370 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 19 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.914 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.915 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.919 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.919 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.920 | 7198 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.921 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.922 | 7204 | Marked run 109 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.922 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.922 | 5371 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.924 | 5371 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.925 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.925 | 7202 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.926 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.928 | 7212 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.928 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.931 | 7214 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.931 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.933 | 7199 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.934 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.935 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.936 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.937 | 7210 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.938 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.938 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.940 | 7211 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.940 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.942 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.943 | 7221 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.943 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.945 | 7219 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.946 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.947 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.947 | 5374 | Recursively removing directory: /tmp/git.Hq8klj/ +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.950 | 5374 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.950 | 5374 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.949 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.949 | 7226 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.950 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.951 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.950 | 5374 | Waiting for a new command +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.951 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.951 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.953 | 7227 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.954 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 7238 | Added a new worker 14 to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 5370 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 5370 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.955 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XHgyyS +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.955 | 7228 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.956 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.957 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.960 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.961 | 5374 | Checking out revision HEAD +2023-08-28 07:31:35 | INFO | 5374/cimple-worker: 2023-08-28 07:31:35.962 | 5374 | Going to run: ./ci +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.962 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.964 | 7232 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.964 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.966 | 7235 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.966 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.966 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.969 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.969 | 7236 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.970 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.972 | 7239 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.973 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.975 | 7251 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.975 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.978 | 7244 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.979 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.981 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.982 | 7245 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.983 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.985 | 7243 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.986 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.989 | 7237 | Marked run 110 as finished +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.989 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.993 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.993 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.994 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.994 | 7249 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.994 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.997 | 5371 | Recursively removing directory: /tmp/git.VpFd8f/ +2023-08-28 07:31:35 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.998 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.999 | 5371 | Process exit code: 0 +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.999 | 5371 | Process output: 57 bytes +2023-08-28 07:31:35 | INFO | 5371/cimple-worker: 2023-08-28 07:31:35.999 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.999 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:35.999 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.004 | 7259 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.007 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.008 | 5368 | Waiting for new connections +2023-08-28 07:31:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.013 | 7268 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.013 | 5370 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.013 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.013 | 5370 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.014 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.014 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4q0cvG +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.014 | 7261 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.016 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.025 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.025 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.026 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.026 | 7262 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.026 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.029 | 7266 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.030 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.031 | 7267 | Marked run 111 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.031 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.033 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.036 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.043 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.046 | 7279 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.046 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.055 | 7263 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.059 | 5374 | Recursively removing directory: /tmp/git.XHgyyS/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.060 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.060 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.061 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.061 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.061 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.073 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.075 | 7270 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.076 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 7281 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 7284 | Added a new worker 7 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 5370 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.082 | 5370 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.085 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.082 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N4coZE +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.088 | 7273 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.089 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.092 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.093 | 7276 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.094 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.097 | 7283 | Marked run 112 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.097 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.097 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.098 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.102 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.106 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.107 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.117 | 7289 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.119 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.121 | 7292 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.122 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.128 | 7293 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.129 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.131 | 7294 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.131 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.134 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.139 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.141 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.149 | 5371 | Recursively removing directory: /tmp/git.4q0cvG/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.150 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.150 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.151 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.151 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.151 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.153 | 7304 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.153 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.157 | 7306 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.157 | 5370 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.157 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.157 | 5370 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.157 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RWMRHp +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.161 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.161 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.162 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.164 | 7300 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.167 | 7303 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.167 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.172 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.175 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.176 | 7305 | Marked run 113 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.176 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.190 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.194 | 7313 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.194 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.208 | 7315 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.208 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.213 | 5374 | Recursively removing directory: /tmp/git.N4coZE/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.215 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.215 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.215 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.215 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.215 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.222 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.224 | 7321 | Added a new worker 12 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.225 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.O9Hn1U +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.224 | 5370 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.224 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.225 | 5370 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.229 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.231 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.232 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.239 | 7320 | Marked run 114 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.239 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.250 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.249 | 5371 | Recursively removing directory: /tmp/git.RWMRHp/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.250 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.250 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.250 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.251 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.256 | 7322 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.257 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.263 | 7329 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.263 | 5370 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.263 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.263 | 5370 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.263 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hZNixd +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.264 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.269 | 7328 | Marked run 115 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.269 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.271 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.272 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.277 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.293 | 7333 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2023-08-28 07:31:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.300 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.318 | 5374 | Recursively removing directory: /tmp/git.O9Hn1U/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.320 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.320 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.320 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.321 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.321 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.332 | 7340 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.332 | 5370 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.332 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.332 | 5370 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.332 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XP5e6l +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.333 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.337 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.339 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.341 | 7339 | Marked run 116 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.341 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.361 | 5371 | Recursively removing directory: /tmp/git.hZNixd/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.363 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.363 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.363 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.364 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.364 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.384 | 7347 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.384 | 5370 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.384 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.384 | 5370 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.385 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8Dta0b +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.385 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.389 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.390 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.396 | 7346 | Marked run 117 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.397 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.423 | 5374 | Recursively removing directory: /tmp/git.XP5e6l/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.424 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.424 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.425 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.425 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.425 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.431 | 7356 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.432 | 7355 | Marked run 118 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.432 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.438 | 5371 | Recursively removing directory: /tmp/git.8Dta0b/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.439 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.439 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.440 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.440 | 5370 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.440 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.440 | 5370 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.440 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.440 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RSWvs2 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.440 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.441 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.445 | 7361 | Added a new worker 8 to the queue +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.445 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YCAtHb +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.445 | 5370 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.445 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.445 | 5370 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.448 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.451 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.452 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.453 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.453 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.459 | 7360 | Marked run 119 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.460 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.463 | 5374 | Recursively removing directory: /tmp/git.RSWvs2/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.464 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.464 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.464 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.464 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.464 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.465 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.91YrSh +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.464 | 7370 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.465 | 5370 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.465 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.465 | 5370 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.467 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.470 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.471 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.474 | 7369 | Marked run 120 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.474 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.482 | 5374 | Recursively removing directory: /tmp/git.91YrSh/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.484 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.484 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.484 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.485 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.485 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.485 | 7382 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.487 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.k2fM30 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.487 | 5370 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.487 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.487 | 5370 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.489 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.494 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.495 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.496 | 7381 | Marked run 122 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.497 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.498 | 5371 | Recursively removing directory: /tmp/git.YCAtHb/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.499 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.499 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.499 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.499 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.500 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.500 | 7386 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.501 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UrskbO +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.501 | 5370 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.501 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.501 | 5370 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.502 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.506 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.507 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.510 | 7385 | Marked run 121 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.510 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.517 | 5371 | Recursively removing directory: /tmp/git.UrskbO/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.519 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.519 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.519 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.519 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.519 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.520 | 7396 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.520 | 5370 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.520 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.520 | 5370 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.521 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K0eD1m +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.522 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.526 | 7395 | Marked run 124 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.526 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.529 | 5374 | Recursively removing directory: /tmp/git.k2fM30/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.534 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.534 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.534 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.535 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.535 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.535 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.536 | 7401 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.536 | 5370 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.536 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.536 | 5370 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.536 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.536 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5UcPlB +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.537 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.543 | 7400 | Marked run 123 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.543 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.544 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.544 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.549 | 5371 | Recursively removing directory: /tmp/git.K0eD1m/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.551 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.551 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.551 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.551 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.551 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.552 | 7415 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.552 | 5370 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.552 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.552 | 5370 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.552 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KopcCG +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.553 | 5374 | Recursively removing directory: /tmp/git.5UcPlB/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.553 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.554 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.554 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.554 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 7417 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5370 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5370 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.554 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.555 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Z3zkJU +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.557 | 7414 | Marked run 125 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.558 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.559 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.560 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.563 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.563 | 7416 | Marked run 126 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.563 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.564 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.569 | 5371 | Recursively removing directory: /tmp/git.KopcCG/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.570 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.570 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.571 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 7431 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 5370 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.571 | 5370 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.571 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lIqEAW +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.572 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.573 | 5374 | Recursively removing directory: /tmp/git.Z3zkJU/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.575 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.575 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.575 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.575 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.575 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.575 | 7433 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.576 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RRWrqM +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.576 | 5370 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.576 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.576 | 5370 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.577 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.577 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.578 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.580 | 7430 | Marked run 127 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.581 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.583 | 7432 | Marked run 128 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.583 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.583 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.584 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.591 | 5371 | Recursively removing directory: /tmp/git.lIqEAW/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.592 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.592 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.593 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.593 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.593 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.594 | 7447 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.594 | 5370 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.594 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.594 | 5370 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.595 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LEyleI +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.595 | 5374 | Recursively removing directory: /tmp/git.RRWrqM/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.595 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.597 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.597 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.598 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.598 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jeKOwR +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 7449 | Added a new worker 14 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 5370 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.598 | 5370 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.600 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.600 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.601 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.602 | 7446 | Marked run 129 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.602 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.604 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.605 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.611 | 7448 | Marked run 130 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.612 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.615 | 5374 | Recursively removing directory: /tmp/git.jeKOwR/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.616 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.616 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.617 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 7464 | Added a new worker 15 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.617 | 7465 | Added a new worker 16 to the queue +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.615 | 5371 | Recursively removing directory: /tmp/git.LEyleI/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.616 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.616 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.617 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5370 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.618 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.618 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h2ofQu +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.618 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QUwvB9 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.624 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.625 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.625 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.626 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.627 | 7463 | Marked run 132 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.627 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.629 | 7462 | Marked run 131 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.630 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.634 | 5374 | Recursively removing directory: /tmp/git.h2ofQu/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.636 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.636 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.636 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.636 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.636 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.637 | 7479 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.637 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kivlNE +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.637 | 5370 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.637 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.637 | 5370 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.638 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.641 | 5371 | Recursively removing directory: /tmp/git.QUwvB9/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.643 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.643 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.643 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.643 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 7478 | Marked run 134 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 7481 | Added a new worker 6 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5370 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5370 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.644 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.645 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Dn0v5R +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.648 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.650 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.653 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.653 | 7480 | Marked run 133 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.654 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.655 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.659 | 5374 | Recursively removing directory: /tmp/git.kivlNE/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.661 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.661 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.662 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.662 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.662 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.662 | 7494 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.663 | 5370 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.663 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.663 | 5370 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.663 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.waViLC +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.663 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.667 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.668 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.667 | 5371 | Recursively removing directory: /tmp/git.Dn0v5R/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.668 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.668 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.669 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.669 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.669 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.670 | 7498 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.670 | 5370 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.670 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.670 | 5370 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.670 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vQSqNK +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.671 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.673 | 7493 | Marked run 135 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.673 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.677 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.679 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.679 | 5374 | Recursively removing directory: /tmp/git.waViLC/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.680 | 7497 | Marked run 136 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.681 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.681 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.681 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.681 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.681 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.682 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.682 | 7506 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.682 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6RMc3G +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.682 | 5370 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.682 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.682 | 5370 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.683 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.688 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.690 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.691 | 7505 | Marked run 137 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.691 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.697 | 5371 | Recursively removing directory: /tmp/git.vQSqNK/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.699 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.699 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.699 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.700 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.700 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.702 | 7516 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.702 | 5370 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.702 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.702 | 5370 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.702 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.703 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jjLFcV +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.705 | 7515 | Marked run 138 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.705 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.709 | 5374 | Recursively removing directory: /tmp/git.6RMc3G/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.710 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.710 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.709 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.710 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 7521 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5370 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5370 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.711 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.711 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Im8El6 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.718 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.722 | 7520 | Marked run 139 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.722 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.722 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.723 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.729 | 5374 | Recursively removing directory: /tmp/git.Im8El6/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.731 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.731 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.731 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.733 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.16143a +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.734 | 5371 | Recursively removing directory: /tmp/git.jjLFcV/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.731 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.731 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.733 | 7535 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.733 | 5370 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.733 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.733 | 5370 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.734 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.736 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.736 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.736 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.745 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.736 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.736 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.745 | 7534 | Marked run 141 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.745 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.746 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.747 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MSaglb +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.747 | 7537 | Added a new worker 6 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.747 | 5370 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.747 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.747 | 5370 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.748 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.754 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.755 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.762 | 7536 | Marked run 140 as finished +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.762 | 5374 | Recursively removing directory: /tmp/git.16143a/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.763 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.764 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.764 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.764 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.765 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0FAvpc +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.764 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.764 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.764 | 7547 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.764 | 5370 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.765 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.765 | 5370 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.765 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.769 | 7546 | Marked run 142 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.769 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.770 | 5371 | Recursively removing directory: /tmp/git.MSaglb/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.771 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.771 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.772 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.772 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.772 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.774 | 7553 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.774 | 5370 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.774 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.774 | 5370 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.774 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tZrCnq +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.774 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.780 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.781 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.784 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.785 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.785 | 7552 | Marked run 143 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.785 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.789 | 5374 | Recursively removing directory: /tmp/git.0FAvpc/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.791 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.791 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.791 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.791 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.791 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.792 | 7566 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.792 | 5370 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.792 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.792 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.792 | 5370 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.793 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XdRPQj +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.793 | 5371 | Recursively removing directory: /tmp/git.tZrCnq/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.796 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.796 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.796 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.796 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.796 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.796 | 7569 | Added a new worker 14 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.796 | 5370 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.796 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.797 | 5370 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.797 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uDEsF1 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.797 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.800 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.802 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.802 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.803 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.803 | 7565 | Marked run 144 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.803 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.805 | 7568 | Marked run 145 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.805 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.811 | 5371 | Recursively removing directory: /tmp/git.uDEsF1/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.814 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.814 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.814 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 7583 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 5370 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.814 | 5370 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.815 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AnFfma +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.815 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.817 | 5374 | Recursively removing directory: /tmp/git.XdRPQj/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.818 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.818 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.818 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.818 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.818 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.820 | 7585 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.820 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.820 | 5370 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.820 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.820 | 5370 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.820 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gL5jOq +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.821 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.822 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.823 | 7582 | Marked run 147 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.823 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.826 | 7584 | Marked run 146 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.826 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.827 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.828 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.830 | 5371 | Recursively removing directory: /tmp/git.AnFfma/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.832 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.832 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.832 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 7595 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 5370 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.832 | 5370 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.832 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.c4yQcc +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.833 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.839 | 7594 | Marked run 148 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.840 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.842 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.843 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.844 | 5374 | Recursively removing directory: /tmp/git.gL5jOq/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.845 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.846 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.845 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.845 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.846 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.846 | 7603 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.847 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qZ84cT +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.846 | 5370 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.846 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.847 | 5370 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.847 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.849 | 7602 | Marked run 149 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.850 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.853 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.853 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.855 | 5371 | Recursively removing directory: /tmp/git.c4yQcc/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.856 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.856 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.857 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 7611 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.857 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CEG0gP +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 5370 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.857 | 5370 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.859 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.863 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.864 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.874 | 7610 | Marked run 150 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.875 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.877 | 5374 | Recursively removing directory: /tmp/git.qZ84cT/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.878 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.878 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.879 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.879 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.879 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.879 | 7620 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.879 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.880 | 5370 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.880 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.880 | 5370 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.881 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UdXKLj +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.885 | 5371 | Recursively removing directory: /tmp/git.CEG0gP/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.886 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.886 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.886 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.886 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.886 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.887 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hEIiEu +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.887 | 7625 | Added a new worker 9 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.888 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.887 | 5370 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.887 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.887 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.887 | 5370 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.889 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.890 | 7619 | Marked run 151 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.892 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.893 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.895 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.899 | 5374 | Recursively removing directory: /tmp/git.UdXKLj/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.900 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.900 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.901 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.901 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.901 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.902 | 7639 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.902 | 5370 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.902 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.902 | 5370 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.902 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xv3cUq +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.903 | 7624 | Marked run 152 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.903 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.903 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.904 | 5371 | Recursively removing directory: /tmp/git.hEIiEu/ +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.906 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.906 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.907 | 7638 | Marked run 153 as finished +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.910 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.911 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.913 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.913 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.914 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.914 | 7643 | Added a new worker 11 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.915 | 5370 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.915 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.915 | 5370 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.915 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Gl6BJV +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.916 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.918 | 5374 | Recursively removing directory: /tmp/git.xv3cUq/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 7649 | Added a new worker 14 to the queue +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.920 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.921 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.921 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.923 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rsfMAX +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 5370 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.923 | 5370 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.924 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.925 | 7641 | Marked run 154 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.925 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.931 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.932 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.933 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.934 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.937 | 7648 | Marked run 155 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.937 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.942 | 5374 | Recursively removing directory: /tmp/git.rsfMAX/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.944 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.944 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.944 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.945 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hYSiyx +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.945 | 5371 | Recursively removing directory: /tmp/git.Gl6BJV/ +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.944 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.944 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.945 | 7663 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.945 | 5370 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.945 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.945 | 5370 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.946 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.947 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.947 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.948 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.948 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.950 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.951 | 7665 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.951 | 5370 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.951 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.951 | 5370 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.951 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.951 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lB2EBA +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.952 | 7662 | Marked run 157 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.953 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.957 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.958 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.958 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.960 | 7664 | Marked run 156 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.960 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.960 | 5371 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.966 | 5374 | Recursively removing directory: /tmp/git.hYSiyx/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.968 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.968 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.968 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.968 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.968 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.969 | 7676 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.969 | 5370 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.969 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.969 | 5370 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.969 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.970 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ASHMrg +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.972 | 7675 | Marked run 158 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.972 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.974 | 5371 | Recursively removing directory: /tmp/git.lB2EBA/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.975 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.976 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.976 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.975 | 5371 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.975 | 5371 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.976 | 5371 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.977 | 5374 | Going to run: ./ci +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.977 | 7681 | Added a new worker 10 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.977 | 5370 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.977 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.977 | 5370 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.977 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.977 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fzXrJY +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.984 | 5374 | Recursively removing directory: /tmp/git.ASHMrg/ +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.987 | 5374 | Process exit code: 0 +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.987 | 5374 | Process output: 57 bytes +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.987 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.987 | 5374 | Waiting for a new command +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.987 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.988 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QwmVFt +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.987 | 7689 | Added a new worker 13 to the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.988 | 5370 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.988 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.988 | 5370 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.988 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.991 | 7680 | Marked run 159 as finished +2023-08-28 07:31:36 | INFO | 5368/cimple-server: 2023-08-28 07:31:36.992 | 5368 | Waiting for new connections +2023-08-28 07:31:36 | INFO | 5371/cimple-worker: 2023-08-28 07:31:36.997 | 5371 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.997 | 5374 | Checking out revision HEAD +2023-08-28 07:31:36 | INFO | 5374/cimple-worker: 2023-08-28 07:31:36.998 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.000 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.000 | 7688 | Marked run 160 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.000 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.007 | 5374 | Recursively removing directory: /tmp/git.QwmVFt/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.008 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.008 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.009 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.009 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.009 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.009 | 7702 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.009 | 5370 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.009 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.010 | 5370 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.010 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UHFlm7 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.010 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.011 | 5371 | Recursively removing directory: /tmp/git.fzXrJY/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.013 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.013 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.013 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 7705 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 5370 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.013 | 5370 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.014 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N2ZiQW +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.014 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.019 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.020 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.021 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.021 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.023 | 7701 | Marked run 162 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.024 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.026 | 7704 | Marked run 161 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.026 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.030 | 5371 | Recursively removing directory: /tmp/git.N2ZiQW/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.031 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.031 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.032 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.031 | 5374 | Recursively removing directory: /tmp/git.UHFlm7/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.032 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.032 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.033 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.033 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.033 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 7719 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 7721 | Added a new worker 15 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.033 | 5370 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.033 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ps0DGq +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.034 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.627j5t +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.034 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.034 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.043 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.045 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.046 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.046 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.047 | 7718 | Marked run 164 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.047 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.050 | 7720 | Marked run 163 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.050 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.055 | 5374 | Recursively removing directory: /tmp/git.ps0DGq/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.056 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.056 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.057 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 7734 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 5370 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.057 | 5370 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.057 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SJgcZq +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.058 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.060 | 5371 | Recursively removing directory: /tmp/git.627j5t/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.062 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.062 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.062 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.062 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.062 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.062 | 7737 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.063 | 5370 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.063 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.063 | 5370 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.063 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.063 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lFftvf +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.070 | 7733 | Marked run 166 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.070 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.070 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.073 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.077 | 7736 | Marked run 165 as finished +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.077 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.078 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.079 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.082 | 5374 | Recursively removing directory: /tmp/git.SJgcZq/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.083 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.083 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.084 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.084 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.084 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.085 | 7748 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.085 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ilWmH1 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.085 | 5370 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.085 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.085 | 5370 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.086 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.089 | 5371 | Recursively removing directory: /tmp/git.lFftvf/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.090 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.090 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.090 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 7753 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5370 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5370 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.091 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.091 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gGRFpM +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.099 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.103 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.109 | 7747 | Marked run 167 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.110 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.110 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.111 | 5371 | Recursively removing directory: /tmp/git.gGRFpM/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.111 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.114 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.114 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.114 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.115 | 7752 | Marked run 168 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.115 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.115 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.115 | 7762 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.115 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.116 | 5370 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.116 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.116 | 5370 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.116 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tRwqu6 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.122 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.123 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.125 | 7761 | Marked run 170 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.125 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.130 | 5374 | Recursively removing directory: /tmp/git.ilWmH1/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.132 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.132 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.132 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.133 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.133 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.133 | 7775 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.134 | 5370 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.134 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.134 | 5370 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.134 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.135 | 5371 | Recursively removing directory: /tmp/git.tRwqu6/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.135 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dkqlcx +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.138 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.139 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.139 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.139 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.139 | 7773 | Marked run 169 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 7777 | Added a new worker 7 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 5370 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.140 | 5370 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.140 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.140 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hQlFWA +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.144 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.149 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.153 | 7776 | Marked run 171 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.153 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.154 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.155 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.158 | 5374 | Recursively removing directory: /tmp/git.dkqlcx/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.159 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.159 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.160 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 7788 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 5370 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.160 | 5370 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.161 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.161 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LqALst +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.163 | 7787 | Marked run 172 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.163 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.166 | 5371 | Recursively removing directory: /tmp/git.hQlFWA/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.167 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.167 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.167 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 7793 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5370 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5370 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.167 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.168 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8jgEYN +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.173 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.174 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.174 | 7792 | Marked run 173 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.175 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.179 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.180 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.183 | 5374 | Recursively removing directory: /tmp/git.LqALst/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.185 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.185 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.186 | 7802 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.186 | 5370 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.186 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.186 | 5370 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.185 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.185 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.185 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.186 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rg7wfC +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.187 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.194 | 5371 | Recursively removing directory: /tmp/git.8jgEYN/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.195 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.196 | 7801 | Marked run 174 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.197 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.197 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.197 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.197 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.197 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.197 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.198 | 7809 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.198 | 5370 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.198 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.198 | 5370 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.198 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.197 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.199 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.c9FoBG +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.206 | 5374 | Recursively removing directory: /tmp/git.rg7wfC/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.208 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.208 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.208 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.208 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.208 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.209 | 7817 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.209 | 5370 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.209 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.209 | 5370 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.209 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.213 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tPQX4z +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.215 | 7808 | Marked run 175 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.215 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.221 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.223 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.225 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.226 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.227 | 7816 | Marked run 176 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.227 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.231 | 5371 | Recursively removing directory: /tmp/git.c9FoBG/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.233 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.233 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.233 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.233 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.233 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.234 | 7826 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.234 | 5370 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.234 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.234 | 5370 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.234 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.234 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PrsvS7 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.239 | 5374 | Recursively removing directory: /tmp/git.tPQX4z/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.240 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.240 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.240 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.240 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.240 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.241 | 7833 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.241 | 5370 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.241 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.241 | 5370 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.241 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.241 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PS7IpA +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.243 | 7825 | Marked run 177 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.243 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.247 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.249 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.250 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.251 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.255 | 7832 | Marked run 178 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.255 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.260 | 5374 | Recursively removing directory: /tmp/git.PS7IpA/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.262 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.262 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.262 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.262 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.262 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.263 | 7847 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.263 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.263 | 5371 | Recursively removing directory: /tmp/git.PrsvS7/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.263 | 5370 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.263 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.263 | 5370 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.264 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Crzl2R +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.268 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.268 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.268 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 7849 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 5370 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.270 | 5370 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.270 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oUfZTt +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.271 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.272 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.272 | 7846 | Marked run 180 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.272 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.277 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.278 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.279 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.280 | 7848 | Marked run 179 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.280 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.286 | 5371 | Recursively removing directory: /tmp/git.oUfZTt/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.288 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.288 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.288 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.288 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.288 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.289 | 5374 | Recursively removing directory: /tmp/git.Crzl2R/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.289 | 7863 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.289 | 5370 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.289 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.289 | 5370 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.290 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.289 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8ZQ0j9 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.291 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.291 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.291 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.291 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 7865 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 5370 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 5370 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.292 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.294 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gaYzZW +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.296 | 7862 | Marked run 182 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.296 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.298 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.299 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.300 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.302 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.303 | 7864 | Marked run 181 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.303 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.311 | 5374 | Recursively removing directory: /tmp/git.gaYzZW/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.313 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.313 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.313 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.313 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.313 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.314 | 7879 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.314 | 5370 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.314 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.314 | 5370 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.314 | 5371 | Recursively removing directory: /tmp/git.8ZQ0j9/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.315 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.316 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.A4IZle +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.315 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.315 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.315 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.316 | 7881 | Added a new worker 9 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.316 | 5370 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.316 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.316 | 5370 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.316 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.315 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.315 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.316 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H6NhjV +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.322 | 7878 | Marked run 184 as finished +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.323 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.323 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.325 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.327 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.328 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.328 | 7880 | Marked run 183 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.329 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.334 | 5374 | Recursively removing directory: /tmp/git.A4IZle/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.336 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.336 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.336 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.336 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.336 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.336 | 7895 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.336 | 5370 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.336 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.337 | 5370 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.337 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q7AJ7s +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.338 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.340 | 5371 | Recursively removing directory: /tmp/git.H6NhjV/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.342 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.342 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.342 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 7897 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 5370 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.342 | 5370 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.343 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.343 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4VEgbm +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.344 | 7894 | Marked run 185 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.345 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.346 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.348 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.349 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.350 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.353 | 7896 | Marked run 186 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.353 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.357 | 5371 | Recursively removing directory: /tmp/git.4VEgbm/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.358 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.358 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.358 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.358 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.358 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.358 | 7911 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.359 | 5370 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.359 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.359 | 5370 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.359 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.359 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.knv71c +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.361 | 5374 | Recursively removing directory: /tmp/git.q7AJ7s/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.363 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.363 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.363 | 7913 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.363 | 5370 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.363 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.364 | 5370 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.363 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.363 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.363 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.364 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZVEDED +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.365 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.367 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.368 | 7910 | Marked run 188 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.368 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.369 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.369 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.371 | 7912 | Marked run 187 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.371 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.372 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.378 | 5371 | Recursively removing directory: /tmp/git.knv71c/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.380 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.380 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 7926 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 5370 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.380 | 5370 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.381 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.380 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.382 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PZafFP +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.384 | 7925 | Marked run 189 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.384 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.386 | 5374 | Recursively removing directory: /tmp/git.ZVEDED/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.387 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.387 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.387 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 7929 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 5370 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.388 | 5370 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.388 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7fSmfB +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.389 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.404 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.405 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.405 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.406 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.406 | 7928 | Marked run 190 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.407 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.413 | 5371 | Recursively removing directory: /tmp/git.PZafFP/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.414 | 5374 | Recursively removing directory: /tmp/git.7fSmfB/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.415 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.415 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.415 | 7943 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.415 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.416 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.416 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.415 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.415 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.415 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.416 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2z3q2Z +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.416 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.416 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.416 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.416 | 5370 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.416 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.416 | 5370 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.417 | 7945 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.417 | 5370 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.417 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.417 | 5370 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.419 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.417 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QqIv7N +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.424 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.425 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.426 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.427 | 7942 | Marked run 191 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.427 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.429 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.429 | 7944 | Marked run 192 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.429 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.435 | 5374 | Recursively removing directory: /tmp/git.QqIv7N/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.436 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.436 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.437 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.437 | 5371 | Recursively removing directory: /tmp/git.2z3q2Z/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 7959 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 5370 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.437 | 5370 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.439 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.437 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZvEitP +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.440 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.440 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.440 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.440 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.440 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.441 | 7961 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.441 | 5370 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.441 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.441 | 5370 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.441 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.441 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EUNLFr +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.443 | 7958 | Marked run 194 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.443 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.446 | 7960 | Marked run 193 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.446 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.447 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.447 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.448 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.448 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.457 | 5374 | Recursively removing directory: /tmp/git.ZvEitP/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.458 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.458 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.458 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 7975 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.459 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VDRQ1D +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 5370 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.459 | 5370 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.462 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.461 | 5371 | Recursively removing directory: /tmp/git.EUNLFr/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.462 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.462 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.462 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 7977 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5370 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.463 | 5370 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.464 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.X8q0em +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.466 | 7974 | Marked run 195 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.466 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.468 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.469 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.469 | 7976 | Marked run 196 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.469 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.470 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.471 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.478 | 5374 | Recursively removing directory: /tmp/git.VDRQ1D/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.479 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.479 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.479 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.480 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.480 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.480 | 7991 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.480 | 5370 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.480 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.481 | 5370 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.481 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OFChl6 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.481 | 5371 | Recursively removing directory: /tmp/git.X8q0em/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.482 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.485 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.485 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.485 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.486 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YLRs50 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 7993 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 5370 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.485 | 5370 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.487 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.487 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.488 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.489 | 7990 | Marked run 197 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.491 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.492 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.493 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.498 | 7992 | Marked run 198 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.498 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.501 | 5374 | Recursively removing directory: /tmp/git.OFChl6/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.502 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.502 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.502 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.502 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.502 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.503 | 8007 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.503 | 5370 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.503 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.503 | 5370 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.503 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.503 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JQ20gG +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.504 | 5371 | Recursively removing directory: /tmp/git.YLRs50/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.506 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.506 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.506 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.506 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.506 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.506 | 8009 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.506 | 5370 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.506 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.507 | 5370 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.507 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.511 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vEeJCw +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.515 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.516 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.517 | 8006 | Marked run 199 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.517 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.519 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.521 | 8008 | Marked run 200 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.521 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.520 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.526 | 5374 | Recursively removing directory: /tmp/git.JQ20gG/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.527 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.527 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.527 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.527 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.527 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.527 | 8022 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.528 | 5370 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.528 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.528 | 5370 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.528 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dM6URY +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.528 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.530 | 5371 | Recursively removing directory: /tmp/git.vEeJCw/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.531 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.531 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.532 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 8025 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5370 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5370 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.532 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.532 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eIYP7A +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.538 | 8021 | Marked run 201 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.538 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.538 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.539 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.539 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.539 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.542 | 8024 | Marked run 202 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.542 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.548 | 5371 | Recursively removing directory: /tmp/git.eIYP7A/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.549 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.549 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.549 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.550 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.550 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.550 | 8039 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.551 | 5370 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.551 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.551 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.552 | 5374 | Recursively removing directory: /tmp/git.dM6URY/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.552 | 5370 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.554 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.554 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.554 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 8041 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5370 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5370 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.554 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.555 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4MpN2z +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.555 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uoIRRg +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.558 | 8038 | Marked run 204 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.558 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.561 | 8040 | Marked run 203 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.561 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.566 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.566 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.567 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.567 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.574 | 5371 | Recursively removing directory: /tmp/git.4MpN2z/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.576 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.576 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.576 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.576 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.576 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.576 | 5374 | Recursively removing directory: /tmp/git.uoIRRg/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.577 | 8055 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.577 | 5370 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.577 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.577 | 5370 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.577 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.578 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 8057 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 5370 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 5370 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.579 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.578 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.578 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.579 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.579 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ggyfbR +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.584 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.585 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.578 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EJpzSV +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.584 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.584 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.586 | 8054 | Marked run 205 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.586 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.588 | 8056 | Marked run 206 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.588 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.593 | 5371 | Recursively removing directory: /tmp/git.EJpzSV/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.594 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.594 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.594 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.594 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 8071 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 5370 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.595 | 5370 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.596 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gPrJAy +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.597 | 5374 | Recursively removing directory: /tmp/git.ggyfbR/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.598 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.598 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.599 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 8073 | Added a new worker 8 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 5370 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.599 | 5370 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.600 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sYAXRF +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.601 | 8070 | Marked run 207 as finished +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.603 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.604 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.604 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.607 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.609 | 8072 | Marked run 208 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.610 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.610 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.612 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.617 | 5371 | Recursively removing directory: /tmp/git.gPrJAy/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.618 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.618 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.619 | 8084 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.619 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.619 | 5370 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.618 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.618 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.618 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.619 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FjXgpM +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.619 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.619 | 5370 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.624 | 5374 | Recursively removing directory: /tmp/git.sYAXRF/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.624 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.625 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.625 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.625 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.626 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 8090 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5370 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5370 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.626 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.632 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iSXF7x +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.638 | 8083 | Marked run 209 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.639 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.641 | 8089 | Marked run 210 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.641 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.643 | 5371 | Recursively removing directory: /tmp/git.FjXgpM/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.644 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.644 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 8097 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 5370 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.645 | 5370 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.645 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.644 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.645 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.645 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VPb5Jf +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.647 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.650 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.651 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.653 | 5374 | Recursively removing directory: /tmp/git.iSXF7x/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.654 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.654 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.655 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.655 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.655 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.656 | 8107 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.657 | 5370 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.657 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.657 | 8096 | Marked run 211 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.657 | 5370 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.657 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cVuo9S +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.657 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.658 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.660 | 5371 | Recursively removing directory: /tmp/git.VPb5Jf/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.662 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.662 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.663 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.664 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.664 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.664 | 8113 | Added a new worker 6 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.664 | 5370 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.664 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.665 | 5370 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.665 | 8106 | Marked run 212 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.665 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.665 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.84pFFS +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.666 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.667 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.667 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.674 | 8112 | Marked run 213 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.674 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.675 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.676 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.683 | 5374 | Recursively removing directory: /tmp/git.cVuo9S/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.684 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.684 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.685 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.685 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.685 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.685 | 8127 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.686 | 5370 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.686 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.686 | 5370 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.688 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.688 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.688 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.686 | 5371 | Recursively removing directory: /tmp/git.84pFFS/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.687 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.687 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.688 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.686 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gqBdyD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.689 | 8129 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.689 | 5370 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.689 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.689 | 5370 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.689 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.689 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3IShEV +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.694 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.696 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.696 | 8126 | Marked run 214 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.696 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.698 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.700 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.702 | 8128 | Marked run 215 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.702 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.705 | 5374 | Recursively removing directory: /tmp/git.gqBdyD/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.706 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.706 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.707 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 8142 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 5370 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.707 | 5370 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.707 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dsarvK +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.708 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.710 | 5371 | Recursively removing directory: /tmp/git.3IShEV/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.711 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.711 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.712 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 8145 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5370 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5370 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.712 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.713 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.713 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VvWANf +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.714 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.721 | 5374 | Recursively removing directory: /tmp/git.dsarvK/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.733 | 8141 | Marked run 216 as finished +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.734 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.734 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.734 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.734 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.734 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.735 | 8153 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.735 | 5370 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.735 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.735 | 5370 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.735 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.735 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.735 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CBdQMA +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.747 | 8144 | Marked run 217 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.747 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.748 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.749 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.750 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.751 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.754 | 8152 | Marked run 218 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.754 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.759 | 5371 | Recursively removing directory: /tmp/git.VvWANf/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.760 | 5374 | Recursively removing directory: /tmp/git.CBdQMA/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.760 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.760 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.761 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.761 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.761 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.761 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.761 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.761 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.761 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.761 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 8167 | Added a new worker 15 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 8169 | Added a new worker 16 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.762 | 5370 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.762 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uniFyR +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.762 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4fOe4b +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.763 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.763 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.768 | 8168 | Marked run 220 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.768 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.769 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.769 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.770 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.770 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.773 | 8166 | Marked run 219 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.773 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.778 | 5374 | Recursively removing directory: /tmp/git.4fOe4b/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.779 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.779 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.779 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.779 | 5371 | Recursively removing directory: /tmp/git.uniFyR/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.780 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.780 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.780 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.780 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.780 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.780 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 8183 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 5370 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 5370 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 8185 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.781 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.781 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.g1Hweu +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.782 | 5370 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.782 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.782 | 5370 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.780 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.782 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iS5sZf +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.786 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.786 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.787 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.787 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.788 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.790 | 8184 | Marked run 221 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.791 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.792 | 8182 | Marked run 222 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.792 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.797 | 5371 | Recursively removing directory: /tmp/git.iS5sZf/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.798 | 5374 | Recursively removing directory: /tmp/git.g1Hweu/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.799 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.799 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.799 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.799 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.799 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 8199 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.800 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.800 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.800 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5370 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5370 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 8201 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5370 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.800 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.801 | 5370 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.801 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PTXvO4 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.801 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5hImlm +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.805 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.806 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.806 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.807 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.807 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.812 | 8200 | Marked run 223 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.812 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.813 | 8198 | Marked run 224 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.814 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.817 | 5371 | Recursively removing directory: /tmp/git.PTXvO4/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.818 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.818 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.818 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 8215 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5370 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5370 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.818 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.819 | 5374 | Recursively removing directory: /tmp/git.5hImlm/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.820 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.820 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.820 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eWy9N6 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.821 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 8217 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.822 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pVPDw5 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 5370 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.821 | 5370 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.822 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.826 | 8214 | Marked run 225 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.827 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.827 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.828 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.829 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.829 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.832 | 8216 | Marked run 226 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.832 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.837 | 5371 | Recursively removing directory: /tmp/git.eWy9N6/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.839 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.839 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.839 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 8231 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5370 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5370 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.839 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.840 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zO7vqb +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.842 | 5374 | Recursively removing directory: /tmp/git.pVPDw5/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.844 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.844 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.845 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.844 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.845 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.845 | 8233 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.845 | 5370 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.845 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.845 | 5370 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.845 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kiVPZ8 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.846 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.854 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.854 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.855 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.855 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.855 | 8230 | Marked run 227 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.856 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.863 | 8232 | Marked run 228 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.863 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.863 | 5374 | Recursively removing directory: /tmp/git.kiVPZ8/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.865 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.865 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.865 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 8247 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 5370 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.865 | 5370 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.865 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AE0rP0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.866 | 5371 | Recursively removing directory: /tmp/git.zO7vqb/ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.866 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.868 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.868 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.868 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.868 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 8249 | Added a new worker 12 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 5370 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 5370 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.869 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.870 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.871 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.870 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Uysvsc +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.874 | 8246 | Marked run 230 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.874 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.877 | 8248 | Marked run 229 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.877 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.878 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.880 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.881 | 5374 | Recursively removing directory: /tmp/git.AE0rP0/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.883 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.883 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.883 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 8259 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 5370 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.883 | 5370 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.884 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8lDQTc +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.884 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.889 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.889 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.890 | 8258 | Marked run 231 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.890 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.894 | 5371 | Recursively removing directory: /tmp/git.Uysvsc/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.895 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.896 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.896 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.895 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.896 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.896 | 8270 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.897 | 5370 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.897 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.897 | 5370 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.897 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.R0cTZd +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.897 | 5374 | Recursively removing directory: /tmp/git.8lDQTc/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.898 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.898 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.899 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 8273 | Added a new worker 13 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5370 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.900 | 5370 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.901 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.G5yuub +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.901 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.903 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.905 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.905 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.906 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.908 | 8269 | Marked run 232 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.908 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.910 | 8272 | Marked run 233 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.910 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.915 | 5374 | Recursively removing directory: /tmp/git.G5yuub/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.916 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.916 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.915 | 5371 | Recursively removing directory: /tmp/git.R0cTZd/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.917 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.917 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.917 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.917 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 8289 | Added a new worker 14 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5370 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.917 | 5370 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.918 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2x60Dl +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.918 | 8287 | Added a new worker 12 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.918 | 5370 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.918 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.918 | 5370 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.919 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.919 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.918 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.17w7WK +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.923 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.924 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.926 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.927 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.927 | 8288 | Marked run 234 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.928 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.931 | 8286 | Marked run 235 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.931 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.932 | 5371 | Recursively removing directory: /tmp/git.2x60Dl/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.933 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.933 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.933 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.933 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.934 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.934 | 8300 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.934 | 5370 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.934 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.934 | 5370 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.934 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tiHTQS +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.935 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.938 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.939 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.941 | 5374 | Recursively removing directory: /tmp/git.17w7WK/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.942 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.942 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.942 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.942 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.942 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.943 | 8299 | Marked run 236 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.943 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.943 | 8306 | Added a new worker 6 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.943 | 5370 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.943 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.944 | 5370 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.944 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.944 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KHl4nJ +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.946 | 8305 | Marked run 237 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.948 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.949 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.950 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.952 | 5371 | Recursively removing directory: /tmp/git.tiHTQS/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.953 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.953 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.954 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.954 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.954 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.955 | 8315 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.956 | 5370 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.956 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.956 | 5370 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.956 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.956 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mrAU8l +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.963 | 5374 | Recursively removing directory: /tmp/git.KHl4nJ/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.964 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.964 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.965 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.965 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.965 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.966 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.967 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.968 | 8314 | Marked run 238 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.968 | 8321 | Added a new worker 10 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.968 | 5370 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.968 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.968 | 5370 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.969 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.970 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.970 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JTBOHP +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.973 | 8320 | Marked run 239 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.973 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.977 | 5374 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.979 | 5374 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.981 | 5371 | Recursively removing directory: /tmp/git.mrAU8l/ +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.982 | 5371 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.982 | 5371 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.982 | 5371 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.982 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.983 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.983 | 8331 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.983 | 5370 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.983 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.983 | 5370 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.983 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mKw8ZD +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.984 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.989 | 8330 | Marked run 240 as finished +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.989 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.990 | 5371 | Checking out revision HEAD +2023-08-28 07:31:37 | INFO | 5371/cimple-worker: 2023-08-28 07:31:37.991 | 5371 | Going to run: ./ci +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.992 | 5374 | Recursively removing directory: /tmp/git.JTBOHP/ +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.993 | 5374 | Process exit code: 0 +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.993 | 5374 | Process output: 57 bytes +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.993 | 5374 | Waiting for a new command +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 8338 | Added a new worker 11 to the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5370 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5370 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:37 | INFO | 5368/cimple-server: 2023-08-28 07:31:37.994 | 5368 | Waiting for new connections +2023-08-28 07:31:37 | INFO | 5374/cimple-worker: 2023-08-28 07:31:37.994 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DmRnA2 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.000 | 8337 | Marked run 241 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.000 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.001 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.002 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.007 | 5371 | Recursively removing directory: /tmp/git.mKw8ZD/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.009 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.009 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.009 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 8351 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 5370 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.009 | 5370 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.009 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.R8QYUk +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.010 | 5374 | Recursively removing directory: /tmp/git.DmRnA2/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.012 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.012 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.012 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.012 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.012 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.013 | 8353 | Added a new worker 15 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.013 | 5370 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.013 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.013 | 5370 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.013 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.013 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.896Lir +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.014 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.014 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.016 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.019 | 8352 | Marked run 243 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.020 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.022 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.023 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.024 | 8350 | Marked run 242 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.024 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.025 | 5371 | Recursively removing directory: /tmp/git.R8QYUk/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.026 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.026 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.026 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 8363 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 5370 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.027 | 5370 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.027 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Kvh6UD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.028 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.031 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.032 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.034 | 5374 | Recursively removing directory: /tmp/git.896Lir/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.035 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.035 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.035 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 8371 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 5370 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.036 | 5370 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.036 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nuZmmy +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.038 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.040 | 8362 | Marked run 244 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.041 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.043 | 5371 | Recursively removing directory: /tmp/git.Kvh6UD/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.044 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.044 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.044 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.044 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.044 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 8370 | Marked run 245 as finished +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.043 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 8377 | Added a new worker 8 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 5370 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.045 | 5370 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.045 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ewNmys +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.045 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.047 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.051 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.052 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.054 | 8376 | Marked run 246 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.054 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.056 | 5374 | Recursively removing directory: /tmp/git.nuZmmy/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.057 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.057 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.057 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.057 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.057 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.058 | 8387 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.058 | 5370 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.058 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.058 | 5370 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.058 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.058 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xXj5Rl +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.063 | 5371 | Recursively removing directory: /tmp/git.ewNmys/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.064 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.064 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.064 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 8393 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 5370 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.065 | 5370 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.065 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.giRgsI +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.066 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.066 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.067 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.073 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.073 | 8386 | Marked run 247 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.074 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.077 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.079 | 8392 | Marked run 248 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.079 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.085 | 5374 | Recursively removing directory: /tmp/git.xXj5Rl/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.086 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.086 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.086 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.087 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.087 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.087 | 5371 | Recursively removing directory: /tmp/git.giRgsI/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.088 | 8407 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.088 | 5370 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.088 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.088 | 5370 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.088 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.088 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.088 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.088 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 8409 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5370 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.089 | 5370 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.089 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ay8uSx +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.090 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FcJotE +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.095 | 8406 | Marked run 249 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.095 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.095 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.097 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.098 | 8408 | Marked run 250 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.098 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.099 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.099 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.105 | 5374 | Recursively removing directory: /tmp/git.ay8uSx/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.107 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.107 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.107 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.108 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.108 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.108 | 8422 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.108 | 5370 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.108 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.109 | 5370 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.109 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.x8HVbJ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.109 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.112 | 5371 | Recursively removing directory: /tmp/git.FcJotE/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.113 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.114 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.113 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.113 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.114 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.114 | 8421 | Marked run 251 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.114 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.115 | 8425 | Added a new worker 6 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.115 | 5370 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.115 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.115 | 5370 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.115 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.116 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Jtg3QB +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.116 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.117 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.120 | 8424 | Marked run 252 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.120 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.123 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.124 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.132 | 5374 | Recursively removing directory: /tmp/git.x8HVbJ/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.134 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.134 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.135 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.134 | 5371 | Recursively removing directory: /tmp/git.Jtg3QB/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.134 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.135 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.135 | 8439 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.135 | 5370 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.135 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.135 | 5370 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.136 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.136 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VIZlb0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.137 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.137 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.138 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.137 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 8441 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 5370 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 5370 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.138 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.138 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7V2NRt +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.140 | 8438 | Marked run 253 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.140 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.142 | 8440 | Marked run 254 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.143 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.143 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.144 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.146 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.147 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.153 | 5374 | Recursively removing directory: /tmp/git.VIZlb0/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.154 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.154 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.155 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 8455 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5370 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5370 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.155 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.155 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gz8NOp +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.159 | 5371 | Recursively removing directory: /tmp/git.7V2NRt/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.160 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.160 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.160 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.160 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.160 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.161 | 8457 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.161 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.40UCGD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.161 | 5370 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.161 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.161 | 5370 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.163 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.164 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.163 | 8454 | Marked run 255 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.165 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.166 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.167 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.168 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.173 | 5374 | Recursively removing directory: /tmp/git.gz8NOp/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.175 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.175 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.175 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.175 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.175 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.179 | 8466 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.180 | 5370 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.180 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.180 | 5370 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.181 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.181 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.evMyRg +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.182 | 8456 | Marked run 256 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.183 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.187 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.187 | 8465 | Marked run 257 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.188 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.188 | 5371 | Recursively removing directory: /tmp/git.40UCGD/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.189 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.189 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.189 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.190 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.190 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.190 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.191 | 8473 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.191 | 5370 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.191 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.191 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.191 | 5370 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.191 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9uZkRx +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.193 | 8472 | Marked run 258 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.193 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.197 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.198 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.203 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.203 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.201 | 5374 | Recursively removing directory: /tmp/git.evMyRg/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.203 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.203 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.203 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.203 | 8483 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.204 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.204 | 5370 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.204 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.204 | 5370 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.204 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.col64T +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.208 | 8482 | Marked run 259 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.208 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.208 | 5371 | Recursively removing directory: /tmp/git.9uZkRx/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.210 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.210 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.211 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.211 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.211 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.212 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.213 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.212 | 8489 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.214 | 5370 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.214 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.214 | 5370 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.214 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.214 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NBHwyh +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.221 | 8488 | Marked run 260 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.221 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.222 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.223 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.225 | 5374 | Recursively removing directory: /tmp/git.col64T/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.226 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.226 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.227 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 8499 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5370 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5370 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.228 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TTecGo +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.227 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.232 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.233 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.234 | 5371 | Recursively removing directory: /tmp/git.NBHwyh/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.236 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 8506 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 5370 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 5370 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.237 | 8498 | Marked run 261 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.238 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.238 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.236 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.236 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.236 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.237 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mdCra0 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.240 | 8505 | Marked run 262 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.241 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.242 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.243 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.245 | 5374 | Recursively removing directory: /tmp/git.TTecGo/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.246 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.246 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.247 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 8515 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 5370 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.247 | 5370 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.248 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Zub72j +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.249 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.251 | 5371 | Recursively removing directory: /tmp/git.mdCra0/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.253 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.253 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.253 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 8521 | Added a new worker 12 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 5370 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.253 | 5370 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.253 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LQnImC +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.252 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.253 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.255 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.260 | 8514 | Marked run 263 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.261 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.261 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.262 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.263 | 5374 | Recursively removing directory: /tmp/git.Zub72j/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.264 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.264 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.265 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 8530 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5370 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.265 | 5370 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.266 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NCic8d +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.270 | 8520 | Marked run 264 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.270 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.272 | 5371 | Recursively removing directory: /tmp/git.LQnImC/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.273 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.273 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.273 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 8537 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 5370 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.273 | 5370 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.274 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.274 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fxuwps +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.276 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.277 | 8529 | Marked run 265 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.277 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.279 | 8536 | Marked run 266 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.280 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.281 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.281 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.282 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.288 | 5374 | Recursively removing directory: /tmp/git.NCic8d/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.289 | 5371 | Recursively removing directory: /tmp/git.fxuwps/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.290 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.290 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.291 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.290 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.290 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.290 | 8551 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.290 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.291 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.291 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.291 | 5370 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.291 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.292 | 5370 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.290 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.290 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.290 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.293 | 8553 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.294 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Yxi6db +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.294 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wIaFRB +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.294 | 5370 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.294 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.294 | 5370 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.295 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.298 | 8550 | Marked run 267 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.298 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.301 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.301 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.302 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.302 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.304 | 8552 | Marked run 268 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.304 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.311 | 5374 | Recursively removing directory: /tmp/git.Yxi6db/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.312 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.312 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.312 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.312 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.312 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.312 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.312 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 8567 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 8569 | Added a new worker 15 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.311 | 5371 | Recursively removing directory: /tmp/git.wIaFRB/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.312 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.312 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.312 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 5370 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.313 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.314 | 5370 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.314 | 5370 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.314 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.314 | 5370 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.314 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0RCcUP +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.314 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ja1TcE +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.319 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.320 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.320 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.321 | 8566 | Marked run 269 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.321 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.322 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.325 | 8568 | Marked run 270 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.325 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.330 | 5371 | Recursively removing directory: /tmp/git.0RCcUP/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.331 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.331 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.332 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 8583 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.333 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BMNGBy +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 5370 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.332 | 5370 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.333 | 5374 | Recursively removing directory: /tmp/git.ja1TcE/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.333 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.336 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.336 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.336 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.338 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.339 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 8586 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5370 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.340 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.obAVRa +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 8582 | Marked run 272 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5370 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.340 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.346 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.347 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.348 | 8585 | Marked run 271 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.348 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.349 | 5371 | Recursively removing directory: /tmp/git.BMNGBy/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.350 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.350 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.350 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.351 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.351 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.352 | 8594 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.352 | 5370 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.352 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.352 | 5370 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.352 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KvlhKc +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.352 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.359 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.360 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.359 | 5374 | Recursively removing directory: /tmp/git.obAVRa/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.360 | 8593 | Marked run 273 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.361 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.361 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.361 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 8602 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5370 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5370 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.361 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.361 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bGq92b +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.367 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.368 | 8601 | Marked run 274 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.369 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.369 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.373 | 5371 | Recursively removing directory: /tmp/git.KvlhKc/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.374 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.374 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.375 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.375 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.375 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.376 | 8614 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.376 | 5370 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.376 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.376 | 5370 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.376 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rxwfjd +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.377 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.378 | 5374 | Recursively removing directory: /tmp/git.bGq92b/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.380 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.380 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.380 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.380 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.380 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.380 | 8617 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.380 | 5370 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.380 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.381 | 5370 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.381 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.382 | 8613 | Marked run 275 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.382 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.382 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.y15jRn +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.386 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.387 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.389 | 8616 | Marked run 276 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.389 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.390 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.391 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.396 | 5371 | Recursively removing directory: /tmp/git.rxwfjd/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.397 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.397 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.398 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 8630 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5370 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.398 | 5370 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.398 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Q2sp1M +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.402 | 8629 | Marked run 277 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.402 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.405 | 5374 | Recursively removing directory: /tmp/git.y15jRn/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.406 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.406 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.406 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.406 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.407 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.407 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.407 | 8633 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.407 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OKgDqi +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.407 | 5370 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.407 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.407 | 5370 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.408 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.409 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.412 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.418 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.423 | 8632 | Marked run 278 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.424 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.423 | 5371 | Recursively removing directory: /tmp/git.Q2sp1M/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.425 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.425 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.425 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 8644 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 5370 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.425 | 5370 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.425 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iNzrxg +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.426 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.430 | 5374 | Recursively removing directory: /tmp/git.OKgDqi/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.431 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.431 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.432 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.432 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.432 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.432 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.432 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.433 | 8643 | Marked run 279 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.433 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.434 | 8650 | Added a new worker 6 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.434 | 5370 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.434 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.434 | 5370 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.434 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.435 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xDCyPp +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.439 | 8649 | Marked run 280 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.439 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.443 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.444 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.446 | 5371 | Recursively removing directory: /tmp/git.iNzrxg/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.447 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.447 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.447 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.447 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.447 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.447 | 8659 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.448 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NK6Uav +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.448 | 5370 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.448 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.448 | 5370 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.448 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.455 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.456 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.457 | 8658 | Marked run 281 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.457 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.458 | 5374 | Recursively removing directory: /tmp/git.xDCyPp/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.459 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.459 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.459 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 8666 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 5370 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.459 | 5370 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.460 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yxxYEt +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.460 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.466 | 8665 | Marked run 282 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.466 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.466 | 5371 | Recursively removing directory: /tmp/git.NK6Uav/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.468 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.468 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.468 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 8673 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5370 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.468 | 5370 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.469 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UanmC8 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.471 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.472 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.474 | 8672 | Marked run 283 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.474 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.479 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.480 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.481 | 5374 | Recursively removing directory: /tmp/git.yxxYEt/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.482 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.482 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.482 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.482 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.482 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.483 | 8682 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.483 | 5370 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.483 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.483 | 5370 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.483 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AxYRRe +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.485 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.490 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.490 | 5371 | Recursively removing directory: /tmp/git.UanmC8/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.491 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.491 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.491 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.491 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.491 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.491 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.492 | 8689 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.492 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.492 | 5370 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.492 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.492 | 5370 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.492 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4oL4oe +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.493 | 8681 | Marked run 284 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.494 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.497 | 8688 | Marked run 285 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.499 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.500 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.501 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.504 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.502 | 5374 | Recursively removing directory: /tmp/git.AxYRRe/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.504 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.504 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.504 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.504 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.505 | 8698 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.505 | 5370 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.505 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.505 | 5370 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.505 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.505 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nDRFvj +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.509 | 8697 | Marked run 286 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.509 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.511 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.512 | 5371 | Recursively removing directory: /tmp/git.4oL4oe/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.512 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.513 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.513 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.514 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.515 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.515 | 8706 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.515 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.515 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.516 | 5370 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.516 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.516 | 5370 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.516 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yEi7pu +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.523 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.524 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.525 | 8705 | Marked run 287 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.525 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.526 | 5374 | Recursively removing directory: /tmp/git.nDRFvj/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.528 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.528 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 8715 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 5370 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.528 | 5370 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.528 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.529 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VqHgUH +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.529 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.532 | 8714 | Marked run 288 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.532 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.536 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.539 | 5371 | Recursively removing directory: /tmp/git.yEi7pu/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.539 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.540 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.540 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.540 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.540 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.541 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.541 | 8722 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.541 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.541 | 5370 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.541 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.541 | 5370 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.541 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Jvt3eG +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.549 | 5374 | Recursively removing directory: /tmp/git.VqHgUH/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.549 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.550 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.550 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.550 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.550 | 8721 | Marked run 289 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 8729 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5370 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5370 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.551 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UwY98Q +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.552 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.551 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.556 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.557 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.559 | 8728 | Marked run 290 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.559 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.561 | 5371 | Recursively removing directory: /tmp/git.Jvt3eG/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.562 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.562 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.563 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 8740 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5370 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.563 | 5370 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.563 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FB23hr +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.566 | 8739 | Marked run 291 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.567 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.569 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.571 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.571 | 5374 | Recursively removing directory: /tmp/git.UwY98Q/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.573 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.573 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.573 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.573 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.573 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.575 | 8746 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.575 | 5370 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.575 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.575 | 5370 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.576 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.577 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lqdkju +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.582 | 8745 | Marked run 292 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.582 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.584 | 5371 | Recursively removing directory: /tmp/git.FB23hr/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.585 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.585 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.585 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.585 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 8753 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5370 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.585 | 5370 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.586 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ob2PMX +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.586 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.590 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.591 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.594 | 8752 | Marked run 293 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.595 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.598 | 5374 | Recursively removing directory: /tmp/git.lqdkju/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.600 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.600 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.600 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.600 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.600 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.600 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.600 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 8768 | Added a new worker 15 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 8769 | Added a new worker 16 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.601 | 5370 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.601 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mWH07R +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.599 | 5371 | Recursively removing directory: /tmp/git.Ob2PMX/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.600 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.600 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.600 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.602 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H0t84G +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.604 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.604 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.606 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.607 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.607 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.610 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.610 | 8767 | Marked run 295 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.610 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.611 | 8766 | Marked run 294 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.612 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.615 | 5371 | Recursively removing directory: /tmp/git.H0t84G/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.617 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.617 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.617 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 8782 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 5370 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.617 | 5370 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.618 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ky6KvU +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.618 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.619 | 5374 | Recursively removing directory: /tmp/git.mWH07R/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.620 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.620 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.620 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.620 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.621 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t4hNi7 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.621 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.621 | 8785 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.621 | 5370 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.621 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.621 | 5370 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.622 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.623 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.624 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.635 | 8781 | Marked run 296 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.635 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.637 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.637 | 8784 | Marked run 297 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.637 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.638 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.638 | 5371 | Recursively removing directory: /tmp/git.Ky6KvU/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.639 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.639 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.639 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 8794 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5370 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5370 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.640 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kIS6JE +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.640 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.646 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.647 | 8793 | Marked run 298 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.647 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.647 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.650 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.648 | 5374 | Recursively removing directory: /tmp/git.t4hNi7/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.650 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.650 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.650 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.650 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.651 | 8802 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.651 | 5370 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.651 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.651 | 5370 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.651 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AXeBds +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.652 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.657 | 8801 | Marked run 299 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.657 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.658 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.659 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.660 | 5371 | Recursively removing directory: /tmp/git.kIS6JE/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.661 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.661 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.662 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 8810 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.662 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jE4ud7 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5370 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.662 | 5370 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.667 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.667 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.670 | 5374 | Recursively removing directory: /tmp/git.AXeBds/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.671 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.671 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.671 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.671 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.671 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.671 | 8819 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.672 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KUXhOo +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.672 | 5370 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.672 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.672 | 5370 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.673 | 8809 | Marked run 300 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.674 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.674 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.677 | 5371 | Recursively removing directory: /tmp/git.jE4ud7/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.678 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.678 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.678 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.678 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.678 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.678 | 8825 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.679 | 5370 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.679 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.679 | 5370 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.679 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.679 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yoXUrU +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.680 | 8818 | Marked run 301 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.680 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.683 | 8824 | Marked run 302 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.684 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.685 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.686 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.686 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.687 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.697 | 5371 | Recursively removing directory: /tmp/git.yoXUrU/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.698 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.698 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.698 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.698 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.698 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.699 | 5374 | Recursively removing directory: /tmp/git.KUXhOo/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.700 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.700 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.699 | 8839 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.699 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.700 | 5370 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.700 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.700 | 5370 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.700 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 8841 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 5370 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.701 | 5370 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.701 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.702 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.GTUDat +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.703 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Em8qzN +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.707 | 8840 | Marked run 303 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.708 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.708 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.709 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.709 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.711 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.712 | 8838 | Marked run 304 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.712 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.718 | 5374 | Recursively removing directory: /tmp/git.Em8qzN/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.719 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.719 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.719 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.719 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.719 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.719 | 8852 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.720 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.GaS1Zn +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.720 | 5370 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.720 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.720 | 5370 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.721 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.723 | 5371 | Recursively removing directory: /tmp/git.GTUDat/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.726 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.726 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.726 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.726 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.726 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.727 | 8857 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.727 | 5370 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.727 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.727 | 5370 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.727 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.727 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YSavox +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.726 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.728 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.733 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.736 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.737 | 8851 | Marked run 306 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.737 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.738 | 5374 | Recursively removing directory: /tmp/git.GaS1Zn/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.739 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.739 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.740 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 8866 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 5370 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.741 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yDnzJe +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.740 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.741 | 5370 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.743 | 8856 | Marked run 305 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.744 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.750 | 8865 | Marked run 307 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.750 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.751 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.752 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.753 | 5371 | Recursively removing directory: /tmp/git.YSavox/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.754 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.754 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.754 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.754 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.754 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.755 | 8875 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.755 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yaUFcW +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.755 | 5370 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.755 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.755 | 5370 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.757 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.759 | 5374 | Recursively removing directory: /tmp/git.yDnzJe/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.761 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.761 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.761 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.761 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LoQdJa +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 8881 | Added a new worker 14 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5370 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.761 | 5370 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.764 | 8874 | Marked run 308 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.764 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.765 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.766 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.767 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.768 | 8880 | Marked run 309 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.769 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.770 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.775 | 5371 | Recursively removing directory: /tmp/git.yaUFcW/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.777 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.777 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.777 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.778 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 8894 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 5370 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.778 | 5370 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.779 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.C22bpG +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.780 | 8893 | Marked run 310 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.780 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.785 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.785 | 5374 | Recursively removing directory: /tmp/git.LoQdJa/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.786 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.786 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.786 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.786 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 8897 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5370 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.787 | 5370 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.787 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ys1K1R +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.793 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.794 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.794 | 8896 | Marked run 311 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.794 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.798 | 5371 | Recursively removing directory: /tmp/git.C22bpG/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.799 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.799 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.800 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 8908 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 5370 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.800 | 5370 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.801 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jMsTau +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.801 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.807 | 5374 | Recursively removing directory: /tmp/git.ys1K1R/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.808 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.808 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.809 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 8913 | Added a new worker 9 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5370 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.809 | 5370 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.809 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FbFnPx +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.810 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.810 | 8907 | Marked run 312 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.810 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.811 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.813 | 8912 | Marked run 313 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.814 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.816 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.817 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.819 | 5371 | Recursively removing directory: /tmp/git.jMsTau/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.820 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.821 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.821 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 8923 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5370 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5370 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.821 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.822 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xsqp0e +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.825 | 8922 | Marked run 314 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.825 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.826 | 5374 | Recursively removing directory: /tmp/git.FbFnPx/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.828 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.828 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.828 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 8929 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 5370 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.828 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1a1E5k +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.828 | 5370 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.829 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.830 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.831 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.833 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.834 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.838 | 8928 | Marked run 315 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.838 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.841 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.840 | 5371 | Recursively removing directory: /tmp/git.xsqp0e/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.841 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.841 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.842 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 8942 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 5370 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 5370 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.842 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.842 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HDSmwr +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.845 | 5374 | Recursively removing directory: /tmp/git.1a1E5k/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.848 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.848 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.849 | 8945 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.847 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.847 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.848 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.849 | 5370 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.849 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.849 | 5370 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.849 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.853 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.alfrx7 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.855 | 8941 | Marked run 316 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.856 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.857 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.858 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.859 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.861 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.865 | 8944 | Marked run 317 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.865 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.867 | 5371 | Recursively removing directory: /tmp/git.HDSmwr/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.868 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.868 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.868 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.868 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.869 | 8956 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.869 | 5370 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.869 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.869 | 5370 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.868 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.869 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zlqkGk +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.869 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.873 | 8955 | Marked run 318 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.873 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.875 | 5374 | Recursively removing directory: /tmp/git.alfrx7/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.875 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.876 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.876 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.877 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.877 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.877 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ieVw7p +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 8961 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 5370 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.877 | 5370 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.880 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.883 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.883 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.886 | 8960 | Marked run 319 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.886 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.889 | 5371 | Recursively removing directory: /tmp/git.zlqkGk/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.890 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.890 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.890 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.891 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.890 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.891 | 8974 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.892 | 5370 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.892 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.892 | 5370 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.892 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h7Vj88 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.892 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.894 | 8973 | Marked run 320 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.894 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.897 | 5374 | Recursively removing directory: /tmp/git.ieVw7p/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.898 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.898 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.898 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.898 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.898 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.898 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.899 | 8977 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.899 | 5370 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.899 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.899 | 5370 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.899 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oynUH2 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.899 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.900 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.905 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.905 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.907 | 8976 | Marked run 321 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.907 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.910 | 5371 | Recursively removing directory: /tmp/git.h7Vj88/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.911 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.911 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.911 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 8988 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 5370 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.912 | 5370 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.913 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.913 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.svynJF +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.917 | 5374 | Recursively removing directory: /tmp/git.oynUH2/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.918 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.918 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.917 | 8987 | Marked run 322 as finished +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.919 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.919 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 8993 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 5370 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.919 | 5370 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.920 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W1gv3G +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.920 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.920 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.926 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.927 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.927 | 8992 | Marked run 323 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.928 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.931 | 5371 | Recursively removing directory: /tmp/git.svynJF/ +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.933 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.933 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.933 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.933 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.933 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.934 | 9006 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.934 | 5370 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.934 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.934 | 5370 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.934 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K1SPHE +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.935 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.936 | 5374 | Recursively removing directory: /tmp/git.W1gv3G/ +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.938 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.938 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.938 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.938 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.938 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.939 | 9009 | Added a new worker 13 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.939 | 5370 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.939 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.939 | 5370 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.939 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.941 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pKF2Dm +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.944 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.944 | 9005 | Marked run 324 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.944 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.945 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.961 | 9008 | Marked run 325 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.961 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.962 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.963 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.966 | 5371 | Recursively removing directory: /tmp/git.K1SPHE/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.968 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.968 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.968 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.968 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.968 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.969 | 9019 | Added a new worker 11 to the queue +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.969 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LjRGjY +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.969 | 5370 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.969 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.969 | 5370 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.971 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.973 | 9018 | Marked run 326 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.973 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.975 | 5374 | Recursively removing directory: /tmp/git.pKF2Dm/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.976 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.977 | 5374 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.977 | 5374 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.977 | 5374 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.977 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.977 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.977 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.977 | 9026 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.978 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.978 | 5370 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.978 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.978 | 5370 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.978 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rpwIrf +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.987 | 9025 | Marked run 327 as finished +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.986 | 5371 | Recursively removing directory: /tmp/git.LjRGjY/ +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.988 | 5371 | Process exit code: 0 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.988 | 5371 | Process output: 57 bytes +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.988 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 9033 | Added a new worker 10 to the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 5368 | Waiting for new connections +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.989 | 5371 | Waiting for a new command +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 5370 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.989 | 5370 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.989 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dIVs3e +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.988 | 5374 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5374/cimple-worker: 2023-08-28 07:31:38.990 | 5374 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.997 | 5371 | Checking out revision HEAD +2023-08-28 07:31:38 | INFO | 5371/cimple-worker: 2023-08-28 07:31:38.997 | 5371 | Going to run: ./ci +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.998 | 9032 | Marked run 328 as finished +2023-08-28 07:31:38 | INFO | 5368/cimple-server: 2023-08-28 07:31:38.998 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.002 | 5374 | Recursively removing directory: /tmp/git.rpwIrf/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.003 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.003 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.003 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.003 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.003 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.004 | 9046 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.004 | 5370 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.004 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.004 | 5370 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.004 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6rSZbG +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.006 | 5371 | Recursively removing directory: /tmp/git.dIVs3e/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.007 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.007 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.008 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 9049 | Added a new worker 15 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5370 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.008 | 5370 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.009 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UGrktc +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.011 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.012 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.014 | 9045 | Marked run 329 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.014 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.017 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.018 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.017 | 9048 | Marked run 330 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.017 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.022 | 5374 | Recursively removing directory: /tmp/git.6rSZbG/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.023 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.023 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 9062 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 5370 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.023 | 5370 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.024 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.023 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.024 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ABQK3W +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.027 | 5371 | Recursively removing directory: /tmp/git.UGrktc/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.028 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.028 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.028 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.028 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.028 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.029 | 9065 | Added a new worker 12 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.029 | 5370 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.029 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.029 | 5370 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.029 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2Xkgij +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.029 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.030 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.030 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.034 | 9061 | Marked run 331 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.034 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.035 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.036 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.038 | 9064 | Marked run 332 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.038 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.041 | 5374 | Recursively removing directory: /tmp/git.ABQK3W/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.042 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.042 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.042 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 9079 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 5370 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.043 | 5370 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.043 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SMlNzi +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.044 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.046 | 9078 | Marked run 333 as finished +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.048 | 5371 | Recursively removing directory: /tmp/git.2Xkgij/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.048 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.050 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.050 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.051 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 9081 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5370 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.051 | 5370 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.052 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AVEskn +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.053 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.054 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.063 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.060 | 9080 | Marked run 334 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.060 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.065 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.066 | 5374 | Recursively removing directory: /tmp/git.SMlNzi/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.068 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.068 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.068 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 9091 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5370 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.068 | 5370 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.069 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mGkgov +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.074 | 9090 | Marked run 335 as finished +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.074 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.075 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.076 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.079 | 5371 | Recursively removing directory: /tmp/git.AVEskn/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.081 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.081 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.081 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.081 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wDWw6I +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 9102 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 5370 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.081 | 5370 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.083 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.083 | 5374 | Recursively removing directory: /tmp/git.mGkgov/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.084 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.084 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.085 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.085 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.085 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.085 | 9105 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.086 | 5370 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.086 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.086 | 5370 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.086 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.086 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VrVzTg +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.089 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.090 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.092 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.092 | 9104 | Marked run 337 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.093 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.093 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.096 | 9101 | Marked run 336 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.096 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.102 | 5374 | Recursively removing directory: /tmp/git.VrVzTg/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.102 | 5371 | Recursively removing directory: /tmp/git.wDWw6I/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.103 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.104 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.104 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.103 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.103 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.104 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 9121 | Added a new worker 15 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.104 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5370 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5370 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 9119 | Added a new worker 12 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5370 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.105 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.106 | 5370 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.105 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Hpn1Rw +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.106 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MY1sUe +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.108 | 9120 | Marked run 338 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.108 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.111 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.112 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.113 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.114 | 9118 | Marked run 339 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.114 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.115 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.121 | 5371 | Recursively removing directory: /tmp/git.Hpn1Rw/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.122 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.122 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.123 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.123 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.123 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.124 | 5374 | Recursively removing directory: /tmp/git.MY1sUe/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.124 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XoCKsf +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.123 | 9135 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.123 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.124 | 5370 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.124 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.124 | 5370 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.126 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.126 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.126 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.126 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.126 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.127 | 9137 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.127 | 5370 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.127 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.127 | 5370 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.128 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VpvVkY +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.129 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.134 | 9134 | Marked run 340 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.134 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.135 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.137 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.137 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.137 | 9136 | Marked run 341 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.137 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.138 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.144 | 5371 | Recursively removing directory: /tmp/git.XoCKsf/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.146 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.146 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.146 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.146 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.146 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.147 | 9151 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.147 | 5374 | Recursively removing directory: /tmp/git.VpvVkY/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.148 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oBBkLU +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.147 | 5370 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.147 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.148 | 5370 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.149 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.151 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.151 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.151 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.151 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.151 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.153 | 9150 | Marked run 342 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.153 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.154 | 9153 | Added a new worker 7 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.154 | 5370 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.154 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.154 | 5370 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.154 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.154 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PyEi1s +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.156 | 9152 | Marked run 343 as finished +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.157 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.157 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.163 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.169 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.170 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.171 | 5371 | Recursively removing directory: /tmp/git.oBBkLU/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.173 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.173 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.173 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.173 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.173 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.174 | 9163 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.174 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UhRss7 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.174 | 5370 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.174 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.174 | 5370 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.175 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.179 | 5374 | Recursively removing directory: /tmp/git.PyEi1s/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.180 | 9162 | Marked run 344 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.180 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.181 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.181 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.181 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.182 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.182 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.182 | 9169 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.182 | 5370 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.183 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.183 | 5370 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.183 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CCVqVJ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.184 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.185 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.186 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.188 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.189 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.189 | 9168 | Marked run 345 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.189 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.197 | 5374 | Recursively removing directory: /tmp/git.CCVqVJ/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.198 | 5371 | Recursively removing directory: /tmp/git.UhRss7/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.199 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.199 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.199 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.199 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.199 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.199 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 9185 | Added a new worker 15 to the queue +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.198 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.198 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.198 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 5370 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 5370 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.200 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.201 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9MNM6u +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.201 | 9182 | Marked run 347 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.201 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.204 | 9183 | Added a new worker 7 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.204 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.206 | 5370 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.206 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.206 | 5370 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.206 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.khy41d +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.207 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.208 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.212 | 9184 | Marked run 346 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.212 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.213 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.213 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.218 | 5371 | Recursively removing directory: /tmp/git.9MNM6u/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.219 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.219 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.219 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.219 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.219 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.221 | 9196 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.221 | 5370 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.221 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.221 | 5370 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.221 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rcyUn7 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.221 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.224 | 5374 | Recursively removing directory: /tmp/git.khy41d/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.226 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.226 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.226 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.226 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.226 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.226 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.227 | 9195 | Marked run 348 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.227 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.227 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.227 | 9201 | Added a new worker 6 to the queue +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.228 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XCIhfz +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.228 | 5370 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.228 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.228 | 5370 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.229 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.234 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.235 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.238 | 5371 | Recursively removing directory: /tmp/git.rcyUn7/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.239 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.239 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.240 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.240 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.240 | 9211 | Added a new worker 14 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.240 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.239 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.240 | 5370 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.241 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.241 | 5370 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.241 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.grNQtN +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.242 | 9200 | Marked run 349 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.242 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.246 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.248 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.256 | 5374 | Recursively removing directory: /tmp/git.XCIhfz/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.261 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.261 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.261 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.261 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.261 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.261 | 9210 | Marked run 350 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.261 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.262 | 9222 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.262 | 5370 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.262 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.262 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.263 | 5370 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.265 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RHD7l3 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.266 | 5371 | Recursively removing directory: /tmp/git.grNQtN/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.267 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.267 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.267 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 9221 | Marked run 351 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 9225 | Added a new worker 8 to the queue +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.269 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DZQFz6 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 5370 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.268 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.269 | 5370 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.270 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.442 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.443 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.445 | 9224 | Marked run 352 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.446 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.447 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.448 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.452 | 5374 | Recursively removing directory: /tmp/git.RHD7l3/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.454 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.454 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.453 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.453 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.454 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.454 | 9238 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.455 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Fisn4k +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.454 | 5370 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.454 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.455 | 5370 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.457 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.455 | 5371 | Recursively removing directory: /tmp/git.DZQFz6/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.457 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.457 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.457 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.458 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zDiWxV +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.457 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.458 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.458 | 9241 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.458 | 5370 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.458 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.458 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.460 | 5370 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.460 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.463 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.466 | 9237 | Marked run 353 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.466 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.466 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.468 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.469 | 9240 | Marked run 354 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.469 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.472 | 5374 | Recursively removing directory: /tmp/git.Fisn4k/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.474 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.474 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.474 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.474 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.474 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.475 | 9252 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.475 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.475 | 5370 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.475 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.475 | 5370 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.475 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CiNRGL +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.480 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.481 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.481 | 9257 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.481 | 5370 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.481 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.481 | 5370 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.479 | 5371 | Recursively removing directory: /tmp/git.zDiWxV/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.480 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.480 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.480 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.481 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IuPFA2 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.482 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.483 | 9251 | Marked run 355 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.483 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.482 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.484 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.486 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.487 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.495 | 5374 | Recursively removing directory: /tmp/git.CiNRGL/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.496 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.496 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.498 | 9256 | Marked run 356 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.498 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.498 | 5371 | Recursively removing directory: /tmp/git.IuPFA2/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.500 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.500 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.500 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.500 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.500 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 9272 | Added a new worker 12 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 5370 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 5370 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.501 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.501 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.502 | 9273 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.501 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DaJCl9 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.502 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.502 | 5370 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.502 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.502 | 5370 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.502 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yVXfSt +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.506 | 9271 | Marked run 358 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.506 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.509 | 9270 | Marked run 357 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.509 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.511 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.512 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.512 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.513 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.520 | 5374 | Recursively removing directory: /tmp/git.yVXfSt/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.521 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.521 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.521 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.521 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.522 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.523 | 9287 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.523 | 5370 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.523 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.523 | 5370 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.523 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9gzNfu +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.524 | 5371 | Recursively removing directory: /tmp/git.DaJCl9/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.524 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.526 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.526 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.526 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 9289 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5370 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5370 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.527 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.528 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nbJ5f0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.533 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.534 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.535 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.535 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.536 | 9286 | Marked run 360 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.536 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.539 | 9288 | Marked run 359 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.540 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.546 | 5374 | Recursively removing directory: /tmp/git.9gzNfu/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.546 | 5371 | Recursively removing directory: /tmp/git.nbJ5f0/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.548 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.548 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.548 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 9303 | Added a new worker 12 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5370 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.548 | 5370 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.547 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.547 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.547 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.548 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1iOkS3 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 9305 | Added a new worker 12 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 5370 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 5370 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.549 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.550 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kaZvEF +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.554 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.555 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.556 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.557 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.558 | 9304 | Marked run 362 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.558 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.560 | 9302 | Marked run 361 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.560 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.566 | 5371 | Recursively removing directory: /tmp/git.kaZvEF/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.568 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.568 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.568 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.568 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.568 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.569 | 9319 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.569 | 5370 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.569 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.569 | 5370 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.569 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.570 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BYqZv2 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.571 | 5374 | Recursively removing directory: /tmp/git.1iOkS3/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.573 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.573 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.574 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 9321 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5370 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5370 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.574 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.582 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lmJ6Sf +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.584 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.585 | 9318 | Marked run 364 as finished +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.585 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.587 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.590 | 9320 | Marked run 363 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.590 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.590 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.591 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.595 | 5371 | Recursively removing directory: /tmp/git.BYqZv2/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.596 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.596 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.597 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 9335 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5370 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.597 | 5370 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.598 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UeLyz2 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.600 | 5374 | Recursively removing directory: /tmp/git.lmJ6Sf/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.602 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.602 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.602 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.602 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.602 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.603 | 9337 | Added a new worker 14 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.603 | 5370 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.603 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.603 | 5370 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.603 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nSeOEy +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.604 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.605 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.607 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.606 | 9334 | Marked run 365 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.608 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.612 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.613 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.617 | 9336 | Marked run 366 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.618 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.619 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.618 | 5371 | Recursively removing directory: /tmp/git.UeLyz2/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.620 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.620 | 9348 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.620 | 5370 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.620 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.620 | 5370 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.619 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.619 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.620 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.620 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SiSZMH +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.622 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.624 | 5374 | Recursively removing directory: /tmp/git.nSeOEy/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.625 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.625 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.626 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 9353 | Added a new worker 14 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5370 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.626 | 5370 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.627 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eY30qA +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.629 | 9347 | Marked run 367 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.629 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.630 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.631 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.632 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.634 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.635 | 9352 | Marked run 368 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.635 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.641 | 5371 | Recursively removing directory: /tmp/git.SiSZMH/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.643 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.643 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.643 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.642 | 5374 | Recursively removing directory: /tmp/git.eY30qA/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.644 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.644 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.645 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 9369 | Added a new worker 15 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5370 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.645 | 5370 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 9367 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 5370 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.646 | 5370 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.648 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DNPTD8 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.648 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tBZneW +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.650 | 9366 | Marked run 369 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.651 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.656 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.657 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.659 | 9368 | Marked run 370 as finished +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.660 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.660 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.662 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.668 | 5371 | Recursively removing directory: /tmp/git.tBZneW/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.669 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.669 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.670 | 5374 | Recursively removing directory: /tmp/git.DNPTD8/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 9383 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5370 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.670 | 5370 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.672 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.672 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.670 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.670 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7psNfw +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.672 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.672 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.672 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.673 | 9385 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.673 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.673 | 5370 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.673 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.673 | 5370 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.677 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.T0laXn +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.680 | 9382 | Marked run 372 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.680 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.682 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.682 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.683 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.690 | 5371 | Recursively removing directory: /tmp/git.7psNfw/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.828 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.828 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.828 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.829 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.829 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.829 | 9393 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.829 | 5370 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.829 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.829 | 5370 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.829 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oPa9te +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.830 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.830 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.833 | 9384 | Marked run 371 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.833 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.839 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.840 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.836 | 9392 | Marked run 373 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.837 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.844 | 5374 | Recursively removing directory: /tmp/git.T0laXn/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 9406 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 5370 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.846 | 5370 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.845 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.845 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.845 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.846 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0dqi3l +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.848 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.850 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.850 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.849 | 5371 | Recursively removing directory: /tmp/git.oPa9te/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.850 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.850 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.850 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.852 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.853 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.m5LOjY +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.853 | 9409 | Added a new worker 13 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.853 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.853 | 5370 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.853 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.853 | 5370 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.855 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.860 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.861 | 9405 | Marked run 374 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.861 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.865 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.868 | 9408 | Marked run 375 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.868 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.871 | 5374 | Recursively removing directory: /tmp/git.0dqi3l/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.873 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.873 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.874 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 9423 | Added a new worker 10 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 5370 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.874 | 5370 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.874 | 5371 | Recursively removing directory: /tmp/git.m5LOjY/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.875 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.876 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.876 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.874 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yZyO3e +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.876 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.876 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.877 | 9425 | Added a new worker 14 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.877 | 5370 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.877 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.877 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.877 | 5370 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.877 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.e5QDR3 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.882 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.882 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.883 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.883 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.884 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.888 | 9424 | Marked run 377 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.888 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.891 | 9422 | Marked run 376 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.891 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.893 | 5371 | Recursively removing directory: /tmp/git.e5QDR3/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.895 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.895 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.895 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.894 | 5374 | Recursively removing directory: /tmp/git.yZyO3e/ +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.895 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.895 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.895 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.895 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 9439 | Added a new worker 14 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 9441 | Added a new worker 9 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5370 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.896 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.896 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.896 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zuslFD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.897 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WU1Vcj +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.926 | 9438 | Marked run 379 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.926 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.926 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.927 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.928 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.928 | 5371 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.931 | 9440 | Marked run 378 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.931 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.936 | 5374 | Recursively removing directory: /tmp/git.zuslFD/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.937 | 5371 | Recursively removing directory: /tmp/git.WU1Vcj/ +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.938 | 5371 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.938 | 5371 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.937 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.937 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.938 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.938 | 5371 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.938 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.938 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.938 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.938 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 9455 | Added a new worker 15 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 9457 | Added a new worker 16 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.939 | 5370 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.940 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.940 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Tx3AGy +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.940 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Y8tBOb +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.947 | 5374 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.947 | 5374 | Going to run: ./ci +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.951 | 9456 | Marked run 380 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.951 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.956 | 9454 | Marked run 381 as finished +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.957 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5371/cimple-worker: 2023-08-28 07:31:39.958 | 5371 | Checking out revision HEAD +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.959 | 5374 | Recursively removing directory: /tmp/git.Tx3AGy/ +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.960 | 5374 | Process exit code: 0 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.960 | 5374 | Process output: 57 bytes +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.961 | 5374 | Waiting for a new command +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5368 | Waiting for new connections +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 9465 | Added a new worker 11 to the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5370 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5370 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:39 | INFO | 5374/cimple-worker: 2023-08-28 07:31:39.961 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AKUEln +2023-08-28 07:31:39 | INFO | 5368/cimple-server: 2023-08-28 07:31:39.961 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.019 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.024 | 9464 | Marked run 382 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.024 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.025 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.026 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.028 | 5371 | Recursively removing directory: /tmp/git.Y8tBOb/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.030 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.030 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.030 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.030 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.031 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.031 | 9474 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.031 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.031 | 5370 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.031 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.031 | 5370 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.031 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JNUUl8 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.036 | 9473 | Marked run 383 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.037 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.039 | 5374 | Recursively removing directory: /tmp/git.AKUEln/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.041 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.041 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.041 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.041 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.041 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.042 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.A5TOKl +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.042 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.041 | 9481 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.042 | 5370 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.042 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.042 | 5370 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.043 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.044 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.046 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.047 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.052 | 9480 | Marked run 384 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.053 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.055 | 5371 | Recursively removing directory: /tmp/git.JNUUl8/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.056 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.056 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.057 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 9494 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5370 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.057 | 5370 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.057 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oxG6Zd +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.061 | 5374 | Recursively removing directory: /tmp/git.A5TOKl/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.064 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.064 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.064 | 9493 | Marked run 385 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.064 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.063 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.063 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.064 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.066 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.067 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.067 | 9497 | Added a new worker 6 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.068 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zdZqXP +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.067 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.067 | 5370 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.067 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.067 | 5370 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.072 | 9496 | Marked run 386 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.072 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.074 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.075 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.085 | 5371 | Recursively removing directory: /tmp/git.oxG6Zd/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.087 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.087 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.087 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.087 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.087 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.088 | 9511 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.088 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.088 | 5370 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.088 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.088 | 5370 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.089 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0z4sXl +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.088 | 5374 | Recursively removing directory: /tmp/git.zdZqXP/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.089 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.089 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.090 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.090 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 9513 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 5370 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.091 | 5370 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.092 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OVEv6x +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.094 | 9510 | Marked run 387 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.094 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.096 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.097 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.098 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.098 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.101 | 9512 | Marked run 388 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.102 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.106 | 5371 | Recursively removing directory: /tmp/git.0z4sXl/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.108 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.108 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.108 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.109 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.109 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.109 | 9527 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.109 | 5370 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.109 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.110 | 5370 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.110 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.luuGcB +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.111 | 5374 | Recursively removing directory: /tmp/git.OVEv6x/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.112 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.112 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.113 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 9529 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5370 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5370 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.113 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.114 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ab2Rwb +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.124 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.126 | 9525 | Marked run 389 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.126 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.130 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.134 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.136 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.134 | 9528 | Marked run 390 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.134 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.141 | 5371 | Recursively removing directory: /tmp/git.luuGcB/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.143 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.143 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.143 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.143 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.143 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.144 | 9542 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.144 | 5370 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.144 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.144 | 5370 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.144 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8fIqIo +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.146 | 5374 | Recursively removing directory: /tmp/git.Ab2Rwb/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.147 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.147 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.147 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.147 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 9545 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 5370 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.148 | 5370 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.149 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3PH7KP +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.150 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.152 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.154 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.154 | 9541 | Marked run 391 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.155 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.155 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.156 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.159 | 9544 | Marked run 392 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.159 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.166 | 5374 | Recursively removing directory: /tmp/git.3PH7KP/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.164 | 5371 | Recursively removing directory: /tmp/git.8fIqIo/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.167 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.167 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.167 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.168 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.168 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.168 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.168 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.168 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.168 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.168 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 9559 | Added a new worker 15 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 9561 | Added a new worker 16 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Removed worker 16 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.169 | 5370 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.169 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Qa3F75 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.170 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vkM7fA +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.173 | 9558 | Marked run 393 as finished +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.176 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.176 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.177 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.178 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.179 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.187 | 9560 | Marked run 394 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.187 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.191 | 5374 | Recursively removing directory: /tmp/git.vkM7fA/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.193 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.193 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 9575 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 5370 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.193 | 5370 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.193 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.194 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xto3er +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.195 | 5371 | Recursively removing directory: /tmp/git.Qa3F75/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.195 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.196 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.197 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.196 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.196 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.197 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.198 | 9577 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.198 | 5370 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.198 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.198 | 5370 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.198 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.199 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Lvt7Eo +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.202 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.203 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.206 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.207 | 9574 | Marked run 396 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.207 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.208 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.210 | 9576 | Marked run 395 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.210 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.213 | 5374 | Recursively removing directory: /tmp/git.Xto3er/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.214 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.214 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.214 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 9590 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5370 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5370 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.215 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Umdxe4 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.215 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.222 | 5371 | Recursively removing directory: /tmp/git.Lvt7Eo/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.223 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.223 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.224 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.224 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.224 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.224 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.225 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.225 | 9593 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.225 | 5370 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.225 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.225 | 5370 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.226 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.226 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YTgFks +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.228 | 9589 | Marked run 397 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.228 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.233 | 9592 | Marked run 398 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.234 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.234 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.235 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.236 | 5374 | Recursively removing directory: /tmp/git.Umdxe4/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.237 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.237 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.237 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.237 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.237 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.239 | 9602 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.239 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rPFUhB +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.239 | 5370 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.239 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.239 | 5370 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.239 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.245 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.246 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.247 | 9601 | Marked run 399 as finished +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.247 | 5371 | Recursively removing directory: /tmp/git.YTgFks/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.249 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.249 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.249 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.249 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.249 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.249 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.250 | 9610 | Added a new worker 7 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.250 | 5370 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.250 | 5370 | Removed worker 7 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.250 | 5370 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.250 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.250 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.swjEGk +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.256 | 5374 | Recursively removing directory: /tmp/git.rPFUhB/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.257 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.257 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.257 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.258 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 9617 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 5370 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.258 | 5370 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.258 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xKyTxC +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.259 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.259 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.260 | 9609 | Marked run 400 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.261 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.266 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.266 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.268 | 9616 | Marked run 401 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.268 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.272 | 5371 | Recursively removing directory: /tmp/git.swjEGk/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.274 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.274 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.273 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.273 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.274 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.274 | 9630 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.274 | 5370 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.275 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.275 | 5370 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.275 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.275 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VDceWG +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.278 | 5374 | Recursively removing directory: /tmp/git.xKyTxC/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.279 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.279 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.279 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.279 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.279 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.280 | 9633 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.280 | 5370 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.280 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.280 | 5370 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.280 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.283 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NnqlxP +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.285 | 9629 | Marked run 402 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.286 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.287 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.290 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.290 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.291 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.291 | 9632 | Marked run 403 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.292 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.299 | 5374 | Recursively removing directory: /tmp/git.NnqlxP/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.300 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.300 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.300 | 5371 | Recursively removing directory: /tmp/git.VDceWG/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.300 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.301 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.301 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.301 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.301 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.301 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.301 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.301 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 9647 | Added a new worker 15 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 5370 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 5370 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.302 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gKUHHF +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.302 | 9649 | Added a new worker 8 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.303 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.303 | 5370 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.303 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.303 | 5370 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.303 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.T2KJI4 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.310 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.311 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.312 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.312 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.313 | 9646 | Marked run 405 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.314 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.316 | 9648 | Marked run 404 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.317 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.321 | 5374 | Recursively removing directory: /tmp/git.gKUHHF/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.322 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.322 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.323 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.322 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.323 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.323 | 9663 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.323 | 5370 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.323 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.324 | 5370 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.324 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.324 | 5371 | Recursively removing directory: /tmp/git.T2KJI4/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.325 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.325 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.325 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.325 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LFYGlg +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.325 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 9665 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 5370 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.326 | 5370 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.327 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sIX100 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.329 | 9662 | Marked run 406 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.330 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.334 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.335 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.336 | 9664 | Marked run 407 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.337 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.338 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.339 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.343 | 5374 | Recursively removing directory: /tmp/git.LFYGlg/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.344 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.344 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.344 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.344 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.344 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.345 | 9676 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.345 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.345 | 5370 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.345 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.345 | 5370 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.346 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WAEdMm +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.351 | 9675 | Marked run 408 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.351 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.352 | 5371 | Recursively removing directory: /tmp/git.sIX100/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.352 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.354 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.353 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.354 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.354 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.354 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.354 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.354 | 9682 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.354 | 5370 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.354 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.355 | 5370 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.355 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Op2F5A +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.357 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.360 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.361 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.363 | 9681 | Marked run 409 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.363 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.367 | 5374 | Recursively removing directory: /tmp/git.WAEdMm/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.368 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.368 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.368 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.368 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.368 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.370 | 9694 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.370 | 5370 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.370 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.370 | 5370 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.370 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tBDI7h +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.371 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.374 | 5371 | Recursively removing directory: /tmp/git.Op2F5A/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.375 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.375 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.375 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 9697 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 5370 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.375 | 5370 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.376 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.377 | 9693 | Marked run 410 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.377 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.378 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1SeIAO +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.380 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.381 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.385 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.386 | 9696 | Marked run 411 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.386 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.388 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.393 | 5374 | Recursively removing directory: /tmp/git.tBDI7h/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.394 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.394 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.394 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.395 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.395 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.396 | 9710 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.396 | 5370 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.396 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.396 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.396 | 5370 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.396 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.I9WrSI +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.400 | 9709 | Marked run 412 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.401 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.401 | 5371 | Recursively removing directory: /tmp/git.1SeIAO/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.402 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.402 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.403 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 9713 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 5370 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.403 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.404 | 5370 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.404 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nPNeqd +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.407 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.417 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.418 | 9712 | Marked run 413 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.418 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.421 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.421 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.426 | 5374 | Recursively removing directory: /tmp/git.I9WrSI/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.427 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.427 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.428 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 9726 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.428 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wy1vSC +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 5370 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.428 | 5370 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.429 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.430 | 5371 | Recursively removing directory: /tmp/git.nPNeqd/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.431 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.431 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.431 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 9729 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5370 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.432 | 5370 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.433 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.55cQhW +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.435 | 9725 | Marked run 414 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.435 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.435 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.437 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.438 | 9728 | Marked run 415 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.439 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.441 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.442 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.445 | 5374 | Recursively removing directory: /tmp/git.wy1vSC/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.446 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.446 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.447 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 9742 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.448 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8EufWb +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5370 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.447 | 5370 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.453 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.454 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.457 | 5371 | Recursively removing directory: /tmp/git.55cQhW/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.458 | 9741 | Marked run 416 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.458 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.459 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.459 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.459 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.459 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.459 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.460 | 9749 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.460 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.m64X7i +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.460 | 5370 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.460 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.460 | 5370 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.460 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.470 | 5374 | Recursively removing directory: /tmp/git.8EufWb/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.473 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.473 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.473 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.473 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.473 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.474 | 9754 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.474 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UxwSnI +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.474 | 5370 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.474 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.474 | 5370 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.475 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.477 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.477 | 9748 | Marked run 417 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.477 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.479 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.480 | 9753 | Marked run 418 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.481 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.482 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.482 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.487 | 5371 | Recursively removing directory: /tmp/git.m64X7i/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.489 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.489 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.489 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.489 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.489 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.489 | 9767 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.490 | 5370 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.490 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.490 | 5370 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.490 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.490 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cmc6H6 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.494 | 5374 | Recursively removing directory: /tmp/git.UxwSnI/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.495 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.495 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.496 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 9770 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 5370 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.496 | 5370 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.498 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.497 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.41mudn +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.497 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.502 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.508 | 9766 | Marked run 419 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.508 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.508 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.511 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.512 | 5371 | Recursively removing directory: /tmp/git.cmc6H6/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.513 | 9769 | Marked run 420 as finished +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.513 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.513 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.513 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 9779 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 5370 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.514 | 5370 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.514 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0Pzquu +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.515 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.520 | 9778 | Marked run 421 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.520 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.521 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.522 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.523 | 5374 | Recursively removing directory: /tmp/git.41mudn/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.524 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.524 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.525 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.525 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.525 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.525 | 9788 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.526 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xLxnFa +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.526 | 5370 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.526 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.526 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.526 | 5370 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.531 | 5371 | Recursively removing directory: /tmp/git.0Pzquu/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.532 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.532 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.532 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.532 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 9794 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 5370 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.533 | 5370 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.533 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SIrH4M +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.533 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.534 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.535 | 9787 | Marked run 422 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.535 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.538 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.539 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.544 | 5374 | Recursively removing directory: /tmp/git.xLxnFa/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.545 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.545 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.545 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.545 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.545 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.545 | 9807 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.545 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.546 | 5370 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.546 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.546 | 5370 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.546 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cRKvIm +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.547 | 9793 | Marked run 423 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.547 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.551 | 5371 | Recursively removing directory: /tmp/git.SIrH4M/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.551 | 9806 | Marked run 424 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.551 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.553 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.553 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.553 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.553 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.553 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.553 | 9810 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.554 | 5370 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.554 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.554 | 5370 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.554 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.554 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XeSzpT +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.555 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.555 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.561 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.562 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.563 | 9809 | Marked run 425 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.564 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.565 | 5374 | Recursively removing directory: /tmp/git.cRKvIm/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.566 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.566 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.566 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.566 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.566 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.567 | 9820 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.567 | 5370 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.567 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.567 | 5370 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.567 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4l0KjA +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.568 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.573 | 5371 | Recursively removing directory: /tmp/git.XeSzpT/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.573 | 9819 | Marked run 426 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.574 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.574 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.574 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.574 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.574 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.574 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.575 | 9826 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.575 | 5370 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.575 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.575 | 5370 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.575 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.s5uwoX +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.575 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.579 | 9825 | Marked run 427 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.579 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.584 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.585 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.586 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.588 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.596 | 5374 | Recursively removing directory: /tmp/git.4l0KjA/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.597 | 5371 | Recursively removing directory: /tmp/git.s5uwoX/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.598 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.598 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.598 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.599 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.599 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.599 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.599 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.599 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.599 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.599 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.600 | 9840 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.600 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q7x8kA +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.600 | 5370 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.600 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.600 | 5370 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.601 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.601 | 9842 | Added a new worker 8 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.601 | 5370 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.601 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.601 | 5370 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.602 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.602 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bJ3VUt +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.616 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.617 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.617 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.618 | 9841 | Marked run 428 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.619 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.618 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.623 | 9839 | Marked run 429 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.623 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.627 | 5374 | Recursively removing directory: /tmp/git.bJ3VUt/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.628 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.628 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.629 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 9855 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5370 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.629 | 5370 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.629 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Lj3KfI +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.633 | 5371 | Recursively removing directory: /tmp/git.q7x8kA/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.637 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.636 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.636 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.636 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.637 | 9854 | Marked run 431 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.637 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.637 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.638 | 9858 | Added a new worker 6 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.638 | 5370 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.638 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.638 | 5370 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.638 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.639 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.odmBR6 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.640 | 9857 | Marked run 430 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.640 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.645 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.646 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.652 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.654 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.655 | 5374 | Recursively removing directory: /tmp/git.Lj3KfI/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.657 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.657 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.657 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.657 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.657 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.658 | 9868 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.658 | 5370 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.658 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.658 | 5370 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.658 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ve3uVX +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.659 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.664 | 9867 | Marked run 432 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.664 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.665 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.666 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.670 | 5371 | Recursively removing directory: /tmp/git.odmBR6/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.672 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.672 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.672 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.672 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.672 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.673 | 9879 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.673 | 5370 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.673 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.673 | 5370 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.673 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.674 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H1fx0J +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.677 | 5374 | Recursively removing directory: /tmp/git.ve3uVX/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 9882 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.678 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.678 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.679 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 5370 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.679 | 5370 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.679 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.T0exN3 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.680 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.681 | 9878 | Marked run 433 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.681 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.682 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.683 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.684 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.685 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.688 | 9881 | Marked run 434 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.688 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.692 | 5371 | Recursively removing directory: /tmp/git.H1fx0J/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.694 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.694 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.694 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.694 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.694 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.694 | 9895 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.695 | 5370 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.695 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.695 | 5370 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.695 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.695 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7vXBYZ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.697 | 5374 | Recursively removing directory: /tmp/git.T0exN3/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 9898 | Added a new worker 12 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 5370 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.699 | 5370 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.699 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.699 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.699 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.699 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9hZeVy +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.700 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.702 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.703 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.704 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.705 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.712 | 9894 | Marked run 435 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.712 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.713 | 9897 | Marked run 436 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.713 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.714 | 5374 | Recursively removing directory: /tmp/git.9hZeVy/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.715 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.715 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.716 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.716 | 5371 | Recursively removing directory: /tmp/git.7vXBYZ/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.717 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.717 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.718 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 9912 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 5370 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.716 | 5370 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.717 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.718 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.718 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.716 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W0xOdV +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.722 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.723 | 9914 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.723 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.723 | 5370 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.723 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.723 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.723 | 5370 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.724 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.f6g57n +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.729 | 9913 | Marked run 437 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.730 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.733 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.734 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.733 | 5374 | Recursively removing directory: /tmp/git.W0xOdV/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.734 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.734 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.734 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.734 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.734 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.735 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eW2ygz +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.735 | 9922 | Added a new worker 9 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.735 | 5370 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.735 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.735 | 5370 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.736 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.736 | 9911 | Marked run 438 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.736 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.744 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.745 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.746 | 9921 | Marked run 439 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.746 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.747 | 5371 | Recursively removing directory: /tmp/git.f6g57n/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.748 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.748 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.749 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.749 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.749 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.749 | 9932 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.750 | 5370 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.750 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.750 | 5370 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.750 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pEFs38 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.750 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.757 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.758 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.757 | 9931 | Marked run 440 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.758 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.759 | 5374 | Recursively removing directory: /tmp/git.eW2ygz/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.760 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.760 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.760 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.760 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.760 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.761 | 9939 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.761 | 5370 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.761 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.761 | 5370 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.761 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.P0x80m +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.762 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.765 | 9938 | Marked run 441 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.765 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.767 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.768 | 5371 | Recursively removing directory: /tmp/git.pEFs38/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.768 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.769 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.769 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.770 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.770 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.770 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.771 | 9947 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.771 | 5370 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.771 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.771 | 5370 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.771 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iiWGjx +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.771 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.777 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.778 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.779 | 5374 | Recursively removing directory: /tmp/git.P0x80m/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.780 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.780 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.780 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 9955 | Added a new worker 9 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5370 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.781 | 5370 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.781 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tgIqEm +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.782 | 9946 | Marked run 442 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.782 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.786 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.787 | 5371 | Recursively removing directory: /tmp/git.iiWGjx/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.788 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.790 | 9954 | Marked run 443 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.790 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.790 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.790 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.791 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 9963 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.792 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.c3jMt7 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5370 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.791 | 5370 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.797 | 9962 | Marked run 444 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.797 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.800 | 5374 | Recursively removing directory: /tmp/git.tgIqEm/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.800 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.801 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.801 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.801 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.801 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.801 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.801 | 9970 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.801 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.802 | 5370 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.802 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.802 | 5370 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.802 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xmAV7M +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.802 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.808 | 9969 | Marked run 445 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.808 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.809 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.810 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.811 | 5371 | Recursively removing directory: /tmp/git.c3jMt7/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.812 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.812 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.812 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 9979 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5370 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.812 | 5370 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.813 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FEvb2y +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.819 | 9978 | Marked run 446 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.819 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.820 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.821 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.825 | 5374 | Recursively removing directory: /tmp/git.xmAV7M/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.826 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.826 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.827 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 9991 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5370 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.827 | 5370 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.827 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fmSzYl +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.831 | 5371 | Recursively removing directory: /tmp/git.FEvb2y/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.834 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.834 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.834 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 9990 | Marked run 447 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.835 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 9994 | Added a new worker 8 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 5370 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.835 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.836 | 5370 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.836 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L4xajQ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.840 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.841 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.842 | 9993 | Marked run 448 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.842 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.843 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.844 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.857 | 5371 | Recursively removing directory: /tmp/git.L4xajQ/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.858 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.858 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.858 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.858 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.858 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.859 | 10008 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.859 | 5370 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.859 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.859 | 5370 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.859 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.860 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KdOwys +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.861 | 5374 | Recursively removing directory: /tmp/git.fmSzYl/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.865 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.865 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.865 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 10010 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5370 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5370 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.865 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.865 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NzCgi2 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.866 | 10007 | Marked run 450 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.866 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.870 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.870 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.872 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.874 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.877 | 10009 | Marked run 449 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.877 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.884 | 5371 | Recursively removing directory: /tmp/git.KdOwys/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.885 | 5374 | Recursively removing directory: /tmp/git.NzCgi2/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.886 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.886 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.886 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 10024 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 5370 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.886 | 5370 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.887 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.887 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.885 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.885 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.886 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.887 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bgwmyG +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.887 | 10026 | Added a new worker 8 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.888 | 5370 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.888 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.888 | 5370 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.888 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EpyZpb +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.888 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.890 | 10023 | Marked run 451 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.891 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.895 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.896 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.897 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.897 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.898 | 10025 | Marked run 452 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.898 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.905 | 5374 | Recursively removing directory: /tmp/git.EpyZpb/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.906 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.906 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.906 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.906 | 5371 | Recursively removing directory: /tmp/git.bgwmyG/ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.906 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.906 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.907 | 10040 | Added a new worker 11 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.907 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.907 | 5370 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.907 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.907 | 5370 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.908 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zat04o +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.908 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.908 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.908 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.908 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.908 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.909 | 10042 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.909 | 5370 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.909 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.909 | 5370 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.909 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.909 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w9NpuK +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.910 | 10039 | Marked run 454 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.911 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.913 | 10041 | Marked run 453 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.914 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.918 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.919 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.920 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.920 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.927 | 5371 | Recursively removing directory: /tmp/git.w9NpuK/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.928 | 5374 | Recursively removing directory: /tmp/git.zat04o/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.929 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.929 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.930 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 10057 | Added a new worker 14 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 10058 | Added a new worker 15 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.930 | 5370 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.929 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.929 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.930 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.930 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gvjYti +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.931 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VMtPHv +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.931 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.937 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.938 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.939 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.940 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.940 | 10056 | Marked run 456 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.940 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.950 | 10055 | Marked run 455 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.951 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.955 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.953 | 5374 | Recursively removing directory: /tmp/git.VMtPHv/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.955 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.955 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.955 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.956 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.956 | 10072 | Added a new worker 10 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.956 | 5370 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.956 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.957 | 5370 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.958 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.958 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.959 | 10074 | Added a new worker 13 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.959 | 5370 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.959 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.959 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.959 | 5370 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.957 | 5371 | Recursively removing directory: /tmp/git.gvjYti/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.958 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.958 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.958 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.959 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sd4QEW +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.956 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nm8puD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.964 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.965 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.967 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.968 | 10071 | Marked run 457 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.969 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.968 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.972 | 10073 | Marked run 458 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.972 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.976 | 5374 | Recursively removing directory: /tmp/git.nm8puD/ +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.978 | 5374 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.978 | 5374 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.978 | 5374 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.978 | 5371 | Recursively removing directory: /tmp/git.sd4QEW/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.979 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.979 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.979 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.979 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.979 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.979 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.979 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.980 | 10090 | Added a new worker 15 to the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.980 | 5370 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.980 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.980 | 5370 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.980 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.981 | 10088 | Added a new worker 12 to the queue +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.981 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qjW4WZ +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.981 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.981 | 5370 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.981 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.981 | 5370 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.981 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rDy7iW +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.982 | 10087 | Marked run 459 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.982 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.988 | 5371 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.989 | 5371 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.989 | 5374 | Checking out revision HEAD +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.989 | 10089 | Marked run 460 as finished +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.990 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.990 | 5374 | Going to run: ./ci +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.997 | 5371 | Recursively removing directory: /tmp/git.qjW4WZ/ +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.998 | 5371 | Process exit code: 0 +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.998 | 5371 | Process output: 57 bytes +2023-08-28 07:31:40 | INFO | 5371/cimple-worker: 2023-08-28 07:31:40.998 | 5371 | Waiting for a new command +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.998 | 5368 | Waiting for new connections +2023-08-28 07:31:40 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.999 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:40.999 | 5374 | Recursively removing directory: /tmp/git.rDy7iW/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.999 | 10104 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.999 | 5370 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.999 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:40.999 | 5370 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.000 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.004 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DmhvZb +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.007 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.007 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.007 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.007 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.007 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.008 | 10106 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.008 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.008 | 5370 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.008 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.008 | 5370 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.008 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HUCbEY +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.009 | 10103 | Marked run 461 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.009 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.017 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.018 | 10105 | Marked run 462 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.018 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.018 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.019 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.019 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.028 | 5374 | Recursively removing directory: /tmp/git.HUCbEY/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.027 | 5371 | Recursively removing directory: /tmp/git.DmhvZb/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.029 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.029 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.029 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 10120 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 5370 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.029 | 5370 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.030 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4FBMNr +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.029 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.029 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.030 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.030 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.031 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.031 | 10122 | Added a new worker 15 to the queue +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.032 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SJqel6 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.031 | 5370 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.031 | 5370 | Removed worker 15 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.031 | 5370 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.032 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.032 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.036 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.038 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.039 | 10121 | Marked run 464 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.040 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.039 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.041 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.051 | 10119 | Marked run 463 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.051 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.054 | 5371 | Recursively removing directory: /tmp/git.4FBMNr/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.055 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.055 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.056 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.056 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.056 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.056 | 10136 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.057 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qEpXgH +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.054 | 5374 | Recursively removing directory: /tmp/git.SJqel6/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.055 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.055 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.056 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.059 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.i4XaHF +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 10138 | Added a new worker 8 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Removed worker 8 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5370 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.057 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.060 | 10137 | Marked run 466 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.061 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.063 | 10135 | Marked run 465 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.064 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.066 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.067 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.072 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.073 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.077 | 5371 | Recursively removing directory: /tmp/git.qEpXgH/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.078 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.078 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.078 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.078 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.078 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.079 | 10151 | Added a new worker 11 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.079 | 5370 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.079 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.080 | 5370 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.080 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.080 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EONKNr +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.082 | 5374 | Recursively removing directory: /tmp/git.i4XaHF/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.083 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.083 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.083 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.084 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NK80Pk +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 10150 | Marked run 467 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 10154 | Added a new worker 6 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5370 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5370 | Removed worker 6 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.084 | 5370 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.085 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.089 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.090 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.093 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.094 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.095 | 10153 | Marked run 468 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.095 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.099 | 5374 | Recursively removing directory: /tmp/git.NK80Pk/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.100 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.100 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.101 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 10167 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 5370 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.101 | 5370 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.102 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oGg1qW +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.102 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.105 | 5371 | Recursively removing directory: /tmp/git.EONKNr/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 10170 | Added a new worker 14 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 5370 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.107 | 5370 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.107 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.107 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.107 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.108 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.108 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.B5f7Fa +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.111 | 10166 | Marked run 470 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.111 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.111 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.117 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.119 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.120 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.122 | 10169 | Marked run 469 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.122 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.126 | 5374 | Recursively removing directory: /tmp/git.oGg1qW/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.128 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.128 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.128 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.128 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.128 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.129 | 10184 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.129 | 5370 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.129 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.129 | 5370 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.129 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wIoMjQ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.130 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.130 | 5371 | Recursively removing directory: /tmp/git.B5f7Fa/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.133 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.133 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.134 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 10186 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5370 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.134 | 5370 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.134 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2Hj2Ut +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.138 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.139 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.139 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.140 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.141 | 10183 | Marked run 471 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.141 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.144 | 10185 | Marked run 472 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.144 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.150 | 5371 | Recursively removing directory: /tmp/git.2Hj2Ut/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.152 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.152 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.152 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.152 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.152 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.152 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 10200 | Added a new worker 14 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.151 | 5374 | Recursively removing directory: /tmp/git.wIoMjQ/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.152 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.152 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.153 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.154 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WcR1PR +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.154 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BS1S8J +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 10202 | Added a new worker 9 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.153 | 5370 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.158 | 10199 | Marked run 474 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.159 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.168 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.169 | 10201 | Marked run 473 as finished +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.169 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.169 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.170 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.171 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.178 | 5374 | Recursively removing directory: /tmp/git.WcR1PR/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.179 | 5371 | Recursively removing directory: /tmp/git.BS1S8J/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.180 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.180 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.181 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.179 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.179 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.179 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.180 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UvcAzQ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 10216 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 5370 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.180 | 5370 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.181 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.181 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.181 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.182 | 10218 | Added a new worker 9 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.182 | 5370 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.182 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.182 | 5370 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.182 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.182 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wWdmgU +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.187 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.188 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.189 | 10215 | Marked run 476 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.189 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.190 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.191 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.195 | 10217 | Marked run 475 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.195 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.198 | 5374 | Recursively removing directory: /tmp/git.UvcAzQ/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.199 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.199 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.200 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 10231 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 5370 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.200 | 5370 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.200 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tCJoUV +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.201 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.204 | 5371 | Recursively removing directory: /tmp/git.wWdmgU/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.207 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.207 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.207 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.207 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.207 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.207 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.208 | 10234 | Added a new worker 14 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.208 | 5370 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.208 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.208 | 5370 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.208 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.209 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.209 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EfMflV +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.214 | 10230 | Marked run 477 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.215 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.216 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.217 | 10233 | Marked run 478 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.217 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.217 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.220 | 5374 | Recursively removing directory: /tmp/git.tCJoUV/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.221 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.221 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.222 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 10244 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5370 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5370 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.222 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.223 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.miPwIR +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.227 | 10243 | Marked run 479 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.227 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.228 | 5371 | Recursively removing directory: /tmp/git.EfMflV/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.229 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.229 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.229 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.229 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.229 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.229 | 10250 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.230 | 5370 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.230 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.230 | 5370 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.230 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3h1WNP +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.230 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.233 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.234 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.234 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.235 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.239 | 10249 | Marked run 480 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.239 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.244 | 5371 | Recursively removing directory: /tmp/git.3h1WNP/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.244 | 5374 | Recursively removing directory: /tmp/git.miPwIR/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 10266 | Added a new worker 14 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Removed worker 14 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 10264 | Added a new worker 12 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Removed worker 12 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.246 | 5370 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.246 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.246 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.246 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.247 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QVv4lX +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.246 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.246 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.246 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.247 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.248 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cPUOPR +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.251 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.252 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.254 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.257 | 10263 | Marked run 481 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.257 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.259 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.261 | 10265 | Marked run 482 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.261 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.263 | 5374 | Recursively removing directory: /tmp/git.QVv4lX/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.266 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.266 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.266 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 10277 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 5370 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.266 | 5370 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.266 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Vxa1Rm +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.267 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.270 | 5371 | Recursively removing directory: /tmp/git.cPUOPR/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.273 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.273 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.273 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.273 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.273 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.274 | 10282 | Added a new worker 9 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.276 | 5370 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.276 | 5370 | Removed worker 9 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.276 | 5370 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.276 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.276 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mP3ZXm +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.277 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.278 | 10276 | Marked run 484 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.278 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.279 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.283 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.283 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.284 | 10281 | Marked run 483 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.284 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.290 | 5374 | Recursively removing directory: /tmp/git.Vxa1Rm/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.292 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.292 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.292 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.292 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.292 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.293 | 5371 | Recursively removing directory: /tmp/git.mP3ZXm/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.293 | 10296 | Added a new worker 11 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.293 | 5370 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.293 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.293 | 5370 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.294 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.295 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kWR591 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.296 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.296 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.296 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.296 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.296 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.296 | 10298 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.296 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.297 | 5370 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.297 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.297 | 5370 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.297 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kNtNhd +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.301 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.309 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.310 | 10295 | Marked run 485 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.310 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.310 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.314 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.317 | 10297 | Marked run 486 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.318 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.322 | 5374 | Recursively removing directory: /tmp/git.kWR591/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.323 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.323 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.324 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.324 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.324 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.324 | 10312 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.324 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.324 | 5371 | Recursively removing directory: /tmp/git.kNtNhd/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.325 | 5370 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.325 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.325 | 5370 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.326 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.326 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.326 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.326 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.326 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.326 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VDfU4h +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.327 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.l1vIz0 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.326 | 10314 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.326 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.327 | 5370 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.327 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.327 | 5370 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.329 | 10311 | Marked run 487 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.329 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.332 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.333 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.338 | 10313 | Marked run 488 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.339 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.339 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.340 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.342 | 5371 | Recursively removing directory: /tmp/git.l1vIz0/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.343 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.343 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.343 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.343 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.343 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.344 | 10324 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.344 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.344 | 5370 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.344 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.344 | 5370 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.344 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.REdSrV +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.348 | 5374 | Recursively removing directory: /tmp/git.VDfU4h/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.349 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.349 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.349 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.350 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 10330 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 5370 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.350 | 5370 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.350 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XGtYAf +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.351 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.351 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.353 | 10323 | Marked run 490 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.353 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.355 | 10329 | Marked run 489 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.356 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.358 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.359 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.362 | 5371 | Recursively removing directory: /tmp/git.REdSrV/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.363 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.363 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.364 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 10340 | Added a new worker 11 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 5370 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.364 | 5370 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.364 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yXxdZH +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.365 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.367 | 10339 | Marked run 491 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.368 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.373 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.373 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.374 | 5374 | Recursively removing directory: /tmp/git.XGtYAf/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.375 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.375 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.375 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.376 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.376 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.376 | 10347 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.376 | 5370 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.377 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.377 | 5370 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.377 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ww7Uvh +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.378 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.382 | 10346 | Marked run 492 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.382 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.383 | 5371 | Recursively removing directory: /tmp/git.yXxdZH/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.385 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.385 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.385 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.385 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.385 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.386 | 10354 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.386 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.386 | 5370 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.386 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.386 | 5370 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.386 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OOybbF +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.387 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.387 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.393 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.394 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.396 | 10353 | Marked run 493 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.396 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.398 | 5374 | Recursively removing directory: /tmp/git.ww7Uvh/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.399 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.399 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.399 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.400 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.400 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.400 | 10365 | Added a new worker 11 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.401 | 5370 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.401 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.401 | 5370 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.401 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nu1GSD +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.402 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.405 | 5371 | Recursively removing directory: /tmp/git.OOybbF/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.406 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.406 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.407 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 10370 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5370 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5370 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5370 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.407 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.409 | 10364 | Marked run 494 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.410 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.412 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EkJthV +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.415 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.417 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.418 | 10369 | Marked run 495 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.418 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.418 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.420 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.425 | 5374 | Recursively removing directory: /tmp/git.nu1GSD/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.426 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.426 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.426 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.426 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.426 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.427 | 10381 | Added a new worker 11 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.428 | 5370 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.428 | 5370 | Removed worker 11 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.428 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.428 | 5370 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.428 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BU30VT +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.430 | 10380 | Marked run 496 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.431 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.434 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.434 | 5371 | Recursively removing directory: /tmp/git.EkJthV/ +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.435 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.435 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.435 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.435 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.436 | 10386 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.436 | 5370 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.436 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.436 | 5370 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.435 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.436 | 5371 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FRW9Aw +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.436 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.437 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.442 | 5371 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.443 | 5371 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.445 | 10385 | Marked run 497 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.446 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.447 | 5374 | Recursively removing directory: /tmp/git.BU30VT/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.449 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.449 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.449 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.449 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.450 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.450 | 10399 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.450 | 5370 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.450 | 5370 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.450 | 5370 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.450 | 5374 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Okq0FO +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.451 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.453 | 5371 | Recursively removing directory: /tmp/git.FRW9Aw/ +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.455 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.455 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.454 | 5371 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.454 | 5371 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.455 | 5371 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.455 | 10402 | Added a new worker 14 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.455 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.456 | 5374 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.457 | 5374 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.458 | 10398 | Marked run 498 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.458 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.460 | 10401 | Marked run 499 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.460 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.465 | 5374 | Recursively removing directory: /tmp/git.Okq0FO/ +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.466 | 5374 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.466 | 5374 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.466 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.466 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.466 | 10410 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.467 | 5368 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.466 | 5374 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.470 | 10409 | Marked run 500 as finished +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.471 | 5368 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:31:41 | INFO | Terminating process 5374/cimple-worker +2023-08-28 07:31:41 | INFO | 5374/cimple-worker: 2023-08-28 07:31:41.482 | 5374 | Shutting down +2023-08-28 07:31:41 | INFO | Terminating process 5371/cimple-worker +2023-08-28 07:31:41 | INFO | 5371/cimple-worker: 2023-08-28 07:31:41.486 | 5371 | Shutting down +2023-08-28 07:31:41 | INFO | Terminating process 5368/cimple-server +2023-08-28 07:31:41 | INFO | 5368/cimple-server: 2023-08-28 07:31:41.490 | 5368 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_simple-numof_clients=1-runs_per_client=2000]31.28
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite'] +2023-08-28 07:31:41 | INFO | Process 10412/cimple-server has started +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.502 | 10412 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.502 | 10412 | SQLite database version: 0 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.502 | 10412 | Newest database version: 1 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.502 | 10412 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.535 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Process 10412/cimple-server is ready +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:41 | INFO | Process 10415/cimple-worker has started +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.552 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.552 | 10417 | Added a new worker 8 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.552 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.552 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | Process 10415/cimple-worker is ready +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:31:41 | INFO | Process 10418/cimple-worker has started +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.564 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.564 | 10420 | Added a new worker 9 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.564 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.564 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | Process 10418/cimple-worker is ready +2023-08-28 07:31:41 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:31:41 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:31:41 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:31:41 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:31:41 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:31:41 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:31:41 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:31:41 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:31:41 | INFO | Executing 2000 clients +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.823 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.827 | 10434 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.828 | 10414 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.828 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.828 | 10414 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.828 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CbDuZW +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.830 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.833 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.834 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.835 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.838 | 10437 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.838 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.174zZd +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.838 | 10414 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.838 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.838 | 10414 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.839 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.842 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.844 | 10418 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.846 | 10418 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.847 | 10415 | Recursively removing directory: /tmp/git.CbDuZW/ +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.847 | 10443 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.848 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10448 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.848 | 10415 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.848 | 10415 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.849 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.850 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kv2J2t +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10414 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.849 | 10414 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.853 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.855 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.863 | 10418 | Recursively removing directory: /tmp/git.174zZd/ +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.863 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.865 | 10450 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.865 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.865 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.865 | 10418 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.865 | 10418 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.865 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.866 | 10457 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.866 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Edjuvl +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.866 | 10414 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.866 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.866 | 10414 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.867 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.870 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.870 | 10447 | Marked run 1 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.870 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.873 | 10418 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.874 | 10418 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.875 | 10456 | Marked run 2 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.876 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.879 | 10459 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.880 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.882 | 10415 | Recursively removing directory: /tmp/git.Kv2J2t/ +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.883 | 10415 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.883 | 10415 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.883 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.884 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.884 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.885 | 10473 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.885 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qcr0Ct +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.885 | 10414 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.885 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.885 | 10414 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.886 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.886 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.888 | 10418 | Recursively removing directory: /tmp/git.Edjuvl/ +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.889 | 10418 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.889 | 10418 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.889 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.889 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.890 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.890 | 10476 | Added a new worker 16 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.890 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.891 | 10472 | Marked run 3 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.891 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.893 | 10474 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.893 | 10414 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.893 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.893 | 10414 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.893 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bmivu5 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.894 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.896 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.898 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.899 | 10418 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.900 | 10418 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.901 | 10475 | Marked run 4 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.901 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.902 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.906 | 10480 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.907 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.910 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.912 | 10418 | Recursively removing directory: /tmp/git.Bmivu5/ +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.917 | 10415 | Recursively removing directory: /tmp/git.qcr0Ct/ +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.920 | 10491 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.921 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.921 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.922 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.921 | 10418 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.921 | 10418 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.921 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.923 | 10415 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.923 | 10415 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.924 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.924 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.924 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.924 | 10495 | Added a new worker 15 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.925 | 10497 | Added a new worker 16 to the queue +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.926 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0cF1fB +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.927 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q0qipp +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.926 | 10414 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.928 | 10493 | Marked run 6 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.928 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.929 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.932 | 10496 | Marked run 5 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.932 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.935 | 10498 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.936 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.938 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.940 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.939 | 10418 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.941 | 10418 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.941 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.944 | 10500 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.944 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.948 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.951 | 10508 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.953 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.952 | 10415 | Recursively removing directory: /tmp/git.Q0qipp/ +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.954 | 10415 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.954 | 10415 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.954 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.956 | 10418 | Recursively removing directory: /tmp/git.0cF1fB/ +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.956 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.956 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.956 | 10517 | Added a new worker 10 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.956 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.957 | 10414 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.957 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.958 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X693pZ +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.960 | 10418 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.960 | 10418 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.960 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.958 | 10516 | Marked run 8 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.962 | 10414 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.962 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.962 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.962 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.963 | 10519 | Added a new worker 15 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.963 | 10414 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.963 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.963 | 10414 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.963 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.963 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.meEwiS +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.965 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.965 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.967 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.969 | 10518 | Marked run 7 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.969 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.973 | 10418 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.974 | 10418 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.974 | 10520 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.975 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.979 | 10415 | Recursively removing directory: /tmp/git.X693pZ/ +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.980 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.980 | 10415 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.980 | 10415 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.981 | 10415 | Waiting for a new command +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.981 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.981 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.981 | 10532 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.982 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y8Yebs +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.982 | 10414 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.982 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.982 | 10414 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.983 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.985 | 10530 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.985 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.989 | 10531 | Marked run 9 as finished +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.989 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.990 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.991 | 10418 | Recursively removing directory: /tmp/git.meEwiS/ +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.993 | 10538 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.994 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.995 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.993 | 10418 | Process exit code: 0 +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.993 | 10418 | Process output: 57 bytes +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.994 | 10418 | Waiting for a new command +2023-08-28 07:31:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.996 | 10415 | Checking out revision HEAD +2023-08-28 07:31:41 | INFO | 10415/cimple-worker: 2023-08-28 07:31:41.997 | 10415 | Going to run: ./ci +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.997 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.997 | 10541 | Added a new worker 13 to the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.997 | 10414 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.997 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.998 | 10414 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:41 | INFO | 10412/cimple-server: 2023-08-28 07:31:41.998 | 10412 | Waiting for new connections +2023-08-28 07:31:41 | INFO | 10418/cimple-worker: 2023-08-28 07:31:41.998 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XxEADD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.000 | 10540 | Marked run 10 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.000 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.004 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.005 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.010 | 10415 | Recursively removing directory: /tmp/git.Y8Yebs/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.011 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.011 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.012 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.012 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.012 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.013 | 10553 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.013 | 10414 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.013 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.013 | 10414 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.013 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.014 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i7VHj7 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.018 | 10418 | Recursively removing directory: /tmp/git.XxEADD/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.019 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.019 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.020 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10558 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10414 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.020 | 10414 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.022 | 10542 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.023 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.024 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.024 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i1QmcT +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.028 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.028 | 10552 | Marked run 11 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.029 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.033 | 10560 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.035 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.037 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.037 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.038 | 10557 | Marked run 12 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.038 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.039 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.040 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.038 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.046 | 10562 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.047 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.049 | 10415 | Recursively removing directory: /tmp/git.i7VHj7/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.050 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.050 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.050 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.050 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10577 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.051 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ElJg48 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10414 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.051 | 10414 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.054 | 10418 | Recursively removing directory: /tmp/git.i1QmcT/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.055 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.055 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.055 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.056 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.057 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W1Oz0p +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10580 | Added a new worker 9 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10414 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.057 | 10414 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.058 | 10576 | Marked run 13 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.060 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.060 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.062 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.062 | 10579 | Marked run 14 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.063 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.065 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.065 | 10578 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.065 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.066 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.067 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.071 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.073 | 10586 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.074 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.076 | 10418 | Recursively removing directory: /tmp/git.W1Oz0p/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.077 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.078 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.078 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.078 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.078 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.078 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.078 | 10595 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.079 | 10414 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.079 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.079 | 10414 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.079 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cgN5M2 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.079 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.081 | 10593 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.082 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.083 | 10594 | Marked run 16 as finished +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.086 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.087 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.088 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.092 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.094 | 10415 | Recursively removing directory: /tmp/git.ElJg48/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.097 | 10418 | Recursively removing directory: /tmp/git.cgN5M2/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.098 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.098 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.098 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.098 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.098 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.099 | 10608 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.099 | 10414 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.099 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.099 | 10414 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.098 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.098 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.098 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.099 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y4id4Y +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.100 | 10602 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.100 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.101 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.102 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.105 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.106 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.102 | 10611 | Added a new worker 17 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.106 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.107 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NxcsAm +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.106 | 10414 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.106 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.106 | 10414 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.108 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.111 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.113 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.114 | 10418 | Recursively removing directory: /tmp/git.Y4id4Y/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.116 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.116 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.116 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.116 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.116 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.116 | 10621 | Added a new worker 17 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.117 | 10607 | Marked run 17 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.117 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.118 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.taXUHN +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.117 | 10612 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.118 | 10414 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.118 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.118 | 10414 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.119 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.119 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.121 | 10609 | Marked run 15 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.121 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.124 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.124 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.125 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.131 | 10415 | Recursively removing directory: /tmp/git.NxcsAm/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.133 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.133 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.133 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.133 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.133 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.134 | 10635 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.134 | 10620 | Marked run 18 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.135 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.135 | 10414 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.135 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.135 | 10414 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.135 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UujrmY +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.136 | 10418 | Recursively removing directory: /tmp/git.taXUHN/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.138 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.138 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.138 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.138 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.138 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.138 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.138 | 10638 | Added a new worker 16 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.139 | 10414 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.139 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.139 | 10414 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.139 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.140 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6IGZNQ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.143 | 10634 | Marked run 19 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.143 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.145 | 10637 | Marked run 20 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.145 | 10627 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.145 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.146 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.148 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.149 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.151 | 10640 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.150 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.151 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.153 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.154 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.154 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.159 | 10643 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.160 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.163 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.166 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.166 | 10418 | Recursively removing directory: /tmp/git.6IGZNQ/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.166 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.168 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.168 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.168 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.168 | 10658 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.169 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.165 | 10415 | Recursively removing directory: /tmp/git.UujrmY/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.166 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.166 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.166 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.169 | 10414 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.169 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.169 | 10414 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.170 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.30O9L3 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.170 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.170 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.171 | 10660 | Added a new worker 11 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.171 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mdpvBc +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.171 | 10414 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.171 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.171 | 10414 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.173 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.176 | 10655 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.178 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.180 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.181 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.181 | 10657 | Marked run 21 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.181 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.182 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.182 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.184 | 10659 | Marked run 22 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.184 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.184 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.188 | 10664 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.188 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.191 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.194 | 10418 | Recursively removing directory: /tmp/git.mdpvBc/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.195 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.195 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.195 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.195 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.195 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.196 | 10415 | Recursively removing directory: /tmp/git.30O9L3/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.196 | 10678 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.197 | 10672 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.197 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.197 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.198 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.198 | 10414 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.198 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.198 | 10414 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.198 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.199 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.199 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7RyPDe +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.199 | 10677 | Marked run 24 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.200 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.202 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.203 | 10681 | Added a new worker 11 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.204 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T7Enoz +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.204 | 10414 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.204 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.204 | 10414 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.204 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.205 | 10680 | Marked run 23 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.206 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.208 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.208 | 10682 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.209 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.212 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.212 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.213 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.214 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.219 | 10685 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.220 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.223 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.225 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.223 | 10418 | Recursively removing directory: /tmp/git.7RyPDe/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.225 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.225 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.225 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.225 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.225 | 10700 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.226 | 10414 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.226 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.226 | 10414 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.226 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9ykX6e +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.226 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.228 | 10697 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.228 | 10415 | Recursively removing directory: /tmp/git.T7Enoz/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.230 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.231 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.231 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.231 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.231 | 10699 | Marked run 25 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.231 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.231 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.232 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.233 | 10703 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.233 | 10414 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.233 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.233 | 10414 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.233 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.233 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H3wALD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.235 | 10702 | Marked run 26 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.236 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.239 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.241 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.258 | 10418 | Recursively removing directory: /tmp/git.9ykX6e/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.259 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.259 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.260 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.260 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.260 | 10712 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.260 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.260 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.262 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vWzWYD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.262 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.260 | 10414 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.261 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.261 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.261 | 10414 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.262 | 10704 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.262 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.266 | 10711 | Marked run 27 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.266 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.270 | 10415 | Recursively removing directory: /tmp/git.H3wALD/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.271 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.271 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.272 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.272 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.272 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.272 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.273 | 10721 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.273 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rkxgec +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.274 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.273 | 10414 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.273 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.273 | 10414 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.276 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.277 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.279 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.282 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.283 | 10720 | Marked run 28 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.283 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.286 | 10723 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.286 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.288 | 10418 | Recursively removing directory: /tmp/git.vWzWYD/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.290 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.290 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.290 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.290 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.290 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.291 | 10736 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.291 | 10414 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.291 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.292 | 10414 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.292 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.292 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hCeBni +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.293 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.295 | 10415 | Recursively removing directory: /tmp/git.rkxgec/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.296 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.296 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.296 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.297 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.297 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.298 | 10740 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.298 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.63fahD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.298 | 10414 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.298 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.298 | 10414 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.299 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.302 | 10737 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.302 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.303 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.305 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.307 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.309 | 10735 | Marked run 29 as finished +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.310 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.310 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.311 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.314 | 10739 | Marked run 30 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.315 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.318 | 10743 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.319 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.319 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.318 | 10418 | Recursively removing directory: /tmp/git.hCeBni/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.319 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.319 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.319 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.320 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.320 | 10755 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.320 | 10414 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.320 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.320 | 10414 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.321 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.321 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5rRwwE +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.324 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.326 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.328 | 10415 | Recursively removing directory: /tmp/git.63fahD/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.328 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.328 | 10754 | Marked run 31 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.329 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.330 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.330 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.330 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.330 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.331 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.331 | 10762 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.332 | 10414 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.332 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.332 | 10414 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.332 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O9xdUg +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.333 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.336 | 10757 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.337 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.339 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.341 | 10418 | Recursively removing directory: /tmp/git.5rRwwE/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.342 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.342 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.343 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.342 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.343 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.343 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.343 | 10761 | Marked run 32 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.343 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.344 | 10770 | Added a new worker 7 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.344 | 10414 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.344 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.344 | 10414 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.344 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.345 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WkBKNd +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.345 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.346 | 10768 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.347 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.351 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.355 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.356 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.359 | 10769 | Marked run 33 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.359 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.361 | 10776 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.361 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.362 | 10415 | Recursively removing directory: /tmp/git.O9xdUg/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.364 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.364 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.364 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.364 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.364 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.365 | 10784 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.365 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Mnvzc +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.365 | 10414 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.365 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.365 | 10414 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.366 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.366 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.370 | 10783 | Marked run 34 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.371 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.371 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.373 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.373 | 10787 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.373 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.374 | 10418 | Recursively removing directory: /tmp/git.WkBKNd/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.375 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.375 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.375 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.376 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.376 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.376 | 10792 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.376 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.377 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vg7pls +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.377 | 10414 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.377 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.377 | 10414 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.378 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.385 | 10415 | Recursively removing directory: /tmp/git.0Mnvzc/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.386 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.386 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.386 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.387 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.387 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.387 | 10800 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.388 | 10414 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.388 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.388 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.388 | 10414 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.388 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a2OPmw +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.398 | 10793 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.399 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.398 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.399 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.401 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.401 | 10791 | Marked run 35 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.401 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.403 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.404 | 10799 | Marked run 36 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.404 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.406 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.409 | 10808 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.409 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.410 | 10415 | Recursively removing directory: /tmp/git.a2OPmw/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.412 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.412 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.412 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.412 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.412 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.413 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.413 | 10816 | Added a new worker 12 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.413 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cpfnYS +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.413 | 10414 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.413 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.413 | 10414 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.415 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.416 | 10418 | Recursively removing directory: /tmp/git.Vg7pls/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.419 | 10817 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.419 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.420 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.420 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.420 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.420 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.422 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.422 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.423 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.423 | 10821 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.424 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yVgSgG +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.423 | 10414 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.423 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.424 | 10414 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.425 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.426 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.428 | 10822 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.429 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.431 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.432 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.435 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.436 | 10815 | Marked run 38 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.436 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.438 | 10820 | Marked run 37 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.439 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.441 | 10415 | Recursively removing directory: /tmp/git.cpfnYS/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.442 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.442 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.442 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10833 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10414 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10414 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.443 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.444 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9PQHZ9 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.445 | 10826 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.446 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.448 | 10832 | Marked run 39 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.448 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.453 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.454 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.460 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.461 | 10418 | Recursively removing directory: /tmp/git.yVgSgG/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.462 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.462 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.462 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.462 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.462 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.462 | 10843 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.463 | 10414 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.463 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.463 | 10414 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.463 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.463 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HilzEt +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.470 | 10840 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.470 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.473 | 10842 | Marked run 40 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.473 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.474 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.474 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.476 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.477 | 10847 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.477 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.479 | 10415 | Recursively removing directory: /tmp/git.9PQHZ9/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.480 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.481 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.481 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.481 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.481 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.481 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.482 | 10855 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.482 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.482 | 10414 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.482 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.482 | 10414 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.483 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2bEWRc +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.483 | 10853 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.485 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.487 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.491 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.493 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.493 | 10859 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.494 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.497 | 10854 | Marked run 41 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.497 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.498 | 10418 | Recursively removing directory: /tmp/git.HilzEt/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.498 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.500 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.500 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.500 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.500 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OuhnGM +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10868 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10414 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.500 | 10414 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.502 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.503 | 10866 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.504 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.507 | 10415 | Recursively removing directory: /tmp/git.2bEWRc/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.508 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.508 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.508 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.509 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.507 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.508 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.508 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.509 | 10876 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.509 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.509 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F233cq +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.509 | 10414 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.509 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.509 | 10414 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.510 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.512 | 10874 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.513 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.514 | 10867 | Marked run 42 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.514 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.516 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.517 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.518 | 10879 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.518 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.519 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.521 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.522 | 10875 | Marked run 43 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.522 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.525 | 10884 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.526 | 10418 | Recursively removing directory: /tmp/git.OuhnGM/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.526 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.527 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.527 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.528 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.528 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.527 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.528 | 10892 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.528 | 10414 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.528 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.529 | 10414 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.529 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.529 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YuTcuR +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.531 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.534 | 10891 | Marked run 44 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.534 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.535 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.535 | 10415 | Recursively removing directory: /tmp/git.F233cq/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.536 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.537 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.537 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.537 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.537 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.537 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.538 | 10899 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.538 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rJjDMH +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.538 | 10414 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.538 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.538 | 10414 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.539 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.540 | 10895 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.541 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.545 | 10418 | Recursively removing directory: /tmp/git.YuTcuR/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.546 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.546 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10907 | Added a new worker 12 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10414 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.546 | 10414 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.546 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gt0FVo +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.547 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.548 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.549 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.551 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.552 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.554 | 10898 | Marked run 45 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.555 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.556 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.559 | 10906 | Marked run 46 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.560 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.561 | 10911 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.562 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.564 | 10415 | Recursively removing directory: /tmp/git.rJjDMH/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.565 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.565 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.565 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.565 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.565 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.565 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.566 | 10924 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.566 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.566 | 10414 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.566 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.566 | 10414 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.566 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ELIdof +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.568 | 10922 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.568 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.571 | 10923 | Marked run 47 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.571 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.572 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.573 | 10418 | Recursively removing directory: /tmp/git.Gt0FVo/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.574 | 10926 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.575 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.575 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.575 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.575 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.576 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.577 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.577 | 10929 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.577 | 10414 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.577 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.577 | 10414 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.578 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.577 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IG8LiK +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.580 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.581 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.582 | 10928 | Marked run 48 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.582 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.585 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.586 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.588 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.590 | 10415 | Recursively removing directory: /tmp/git.ELIdof/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.591 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.591 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.592 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10936 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10939 | Added a new worker 8 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10414 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.592 | 10414 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.593 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.596 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ynuV59 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.597 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.598 | 10938 | Marked run 49 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.598 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.602 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.604 | 10418 | Recursively removing directory: /tmp/git.IG8LiK/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.605 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.605 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.605 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.605 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.606 | 10949 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.606 | 10414 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.606 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.606 | 10414 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.604 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.605 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.606 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YpzJol +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.607 | 10943 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.608 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.608 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.612 | 10948 | Marked run 50 as finished +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.612 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.613 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.613 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.615 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.618 | 10954 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.618 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.619 | 10415 | Recursively removing directory: /tmp/git.ynuV59/ +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.621 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.621 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.621 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.621 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.621 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.621 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.622 | 10962 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.623 | 10414 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.623 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.623 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.623 | 10414 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.623 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KxLAc2 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.625 | 10960 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.626 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.628 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.630 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.633 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.633 | 10961 | Marked run 51 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.633 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.633 | 10965 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.634 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.636 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.638 | 10418 | Recursively removing directory: /tmp/git.YpzJol/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.640 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.640 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.640 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.641 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.641 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.641 | 10971 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.642 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.643 | 10975 | Added a new worker 6 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.644 | 10974 | Marked run 52 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.644 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.644 | 10414 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.644 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.644 | 10414 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.645 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n73HyL +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.645 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.649 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.650 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.650 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.652 | 10415 | Recursively removing directory: /tmp/git.KxLAc2/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.654 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.654 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.654 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.654 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.654 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10984 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10414 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10414 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.655 | 10980 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.656 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.657 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.piZPVS +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.658 | 10983 | Marked run 53 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.658 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.659 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.662 | 10986 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.663 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.664 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.665 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.665 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.669 | 10990 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.669 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.672 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.672 | 10418 | Recursively removing directory: /tmp/git.n73HyL/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.673 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.673 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.674 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.674 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.674 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.675 | 10998 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.676 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ET5ErS +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.675 | 10414 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.675 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.675 | 10414 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.677 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.678 | 10996 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.679 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.683 | 10997 | Marked run 54 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.683 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.683 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.684 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.685 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.686 | 10415 | Recursively removing directory: /tmp/git.piZPVS/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.688 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.688 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.688 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.688 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.689 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.689 | 11007 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.690 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gIWzwH +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.689 | 10414 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.689 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.690 | 10414 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.692 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.695 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.695 | 11004 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.696 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.698 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.698 | 11006 | Marked run 55 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.698 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.699 | 10418 | Recursively removing directory: /tmp/git.ET5ErS/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.701 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.701 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.701 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.701 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.701 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.701 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.701 | 11017 | Added a new worker 12 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.702 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x7FmJm +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.701 | 10414 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.702 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.702 | 10414 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.703 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.706 | 11015 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.707 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.709 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.709 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.710 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.712 | 11016 | Marked run 56 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.712 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.714 | 11020 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.715 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.718 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.718 | 10415 | Recursively removing directory: /tmp/git.gIWzwH/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.720 | 11031 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.720 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.720 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.721 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.721 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.721 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.721 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.722 | 11033 | Added a new worker 6 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.723 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E4nKKi +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.722 | 10414 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.722 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.722 | 10414 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.724 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.726 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.726 | 10418 | Recursively removing directory: /tmp/git.x7FmJm/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.727 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.727 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.728 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.728 | 11036 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.729 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.729 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.731 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.732 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.732 | 11039 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.732 | 10414 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.732 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.732 | 10414 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.733 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.733 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bbSAbk +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.738 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.740 | 11032 | Marked run 57 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.740 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.740 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.741 | 11038 | Marked run 58 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.742 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.741 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.743 | 11040 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.744 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.748 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.752 | 11047 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.753 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.754 | 10418 | Recursively removing directory: /tmp/git.bbSAbk/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.755 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.755 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.755 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 11057 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.756 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4aHdmp +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 10414 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.756 | 10414 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.760 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.761 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.761 | 10415 | Recursively removing directory: /tmp/git.E4nKKi/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.765 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.765 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.766 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.766 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.766 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.767 | 11058 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.767 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.768 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.768 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.769 | 11060 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.769 | 10414 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.769 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.769 | 10414 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.769 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z0ipeG +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.770 | 11056 | Marked run 60 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.770 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.770 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.775 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.776 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.778 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.778 | 11059 | Marked run 59 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.778 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.780 | 10418 | Recursively removing directory: /tmp/git.4aHdmp/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.782 | 11069 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.783 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.783 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.783 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.784 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.784 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.786 | 11073 | Added a new worker 11 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.786 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.787 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.787 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sqb0BJ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.787 | 10414 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.787 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.787 | 10414 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.790 | 11072 | Marked run 61 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.790 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.793 | 11075 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.794 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.798 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.799 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.799 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.800 | 10415 | Recursively removing directory: /tmp/git.z0ipeG/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.801 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.801 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.802 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 11084 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.803 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uo4Red +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 10414 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.802 | 10414 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.804 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.808 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.808 | 11080 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.809 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.810 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.812 | 11083 | Marked run 62 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.812 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.815 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.820 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.820 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.818 | 10418 | Recursively removing directory: /tmp/git.sqb0BJ/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.820 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.820 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.820 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.821 | 11090 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.822 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.822 | 11096 | Added a new worker 6 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.822 | 10414 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.822 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.822 | 10414 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.823 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.823 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LA7YPM +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.825 | 11094 | Marked run 63 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.825 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.827 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.829 | 11100 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.830 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.831 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.831 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.834 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.834 | 10415 | Recursively removing directory: /tmp/git.uo4Red/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.837 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.837 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.837 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.837 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.838 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.838 | 11106 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.838 | 10414 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.838 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.838 | 10414 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.838 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5yRujd +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.839 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.843 | 11103 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.844 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.847 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.848 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.848 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.850 | 10418 | Recursively removing directory: /tmp/git.LA7YPM/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.851 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.851 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.852 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 11115 | Added a new worker 15 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10414 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10414 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.852 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.853 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lLwR4f +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.854 | 11105 | Marked run 64 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.855 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.857 | 11114 | Marked run 65 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.857 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.858 | 10415 | Recursively removing directory: /tmp/git.5yRujd/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.859 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.859 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.860 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.860 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.860 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.861 | 11122 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.861 | 10414 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.861 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.861 | 10414 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.861 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.862 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RgVVxH +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.864 | 11121 | Marked run 66 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.864 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.868 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.870 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.871 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.872 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.872 | 11112 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.873 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.876 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.881 | 11128 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.881 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.884 | 10418 | Recursively removing directory: /tmp/git.lLwR4f/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.885 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.885 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.885 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.884 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.885 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.885 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.886 | 11140 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.886 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6oOhxQ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.886 | 10414 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.886 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.886 | 10414 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.887 | 10415 | Recursively removing directory: /tmp/git.RgVVxH/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.888 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.889 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.889 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.889 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.890 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.890 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.890 | 11138 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.890 | 11142 | Added a new worker 8 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.891 | 10414 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.891 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.891 | 10414 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.891 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.891 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bxk9pi +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.896 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.897 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.898 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.900 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.901 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.902 | 11139 | Marked run 67 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.902 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.906 | 11141 | Marked run 68 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.907 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.911 | 10418 | Recursively removing directory: /tmp/git.6oOhxQ/ +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.913 | 11145 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.913 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.913 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.913 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.913 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.913 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.914 | 11158 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.914 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0fffMF +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.914 | 10414 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.914 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.914 | 10414 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.916 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.921 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.921 | 10415 | Recursively removing directory: /tmp/git.bxk9pi/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.922 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.923 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.923 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.923 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.924 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.923 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.925 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.925 | 11157 | Marked run 69 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.925 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.925 | 11162 | Added a new worker 6 to the queue +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.926 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Aa4eAp +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.926 | 10414 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.926 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.926 | 10414 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.927 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.930 | 11161 | Marked run 70 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.930 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.934 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.935 | 11163 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.935 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.935 | 10418 | Recursively removing directory: /tmp/git.0fffMF/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.936 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.937 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.937 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.937 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.937 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.937 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.939 | 11172 | Added a new worker 10 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.939 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hObXHV +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.939 | 10414 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.939 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.939 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.939 | 10414 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.942 | 11171 | Marked run 71 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.942 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.943 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.946 | 10415 | Recursively removing directory: /tmp/git.Aa4eAp/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.947 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.947 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 11180 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10414 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10414 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.948 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.948 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.949 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.950 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.950 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x65NUG +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.952 | 11175 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.953 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.956 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.961 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.961 | 11179 | Marked run 72 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.961 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.963 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.967 | 11184 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.968 | 10418 | Recursively removing directory: /tmp/git.hObXHV/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.969 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.969 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.969 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.967 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.970 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.970 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.970 | 11193 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.971 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.971 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.971 | 10414 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.971 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.971 | 10414 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.971 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hJQeuv +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.973 | 11192 | Marked run 73 as finished +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.973 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.979 | 10418 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.980 | 10415 | Recursively removing directory: /tmp/git.x65NUG/ +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.982 | 10415 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.982 | 10415 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.982 | 10415 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.982 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.982 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.982 | 11200 | Added a new worker 14 to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.983 | 10414 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.983 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.983 | 10414 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.983 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.983 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JqvwSt +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.984 | 10418 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.985 | 11194 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.987 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.990 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.991 | 10415 | Checking out revision HEAD +2023-08-28 07:31:42 | INFO | 10415/cimple-worker: 2023-08-28 07:31:42.992 | 10415 | Going to run: ./ci +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.994 | 11205 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.995 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.995 | 10418 | Recursively removing directory: /tmp/git.hJQeuv/ +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.997 | 10418 | Process exit code: 0 +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.997 | 10418 | Process output: 57 bytes +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.998 | 10418 | Waiting for a new command +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.998 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.998 | 10412 | Waiting for new connections +2023-08-28 07:31:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.998 | 11213 | Added a new worker 13 to the queue +2023-08-28 07:31:42 | INFO | 10418/cimple-worker: 2023-08-28 07:31:42.999 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LIsI2y +2023-08-28 07:31:42 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.999 | 10414 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.999 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:42.999 | 10414 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.000 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.000 | 11199 | Marked run 74 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.000 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.001 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.003 | 11214 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.005 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.006 | 11212 | Marked run 75 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.006 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.009 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.009 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.010 | 10415 | Recursively removing directory: /tmp/git.JqvwSt/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.011 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.011 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.011 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.011 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.012 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.013 | 11222 | Added a new worker 11 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.013 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JEXFVw +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.013 | 10414 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.013 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.013 | 10414 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.014 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.015 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.016 | 11221 | Marked run 76 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.017 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.020 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.021 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.024 | 11224 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.024 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.027 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.031 | 10418 | Recursively removing directory: /tmp/git.LIsI2y/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.032 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.032 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.032 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.032 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.033 | 11231 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.033 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.033 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.034 | 11237 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.034 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4GqG4V +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.034 | 10414 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.034 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.034 | 10414 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.034 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.037 | 11236 | Marked run 77 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.037 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.038 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.039 | 11240 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.041 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.041 | 10415 | Recursively removing directory: /tmp/git.JEXFVw/ +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.042 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.042 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.042 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.042 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.042 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.043 | 11243 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.043 | 10414 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.043 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.043 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.043 | 10414 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.045 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.048 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tueeN7 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.048 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.050 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.056 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.058 | 11242 | Marked run 78 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.058 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.057 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.060 | 10418 | Recursively removing directory: /tmp/git.4GqG4V/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.064 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.064 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.064 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.064 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.064 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.065 | 11244 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.066 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.067 | 11255 | Added a new worker 8 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.067 | 10414 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.067 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.067 | 10414 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.067 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yyeqUb +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.069 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.071 | 10415 | Recursively removing directory: /tmp/git.tueeN7/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.071 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.073 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.073 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 11262 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10414 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 11254 | Marked run 79 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.073 | 10414 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.073 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.074 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vclu8Q +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.074 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.089 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.089 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.096 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.098 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.098 | 11261 | Marked run 80 as finished +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.099 | 10418 | Recursively removing directory: /tmp/git.yyeqUb/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.099 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.101 | 11260 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.101 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.102 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.102 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.102 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 11272 | Added a new worker 11 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 10414 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.103 | 10414 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.103 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8V7X4j +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.104 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.106 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.109 | 11271 | Marked run 81 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.109 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.111 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.111 | 10415 | Recursively removing directory: /tmp/git.Vclu8Q/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.112 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.114 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.114 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.114 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 11281 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 10414 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.114 | 10414 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.114 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vMl6ZU +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.115 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.116 | 11274 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.117 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.121 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.122 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.123 | 11280 | Marked run 82 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.123 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.124 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.126 | 10418 | Recursively removing directory: /tmp/git.8V7X4j/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.128 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.128 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.128 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.129 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.129 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.129 | 11295 | Added a new worker 9 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.129 | 10414 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.129 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.129 | 10414 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.129 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7tgWKS +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.130 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.130 | 11290 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.131 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.132 | 10415 | Recursively removing directory: /tmp/git.vMl6ZU/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.134 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.134 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.134 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.134 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.134 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.136 | 11299 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.136 | 10414 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.136 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.136 | 10414 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.136 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.137 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P25xGC +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.137 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.138 | 11294 | Marked run 83 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.138 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.139 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.142 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.143 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.144 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.152 | 11298 | Marked run 84 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.153 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.154 | 10418 | Recursively removing directory: /tmp/git.7tgWKS/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.155 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.155 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.155 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.155 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.155 | 11314 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.156 | 10414 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.156 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.156 | 10414 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.155 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.156 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yL9EgC +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.156 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.158 | 10415 | Recursively removing directory: /tmp/git.P25xGC/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.159 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.159 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.160 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 11316 | Added a new worker 16 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 10414 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.160 | 10414 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.160 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rVpTWj +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.161 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.162 | 11302 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.162 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.164 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.165 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.166 | 11313 | Marked run 85 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.166 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.168 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.172 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.172 | 11315 | Marked run 86 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.172 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.174 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.175 | 11319 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.175 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.178 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.181 | 11325 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.182 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.183 | 10418 | Recursively removing directory: /tmp/git.yL9EgC/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.184 | 10415 | Recursively removing directory: /tmp/git.rVpTWj/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.186 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.186 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.186 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.186 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.186 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.186 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.186 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.186 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.186 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.186 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.187 | 11337 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.187 | 10414 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.187 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.187 | 10414 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.187 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9ZmqW5 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.187 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.188 | 11335 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.188 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z6s2NR +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.188 | 10414 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.188 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.188 | 10414 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.189 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.192 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.193 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.194 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.196 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.197 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.198 | 11334 | Marked run 88 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.198 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.201 | 11339 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.202 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.204 | 10418 | Recursively removing directory: /tmp/git.9ZmqW5/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.204 | 11336 | Marked run 87 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.204 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.205 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.205 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.205 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.205 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.205 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.206 | 11350 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.207 | 10414 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.207 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.207 | 10414 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.207 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d3jeNH +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.207 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.210 | 10415 | Recursively removing directory: /tmp/git.Z6s2NR/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.211 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.211 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.211 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.211 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.212 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.212 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.212 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.212 | 11355 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.213 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TIy6S +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.212 | 10414 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.212 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.213 | 10414 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.213 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.215 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.218 | 11349 | Marked run 89 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.218 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.221 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.222 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.226 | 11354 | Marked run 90 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.226 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.228 | 11357 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.228 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.230 | 10418 | Recursively removing directory: /tmp/git.d3jeNH/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.231 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.231 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.232 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 11371 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 10414 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.232 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.233 | 10414 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.233 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eNIy5r +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.235 | 10415 | Recursively removing directory: /tmp/git.3TIy6S/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.236 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.236 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.237 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.237 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.237 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.237 | 11370 | Marked run 91 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.237 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.239 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.239 | 11373 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.239 | 10414 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.239 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.239 | 10414 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.240 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G7PoqU +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.240 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.244 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.245 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.246 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.245 | 11372 | Marked run 92 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.245 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.247 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.249 | 11374 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.250 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.253 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.256 | 11382 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.257 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.258 | 10415 | Recursively removing directory: /tmp/git.G7PoqU/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.259 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.259 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.259 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.259 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.259 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.262 | 11391 | Added a new worker 11 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.263 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TkGYVE +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.262 | 10414 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.262 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.262 | 11390 | Marked run 94 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.262 | 10414 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.263 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.263 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.264 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.265 | 10418 | Recursively removing directory: /tmp/git.eNIy5r/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.266 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.266 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 11394 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10414 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10414 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.267 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.267 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.268 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KtqHVJ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.272 | 11392 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.273 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.276 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.277 | 11393 | Marked run 93 as finished +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.277 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.277 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.278 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.278 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.280 | 11396 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.281 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.285 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.288 | 10415 | Recursively removing directory: /tmp/git.TkGYVE/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.289 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.289 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.290 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 11412 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 10414 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.290 | 10414 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.291 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.291 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ttLnh +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.292 | 11406 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.293 | 10418 | Recursively removing directory: /tmp/git.KtqHVJ/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 11415 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10414 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.294 | 10414 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.295 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.294 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.294 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.294 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.295 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KchrSX +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.298 | 11411 | Marked run 95 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.299 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.299 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.301 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.302 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.303 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.304 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.305 | 11414 | Marked run 96 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.305 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.306 | 11417 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.307 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.309 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.312 | 11423 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.312 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.314 | 10415 | Recursively removing directory: /tmp/git.1ttLnh/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.316 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.316 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.314 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.316 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.317 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 11434 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 10414 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 10414 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.317 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.317 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mjxvpI +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.322 | 10418 | Recursively removing directory: /tmp/git.KchrSX/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.323 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.323 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.323 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.323 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.323 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.324 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.324 | 11436 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.324 | 10414 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.324 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.324 | 10414 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.324 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O3tgdA +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.325 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.325 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.328 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.332 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.336 | 11431 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.337 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.341 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.344 | 10415 | Recursively removing directory: /tmp/git.mjxvpI/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.345 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.345 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.345 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.345 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.346 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.346 | 11435 | Marked run 98 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.347 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.347 | 11452 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.348 | 10418 | Recursively removing directory: /tmp/git.O3tgdA/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.347 | 10414 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.347 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.348 | 10414 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.348 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.348 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GBsbk8 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.350 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.350 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.351 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 11454 | Added a new worker 17 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 10414 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 10414 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.351 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zDRZpc +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.351 | 11444 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.353 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.354 | 11433 | Marked run 97 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.355 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.359 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.361 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.361 | 11450 | Marked run 99 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.361 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.362 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.364 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.366 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.366 | 11453 | Marked run 100 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.367 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.367 | 11456 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.368 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.370 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.377 | 11462 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.377 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.380 | 10415 | Recursively removing directory: /tmp/git.GBsbk8/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.382 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.382 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.382 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.382 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.382 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.383 | 11472 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.383 | 10414 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.383 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.383 | 10414 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.383 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.383 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6uTy2J +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.385 | 10418 | Recursively removing directory: /tmp/git.zDRZpc/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.385 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.387 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.387 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.387 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.388 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RenaB0 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.387 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 11476 | Added a new worker 8 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 11471 | Marked run 101 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 10414 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.388 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.389 | 10414 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.390 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.394 | 11475 | Marked run 102 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.394 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.394 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.395 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.396 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.396 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.400 | 11474 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.401 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.405 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.408 | 10415 | Recursively removing directory: /tmp/git.6uTy2J/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.409 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.410 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.409 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.409 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.409 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.409 | 10418 | Recursively removing directory: /tmp/git.RenaB0/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.410 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.410 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.410 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.410 | 11492 | Added a new worker 9 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.410 | 10414 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.410 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.410 | 10414 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.411 | 11489 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.411 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2yErJT +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.411 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.412 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.413 | 11494 | Added a new worker 7 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.414 | 10414 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.414 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.414 | 10414 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.415 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.415 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.417 | 11491 | Marked run 103 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.417 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.420 | 11493 | Marked run 104 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.420 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.414 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZkKcJP +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.424 | 11496 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.425 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.427 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.428 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.425 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.428 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.429 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.432 | 11498 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.433 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.436 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.440 | 11504 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.441 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.442 | 10418 | Recursively removing directory: /tmp/git.ZkKcJP/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.443 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.443 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.444 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.444 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.444 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.444 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.445 | 11514 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.445 | 10414 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.445 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.445 | 10414 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.446 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wReVfj +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.447 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.446 | 10415 | Recursively removing directory: /tmp/git.2yErJT/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 11518 | Added a new worker 8 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10414 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10414 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.449 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.449 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.449 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.449 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.449 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qmids3 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.451 | 11515 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.451 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.454 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.458 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.459 | 11513 | Marked run 106 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.459 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.460 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.468 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.468 | 11517 | Marked run 105 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.469 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.469 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.471 | 11520 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.472 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.473 | 10418 | Recursively removing directory: /tmp/git.wReVfj/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.474 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.474 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.475 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.475 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.475 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.477 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.477 | 11531 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.477 | 10414 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.477 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.477 | 10414 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.477 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MeHHmr +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.478 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.478 | 11530 | Marked run 107 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.478 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.481 | 11532 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.482 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.483 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.484 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.485 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.488 | 10415 | Recursively removing directory: /tmp/git.qmids3/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.491 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.491 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.491 | 11538 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.491 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.492 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.492 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.493 | 11545 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.493 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V4JpXf +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.493 | 10414 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.493 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.493 | 10414 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.495 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.496 | 10418 | Recursively removing directory: /tmp/git.MeHHmr/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.498 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.498 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.498 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.498 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.498 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.499 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.501 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.501 | 11543 | Marked run 108 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.501 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.501 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.502 | 11549 | Added a new worker 8 to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.502 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.91I0lW +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.502 | 10414 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.502 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.502 | 10414 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.503 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.508 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.509 | 11548 | Marked run 109 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.510 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.509 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.510 | 10415 | Recursively removing directory: /tmp/git.V4JpXf/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.513 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.513 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.513 | 11550 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.514 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.514 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.514 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.514 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.515 | 11559 | Added a new worker 11 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.515 | 10414 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.515 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.515 | 10414 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.516 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.516 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EFmao3 +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.518 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.524 | 10418 | Recursively removing directory: /tmp/git.91I0lW/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.525 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.524 | 11558 | Marked run 110 as finished +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.526 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.525 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.525 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.526 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.526 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4IOdNF +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 11568 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 10414 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.526 | 10414 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.527 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.530 | 11562 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.531 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.533 | 11567 | Marked run 111 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.533 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.535 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.535 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.536 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.539 | 11572 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.540 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.542 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.541 | 10415 | Recursively removing directory: /tmp/git.EFmao3/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.542 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.542 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.542 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.543 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.544 | 11581 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.544 | 10414 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.544 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.544 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.544 | 10414 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.544 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VOBj79 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.545 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.548 | 11582 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.549 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.551 | 11580 | Marked run 112 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.551 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.552 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.552 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.553 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.555 | 10418 | Recursively removing directory: /tmp/git.4IOdNF/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.556 | 11587 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.557 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.558 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.558 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.559 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.559 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.559 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.560 | 11596 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.561 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AdpfCr +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.560 | 10414 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.560 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.560 | 10414 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.562 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.562 | 10415 | Recursively removing directory: /tmp/git.VOBj79/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.563 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.563 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.564 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 11599 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10414 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10414 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.564 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.564 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ve8DXG +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.565 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.571 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.572 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.572 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.573 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.573 | 11598 | Marked run 114 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.573 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.587 | 11600 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.587 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.588 | 10415 | Recursively removing directory: /tmp/git.ve8DXG/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.588 | 10418 | Recursively removing directory: /tmp/git.AdpfCr/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.590 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.590 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.590 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.590 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.590 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.590 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.590 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.590 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.590 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 11615 | Added a new worker 18 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 10414 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.591 | 10414 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.592 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dFlxrV +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.592 | 11595 | Marked run 113 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.593 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.593 | 11617 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.594 | 10414 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.594 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.594 | 10414 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.594 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LzKvOJ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.597 | 11616 | Marked run 116 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.597 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.598 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.598 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.599 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.600 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.603 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.603 | 11614 | Marked run 115 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.603 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.604 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.607 | 11622 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.607 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.610 | 10418 | Recursively removing directory: /tmp/git.dFlxrV/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.611 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.611 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.612 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 11633 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10414 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.612 | 10414 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.613 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JSGTre +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.613 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.615 | 10415 | Recursively removing directory: /tmp/git.LzKvOJ/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.616 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.616 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.617 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 11636 | Added a new worker 15 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 10414 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.617 | 10414 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.618 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.619 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tMOsIh +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.621 | 11632 | Marked run 117 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.622 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.627 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.628 | 11631 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.629 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.630 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.633 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.635 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.636 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.636 | 11635 | Marked run 118 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.636 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.639 | 11639 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.639 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.642 | 10418 | Recursively removing directory: /tmp/git.JSGTre/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.643 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.643 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.643 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.643 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.643 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.644 | 11652 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.645 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I3jyCY +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.644 | 10414 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.644 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.644 | 10414 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.646 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.646 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.648 | 10415 | Recursively removing directory: /tmp/git.tMOsIh/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.649 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.649 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.650 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 11656 | Added a new worker 16 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10414 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10414 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.650 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.652 | 11654 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.651 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0ClGBm +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.652 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.653 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.654 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.658 | 11651 | Marked run 119 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.658 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.659 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.661 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.664 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.665 | 11655 | Marked run 120 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.665 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.667 | 11661 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.667 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.669 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.668 | 10418 | Recursively removing directory: /tmp/git.I3jyCY/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.669 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.669 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.669 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 11668 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 10414 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.670 | 10414 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.670 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bmGi8n +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.671 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.677 | 10415 | Recursively removing directory: /tmp/git.0ClGBm/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.677 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.678 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.678 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.679 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.679 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 11670 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 11667 | Marked run 121 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.679 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.680 | 11676 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.681 | 10414 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.681 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.681 | 10414 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.681 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.681 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mzw4mL +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.684 | 11675 | Marked run 122 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.685 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.685 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.689 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.691 | 10418 | Recursively removing directory: /tmp/git.bmGi8n/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.693 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.693 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.692 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.692 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.693 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.694 | 11686 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.694 | 10414 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.694 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.694 | 10414 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.694 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.694 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OE4ulg +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.694 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.695 | 11680 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.696 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.699 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.704 | 11685 | Marked run 123 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.705 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.707 | 11689 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.708 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.708 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.709 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.711 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.713 | 10415 | Recursively removing directory: /tmp/git.Mzw4mL/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.714 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.714 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.714 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.714 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.714 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.715 | 11703 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.715 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qJHJqU +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.715 | 10414 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.715 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.715 | 10414 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.716 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.718 | 11702 | Marked run 124 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.718 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.720 | 10418 | Recursively removing directory: /tmp/git.OE4ulg/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.721 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.721 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.721 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.721 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.721 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.721 | 11706 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.721 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.722 | 10414 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.722 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.722 | 10414 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.722 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d6FGnM +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.723 | 11697 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.724 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.725 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.728 | 11705 | Marked run 125 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.728 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.729 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.729 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.733 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.733 | 11708 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.733 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.735 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.736 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.738 | 11713 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.738 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.741 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.746 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.746 | 11718 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.745 | 10415 | Recursively removing directory: /tmp/git.qJHJqU/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.746 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.746 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.746 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.747 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.749 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 11726 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.749 | 10418 | Recursively removing directory: /tmp/git.d6FGnM/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.750 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.750 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.750 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10414 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10414 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.750 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.752 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IgEP9u +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.752 | 11730 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.753 | 10414 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.753 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.753 | 10414 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.753 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.754 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y0VVQb +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.754 | 11725 | Marked run 126 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.754 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.759 | 11729 | Marked run 127 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.759 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.768 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.768 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.769 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.769 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.770 | 11728 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.770 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.775 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.779 | 10418 | Recursively removing directory: /tmp/git.Y0VVQb/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.780 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.780 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.780 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.781 | 10415 | Recursively removing directory: /tmp/git.IgEP9u/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.781 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.781 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.781 | 11739 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 11746 | Added a new worker 6 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 10414 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 10414 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.782 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Epudhp +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.783 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.783 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.783 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.783 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.783 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.786 | 11749 | Added a new worker 8 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.786 | 11745 | Marked run 129 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.786 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.787 | 10414 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.787 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.787 | 10414 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.787 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vrAKmV +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.789 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.789 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.790 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.793 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.793 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.795 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.796 | 11751 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.797 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.802 | 11748 | Marked run 128 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.802 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.803 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.807 | 10418 | Recursively removing directory: /tmp/git.Epudhp/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.806 | 11757 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.808 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.808 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.808 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.809 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.809 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.809 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.809 | 11763 | Added a new worker 10 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.809 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.810 | 10414 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.810 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.810 | 10414 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.811 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lfJfMM +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.814 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.814 | 11762 | Marked run 130 as finished +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.815 | 10415 | Recursively removing directory: /tmp/git.vrAKmV/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.814 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.816 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.816 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.816 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 11770 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 10414 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.816 | 10414 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.816 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.waJcyc +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.817 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.823 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.823 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.830 | 11768 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.831 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.835 | 11769 | Marked run 131 as finished +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.835 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.836 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.837 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.838 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.842 | 10415 | Recursively removing directory: /tmp/git.waJcyc/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.847 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.847 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.847 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 11783 | Added a new worker 14 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10414 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.848 | 10414 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.849 | 11777 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.849 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.849 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Cc5fbT +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.853 | 11782 | Marked run 133 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.854 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.854 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.857 | 11785 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.857 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.857 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.858 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.861 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.863 | 10418 | Recursively removing directory: /tmp/git.lfJfMM/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.865 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.865 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.865 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.865 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.865 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.868 | 11793 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.868 | 10414 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.868 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.868 | 10414 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.868 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.868 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GpejlE +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.872 | 11791 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.875 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.876 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.878 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.877 | 11792 | Marked run 132 as finished +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.878 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.881 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.883 | 10415 | Recursively removing directory: /tmp/git.Cc5fbT/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.885 | 11802 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.885 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.885 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.885 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.886 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.886 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.888 | 10418 | Recursively removing directory: /tmp/git.GpejlE/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.890 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.890 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.890 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.888 | 11808 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.889 | 11807 | Marked run 134 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.890 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.890 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.890 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.890 | 10414 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10414 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 11811 | Added a new worker 16 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10414 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.891 | 10414 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.891 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wmBekm +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.891 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9K97vZ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.892 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.899 | 11810 | Marked run 135 as finished +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.899 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.900 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.901 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.902 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.902 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.906 | 11812 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.906 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.911 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.914 | 10418 | Recursively removing directory: /tmp/git.wmBekm/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.915 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.915 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.915 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 11828 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10414 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10414 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.916 | 10415 | Recursively removing directory: /tmp/git.9K97vZ/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.916 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.917 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KED4Hg +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.917 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.917 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.918 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.917 | 11823 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.918 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.918 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.920 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.922 | 11831 | Added a new worker 15 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.922 | 10414 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.922 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.922 | 10414 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.923 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.923 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4I1AGw +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.927 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.928 | 11827 | Marked run 137 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.928 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.929 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.932 | 11829 | Marked run 136 as finished +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.932 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.932 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.934 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.935 | 11832 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.935 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.940 | 10418 | Recursively removing directory: /tmp/git.KED4Hg/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.942 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.942 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.942 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 11844 | Added a new worker 11 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 10414 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.943 | 10414 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.943 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SaLeGF +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.944 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.944 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.947 | 11843 | Marked run 138 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.947 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.951 | 11845 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.952 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.954 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.955 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.955 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.956 | 10415 | Recursively removing directory: /tmp/git.4I1AGw/ +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.957 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.957 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.957 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.957 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 11853 | Added a new worker 13 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 10414 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.958 | 10414 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.959 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iqA7Zb +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.964 | 11850 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.964 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.966 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.968 | 10415 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.968 | 11852 | Marked run 139 as finished +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.968 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.970 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.973 | 11860 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.974 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.974 | 10418 | Recursively removing directory: /tmp/git.SaLeGF/ +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.975 | 10418 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.975 | 10418 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.975 | 10418 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.976 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.976 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.978 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.978 | 11868 | Added a new worker 12 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.979 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.980 | 10414 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.980 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.980 | 10414 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.981 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1it0ic +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.984 | 10415 | Recursively removing directory: /tmp/git.iqA7Zb/ +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.985 | 10415 | Process exit code: 0 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.986 | 10415 | Process output: 57 bytes +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 11872 | Added a new worker 15 to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10414 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.986 | 10414 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.986 | 10415 | Waiting for a new command +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.990 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UeCA5q +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.993 | 11869 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.994 | 10412 | Waiting for new connections +2023-08-28 07:31:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.996 | 10418 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10418/cimple-worker: 2023-08-28 07:31:43.997 | 10418 | Going to run: ./ci +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.997 | 11867 | Marked run 140 as finished +2023-08-28 07:31:43 | INFO | 10415/cimple-worker: 2023-08-28 07:31:43.998 | 10415 | Checking out revision HEAD +2023-08-28 07:31:43 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.998 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:43.999 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.000 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.000 | 11871 | Marked run 141 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.001 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.003 | 11875 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.004 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.006 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.008 | 11883 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.008 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.010 | 10418 | Recursively removing directory: /tmp/git.1it0ic/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.011 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.011 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.012 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.012 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.012 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.012 | 11891 | Added a new worker 10 to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.013 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xb87dn +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.013 | 10414 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.013 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.013 | 10414 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.014 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.014 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.015 | 10415 | Recursively removing directory: /tmp/git.UeCA5q/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.016 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.016 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.016 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 11894 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10414 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10414 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.017 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.019 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GR0Sri +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.019 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.019 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.025 | 11892 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.025 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.029 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.030 | 11890 | Marked run 142 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.030 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.031 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.031 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.032 | 11893 | Marked run 143 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.032 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.035 | 11899 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.036 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.037 | 10418 | Recursively removing directory: /tmp/git.Xb87dn/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.039 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.039 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.039 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.039 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.040 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.040 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.040 | 11910 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.041 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u4uFVl +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.040 | 10414 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.040 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.041 | 10414 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.042 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.043 | 10415 | Recursively removing directory: /tmp/git.GR0Sri/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.045 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.045 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.045 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 11914 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10414 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.046 | 10414 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.046 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qeC2Il +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.047 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.048 | 11911 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.049 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.050 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.054 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.054 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.055 | 11909 | Marked run 144 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.055 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.055 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.058 | 11913 | Marked run 145 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.058 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.061 | 11917 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.062 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.065 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.066 | 10415 | Recursively removing directory: /tmp/git.qeC2Il/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.068 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.068 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.068 | 10418 | Recursively removing directory: /tmp/git.u4uFVl/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.069 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.069 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.069 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.069 | 11932 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.070 | 10414 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.070 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.070 | 10414 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.070 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.070 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p61ylj +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.070 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.070 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.070 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.071 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ae6nti +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.071 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.071 | 11934 | Added a new worker 17 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.071 | 10414 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.071 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.071 | 10414 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.072 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.072 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.074 | 11929 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.074 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.079 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.085 | 11931 | Marked run 147 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.085 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.086 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.087 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.087 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.089 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.090 | 11933 | Marked run 146 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.090 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.093 | 11936 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.094 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.099 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.102 | 10418 | Recursively removing directory: /tmp/git.ae6nti/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.103 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.103 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.103 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.103 | 11948 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.104 | 10415 | Recursively removing directory: /tmp/git.p61ylj/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.104 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.104 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.105 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.105 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.105 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.105 | 11952 | Added a new worker 10 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.105 | 10414 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.105 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.105 | 10414 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.105 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.106 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.107 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lOA5N1 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.107 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.108 | 11955 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.108 | 10414 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.108 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.108 | 10414 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.108 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.51FrAt +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.109 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.113 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.114 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.116 | 11951 | Marked run 149 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.117 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.118 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.119 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.122 | 11954 | Marked run 148 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.122 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.124 | 10418 | Recursively removing directory: /tmp/git.lOA5N1/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.126 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.126 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.125 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.125 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.126 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.126 | 11956 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.127 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.128 | 11969 | Added a new worker 7 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.128 | 10414 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.128 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.128 | 10414 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.129 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xdpz3e +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.129 | 11968 | Marked run 150 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.130 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.130 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.133 | 10415 | Recursively removing directory: /tmp/git.51FrAt/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.134 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.134 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.135 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 11974 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10414 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10414 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.135 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.139 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5ChjPF +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.142 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.142 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.143 | 11972 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.144 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.148 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.150 | 11973 | Marked run 151 as finished +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.151 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.151 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.153 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.155 | 11977 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.155 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.159 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.160 | 10418 | Recursively removing directory: /tmp/git.xdpz3e/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.161 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.161 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.162 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.162 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.162 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.162 | 11991 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.163 | 10414 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.163 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.163 | 10414 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.163 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.164 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E0iQUn +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.166 | 10415 | Recursively removing directory: /tmp/git.5ChjPF/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.166 | 11987 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.167 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.167 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.168 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.169 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.169 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.170 | 11995 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.170 | 10414 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.170 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.170 | 10414 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.171 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.171 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.178 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YA8nGu +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.182 | 11990 | Marked run 152 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.183 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.184 | 11993 | Marked run 153 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.185 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.186 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.187 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.187 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.188 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.193 | 11996 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.195 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.198 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.201 | 10418 | Recursively removing directory: /tmp/git.E0iQUn/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.203 | 10415 | Recursively removing directory: /tmp/git.YA8nGu/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.204 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.204 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.204 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.205 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.205 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.205 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.205 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.205 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.206 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.206 | 12007 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.206 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.206 | 12012 | Added a new worker 8 to the queue +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10414 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10414 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 12014 | Added a new worker 18 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10414 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.208 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.209 | 10414 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.209 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yMD4ry +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.209 | 12011 | Marked run 154 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.210 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.210 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AMZfyP +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.212 | 12013 | Marked run 155 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.212 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.212 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.215 | 12016 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.216 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.220 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.221 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.221 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.229 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.230 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.231 | 12019 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.235 | 10418 | Recursively removing directory: /tmp/git.yMD4ry/ +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.235 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.237 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.237 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.237 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.237 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.237 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.238 | 12028 | Added a new worker 12 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.239 | 10414 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.239 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.239 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.239 | 10414 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.239 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8izLqh +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.240 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.251 | 12027 | Marked run 156 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.252 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 12036 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 10414 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.254 | 10414 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.252 | 10415 | Recursively removing directory: /tmp/git.AMZfyP/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.254 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.254 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.254 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.254 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DvDx6T +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.255 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.256 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.257 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.257 | 12029 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.258 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.264 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.265 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.266 | 10418 | Recursively removing directory: /tmp/git.8izLqh/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.266 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.268 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.268 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.268 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.268 | 12035 | Marked run 157 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 12047 | Added a new worker 6 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10414 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.269 | 10414 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.270 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c6FiVg +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.273 | 12045 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.273 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.278 | 10415 | Recursively removing directory: /tmp/git.DvDx6T/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.278 | 12046 | Marked run 158 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.278 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.279 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.279 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.279 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.279 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.279 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.280 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.280 | 12055 | Added a new worker 11 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.281 | 10414 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.281 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.281 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.281 | 10414 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.281 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WirFhM +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.281 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.284 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.287 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.288 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.289 | 12054 | Marked run 159 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.289 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.293 | 12057 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.294 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.297 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.298 | 10415 | Recursively removing directory: /tmp/git.WirFhM/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.299 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.299 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 12072 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 10414 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.300 | 10414 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.300 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.300 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z3Lrbs +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.301 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.302 | 10418 | Recursively removing directory: /tmp/git.c6FiVg/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.303 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.303 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.303 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.303 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.303 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.304 | 12069 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.304 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.304 | 12074 | Added a new worker 7 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.305 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.305 | 10414 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.305 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.305 | 10414 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.305 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eQtUKb +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.310 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.310 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.311 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.312 | 12071 | Marked run 161 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.312 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.314 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.314 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.318 | 12073 | Marked run 160 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.319 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.320 | 10415 | Recursively removing directory: /tmp/git.z3Lrbs/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.321 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.321 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.322 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.322 | 12078 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.322 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.322 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.322 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.324 | 12089 | Added a new worker 8 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.324 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.324 | 10414 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.324 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.324 | 10414 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.324 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NDNN24 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.328 | 10418 | Recursively removing directory: /tmp/git.eQtUKb/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.329 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.329 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.330 | 12088 | Marked run 162 as finished +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.329 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.329 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.329 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.330 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.330 | 12093 | Added a new worker 7 to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.330 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.330 | 10414 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.330 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.331 | 10414 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.331 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iEOf29 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.331 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.332 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.332 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.338 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.339 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.342 | 12092 | Marked run 163 as finished +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.343 | 10415 | Recursively removing directory: /tmp/git.NDNN24/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.342 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.348 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.348 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.347 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.347 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.348 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.349 | 12107 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.349 | 10414 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.349 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.349 | 10414 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.349 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ljQK9j +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.350 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.352 | 12095 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.353 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.354 | 10418 | Recursively removing directory: /tmp/git.iEOf29/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.355 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.355 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.356 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.355 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.356 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.356 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.359 | 12112 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.359 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.359 | 10414 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.359 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.360 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.29GNxE +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.359 | 10414 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.362 | 12110 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.363 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.362 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.366 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.368 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.371 | 12106 | Marked run 164 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.371 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.373 | 12111 | Marked run 165 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.374 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.377 | 12114 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.378 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.381 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.382 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.383 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.390 | 12122 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.391 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.392 | 10415 | Recursively removing directory: /tmp/git.ljQK9j/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.393 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.393 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.394 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.395 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.395 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.395 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.397 | 12131 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.397 | 10414 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.397 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.397 | 10414 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.398 | 10418 | Recursively removing directory: /tmp/git.29GNxE/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.401 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.401 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.401 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.404 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VXxghY +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.398 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mVyTXZ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.401 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.402 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.402 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.403 | 12134 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.404 | 10414 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.404 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.404 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.404 | 10414 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.413 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.414 | 12132 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.415 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.416 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.422 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.423 | 12130 | Marked run 166 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.423 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.424 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.425 | 12133 | Marked run 167 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.426 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.426 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.430 | 10418 | Recursively removing directory: /tmp/git.VXxghY/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.431 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.431 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.431 | 12142 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.431 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.431 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.432 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.432 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.435 | 12147 | Added a new worker 11 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.435 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.435 | 10414 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.435 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.435 | 10414 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.436 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QtEdCz +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.436 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.439 | 10415 | Recursively removing directory: /tmp/git.mVyTXZ/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.440 | 12146 | Marked run 169 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.441 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.445 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.445 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.445 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.445 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.446 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.446 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.449 | 12154 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.449 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.451 | 10414 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.451 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.451 | 10414 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.451 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.24lkWa +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.452 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.455 | 12152 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.455 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.458 | 12153 | Marked run 168 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.458 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.462 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.463 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.464 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.468 | 10418 | Recursively removing directory: /tmp/git.QtEdCz/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.473 | 12162 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.473 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.474 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.474 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.475 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.475 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.475 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.479 | 10415 | Recursively removing directory: /tmp/git.24lkWa/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.479 | 12170 | Added a new worker 11 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.479 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.479 | 10414 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.479 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.480 | 10414 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.480 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FEfjxI +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.482 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.482 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.482 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.482 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.482 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.484 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.485 | 12173 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.485 | 10414 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.485 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.485 | 10414 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.486 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.485 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BjUv8n +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.494 | 12169 | Marked run 170 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.494 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.502 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.502 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.503 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.503 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.507 | 12174 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.507 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.511 | 12172 | Marked run 171 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.512 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.513 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.514 | 10415 | Recursively removing directory: /tmp/git.BjUv8n/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.518 | 10418 | Recursively removing directory: /tmp/git.FEfjxI/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.519 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.519 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 12185 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 12190 | Added a new worker 8 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 10414 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.520 | 10414 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.520 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.520 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0lLBaa +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.521 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.522 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.522 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.522 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 12193 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 10414 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.522 | 10414 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.523 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HHMiVm +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.525 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.527 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.529 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.529 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.530 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.532 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.532 | 12192 | Marked run 172 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.533 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.533 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.535 | 12189 | Marked run 173 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.536 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.538 | 12196 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.540 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.543 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.543 | 10418 | Recursively removing directory: /tmp/git.HHMiVm/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.545 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.545 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.545 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.545 | 10415 | Recursively removing directory: /tmp/git.0lLBaa/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.546 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 12210 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 10414 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.546 | 10414 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N4XfpK +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.548 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.548 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.548 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.548 | 12208 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.549 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.549 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.551 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.551 | 12213 | Added a new worker 16 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.552 | 10414 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.552 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.552 | 10414 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.552 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.552 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6LDueq +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.553 | 12209 | Marked run 175 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.553 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.564 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.564 | 12212 | Marked run 174 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.565 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.565 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.565 | 12214 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.566 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.569 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.572 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.572 | 12218 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.573 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.573 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.577 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.578 | 10418 | Recursively removing directory: /tmp/git.N4XfpK/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.581 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.581 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.581 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.581 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.581 | 12226 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.582 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.581 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.583 | 12231 | Marked run 176 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.583 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.584 | 10415 | Recursively removing directory: /tmp/git.6LDueq/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.585 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.585 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.584 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.585 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.586 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.585 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.586 | 12232 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.586 | 10414 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.586 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.586 | 10414 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.586 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ULc47P +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.587 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.587 | 12236 | Added a new worker 11 to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.587 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LlPYSy +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.587 | 10414 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.587 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.587 | 10414 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.588 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.591 | 12234 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.594 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.594 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.595 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.597 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.598 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.599 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.601 | 12235 | Marked run 177 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.601 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.604 | 12241 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.604 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.606 | 10418 | Recursively removing directory: /tmp/git.ULc47P/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.607 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.607 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.608 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.607 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.608 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.608 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.608 | 12253 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.608 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.609 | 10414 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.609 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.609 | 10414 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.609 | 12251 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.609 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.609 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vpXDL0 +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.613 | 10415 | Recursively removing directory: /tmp/git.LlPYSy/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.613 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.613 | 12252 | Marked run 178 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.614 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.614 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.614 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.614 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.614 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.614 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.614 | 12258 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.615 | 10414 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.615 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.615 | 10414 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.615 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.615 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PEirCl +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.619 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.620 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.620 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.621 | 12257 | Marked run 179 as finished +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.621 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.621 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.625 | 12256 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.625 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.628 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.631 | 12266 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.631 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.632 | 10418 | Recursively removing directory: /tmp/git.vpXDL0/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 12275 | Added a new worker 10 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10414 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10414 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.634 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.633 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.633 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.634 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.635 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.byffnX +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.637 | 10415 | Recursively removing directory: /tmp/git.PEirCl/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.639 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.639 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.639 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.639 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.639 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.641 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.641 | 12278 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.642 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8wZGoQ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.642 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.642 | 10414 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.642 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.642 | 10414 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.644 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.648 | 12274 | Marked run 180 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.649 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.649 | 12276 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.650 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.652 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.653 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.653 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.654 | 12277 | Marked run 181 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.654 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.656 | 10418 | Recursively removing directory: /tmp/git.byffnX/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.657 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.658 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.657 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.657 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.657 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.658 | 12291 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.659 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CTPNfa +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.658 | 10414 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.658 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.658 | 10414 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.660 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.662 | 12286 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.663 | 10415 | Recursively removing directory: /tmp/git.8wZGoQ/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.663 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.665 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.669 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.669 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.669 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.669 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.669 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.670 | 12298 | Added a new worker 16 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.670 | 10414 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.670 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.670 | 10414 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.671 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.671 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xpJwzA +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.672 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.673 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.676 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.676 | 12296 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.678 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.680 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.685 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.687 | 12290 | Marked run 182 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.687 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.689 | 12302 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.689 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.691 | 12297 | Marked run 183 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.691 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.693 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.694 | 10418 | Recursively removing directory: /tmp/git.CTPNfa/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.695 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.695 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.695 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.695 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.695 | 12315 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.695 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.696 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JZY3cX +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.695 | 10414 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.695 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.696 | 10414 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.696 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.699 | 12311 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.699 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.702 | 10415 | Recursively removing directory: /tmp/git.xpJwzA/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.703 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.703 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.703 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.703 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.703 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.704 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.704 | 12319 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.704 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Siye1Q +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.704 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.704 | 10414 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.704 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.704 | 10414 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.704 | 12314 | Marked run 184 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.705 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.706 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.707 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.714 | 10418 | Recursively removing directory: /tmp/git.JZY3cX/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.715 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.715 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.715 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.715 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.715 | 12328 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.715 | 10414 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.716 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.716 | 10414 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.716 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.715 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.716 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.80UZ6F +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.718 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.719 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.722 | 12318 | Marked run 185 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.723 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.725 | 12321 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.725 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.726 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.725 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.729 | 12327 | Marked run 186 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.729 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.729 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.732 | 12334 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.732 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.734 | 10415 | Recursively removing directory: /tmp/git.Siye1Q/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.736 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.736 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.737 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.737 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.738 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.738 | 12342 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.738 | 10414 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.738 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.738 | 10414 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.738 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.739 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.740 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P4gGxf +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.744 | 12340 | Marked run 187 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.745 | 12341 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.745 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.747 | 10418 | Recursively removing directory: /tmp/git.80UZ6F/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.747 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.749 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.749 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.749 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.749 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.749 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.750 | 12350 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.750 | 10414 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.750 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.750 | 10414 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.751 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.751 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2ftpRG +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.752 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.752 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.754 | 12348 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.755 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.758 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.761 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.766 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.767 | 12349 | Marked run 188 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.767 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.771 | 12354 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.772 | 10415 | Recursively removing directory: /tmp/git.P4gGxf/ +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.773 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.773 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.773 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.774 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.774 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.774 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.776 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.776 | 12364 | Added a new worker 12 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.777 | 10414 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.777 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.777 | 10414 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.777 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.68tEQu +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.777 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.779 | 10418 | Recursively removing directory: /tmp/git.2ftpRG/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.781 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.781 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.780 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.781 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.781 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.782 | 12370 | Added a new worker 16 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.782 | 10414 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.782 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.782 | 10414 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.783 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N001fg +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.785 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.786 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.787 | 12363 | Marked run 189 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.788 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.790 | 12368 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.792 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.795 | 12369 | Marked run 190 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.795 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.795 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.798 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.799 | 10415 | Recursively removing directory: /tmp/git.68tEQu/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.801 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.801 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 12380 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10414 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10414 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.801 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.801 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.802 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mcr6xO +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.806 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.809 | 12378 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.810 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.812 | 12379 | Marked run 191 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.812 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.813 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.814 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.817 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.818 | 10418 | Recursively removing directory: /tmp/git.N001fg/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.821 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.821 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.821 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 12393 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 10414 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 10414 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.821 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.822 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iIa8S6 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.822 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.825 | 10415 | Recursively removing directory: /tmp/git.Mcr6xO/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.827 | 12389 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.827 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.827 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.827 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.827 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.827 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.829 | 12392 | Marked run 192 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.829 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.831 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.831 | 12398 | Added a new worker 10 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.831 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.831 | 10414 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.832 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.832 | 10414 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.832 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Lr8sO +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.834 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.835 | 12397 | Marked run 193 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.836 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.838 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.838 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.839 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.841 | 12400 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.841 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.844 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.849 | 12406 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.850 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.852 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.853 | 10418 | Recursively removing directory: /tmp/git.iIa8S6/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.854 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.854 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.854 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.854 | 10415 | Recursively removing directory: /tmp/git.3Lr8sO/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 12418 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 10414 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.855 | 10414 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.856 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.856 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wi3WSx +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.856 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.856 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.857 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.857 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.brZHMv +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.856 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 12420 | Added a new worker 16 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 10414 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.857 | 10414 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.858 | 12415 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.858 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.863 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.865 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.865 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.866 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.867 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.868 | 12417 | Marked run 194 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.868 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.872 | 12419 | Marked run 195 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.873 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.874 | 10418 | Recursively removing directory: /tmp/git.Wi3WSx/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.876 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.876 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.876 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.877 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.877 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.877 | 12422 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.878 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.877 | 10415 | Recursively removing directory: /tmp/git.brZHMv/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.879 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.879 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.879 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.879 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.879 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 12436 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 12439 | Added a new worker 14 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.880 | 10414 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.881 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sJ2E7C +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.880 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cIpeNe +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.882 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.885 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.886 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.889 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.893 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.894 | 12438 | Marked run 197 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.894 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.896 | 12435 | Marked run 196 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.897 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.901 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.902 | 10415 | Recursively removing directory: /tmp/git.cIpeNe/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.904 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.904 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.904 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.904 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.904 | 12441 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.904 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.904 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.906 | 12449 | Added a new worker 10 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.906 | 10414 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.906 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.906 | 10414 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.906 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G6ZhSA +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.906 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.909 | 12448 | Marked run 199 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.909 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.912 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.913 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.913 | 10418 | Recursively removing directory: /tmp/git.sJ2E7C/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.914 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.915 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.915 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.915 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.915 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.915 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.916 | 12459 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.916 | 10414 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.916 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.916 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.923 | 10415 | Recursively removing directory: /tmp/git.G6ZhSA/ +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.923 | 10414 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.926 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3wfXj2 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 12458 | Marked run 198 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 12466 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 10414 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.929 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.929 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.929 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.929 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.930 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jMwnbH +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.930 | 10414 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.930 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.934 | 12457 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.935 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.935 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.936 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.939 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.939 | 12465 | Marked run 200 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.939 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.939 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.942 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.946 | 10418 | Recursively removing directory: /tmp/git.3wfXj2/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.949 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.949 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.949 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.949 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qEDBR0 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 12479 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 10414 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.949 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.950 | 10414 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.950 | 12472 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.950 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.955 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.958 | 10415 | Recursively removing directory: /tmp/git.jMwnbH/ +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.959 | 10415 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.959 | 10415 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.959 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.960 | 10415 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.960 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.960 | 12486 | Added a new worker 15 to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.960 | 10414 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.960 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.960 | 10414 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.960 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Tt3ze +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.962 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.963 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.979 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.980 | 12483 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.980 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.983 | 12478 | Marked run 201 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.984 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.986 | 12485 | Marked run 202 as finished +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.987 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.989 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.988 | 10418 | Recursively removing directory: /tmp/git.qEDBR0/ +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.990 | 10418 | Process exit code: 0 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.990 | 10418 | Process output: 57 bytes +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.990 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.990 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.991 | 12496 | Added a new worker 13 to the queue +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.991 | 10415 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.991 | 10414 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.991 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.991 | 10414 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.990 | 10418 | Waiting for a new command +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.991 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dALobg +2023-08-28 07:31:44 | INFO | 10415/cimple-worker: 2023-08-28 07:31:44.992 | 10415 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.992 | 10412 | Waiting for new connections +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.997 | 10418 | Checking out revision HEAD +2023-08-28 07:31:44 | INFO | 10418/cimple-worker: 2023-08-28 07:31:44.998 | 10418 | Going to run: ./ci +2023-08-28 07:31:44 | INFO | 10412/cimple-server: 2023-08-28 07:31:44.999 | 12494 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.000 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.007 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.013 | 10415 | Recursively removing directory: /tmp/git.8Tt3ze/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.012 | 12495 | Marked run 203 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.013 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.014 | 10418 | Recursively removing directory: /tmp/git.dALobg/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.014 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.014 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.015 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.016 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YyQxLN +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 12512 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 10414 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.015 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.016 | 10414 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.017 | 12505 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.018 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.018 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.019 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.019 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.019 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.019 | 12514 | Added a new worker 12 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.020 | 10414 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.020 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.020 | 10414 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.020 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.020 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CZKyDb +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.026 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.027 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.028 | 12511 | Marked run 204 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.029 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.029 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.030 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.031 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.033 | 12513 | Marked run 205 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.034 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.035 | 12516 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.036 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.039 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.042 | 12527 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.043 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.042 | 10415 | Recursively removing directory: /tmp/git.YyQxLN/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.043 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.043 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.043 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.043 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.043 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.044 | 12533 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.044 | 10414 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.044 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.044 | 10414 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.044 | 10418 | Recursively removing directory: /tmp/git.CZKyDb/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.044 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XlV71L +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.046 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.046 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.046 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.046 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.046 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.046 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.049 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.049 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.050 | 12535 | Added a new worker 14 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.050 | 10414 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.050 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.050 | 10414 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.050 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zU30rn +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.050 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.051 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.054 | 12534 | Marked run 207 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.054 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.058 | 12536 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.059 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.060 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.062 | 10415 | Recursively removing directory: /tmp/git.XlV71L/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.063 | 12532 | Marked run 206 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.064 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.063 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.064 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.064 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.064 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.064 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.064 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.067 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.067 | 12545 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.067 | 10414 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.067 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.067 | 10414 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.067 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EPPTwF +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.068 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.070 | 12544 | Marked run 208 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.070 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.074 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.075 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.075 | 12547 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.077 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.079 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.082 | 12555 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.082 | 10418 | Recursively removing directory: /tmp/git.zU30rn/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.083 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.083 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.084 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.084 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.084 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.085 | 12559 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.085 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.085 | 10414 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.085 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.085 | 10414 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.086 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Hk2zw +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.087 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.092 | 10415 | Recursively removing directory: /tmp/git.EPPTwF/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.092 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.093 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.095 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.095 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.095 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.095 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.095 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.095 | 12567 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.095 | 10414 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.096 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.096 | 12558 | Marked run 209 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.096 | 10414 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.096 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6xbUWE +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.096 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.096 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.104 | 10418 | Recursively removing directory: /tmp/git.5Hk2zw/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.106 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.106 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.106 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 12574 | Added a new worker 16 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10414 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.107 | 10414 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.108 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DCQVXR +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.244 | 12563 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.245 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.247 | 12566 | Marked run 210 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.248 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.248 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.250 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.251 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.253 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.253 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.254 | 12573 | Marked run 211 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.255 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.259 | 12576 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.260 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.264 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.264 | 10415 | Recursively removing directory: /tmp/git.6xbUWE/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.265 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.265 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.266 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.266 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.266 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.266 | 12592 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.267 | 10414 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.267 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.267 | 10414 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.267 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.268 | 10418 | Recursively removing directory: /tmp/git.DCQVXR/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.267 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KO5wAU +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.269 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.269 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.269 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.270 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.270 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.270 | 12594 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.270 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.271 | 10414 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.271 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.271 | 10414 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.271 | 12589 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.271 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.272 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xdHA58 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.274 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.279 | 12591 | Marked run 212 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.279 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.281 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.282 | 12593 | Marked run 213 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.282 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.283 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.286 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.288 | 12596 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.289 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.290 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.293 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.296 | 10415 | Recursively removing directory: /tmp/git.KO5wAU/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.299 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.299 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.299 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.299 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.299 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.299 | 12611 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.300 | 10414 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.300 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.300 | 10414 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.300 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.86oz9r +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.301 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.302 | 10418 | Recursively removing directory: /tmp/git.xdHA58/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.303 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.303 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.303 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.303 | 12605 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.303 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.303 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.305 | 12615 | Added a new worker 12 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.305 | 10414 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.305 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.305 | 10414 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.305 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yd0b2F +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.305 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.308 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.313 | 12610 | Marked run 214 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.313 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.314 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.315 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.315 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.316 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.318 | 12616 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.318 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.320 | 12613 | Marked run 215 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.320 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.321 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.324 | 12621 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.324 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.328 | 10418 | Recursively removing directory: /tmp/git.Yd0b2F/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.329 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.330 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.330 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.330 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.330 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.330 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.331 | 10415 | Recursively removing directory: /tmp/git.86oz9r/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.331 | 12634 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.331 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.331 | 10414 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.331 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.331 | 10414 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.332 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kbOTze +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.334 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.334 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.334 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 12636 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 10414 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.334 | 10414 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.335 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.335 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ylQRBg +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.337 | 12633 | Marked run 217 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.337 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.344 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.345 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.346 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.346 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.348 | 12635 | Marked run 216 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.348 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.350 | 12632 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.350 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.354 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.356 | 10418 | Recursively removing directory: /tmp/git.kbOTze/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.358 | 12650 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.359 | 10415 | Recursively removing directory: /tmp/git.ylQRBg/ +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.358 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.358 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.358 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.359 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.359 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.361 | 12652 | Added a new worker 12 to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.361 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hp3qUw +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.363 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.363 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.363 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.361 | 10414 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.361 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.361 | 10414 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.362 | 12651 | Marked run 218 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.363 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.363 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.363 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.363 | 12655 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.364 | 10414 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.364 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.364 | 10414 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.364 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.365 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T98kYk +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.366 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.369 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.370 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.371 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.372 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.373 | 12654 | Marked run 219 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.373 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.376 | 12656 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.377 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.379 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.382 | 10418 | Recursively removing directory: /tmp/git.hp3qUw/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.383 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.383 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.383 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.384 | 10415 | Recursively removing directory: /tmp/git.T98kYk/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.384 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.384 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.384 | 12672 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.385 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oJOVWx +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.385 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.385 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.385 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.384 | 12668 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.385 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.385 | 10414 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.385 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.385 | 10414 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.386 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.387 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.387 | 12674 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.388 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xHRzYk +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.387 | 10414 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.387 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.387 | 10414 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.388 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.389 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.393 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.394 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.394 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.395 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.396 | 12673 | Marked run 221 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.396 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.396 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.399 | 12671 | Marked run 220 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.399 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.404 | 12678 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.404 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.406 | 10418 | Recursively removing directory: /tmp/git.oJOVWx/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.407 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.407 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.408 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.408 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.408 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.409 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.409 | 12691 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.409 | 10415 | Recursively removing directory: /tmp/git.xHRzYk/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.410 | 10414 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.410 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.410 | 10414 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.410 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.410 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GXkRjm +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.411 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.411 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.411 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.411 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.411 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.411 | 12694 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.412 | 10414 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.412 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.412 | 10414 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.412 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.412 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d1dfsv +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.415 | 12690 | Marked run 222 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.415 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.421 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.421 | 12693 | Marked run 223 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.421 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.422 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.422 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.423 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.425 | 12692 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.426 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.431 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.432 | 10415 | Recursively removing directory: /tmp/git.d1dfsv/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.433 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.433 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.433 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.434 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.433 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.434 | 12710 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.434 | 10414 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.434 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.434 | 10414 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.434 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oIy2WO +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.435 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.436 | 10418 | Recursively removing directory: /tmp/git.GXkRjm/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.437 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.437 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.438 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.438 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.438 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.438 | 12712 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.439 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dZoLr8 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.438 | 10414 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.438 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.439 | 10414 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.439 | 12707 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.440 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.440 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.441 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.442 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.444 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.447 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.448 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.448 | 12709 | Marked run 225 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.448 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.455 | 10415 | Recursively removing directory: /tmp/git.oIy2WO/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.456 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.456 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.456 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.456 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.457 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.458 | 12724 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.458 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hSTGLQ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.458 | 10414 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.458 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.458 | 10414 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.459 | 12715 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.459 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.460 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.462 | 12711 | Marked run 224 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.462 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.463 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.467 | 12723 | Marked run 226 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.468 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.469 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.469 | 12729 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.470 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.471 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.472 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.474 | 10418 | Recursively removing directory: /tmp/git.dZoLr8/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.475 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.475 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.475 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.475 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.475 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.476 | 12735 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.476 | 10414 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.476 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.476 | 10414 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.476 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hgavFW +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.477 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.477 | 12733 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.477 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.481 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.487 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.487 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.485 | 10415 | Recursively removing directory: /tmp/git.hSTGLQ/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.486 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.486 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.487 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.487 | 12734 | Marked run 227 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.488 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.488 | 12744 | Added a new worker 9 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.488 | 10414 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.488 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.488 | 10414 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.489 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.489 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LXw5lj +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.489 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.495 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.496 | 12740 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.497 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.501 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.502 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.503 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.502 | 12743 | Marked run 228 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.503 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.507 | 10418 | Recursively removing directory: /tmp/git.hgavFW/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.508 | 12750 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.508 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.510 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.510 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.510 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.510 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.510 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.511 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.511 | 12758 | Added a new worker 12 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.512 | 10414 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.512 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.512 | 10414 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.512 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HEahkL +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.513 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.515 | 12759 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.515 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.518 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.519 | 10415 | Recursively removing directory: /tmp/git.LXw5lj/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.520 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.520 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.521 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.520 | 12757 | Marked run 229 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.520 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 12766 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10414 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10414 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.521 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.522 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MpWDww +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.523 | 12764 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.524 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.524 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.525 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.529 | 12765 | Marked run 230 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.529 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.530 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.531 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.533 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.540 | 12772 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.541 | 10418 | Recursively removing directory: /tmp/git.HEahkL/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.543 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.543 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.543 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.541 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.543 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.543 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.544 | 10415 | Recursively removing directory: /tmp/git.MpWDww/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.544 | 12783 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.544 | 10414 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.544 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.545 | 10414 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.545 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.545 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.545 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.546 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.546 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.546 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.547 | 12782 | Marked run 231 as finished +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.547 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.95ROm9 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.548 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.549 | 12785 | Added a new worker 6 to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.550 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ul6V80 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.549 | 10414 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.549 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.549 | 10414 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.549 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.555 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.555 | 12784 | Marked run 232 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.555 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.560 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.563 | 12786 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.563 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.565 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.566 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.568 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.574 | 12791 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.575 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.578 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.579 | 10418 | Recursively removing directory: /tmp/git.95ROm9/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.581 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.581 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.581 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.581 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 12804 | Added a new worker 14 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 10414 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 10414 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.582 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.582 | 10415 | Recursively removing directory: /tmp/git.ul6V80/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.582 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vfzCs4 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.584 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.584 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.584 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.584 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.584 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.584 | 12806 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.585 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TuoHD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.584 | 10414 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.585 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.585 | 10414 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.585 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.586 | 12801 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.588 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.591 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.594 | 12803 | Marked run 233 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.595 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.595 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.596 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.597 | 12805 | Marked run 234 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.597 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.597 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.597 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.599 | 12808 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.600 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.602 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.606 | 12814 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.607 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.609 | 10418 | Recursively removing directory: /tmp/git.vfzCs4/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.611 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.611 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.611 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.611 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.611 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.611 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.612 | 12826 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.613 | 10414 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.613 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.613 | 10414 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.613 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sl1dmA +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.613 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.613 | 10415 | Recursively removing directory: /tmp/git.3TuoHD/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.615 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.615 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.615 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.615 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.615 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.616 | 12824 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.616 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.618 | 12825 | Marked run 235 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.619 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.620 | 12828 | Added a new worker 7 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.620 | 10414 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.620 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.620 | 10414 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.620 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T29h50 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.621 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.621 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.623 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.622 | 12827 | Marked run 236 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.622 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.623 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.626 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.627 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.629 | 12830 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.629 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.632 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.636 | 10418 | Recursively removing directory: /tmp/git.sl1dmA/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.637 | 12837 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.637 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.639 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.639 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.639 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.639 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.639 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.640 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.641 | 12847 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.641 | 10414 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.641 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.641 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.642 | 10414 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.642 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1sFXBW +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.643 | 12846 | Marked run 237 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.643 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.644 | 10415 | Recursively removing directory: /tmp/git.T29h50/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.645 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.645 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.646 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 12850 | Added a new worker 14 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 10414 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.646 | 10414 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.646 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a7qRgc +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.648 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.649 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.650 | 12848 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.651 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.652 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.652 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.652 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.655 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.656 | 12849 | Marked run 238 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.656 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.660 | 12854 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.661 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.664 | 10418 | Recursively removing directory: /tmp/git.1sFXBW/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.665 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.665 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.665 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.665 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.665 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.666 | 12867 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.666 | 10414 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.666 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.666 | 10414 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.666 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.666 | 10415 | Recursively removing directory: /tmp/git.a7qRgc/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.668 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.668 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.667 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mSTJhd +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.668 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 12869 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 10414 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.668 | 10414 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.669 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.669 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XWJkeb +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.670 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.671 | 12866 | Marked run 239 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.674 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.678 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.679 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.683 | 12870 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.683 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.685 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.686 | 12868 | Marked run 240 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.686 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.687 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.689 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.691 | 10418 | Recursively removing directory: /tmp/git.mSTJhd/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.693 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.693 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.693 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.693 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.693 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 12883 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 12878 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 10414 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 10414 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.694 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tspDoN +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.694 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.697 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.702 | 12882 | Marked run 241 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.702 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.703 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.704 | 10415 | Recursively removing directory: /tmp/git.XWJkeb/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.705 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.705 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.705 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.705 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.706 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.706 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.706 | 12885 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.707 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.708 | 12891 | Added a new worker 6 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.708 | 10414 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.709 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.709 | 10414 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.709 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6NywRv +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.709 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.711 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.720 | 10418 | Recursively removing directory: /tmp/git.tspDoN/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.722 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.722 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 12900 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 10414 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.722 | 10414 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.722 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.722 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pj5nMC +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.723 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.726 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.728 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.728 | 12890 | Marked run 242 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.729 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.732 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.733 | 12894 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.734 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.733 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.737 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.739 | 12899 | Marked run 243 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.740 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.742 | 12907 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.742 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.745 | 10415 | Recursively removing directory: /tmp/git.6NywRv/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.746 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.746 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.746 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.746 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.747 | 10418 | Recursively removing directory: /tmp/git.Pj5nMC/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.747 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.747 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.747 | 12918 | Added a new worker 12 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.748 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.748 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10414 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10414 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.748 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.748 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U1j21J +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.748 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.749 | 12920 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.750 | 10414 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.750 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.750 | 10414 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.751 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.751 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.avQ1pk +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.754 | 12917 | Marked run 244 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.754 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.760 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.760 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.761 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.761 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.762 | 12916 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.763 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.767 | 12919 | Marked run 245 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.767 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.770 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.774 | 10418 | Recursively removing directory: /tmp/git.avQ1pk/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.775 | 12931 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.776 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.777 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.777 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.777 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.777 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.777 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.778 | 12937 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.778 | 10414 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.778 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.778 | 10414 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.779 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.779 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZsGb94 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.783 | 10415 | Recursively removing directory: /tmp/git.U1j21J/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.787 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.787 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.787 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.788 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.787 | 12936 | Marked run 247 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.788 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.788 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.789 | 12940 | Added a new worker 7 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.789 | 10414 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.789 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.789 | 10414 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.789 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.792 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jVIF3g +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.794 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.795 | 12938 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.800 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.801 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.803 | 10418 | Recursively removing directory: /tmp/git.ZsGb94/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.804 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.805 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.805 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.805 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.805 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.805 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.806 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.806 | 12950 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.806 | 10414 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.807 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.807 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.807 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ug0ZAq +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.807 | 12939 | Marked run 246 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.807 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.807 | 10414 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.813 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.815 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.815 | 12951 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.816 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.819 | 12949 | Marked run 248 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.820 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.823 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.825 | 10415 | Recursively removing directory: /tmp/git.jVIF3g/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.826 | 10418 | Recursively removing directory: /tmp/git.ug0ZAq/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.827 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.827 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.827 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 12967 | Added a new worker 17 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10414 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.828 | 10414 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.827 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.827 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.827 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.828 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZaLO91 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.829 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.829 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.830 | 12968 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.830 | 10414 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.830 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.830 | 10414 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.830 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.830 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TFyO9N +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.835 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.836 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.838 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.839 | 12965 | Marked run 250 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.839 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.841 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.841 | 12966 | Marked run 249 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.841 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.842 | 12964 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.843 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.845 | 10415 | Recursively removing directory: /tmp/git.ZaLO91/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.846 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.846 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.846 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.846 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.846 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.847 | 12978 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.847 | 10414 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.847 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.847 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.847 | 10414 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.848 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EXaI05 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.849 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.851 | 12977 | Marked run 251 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.852 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.855 | 12979 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.855 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.856 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.857 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.859 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.862 | 10418 | Recursively removing directory: /tmp/git.TFyO9N/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.864 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.864 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.864 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.864 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.865 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.865 | 12993 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.866 | 10414 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.866 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.866 | 10414 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.866 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XUVC5G +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.866 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.867 | 12992 | Marked run 252 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.867 | 12986 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.868 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.870 | 10415 | Recursively removing directory: /tmp/git.EXaI05/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.871 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.871 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.871 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.872 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.872 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.872 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.873 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.874 | 12997 | Added a new worker 10 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.874 | 10414 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.874 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.874 | 10414 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.874 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.875 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YEIGdX +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.880 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.882 | 10418 | Recursively removing directory: /tmp/git.XUVC5G/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.883 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.883 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.883 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.883 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.883 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.883 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.882 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.884 | 13006 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.884 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tETfTS +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.884 | 10414 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.884 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.885 | 10414 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.886 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.890 | 13005 | Marked run 254 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.890 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.895 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.898 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.898 | 10415 | Recursively removing directory: /tmp/git.YEIGdX/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.899 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.899 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.900 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.901 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.901 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.901 | 13004 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.903 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FIxcHw +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.902 | 13016 | Added a new worker 8 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.902 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.902 | 10414 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.902 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.902 | 10414 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.903 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.908 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.909 | 12996 | Marked run 253 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.910 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.909 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.912 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.913 | 13021 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.913 | 10418 | Recursively removing directory: /tmp/git.tETfTS/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.914 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.914 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.915 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.913 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.916 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.917 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.918 | 13028 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.919 | 10414 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.919 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.919 | 10414 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.919 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pfDteG +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.920 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.920 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.921 | 13015 | Marked run 255 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.921 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.923 | 10415 | Recursively removing directory: /tmp/git.FIxcHw/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.925 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.925 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.925 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.925 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.925 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.926 | 13034 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.926 | 13027 | Marked run 256 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.926 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.927 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.927 | 10414 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.927 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.927 | 10414 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.927 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bvApvn +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.928 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.929 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.936 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.939 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.943 | 10418 | Recursively removing directory: /tmp/git.pfDteG/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.945 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.945 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.945 | 13033 | Marked run 257 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.945 | 13032 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.946 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.944 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.944 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.945 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.947 | 13047 | Added a new worker 6 to the queue +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.947 | 10415 | Recursively removing directory: /tmp/git.bvApvn/ +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.948 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.948 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.949 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.949 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QPeTQx +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.947 | 10414 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.947 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.947 | 10414 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.949 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.949 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.949 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.949 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.950 | 13051 | Added a new worker 15 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.950 | 10414 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.950 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.950 | 10414 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.950 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.950 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P4DuVr +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.954 | 13046 | Marked run 258 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.955 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.958 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.959 | 13050 | Marked run 259 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.959 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.960 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.961 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.963 | 10415 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.964 | 13052 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.964 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.967 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.970 | 13058 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.971 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.973 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.974 | 10418 | Recursively removing directory: /tmp/git.QPeTQx/ +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.975 | 10418 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.975 | 10418 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.975 | 10418 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.975 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.976 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.976 | 13069 | Added a new worker 13 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.976 | 10414 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.976 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.976 | 10414 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.976 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xqTfWs +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.977 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.979 | 10415 | Recursively removing directory: /tmp/git.P4DuVr/ +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.980 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 13068 | Marked run 260 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.980 | 10415 | Process exit code: 0 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.980 | 10415 | Process output: 57 bytes +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.981 | 10415 | Waiting for a new command +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 13072 | Added a new worker 9 to the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 10414 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.981 | 10414 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.981 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ie4k8k +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.982 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.984 | 13067 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.984 | 10418 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.985 | 10418 | Going to run: ./ci +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.986 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:45 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.990 | 13071 | Marked run 261 as finished +2023-08-28 07:31:45 | INFO | 10412/cimple-server: 2023-08-28 07:31:45.990 | 10412 | Waiting for new connections +2023-08-28 07:31:45 | INFO | 10415/cimple-worker: 2023-08-28 07:31:45.992 | 10415 | Checking out revision HEAD +2023-08-28 07:31:45 | INFO | 10418/cimple-worker: 2023-08-28 07:31:45.999 | 10418 | Recursively removing directory: /tmp/git.xqTfWs/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.000 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.001 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.001 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 13083 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 10414 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.001 | 10414 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.001 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.001 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HvphnD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.002 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.003 | 13075 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.004 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.009 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.009 | 13082 | Marked run 262 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.009 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.009 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.016 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.019 | 10415 | Recursively removing directory: /tmp/git.ie4k8k/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.021 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.021 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.021 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.021 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.021 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.022 | 13097 | Added a new worker 9 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.022 | 10414 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.022 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.022 | 10414 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.023 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7mmeTU +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.024 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.024 | 10418 | Recursively removing directory: /tmp/git.HvphnD/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.025 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.025 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.025 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.025 | 13091 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.026 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.026 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.028 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.029 | 13101 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.029 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.029 | 10414 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.029 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.029 | 10414 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.030 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KTdxfd +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.035 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.035 | 13100 | Marked run 264 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.036 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.036 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.040 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.041 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.042 | 13102 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.042 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.045 | 13096 | Marked run 263 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.045 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.046 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.049 | 10415 | Recursively removing directory: /tmp/git.7mmeTU/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.050 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.050 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.050 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 13118 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10414 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10414 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.051 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.052 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rN1Mkt +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.053 | 10418 | Recursively removing directory: /tmp/git.KTdxfd/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.055 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.055 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.055 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 13120 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 10414 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.055 | 10414 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.055 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Mu87P +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.056 | 13112 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.057 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.059 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.064 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.065 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.065 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.066 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.066 | 13117 | Marked run 265 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.066 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.068 | 13119 | Marked run 266 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.068 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.071 | 13122 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.072 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.076 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.077 | 10415 | Recursively removing directory: /tmp/git.rN1Mkt/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.079 | 10418 | Recursively removing directory: /tmp/git.3Mu87P/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.079 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.079 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.079 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 13138 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 10414 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.080 | 10414 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.080 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NyMqRR +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.081 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.081 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.081 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.081 | 13136 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.081 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.081 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.082 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.083 | 13140 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.083 | 10414 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.083 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.083 | 10414 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.083 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pHXxwI +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.084 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.087 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.088 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.093 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.088 | 13137 | Marked run 267 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.089 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.094 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.097 | 13139 | Marked run 268 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.097 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.098 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.100 | 10415 | Recursively removing directory: /tmp/git.NyMqRR/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.101 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.101 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.101 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.101 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 13155 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 10414 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.102 | 10414 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.102 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zLMXNO +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.107 | 13150 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.108 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.107 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.109 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.111 | 13154 | Marked run 269 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.111 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.111 | 10418 | Recursively removing directory: /tmp/git.pHXxwI/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.112 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.113 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.113 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.113 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 13161 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 10414 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.113 | 10414 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.113 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CnGyyU +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.114 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.125 | 13160 | Marked run 270 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.125 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.127 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.128 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.132 | 10415 | Recursively removing directory: /tmp/git.zLMXNO/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.133 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.133 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.133 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.133 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.134 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.134 | 13173 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.136 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FU26ZO +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.137 | 10418 | Recursively removing directory: /tmp/git.CnGyyU/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.136 | 10414 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.136 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.136 | 10414 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.140 | 13159 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.138 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.138 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.138 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.141 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.142 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.142 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.142 | 13177 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.143 | 10414 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.143 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.143 | 10414 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.143 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VZgO1i +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.143 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.144 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.146 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.146 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.148 | 13172 | Marked run 271 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.149 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.150 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.153 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.154 | 13176 | Marked run 272 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.154 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.157 | 13178 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.157 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.159 | 10415 | Recursively removing directory: /tmp/git.FU26ZO/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.160 | 10418 | Recursively removing directory: /tmp/git.VZgO1i/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.161 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.161 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.160 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.160 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.160 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.161 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.162 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.162 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 13193 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 13195 | Added a new worker 9 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.162 | 10414 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.162 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.acrt56 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.163 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.14SFUm +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.164 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.167 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.169 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.171 | 13192 | Marked run 273 as finished +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.171 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.172 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.171 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.173 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.174 | 13194 | Marked run 274 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.174 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.175 | 13196 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.176 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.178 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.181 | 13202 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.184 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.188 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.190 | 10418 | Recursively removing directory: /tmp/git.acrt56/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.191 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.191 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.191 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.192 | 10415 | Recursively removing directory: /tmp/git.14SFUm/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.191 | 13211 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.192 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.192 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.193 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.193 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.193 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 13214 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 10414 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.194 | 10414 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.195 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eXI5JS +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.195 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.198 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.199 | 13217 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.199 | 10414 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.199 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.199 | 10414 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.199 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rf60xi +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.199 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.201 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.202 | 13213 | Marked run 276 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.203 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.202 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.205 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.206 | 13216 | Marked run 275 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.206 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.206 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.209 | 13218 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.210 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.213 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.217 | 10418 | Recursively removing directory: /tmp/git.eXI5JS/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.218 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.218 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 13234 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 10414 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.219 | 10414 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.219 | 10415 | Recursively removing directory: /tmp/git.rf60xi/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.220 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.220 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.221 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.219 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.219 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5zFNFn +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.222 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.222 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.225 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.225 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.225 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wr7sbk +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.223 | 13230 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 13236 | Added a new worker 8 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 10414 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 10414 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.224 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.229 | 13233 | Marked run 277 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.230 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.232 | 13235 | Marked run 278 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.232 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.233 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.234 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.235 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.237 | 10418 | Recursively removing directory: /tmp/git.5zFNFn/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.239 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.239 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.239 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.239 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.239 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.240 | 13249 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.240 | 10414 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.240 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.240 | 10414 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.240 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.240 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gok8VS +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.242 | 13245 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.242 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.245 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.249 | 10415 | Recursively removing directory: /tmp/git.Wr7sbk/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.250 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.251 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.252 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.252 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.252 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.252 | 13248 | Marked run 279 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.252 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 13256 | Added a new worker 9 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10414 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.253 | 10414 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.254 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k12iWc +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.256 | 13253 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.256 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.259 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.261 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.262 | 13255 | Marked run 280 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.263 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.263 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.267 | 13262 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.267 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.269 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.273 | 10418 | Recursively removing directory: /tmp/git.gok8VS/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.274 | 13268 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.274 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.274 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.274 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.275 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.275 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.276 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.276 | 13276 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.276 | 10414 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.276 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.276 | 10414 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.277 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QliOWM +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.277 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.278 | 10415 | Recursively removing directory: /tmp/git.k12iWc/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.281 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.281 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.280 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.280 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.281 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.281 | 13279 | Added a new worker 16 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.282 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.282 | 10414 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.282 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.282 | 10414 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.284 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BPT93i +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.286 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.290 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.291 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.295 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.296 | 13275 | Marked run 281 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.296 | 13277 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.297 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.300 | 13278 | Marked run 282 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.300 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.301 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.303 | 10418 | Recursively removing directory: /tmp/git.QliOWM/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.304 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.304 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.304 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 13295 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 10414 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.305 | 10414 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.306 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.306 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8YlLGh +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.306 | 10415 | Recursively removing directory: /tmp/git.BPT93i/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.307 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.307 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.307 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.307 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.307 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.308 | 13297 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.308 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.308 | 10414 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.308 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.309 | 10414 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.309 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.27UbWB +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.312 | 13294 | Marked run 283 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.314 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.314 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.312 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.316 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.317 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.318 | 13296 | Marked run 284 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.319 | 13289 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.319 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.322 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.325 | 13303 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.325 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.329 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.329 | 10415 | Recursively removing directory: /tmp/git.27UbWB/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.330 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.330 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.330 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.331 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.331 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.332 | 13314 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.332 | 10414 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.332 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.332 | 10414 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.332 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BTnRaR +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.333 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.335 | 13310 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.335 | 10418 | Recursively removing directory: /tmp/git.8YlLGh/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.336 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.337 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.338 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.338 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.340 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.338 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.338 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.340 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.341 | 13318 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.341 | 10414 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.341 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.341 | 10414 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.342 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d9Jt7p +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.343 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.349 | 13313 | Marked run 286 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.349 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.352 | 10415 | Recursively removing directory: /tmp/git.BTnRaR/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.353 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.353 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.353 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.356 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.356 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.357 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.357 | 13326 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.357 | 10414 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.357 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.357 | 13317 | Marked run 285 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.357 | 10414 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.357 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MRAbvT +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.358 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.358 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.359 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.359 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.363 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.364 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.364 | 13325 | Marked run 287 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.364 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.368 | 13327 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.368 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.371 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.372 | 10418 | Recursively removing directory: /tmp/git.d9Jt7p/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.376 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.376 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.376 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.376 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.376 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.376 | 13337 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.377 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.378 | 13343 | Added a new worker 6 to the queue +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.379 | 10415 | Recursively removing directory: /tmp/git.MRAbvT/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.380 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.380 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.380 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.380 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.380 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.381 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.381 | 10414 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.381 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.381 | 10414 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.382 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BCCuxZ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.382 | 13347 | Added a new worker 18 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.382 | 10414 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.382 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.383 | 10414 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.383 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.383 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w4eMgp +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.383 | 13345 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.385 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.385 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.388 | 13342 | Marked run 288 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.388 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.388 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.390 | 13346 | Marked run 289 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.391 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.393 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.393 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.394 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.394 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.396 | 13349 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.397 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.401 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.403 | 13357 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.404 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.405 | 10418 | Recursively removing directory: /tmp/git.BCCuxZ/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.406 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.406 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.407 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.407 | 10415 | Recursively removing directory: /tmp/git.w4eMgp/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.407 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.407 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 13366 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 10414 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 10414 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.408 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.409 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.409 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.409 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.409 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.409 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.410 | 13369 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.410 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.410 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4cS1wa +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.410 | 10414 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.410 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.410 | 10414 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.411 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mG7Czg +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.415 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.417 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.418 | 13367 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.419 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.419 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.421 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.421 | 13365 | Marked run 290 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.422 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.423 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.425 | 13368 | Marked run 291 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.425 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.427 | 13375 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.427 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.429 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.430 | 10418 | Recursively removing directory: /tmp/git.4cS1wa/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.432 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.432 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.432 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.432 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.432 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.432 | 13387 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.434 | 10414 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.434 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.434 | 10414 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.434 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rK1sRP +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.435 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.437 | 10415 | Recursively removing directory: /tmp/git.mG7Czg/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.439 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.439 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.439 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.439 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.439 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.440 | 13389 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.440 | 10414 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.440 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.440 | 10414 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.441 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.440 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xmwTSe +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.440 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.443 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.443 | 13386 | Marked run 292 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.444 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.447 | 13384 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.448 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.450 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.451 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.452 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.455 | 13388 | Marked run 293 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.455 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.456 | 10418 | Recursively removing directory: /tmp/git.rK1sRP/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.458 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.458 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.458 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.458 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.458 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.459 | 13396 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.459 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.460 | 13402 | Added a new worker 7 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.461 | 10414 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.461 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.461 | 10414 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.461 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b8e8FO +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.461 | 13401 | Marked run 294 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.462 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.462 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.464 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.465 | 10415 | Recursively removing directory: /tmp/git.xmwTSe/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.466 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.466 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.466 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.468 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.468 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.467 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.467 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.469 | 13410 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.470 | 10414 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.470 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.470 | 10414 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.470 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.470 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.APBmI8 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.472 | 13407 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.472 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.476 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.477 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.480 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.482 | 10418 | Recursively removing directory: /tmp/git.b8e8FO/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.483 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.483 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.483 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.482 | 13409 | Marked run 295 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 13421 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 10414 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.484 | 10414 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.485 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.485 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T6PbvO +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.490 | 10415 | Recursively removing directory: /tmp/git.APBmI8/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.491 | 13420 | Marked run 296 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.491 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.491 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.492 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.492 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.492 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.493 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.493 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DcuTEq +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 13427 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 10414 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.493 | 10414 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.494 | 13418 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.494 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.495 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.497 | 13426 | Marked run 297 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.497 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.499 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.500 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.501 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.503 | 13430 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.504 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.507 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.508 | 10418 | Recursively removing directory: /tmp/git.T6PbvO/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.510 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.510 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.509 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.509 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.510 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.511 | 10415 | Recursively removing directory: /tmp/git.DcuTEq/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.512 | 13445 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.512 | 10414 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.512 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.512 | 10414 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.512 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.512 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Vntut +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.513 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.513 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.513 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.513 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.513 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.514 | 13447 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.514 | 10414 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.514 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.514 | 10414 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.514 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.515 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sYh6jx +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.517 | 13440 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.517 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.521 | 13444 | Marked run 298 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.521 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.521 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.522 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.522 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.525 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.525 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.526 | 13446 | Marked run 299 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.526 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.531 | 13450 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.532 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.533 | 10418 | Recursively removing directory: /tmp/git.4Vntut/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.534 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.534 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.534 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.534 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.534 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.535 | 13463 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.535 | 10414 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.535 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.535 | 10414 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.535 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xFWRe4 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.537 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.537 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.542 | 10415 | Recursively removing directory: /tmp/git.sYh6jx/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.546 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.547 | 13462 | Marked run 300 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.547 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.547 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.548 | 13467 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.548 | 10414 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.548 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.548 | 10414 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.547 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.547 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.547 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.548 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qIBjh +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.549 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.553 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.557 | 13465 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.558 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.560 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.561 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.560 | 13466 | Marked run 301 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.560 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.563 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.571 | 10418 | Recursively removing directory: /tmp/git.xFWRe4/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.572 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.572 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.572 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 13480 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 10414 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.573 | 10414 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.573 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.whVpZe +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.574 | 13476 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.574 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.579 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.581 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.581 | 13479 | Marked run 302 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.581 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.582 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.582 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.583 | 10415 | Recursively removing directory: /tmp/git.4qIBjh/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.587 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.587 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.587 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.586 | 13486 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.587 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.587 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.587 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.588 | 13489 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.588 | 10414 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.588 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.588 | 10414 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.589 | 13488 | Marked run 303 as finished +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.589 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MDwoty +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.589 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.589 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.590 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.595 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.596 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.597 | 10418 | Recursively removing directory: /tmp/git.whVpZe/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.598 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.598 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.598 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.597 | 13491 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.597 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.598 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.598 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.599 | 13498 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.600 | 10414 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.600 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.600 | 10414 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.600 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2NRoPn +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.600 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.601 | 13497 | Marked run 304 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.602 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.605 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.606 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.608 | 13501 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.609 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.610 | 10415 | Recursively removing directory: /tmp/git.MDwoty/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.611 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.611 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.611 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.611 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.611 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.613 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.614 | 13510 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.614 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.614 | 10414 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.614 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.614 | 10414 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.615 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yoolB4 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.616 | 13509 | Marked run 305 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.616 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.618 | 13512 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.618 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.621 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.622 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.621 | 10418 | Recursively removing directory: /tmp/git.2NRoPn/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.622 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.622 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.623 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.623 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.623 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.624 | 13519 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.624 | 10414 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.624 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.624 | 10414 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.625 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xUI66Z +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.626 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.626 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.629 | 13518 | Marked run 306 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.629 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.631 | 13520 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.631 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.632 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.632 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.635 | 10415 | Recursively removing directory: /tmp/git.yoolB4/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.636 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.636 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.636 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.636 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.636 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.637 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.637 | 13529 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.637 | 10414 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.638 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.638 | 10414 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.638 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.638 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rfD1ha +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.644 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.645 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.645 | 13528 | Marked run 307 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.646 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.647 | 10418 | Recursively removing directory: /tmp/git.xUI66Z/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.648 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.648 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.648 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.647 | 13530 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.648 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.648 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.649 | 13539 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.649 | 10414 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.649 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.649 | 10414 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.649 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fXbytr +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.649 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.653 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.658 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.659 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.661 | 10415 | Recursively removing directory: /tmp/git.rfD1ha/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.662 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.662 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.663 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.663 | 13538 | Marked run 308 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.663 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.663 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.664 | 13550 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.665 | 10414 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.665 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.665 | 10414 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.665 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.666 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JKrk08 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.667 | 13541 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.668 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.669 | 13549 | Marked run 309 as finished +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.669 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.671 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.674 | 13555 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.675 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.675 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.677 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.677 | 10418 | Recursively removing directory: /tmp/git.fXbytr/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.677 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.682 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.682 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 13561 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 10414 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.682 | 10414 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.682 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.682 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ul69hC +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.683 | 13557 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.683 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.684 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.688 | 10415 | Recursively removing directory: /tmp/git.JKrk08/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.690 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.690 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.690 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.690 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.690 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.690 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.691 | 13569 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.691 | 10414 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.691 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.691 | 10414 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.691 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8D80IJ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.691 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.692 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.692 | 13560 | Marked run 310 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.692 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.694 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.695 | 13567 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.695 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.699 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.700 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.701 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.702 | 13568 | Marked run 311 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.703 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.704 | 13573 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.704 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.707 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.708 | 10418 | Recursively removing directory: /tmp/git.ul69hC/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.710 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.710 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.710 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.711 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.711 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.711 | 13584 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.712 | 10414 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.712 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.712 | 10414 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.712 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CslqFd +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.712 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.714 | 13581 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.715 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.717 | 13583 | Marked run 312 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.717 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.719 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.719 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.717 | 10415 | Recursively removing directory: /tmp/git.8D80IJ/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.718 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.718 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.719 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.719 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.721 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.721 | 13590 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.721 | 10414 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.721 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.721 | 10414 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.722 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3cyVme +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.723 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.725 | 13589 | Marked run 313 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.727 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.727 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.728 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.729 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.731 | 10418 | Recursively removing directory: /tmp/git.CslqFd/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.733 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.733 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.733 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.733 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.733 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.734 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mHsxh7 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.734 | 13601 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.734 | 10414 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.734 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.734 | 10414 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.735 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.739 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.740 | 10415 | Recursively removing directory: /tmp/git.3cyVme/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.742 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.742 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.742 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.742 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.742 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.741 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 13608 | Added a new worker 11 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 13600 | Marked run 314 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 13598 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 10414 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.743 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.744 | 10414 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.744 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.745 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X4RzSP +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.747 | 13607 | Marked run 315 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.747 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.747 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.750 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.751 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.753 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.757 | 10418 | Recursively removing directory: /tmp/git.mHsxh7/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.758 | 13615 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.759 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.759 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.759 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.758 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.759 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.759 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.760 | 13623 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.760 | 10414 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.760 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.761 | 10414 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.761 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CuQNoq +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.761 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.763 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.765 | 10415 | Recursively removing directory: /tmp/git.X4RzSP/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.767 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.767 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.767 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.767 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.767 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.768 | 13627 | Added a new worker 15 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.768 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.768 | 10414 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.768 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.768 | 10414 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.769 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zob3sJ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.771 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.772 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.773 | 13622 | Marked run 316 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.774 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.775 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.777 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.778 | 13625 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.779 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.779 | 13626 | Marked run 317 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.779 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.785 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.788 | 10418 | Recursively removing directory: /tmp/git.CuQNoq/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.790 | 10415 | Recursively removing directory: /tmp/git.Zob3sJ/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.790 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.790 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 13643 | Added a new worker 14 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 10414 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 10414 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.791 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.791 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.791 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XP5kiM +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.792 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.792 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.793 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.793 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.793 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.794 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.794 | 13645 | Added a new worker 9 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.796 | 13637 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.797 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.797 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.797 | 10414 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.797 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.797 | 10414 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.798 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tCaf4I +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.799 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.799 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.803 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.803 | 13644 | Marked run 319 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.804 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.806 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.806 | 13642 | Marked run 318 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.807 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.807 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.812 | 13648 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.813 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.816 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.817 | 10415 | Recursively removing directory: /tmp/git.tCaf4I/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.819 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.819 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.819 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.820 | 10418 | Recursively removing directory: /tmp/git.XP5kiM/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.820 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.820 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.820 | 13663 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.820 | 10414 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.820 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.821 | 10414 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.821 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.821 | 13661 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.821 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.822 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XwFN9G +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.824 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.824 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.824 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.824 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.824 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.825 | 13662 | Marked run 321 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 13666 | Added a new worker 9 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 10414 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.826 | 10414 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.827 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s4wK4Y +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.827 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.834 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.834 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.834 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.835 | 13665 | Marked run 320 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.836 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.836 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.839 | 13667 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.840 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.842 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.844 | 10415 | Recursively removing directory: /tmp/git.XwFN9G/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.847 | 10418 | Recursively removing directory: /tmp/git.s4wK4Y/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.848 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.848 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.848 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.849 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.849 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.849 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.849 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.850 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 13685 | Added a new worker 17 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10414 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10414 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.850 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.851 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rs1oDN +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.852 | 13677 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.852 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.853 | 13683 | Added a new worker 6 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.853 | 10414 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.853 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.853 | 10414 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.853 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r7el34 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.853 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.855 | 13682 | Marked run 322 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.855 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.858 | 13684 | Marked run 323 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.858 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.862 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.864 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.864 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.865 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.865 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.868 | 13687 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.870 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.872 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.876 | 13696 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.876 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.879 | 10415 | Recursively removing directory: /tmp/git.r7el34/ +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.880 | 10418 | Recursively removing directory: /tmp/git.rs1oDN/ +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.880 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.880 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.881 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.881 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.882 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.882 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.882 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.882 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.882 | 13704 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.882 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.882 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.883 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.883 | 10414 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.883 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.883 | 10414 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.884 | 13706 | Added a new worker 16 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.884 | 10414 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.884 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.884 | 10414 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.884 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.883 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Oy9raY +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.884 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kUNBdn +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.887 | 13705 | Marked run 324 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.887 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.894 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.892 | 13707 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.894 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.895 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.898 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.898 | 13703 | Marked run 325 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.898 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.901 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.901 | 13710 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.901 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.904 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.904 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.907 | 13714 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.908 | 10418 | Recursively removing directory: /tmp/git.kUNBdn/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.910 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.910 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.910 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 13722 | Added a new worker 10 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10414 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10414 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.910 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.911 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J4B2Vw +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.915 | 10415 | Recursively removing directory: /tmp/git.Oy9raY/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.916 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.917 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.917 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.917 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.917 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 13729 | Added a new worker 12 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10414 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.918 | 10414 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.918 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZKLvJV +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.920 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.922 | 13721 | Marked run 327 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.922 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.927 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.927 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.936 | 13730 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.937 | 10415 | Recursively removing directory: /tmp/git.ZKLvJV/ +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.938 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.940 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.940 | 10415 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.940 | 10415 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.940 | 10415 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.941 | 13728 | Marked run 326 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.941 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.941 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.943 | 13744 | Added a new worker 7 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.943 | 10414 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.943 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.943 | 10414 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.943 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0TtJP9 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.943 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.945 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.946 | 13743 | Marked run 329 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.946 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.949 | 10415 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.951 | 10415 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.953 | 10418 | Recursively removing directory: /tmp/git.J4B2Vw/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.957 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.957 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.957 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.957 | 13745 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.957 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.957 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.957 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.958 | 13748 | Added a new worker 7 to the queue +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.959 | 10414 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.959 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.959 | 10414 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.959 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.959 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.11VpVN +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.965 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.965 | 10418 | Checking out revision HEAD +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.967 | 10418 | Going to run: ./ci +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.970 | 13751 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.972 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.974 | 13747 | Marked run 328 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.974 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.976 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.981 | 13758 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.982 | 10418 | Recursively removing directory: /tmp/git.11VpVN/ +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.983 | 10418 | Process exit code: 0 +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.983 | 10418 | Process output: 57 bytes +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.982 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.983 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.984 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.984 | 10418 | Waiting for a new command +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 13766 | Added a new worker 13 to the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 10414 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 10414 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.985 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10418/cimple-worker: 2023-08-28 07:31:46.985 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IS86qq +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.989 | 13764 | Marked run 331 as finished +2023-08-28 07:31:46 | INFO | 10412/cimple-server: 2023-08-28 07:31:46.990 | 10412 | Waiting for new connections +2023-08-28 07:31:46 | INFO | 10415/cimple-worker: 2023-08-28 07:31:46.990 | 10415 | Recursively removing directory: /tmp/git.0TtJP9/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.001 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.001 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.001 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.001 | 13765 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.001 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.001 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.002 | 13769 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.002 | 10414 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.002 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.002 | 10414 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.001 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.002 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9ttoIs +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.002 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.006 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.009 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.010 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.011 | 13768 | Marked run 330 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.012 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.012 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.012 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.019 | 13772 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.019 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.022 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.024 | 10415 | Recursively removing directory: /tmp/git.9ttoIs/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.026 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.026 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.026 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.026 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.026 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.026 | 13787 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.026 | 10418 | Recursively removing directory: /tmp/git.IS86qq/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.027 | 10414 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.027 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.027 | 10414 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.027 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.027 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6y5PBQ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.030 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.030 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.030 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.032 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.032 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 13784 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 13789 | Added a new worker 7 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 10414 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.033 | 10414 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.034 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.otAz4L +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.034 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.036 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.038 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.040 | 13786 | Marked run 333 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.040 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.041 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.042 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.044 | 13788 | Marked run 332 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.045 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.046 | 10415 | Recursively removing directory: /tmp/git.6y5PBQ/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.050 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.050 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.050 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 13802 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10414 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10414 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.051 | 13792 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.052 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sykkvo +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.052 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.054 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.058 | 13801 | Marked run 334 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.058 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.059 | 10418 | Recursively removing directory: /tmp/git.otAz4L/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.060 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.060 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.061 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 13809 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 10414 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.061 | 10414 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.062 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.062 | 13804 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.063 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.061 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y3em0o +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.065 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.068 | 13808 | Marked run 335 as finished +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.067 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.068 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.069 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.070 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.072 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.075 | 13813 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.076 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.080 | 10418 | Recursively removing directory: /tmp/git.y3em0o/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.081 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.081 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.082 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.082 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.082 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 13825 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 10414 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 10414 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.083 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.083 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VuHTYm +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.086 | 13824 | Marked run 337 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.087 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.087 | 10415 | Recursively removing directory: /tmp/git.Sykkvo/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.090 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.090 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.090 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.090 | 13826 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.091 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.091 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.093 | 13830 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.094 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.094 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.094 | 10414 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.094 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.094 | 10414 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.095 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HobDtY +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.096 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.101 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.104 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.105 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.105 | 13831 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.108 | 13829 | Marked run 336 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.109 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.113 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.116 | 13839 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.118 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.118 | 10418 | Recursively removing directory: /tmp/git.VuHTYm/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.120 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.120 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.120 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.120 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.120 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.120 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.121 | 13848 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.122 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.65s5Pw +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.121 | 10414 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.121 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.121 | 10414 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.123 | 10415 | Recursively removing directory: /tmp/git.HobDtY/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.125 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.124 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.124 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.125 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.125 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.128 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.129 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 13851 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 10414 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 10414 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.130 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.130 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y3gAi4 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.135 | 13846 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.136 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.137 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.138 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.139 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.140 | 13847 | Marked run 338 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.140 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.142 | 13850 | Marked run 339 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.142 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.144 | 13856 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.144 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.146 | 10418 | Recursively removing directory: /tmp/git.65s5Pw/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.147 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.147 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.147 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.147 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.147 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 13864 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 10414 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 10414 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.148 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.149 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V5Jr1i +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.151 | 13863 | Marked run 340 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.152 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.154 | 10415 | Recursively removing directory: /tmp/git.Y3gAi4/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.155 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.155 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.155 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.155 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.155 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.156 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.157 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.157 | 13871 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.157 | 10414 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.158 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.158 | 10414 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.158 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a29NPP +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.158 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.164 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.165 | 13865 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.166 | 10418 | Recursively removing directory: /tmp/git.V5Jr1i/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.167 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.167 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.167 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.168 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.168 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.169 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.169 | 13879 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.169 | 10414 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.169 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.169 | 10414 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.169 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.170 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jhc61J +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.170 | 13870 | Marked run 341 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.171 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.172 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.173 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.173 | 13878 | Marked run 342 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.173 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.176 | 13881 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.176 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.178 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.179 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.181 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.187 | 10415 | Recursively removing directory: /tmp/git.a29NPP/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.188 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.189 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.189 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 13896 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 13887 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 10414 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.189 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.190 | 10414 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.190 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.190 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J5tgwE +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.193 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.195 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.196 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.199 | 13895 | Marked run 343 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.199 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.201 | 10418 | Recursively removing directory: /tmp/git.jhc61J/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.202 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.202 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.202 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.202 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.202 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.202 | 13904 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.203 | 10414 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.203 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.203 | 10414 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.203 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.203 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gKJ9nY +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.209 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.207 | 13898 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.210 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.213 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.213 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.214 | 10415 | Recursively removing directory: /tmp/git.J5tgwE/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.215 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.215 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.215 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.215 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.215 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.216 | 13912 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.216 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oEhDCE +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.216 | 10414 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.216 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.216 | 10414 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.216 | 13903 | Marked run 344 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.217 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.218 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.222 | 13909 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.224 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.224 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.225 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.226 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.227 | 13911 | Marked run 345 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.228 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.227 | 10418 | Recursively removing directory: /tmp/git.gKJ9nY/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.229 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.229 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.229 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.229 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.229 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.229 | 13922 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.230 | 10414 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.230 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.230 | 10414 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.230 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.230 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j8gUoU +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.234 | 13920 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.235 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.237 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.238 | 13921 | Marked run 346 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.238 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.239 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.239 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.243 | 13925 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.243 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.246 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.247 | 10415 | Recursively removing directory: /tmp/git.oEhDCE/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.249 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.249 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.249 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.249 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.249 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.251 | 13938 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.251 | 10414 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.251 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.251 | 10414 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.251 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OdicKo +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.251 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.252 | 13934 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.253 | 10418 | Recursively removing directory: /tmp/git.j8gUoU/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.254 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.254 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.255 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.255 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.255 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.256 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.257 | 13942 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.257 | 10414 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.257 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.257 | 10414 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.257 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.257 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GWCrBe +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.259 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.260 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.262 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.263 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.264 | 13937 | Marked run 347 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.264 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.265 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.267 | 13941 | Marked run 348 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.267 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.269 | 13947 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.270 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.272 | 10415 | Recursively removing directory: /tmp/git.OdicKo/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.274 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.274 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.273 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.274 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.274 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.274 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.275 | 13956 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.275 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BSIv3q +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.275 | 10414 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.275 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.275 | 10414 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.276 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.277 | 13954 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.277 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.281 | 13955 | Marked run 349 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.281 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.281 | 10418 | Recursively removing directory: /tmp/git.GWCrBe/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.282 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.282 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.282 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.283 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 13962 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10414 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.283 | 10414 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.283 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EzXkR8 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.284 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.290 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.291 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.292 | 13961 | Marked run 350 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.292 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.292 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.293 | 10415 | Recursively removing directory: /tmp/git.BSIv3q/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.296 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.296 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.295 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.295 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.296 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.297 | 13972 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.297 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.297 | 10414 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.297 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.297 | 10414 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.297 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.abakbR +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.299 | 13970 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.300 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.303 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.305 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.306 | 13971 | Marked run 351 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.306 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.306 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.309 | 13976 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.309 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.312 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.314 | 10418 | Recursively removing directory: /tmp/git.EzXkR8/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.316 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.317 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.317 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.317 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.317 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.317 | 13982 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.317 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.319 | 13988 | Added a new worker 7 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.321 | 10414 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.321 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.321 | 10414 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.321 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.323 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k76W41 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.323 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.324 | 10415 | Recursively removing directory: /tmp/git.abakbR/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.326 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.326 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.326 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.326 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.326 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.326 | 13987 | Marked run 352 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.326 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.327 | 13993 | Added a new worker 9 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.327 | 10414 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.327 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.327 | 10414 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.328 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.329 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K6rkF2 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.331 | 13991 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.331 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.332 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.334 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.336 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.335 | 13992 | Marked run 353 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.336 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.337 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.339 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.342 | 10418 | Recursively removing directory: /tmp/git.k76W41/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.345 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.344 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.344 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.347 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.347 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.347 | 14009 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.347 | 10414 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.347 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.347 | 10414 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.348 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.348 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sTmyVM +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.350 | 10415 | Recursively removing directory: /tmp/git.K6rkF2/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.350 | 14001 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.351 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.353 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.353 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.353 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.353 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.353 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.353 | 14012 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.354 | 10414 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.354 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.354 | 10414 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.354 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.354 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EhsI95 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.355 | 14007 | Marked run 354 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.355 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.357 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.358 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.360 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.362 | 14011 | Marked run 355 as finished +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.362 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.364 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.365 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.368 | 14014 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.368 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.376 | 10418 | Recursively removing directory: /tmp/git.sTmyVM/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.377 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.377 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.378 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.378 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.378 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.378 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.378 | 14024 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.379 | 10414 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.379 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.379 | 10414 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.379 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LRXv7i +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.379 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.382 | 14025 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.384 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.386 | 14023 | Marked run 356 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.386 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.387 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.387 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.388 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.390 | 10415 | Recursively removing directory: /tmp/git.EhsI95/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.391 | 14031 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.392 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.392 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.392 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.393 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 14036 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 10414 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.393 | 10414 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.394 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KNq8GA +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.397 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.400 | 14034 | Marked run 357 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.400 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.402 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.402 | 14038 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.403 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.403 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.404 | 10418 | Recursively removing directory: /tmp/git.LRXv7i/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.406 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.406 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.406 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.406 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.406 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.406 | 14046 | Added a new worker 11 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.407 | 10414 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.407 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.407 | 10414 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.407 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.407 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8FvXL4 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.409 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.411 | 14045 | Marked run 358 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.412 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.415 | 14047 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.416 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.416 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.417 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.419 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.419 | 10415 | Recursively removing directory: /tmp/git.KNq8GA/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.423 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.423 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.423 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.424 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.424 | 14054 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.424 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.425 | 14057 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.425 | 10414 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.425 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.425 | 10414 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.426 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.426 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QyVKsd +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.429 | 14056 | Marked run 359 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.429 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.429 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.435 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.435 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.432 | 10418 | Recursively removing directory: /tmp/git.8FvXL4/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.434 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.434 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.434 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.437 | 14065 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.437 | 10414 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.437 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.437 | 10414 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.438 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.439 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.afFCdL +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.441 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.442 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.445 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.445 | 14063 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.445 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.448 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.449 | 14064 | Marked run 360 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.449 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.451 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.454 | 14073 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.454 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.457 | 10415 | Recursively removing directory: /tmp/git.QyVKsd/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.457 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.458 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.458 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.459 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.459 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.459 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.459 | 14083 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.460 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fDHcrj +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.460 | 10414 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.460 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.460 | 10414 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.461 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.462 | 10418 | Recursively removing directory: /tmp/git.afFCdL/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.463 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.464 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.464 | 14085 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.464 | 10414 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.464 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.464 | 10414 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.463 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.463 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.463 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.464 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PD6EID +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.465 | 14080 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.465 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.466 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.470 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.471 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.471 | 14082 | Marked run 361 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.471 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.472 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.473 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.474 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.476 | 14084 | Marked run 362 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.476 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.478 | 14088 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.478 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.481 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.484 | 14094 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.484 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.486 | 10415 | Recursively removing directory: /tmp/git.fDHcrj/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.487 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.487 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.488 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.488 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.488 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 14104 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 10414 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.489 | 10414 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.489 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ukqvqb +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.487 | 10418 | Recursively removing directory: /tmp/git.PD6EID/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.488 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.488 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.488 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.490 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.491 | 14106 | Added a new worker 9 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.491 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N4R45A +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.491 | 10414 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.491 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.491 | 10414 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.491 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.494 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.495 | 14103 | Marked run 363 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.498 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.502 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.502 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.503 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.503 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.504 | 14105 | Marked run 364 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.504 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.508 | 14107 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.508 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.511 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.513 | 10415 | Recursively removing directory: /tmp/git.ukqvqb/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.515 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.515 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.515 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.515 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.515 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.515 | 14123 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.516 | 10414 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.516 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.516 | 10414 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.516 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.517 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HyMgQM +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.518 | 10418 | Recursively removing directory: /tmp/git.N4R45A/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.519 | 14119 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.520 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.522 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.522 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.522 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.522 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.522 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 14126 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 10414 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 10414 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.523 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VirrdC +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.523 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.529 | 14122 | Marked run 365 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.529 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.532 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.532 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.533 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.534 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.541 | 14125 | Marked run 366 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.543 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.546 | 10415 | Recursively removing directory: /tmp/git.HyMgQM/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.548 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.548 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.548 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.549 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.549 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.549 | 14141 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.549 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KHVRDo +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.550 | 10418 | Recursively removing directory: /tmp/git.VirrdC/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.549 | 10414 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.549 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.549 | 10414 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.551 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.551 | 14127 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.551 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.551 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.551 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.552 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.552 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.552 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.552 | 14143 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.553 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.553 | 10414 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.553 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.553 | 10414 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.553 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WXszc4 +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.557 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.561 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.562 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.569 | 10415 | Recursively removing directory: /tmp/git.KHVRDo/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.571 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.572 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.572 | 14139 | Marked run 367 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.573 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.574 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.574 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.574 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.574 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.574 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.575 | 14155 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.575 | 10414 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.575 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.575 | 10414 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.575 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.577 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bWZN7G +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.578 | 14145 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.580 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.583 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.585 | 10418 | Recursively removing directory: /tmp/git.WXszc4/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.585 | 14142 | Marked run 368 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.585 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.586 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.588 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.588 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.588 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.588 | 14154 | Marked run 369 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.588 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 14163 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10414 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10414 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.589 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.589 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ljqWPN +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.590 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.592 | 14162 | Marked run 370 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.592 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.595 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.596 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.598 | 14161 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.598 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.601 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.603 | 10415 | Recursively removing directory: /tmp/git.bWZN7G/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.605 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.605 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 14173 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 14178 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.605 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.606 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZgWj0V +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.605 | 10414 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.606 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.606 | 10414 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.608 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.610 | 10418 | Recursively removing directory: /tmp/git.ljqWPN/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.612 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.612 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.612 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.613 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.613 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.613 | 14183 | Added a new worker 11 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.614 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.50NwDy +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.613 | 10414 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.613 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.613 | 10414 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.615 | 14177 | Marked run 371 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.615 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.615 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.615 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.616 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.621 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.622 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.622 | 14181 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.624 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.625 | 14182 | Marked run 372 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.626 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.626 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.627 | 10415 | Recursively removing directory: /tmp/git.ZgWj0V/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.629 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.629 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.629 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.629 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.629 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.630 | 14195 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.630 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qTvDux +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.630 | 10414 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.630 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.630 | 10414 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.631 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.633 | 14192 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.635 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.637 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.639 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.640 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.644 | 10418 | Recursively removing directory: /tmp/git.50NwDy/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.645 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.645 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 14204 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.646 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10414 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.646 | 10414 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.647 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AaZj71 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.656 | 10415 | Recursively removing directory: /tmp/git.qTvDux/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.657 | 14201 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.658 | 14194 | Marked run 373 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.658 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.659 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.659 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.659 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.659 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.659 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.659 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.660 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.661 | 14212 | Added a new worker 11 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.661 | 10414 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.661 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.661 | 10414 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.661 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.662 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RaIv5C +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.663 | 14203 | Marked run 374 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.663 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.665 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.668 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.670 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.671 | 14211 | Marked run 375 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.671 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.675 | 14214 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.676 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.679 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.682 | 14223 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.682 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.685 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.685 | 10418 | Recursively removing directory: /tmp/git.AaZj71/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.687 | 10415 | Recursively removing directory: /tmp/git.RaIv5C/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.687 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.687 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.687 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.688 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.688 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.688 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.688 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.688 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.688 | 14231 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.688 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.689 | 10414 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.689 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.689 | 10414 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.689 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.689 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MdAPpg +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.689 | 14233 | Added a new worker 11 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.690 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.690 | 10414 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.690 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.690 | 10414 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.690 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cLyWr6 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.695 | 14229 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.696 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.698 | 14230 | Marked run 376 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.698 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.700 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.703 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.703 | 14235 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.704 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.705 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.705 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.706 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.708 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.708 | 14232 | Marked run 377 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.709 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.713 | 14239 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.714 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.717 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.723 | 10418 | Recursively removing directory: /tmp/git.MdAPpg/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.723 | 10415 | Recursively removing directory: /tmp/git.cLyWr6/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.724 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.724 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 14253 | Added a new worker 14 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10414 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10414 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.725 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.725 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.726 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kMqqbe +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.726 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.726 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.726 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.727 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S8mZfX +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 14255 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10414 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.726 | 10414 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.729 | 14247 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.729 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.734 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.734 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.738 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.739 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.740 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.741 | 14252 | Marked run 378 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.741 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.742 | 14254 | Marked run 379 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.743 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.745 | 10418 | Recursively removing directory: /tmp/git.kMqqbe/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.746 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.746 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.747 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.747 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.747 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.748 | 14261 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.748 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.749 | 14270 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.749 | 10414 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.749 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.749 | 10414 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.749 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Wrs4J +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.750 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.751 | 10415 | Recursively removing directory: /tmp/git.S8mZfX/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.752 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.752 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.752 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 14274 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 10414 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.752 | 10414 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.753 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.753 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gdiQjT +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.754 | 14269 | Marked run 380 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.755 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.758 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.759 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.762 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.763 | 14273 | Marked run 381 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.764 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.765 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.766 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.768 | 10418 | Recursively removing directory: /tmp/git.2Wrs4J/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.770 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.770 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.770 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.770 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.770 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.771 | 14285 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.771 | 10414 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.771 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.771 | 10414 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.771 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.772 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OOLyDC +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.774 | 14281 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.775 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.778 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.788 | 10415 | Recursively removing directory: /tmp/git.gdiQjT/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.788 | 14284 | Marked run 382 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.789 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.789 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.789 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.789 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.793 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.793 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.794 | 14293 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.794 | 10414 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.794 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.794 | 10414 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.794 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.794 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dVJVaa +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.796 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.796 | 14290 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.796 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.799 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.800 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.804 | 14292 | Marked run 383 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.804 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.804 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.806 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.808 | 14296 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.809 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.809 | 10418 | Recursively removing directory: /tmp/git.OOLyDC/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.811 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.811 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.811 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.811 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.811 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.813 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.814 | 14305 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.814 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8DHHjp +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.814 | 10414 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.814 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.814 | 10414 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.815 | 14304 | Marked run 384 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.815 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.817 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.818 | 10415 | Recursively removing directory: /tmp/git.dVJVaa/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.821 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.821 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.821 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.821 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.821 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.821 | 14307 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.821 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.822 | 14313 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.822 | 10414 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.822 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.822 | 10414 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.822 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XzA5DP +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.824 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.826 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.829 | 14312 | Marked run 385 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.829 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.830 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.831 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.834 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.835 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.838 | 14315 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.839 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.840 | 10418 | Recursively removing directory: /tmp/git.8DHHjp/ +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.842 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.842 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.842 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.842 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.842 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.842 | 14329 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.843 | 10414 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.843 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.843 | 10414 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.843 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.843 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gBFYNb +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.845 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.846 | 10415 | Recursively removing directory: /tmp/git.XzA5DP/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.847 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.847 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.848 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.848 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.848 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.848 | 14333 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.848 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.849 | 10414 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.849 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.849 | 10414 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.849 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u4kQSz +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.856 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.856 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.857 | 14331 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.859 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.860 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.861 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.862 | 14328 | Marked run 386 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.863 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.863 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.864 | 14332 | Marked run 387 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.864 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.870 | 14337 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.870 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.871 | 10415 | Recursively removing directory: /tmp/git.u4kQSz/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.872 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.872 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.873 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.873 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.873 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.873 | 14349 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.874 | 10414 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.874 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.874 | 10414 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.874 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.raP1PF +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.875 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.878 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.881 | 10418 | Recursively removing directory: /tmp/git.gBFYNb/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.885 | 14347 | Marked run 389 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.886 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.887 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.887 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.887 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.888 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.888 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.888 | 14353 | Added a new worker 12 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.888 | 10414 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.888 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.888 | 10414 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.888 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.889 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SNBHTW +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.889 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.890 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.893 | 14351 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.896 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.898 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.898 | 14352 | Marked run 388 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.898 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.899 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.900 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.916 | 10415 | Recursively removing directory: /tmp/git.raP1PF/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.917 | 14358 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.918 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.918 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.917 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.917 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.918 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.919 | 14365 | Added a new worker 10 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.919 | 10414 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.919 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.919 | 10414 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.919 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.919 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M7ihPZ +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.922 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.925 | 10418 | Recursively removing directory: /tmp/git.SNBHTW/ +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.928 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.928 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.928 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.929 | 14364 | Marked run 390 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.929 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.929 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 14373 | Added a new worker 11 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 10414 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 10414 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.930 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.930 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KvdybH +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.931 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.932 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.935 | 14367 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.936 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.938 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.939 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.940 | 14372 | Marked run 391 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.940 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.941 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.944 | 10415 | Recursively removing directory: /tmp/git.M7ihPZ/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.945 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.945 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.945 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.946 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.946 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.947 | 14381 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.947 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.948 | 14386 | Added a new worker 6 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.949 | 14385 | Marked run 392 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.949 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.949 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R2WLnr +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.949 | 10414 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.949 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.949 | 10414 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.950 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.951 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.952 | 10418 | Recursively removing directory: /tmp/git.KvdybH/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.954 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.954 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.954 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.954 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.954 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.954 | 14393 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.954 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.954 | 10414 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.955 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.955 | 10414 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.955 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JoZZM6 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.957 | 14391 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.957 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.960 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.960 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.962 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.964 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.965 | 10418 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.967 | 14392 | Marked run 393 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.967 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.972 | 10415 | Recursively removing directory: /tmp/git.R2WLnr/ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.974 | 10415 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.974 | 10415 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.974 | 10415 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.974 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.974 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.975 | 14408 | Added a new worker 13 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.975 | 10414 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.975 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.975 | 10414 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.975 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fCaRTR +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.976 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.978 | 14395 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.979 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.980 | 10418 | Recursively removing directory: /tmp/git.JoZZM6/ +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.982 | 10418 | Process exit code: 0 +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.982 | 10418 | Process output: 57 bytes +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.982 | 10418 | Waiting for a new command +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.982 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.982 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 14412 | Added a new worker 15 to the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 10414 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 10414 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.983 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.983 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bOhOAQ +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.990 | 10415 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10415/cimple-worker: 2023-08-28 07:31:47.991 | 10415 | Going to run: ./ci +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.994 | 10418 | Checking out revision HEAD +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.995 | 14407 | Marked run 394 as finished +2023-08-28 07:31:47 | INFO | 10412/cimple-server: 2023-08-28 07:31:47.996 | 10412 | Waiting for new connections +2023-08-28 07:31:47 | INFO | 10418/cimple-worker: 2023-08-28 07:31:47.998 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.009 | 10415 | Recursively removing directory: /tmp/git.fCaRTR/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.010 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.010 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.010 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.010 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.010 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.010 | 14424 | Added a new worker 15 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.011 | 10414 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.011 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.011 | 10414 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.011 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZTyP62 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.011 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.013 | 14413 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.013 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.018 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.024 | 10418 | Recursively removing directory: /tmp/git.bOhOAQ/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.025 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.025 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.026 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.026 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.026 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.027 | 14431 | Added a new worker 17 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.027 | 10414 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.027 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.027 | 10414 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.027 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.43dXQT +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.028 | 14411 | Marked run 395 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.028 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.028 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.030 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.031 | 14423 | Marked run 396 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.031 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.034 | 14428 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.035 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.035 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.037 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.038 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.040 | 14430 | Marked run 397 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.040 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.042 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.046 | 14436 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.046 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.049 | 10418 | Recursively removing directory: /tmp/git.43dXQT/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.050 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.050 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.051 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.051 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.051 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.051 | 14448 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.051 | 10414 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.051 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.052 | 10414 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.052 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PEhdFd +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.053 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.052 | 10415 | Recursively removing directory: /tmp/git.ZTyP62/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.054 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.054 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.054 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 14450 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 10414 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.054 | 10414 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.055 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nTPC80 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.055 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.058 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.074 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.084 | 14447 | Marked run 399 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.084 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.086 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.087 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.088 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.091 | 14449 | Marked run 398 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.092 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.094 | 10418 | Recursively removing directory: /tmp/git.PEhdFd/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.100 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.100 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.100 | 14451 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.100 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.101 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.101 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.101 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.103 | 10415 | Recursively removing directory: /tmp/git.nTPC80/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.104 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.104 | 14466 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.104 | 10414 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.104 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.105 | 10414 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.105 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X7pI3x +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.105 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.105 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.106 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.106 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.106 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.106 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.106 | 14469 | Added a new worker 8 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.107 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.107 | 10414 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.107 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.107 | 10414 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.107 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9RTwZV +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.110 | 14465 | Marked run 400 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.110 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.118 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.118 | 14467 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.119 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.122 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.123 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.124 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.127 | 14468 | Marked run 401 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.127 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.126 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.132 | 14471 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.135 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.138 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.140 | 10418 | Recursively removing directory: /tmp/git.X7pI3x/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.141 | 10415 | Recursively removing directory: /tmp/git.9RTwZV/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.142 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.142 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.143 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.143 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.143 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.143 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.143 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.143 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.143 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.143 | 14487 | Added a new worker 18 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10414 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10414 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 14489 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.144 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.145 | 10414 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.145 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.145 | 10414 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.145 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zxiBuj +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.144 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w0a4PV +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.147 | 14485 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.148 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.151 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.152 | 14488 | Marked run 403 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.152 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.153 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.154 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.155 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.157 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.157 | 14491 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.159 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.160 | 14486 | Marked run 402 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.160 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.162 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.166 | 14497 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.166 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.167 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.166 | 10418 | Recursively removing directory: /tmp/git.w0a4PV/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.167 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.167 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.167 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.167 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.168 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.osCVtL +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.168 | 14504 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.168 | 10414 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.168 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.168 | 10414 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.170 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.171 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.171 | 14503 | Marked run 404 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.172 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.174 | 14506 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.175 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.176 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.177 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.178 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.180 | 10415 | Recursively removing directory: /tmp/git.zxiBuj/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.182 | 14511 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.182 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.182 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.182 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.182 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.182 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.183 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.183 | 14515 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.184 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f7QfXD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.183 | 10414 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.183 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.183 | 10414 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.185 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.186 | 14514 | Marked run 405 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.187 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.188 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.191 | 14518 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.192 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.192 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.193 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.195 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.196 | 10418 | Recursively removing directory: /tmp/git.osCVtL/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.197 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.197 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 14526 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 10414 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.197 | 10414 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.197 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.198 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iTTNjD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.199 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.204 | 14524 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.204 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.205 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.207 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.207 | 14525 | Marked run 406 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.207 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.208 | 10415 | Recursively removing directory: /tmp/git.f7QfXD/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.209 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.209 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.209 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.209 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.209 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.211 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.212 | 14535 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.213 | 10414 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.213 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.213 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.213 | 10414 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.218 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.meRRjT +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.226 | 10418 | Recursively removing directory: /tmp/git.iTTNjD/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.228 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.229 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.229 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.229 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.230 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.230 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.230 | 14536 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.230 | 14534 | Marked run 407 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.230 | 14544 | Added a new worker 8 to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.230 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.231 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vZsurL +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.231 | 10414 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.231 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.231 | 10414 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.231 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.232 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.236 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.239 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.241 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.241 | 14543 | Marked run 408 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.241 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.244 | 14547 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.244 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.247 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.250 | 10415 | Recursively removing directory: /tmp/git.meRRjT/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.251 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.251 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.251 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.252 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.252 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.252 | 14558 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.253 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4vTZYE +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.253 | 10414 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.253 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.253 | 10414 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.254 | 14556 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.255 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.256 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.259 | 10418 | Recursively removing directory: /tmp/git.vZsurL/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.260 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.260 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 14564 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 10414 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 10414 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.261 | 14557 | Marked run 409 as finished +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.261 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.261 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u6gcxk +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.262 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.262 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.262 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.263 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.266 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.274 | 14563 | Marked run 410 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.275 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.276 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.276 | 10415 | Recursively removing directory: /tmp/git.4vTZYE/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.277 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.277 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.278 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.277 | 14566 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.277 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.278 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.278 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.280 | 14574 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.281 | 10414 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.281 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.281 | 10414 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.281 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.281 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kUAviO +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.285 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.286 | 14573 | Marked run 411 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.287 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.290 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.291 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.292 | 14577 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.293 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.294 | 10418 | Recursively removing directory: /tmp/git.u6gcxk/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.295 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.295 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.295 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.295 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.295 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.296 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LVu5OB +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.296 | 14586 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.296 | 10414 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.296 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.296 | 10414 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.298 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.298 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.302 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.304 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.304 | 14585 | Marked run 412 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.305 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.306 | 10415 | Recursively removing directory: /tmp/git.kUAviO/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.308 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.308 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.308 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 14594 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 14587 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 10414 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.309 | 10414 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.308 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.309 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S02aB5 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.310 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.313 | 14593 | Marked run 413 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.313 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.314 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.317 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.319 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.321 | 14597 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.322 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.325 | 10418 | Recursively removing directory: /tmp/git.LVu5OB/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.327 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.327 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.327 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.328 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.328 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.328 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.328 | 14609 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.329 | 10414 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.329 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.329 | 10414 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.329 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YBs3dq +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.330 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.330 | 10415 | Recursively removing directory: /tmp/git.S02aB5/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.332 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.332 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.332 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.333 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KuMSGE +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.332 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.332 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.333 | 14613 | Added a new worker 15 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.333 | 10414 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.333 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.333 | 10414 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.334 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.336 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.337 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.339 | 14610 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.339 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.342 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.342 | 14608 | Marked run 414 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.342 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.343 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.344 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.347 | 14612 | Marked run 415 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.347 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.349 | 14618 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.349 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.352 | 10418 | Recursively removing directory: /tmp/git.YBs3dq/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.354 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.354 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.354 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.354 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.354 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.354 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.355 | 14630 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.355 | 10414 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.355 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.355 | 10414 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.355 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.355 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qdSXKB +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.358 | 10415 | Recursively removing directory: /tmp/git.KuMSGE/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.358 | 14628 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.358 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.362 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.362 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.362 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.362 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.362 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.363 | 14629 | Marked run 416 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.363 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.363 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.364 | 14634 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.364 | 10414 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.364 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.364 | 10414 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.364 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.62spnK +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.364 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.368 | 14633 | Marked run 417 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.368 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.372 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.373 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.374 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.375 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.375 | 14635 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.376 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.380 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.388 | 10418 | Recursively removing directory: /tmp/git.qdSXKB/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.389 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.389 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.389 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.390 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.390 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.389 | 10415 | Recursively removing directory: /tmp/git.62spnK/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.390 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.390 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.390 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.391 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6VSHSB +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.390 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 14651 | Added a new worker 17 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10414 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10414 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 14653 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.391 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.392 | 10414 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.392 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.392 | 10414 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.393 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eJksDi +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.394 | 14642 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.396 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.398 | 14650 | Marked run 418 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.399 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.403 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.405 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.405 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.406 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.407 | 14652 | Marked run 419 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.407 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.407 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.414 | 10415 | Recursively removing directory: /tmp/git.eJksDi/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.415 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.415 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.415 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 14669 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 10414 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 10414 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.416 | 14655 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.417 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.417 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.418 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vN2kVY +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.419 | 10418 | Recursively removing directory: /tmp/git.6VSHSB/ +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.419 | 14668 | Marked run 421 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.420 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.421 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.422 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.423 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.423 | 14673 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.423 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.423 | 10414 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.423 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.424 | 10414 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.421 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.421 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.422 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.425 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wwpQZE +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.431 | 14671 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.433 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.434 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.434 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.437 | 14672 | Marked run 420 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.437 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.438 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.438 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.439 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.442 | 14676 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.442 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.445 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.448 | 14683 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.449 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.451 | 10415 | Recursively removing directory: /tmp/git.vN2kVY/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.452 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.452 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.453 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.453 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.453 | 14691 | Marked run 422 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.454 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.454 | 14693 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.454 | 10414 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.454 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.454 | 10414 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.453 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.455 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.szlw5V +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.455 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.455 | 14692 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.457 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.459 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.459 | 10418 | Recursively removing directory: /tmp/git.wwpQZE/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.464 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.464 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.464 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.464 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.465 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.465 | 14697 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.465 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.465 | 10414 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.465 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.465 | 10414 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.467 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0l2E1o +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.469 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.470 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.470 | 14695 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.471 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.474 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.476 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.477 | 14696 | Marked run 423 as finished +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.477 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.478 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.480 | 14700 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.481 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.485 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.486 | 10415 | Recursively removing directory: /tmp/git.szlw5V/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.487 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.487 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.487 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.487 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.487 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.488 | 14715 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.488 | 10414 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.488 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.488 | 10414 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.488 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.488 | 10418 | Recursively removing directory: /tmp/git.0l2E1o/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.489 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.489 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.489 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.489 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L3CCPx +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.489 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.489 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.490 | 14717 | Added a new worker 15 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.490 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.490 | 10414 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.490 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.490 | 10414 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.491 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KFmvI1 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.496 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.497 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.498 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.498 | 14714 | Marked run 424 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.498 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.499 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.502 | 14716 | Marked run 425 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.505 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.508 | 14712 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.510 | 10415 | Recursively removing directory: /tmp/git.L3CCPx/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.511 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.511 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.511 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.509 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.511 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.511 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.512 | 14729 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.512 | 10414 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.512 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.512 | 10414 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.512 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.513 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PLP0Zk +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.519 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.521 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.520 | 14728 | Marked run 426 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.521 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.523 | 10418 | Recursively removing directory: /tmp/git.KFmvI1/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.523 | 14730 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.525 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.525 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.525 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.526 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 14738 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10414 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.526 | 10414 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.527 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LrDqBH +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.529 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.532 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.535 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.536 | 10415 | Recursively removing directory: /tmp/git.PLP0Zk/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.540 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.541 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.541 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.541 | 14737 | Marked run 427 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.541 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.541 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.541 | 14748 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.542 | 10414 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.542 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.542 | 10414 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.542 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wg6gAw +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.542 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.545 | 14740 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.545 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.546 | 10418 | Recursively removing directory: /tmp/git.LrDqBH/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.548 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.548 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.548 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.549 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.549 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.550 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.550 | 14747 | Marked run 428 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.550 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.550 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.551 | 14754 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.551 | 10414 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.551 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.551 | 10414 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.551 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.551 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W8YG6H +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.554 | 14753 | Marked run 429 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.554 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.555 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.558 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.559 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.561 | 14756 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.562 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.566 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.566 | 10415 | Recursively removing directory: /tmp/git.wg6gAw/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.567 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.567 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.567 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.568 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.568 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.569 | 14770 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.569 | 10414 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.569 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.569 | 10414 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.569 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.569 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K2Sxkm +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.571 | 14766 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.572 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.573 | 10418 | Recursively removing directory: /tmp/git.W8YG6H/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.574 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.574 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.575 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.575 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.575 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.576 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.576 | 14774 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.576 | 10414 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.576 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.576 | 10414 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.576 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.577 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b8ZMDD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.578 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.578 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.579 | 14769 | Marked run 430 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.579 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.582 | 14773 | Marked run 431 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.582 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.587 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.587 | 14775 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.588 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.589 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.592 | 10415 | Recursively removing directory: /tmp/git.K2Sxkm/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.593 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.593 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.593 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.593 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.593 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.593 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.594 | 14786 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.595 | 10414 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.595 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.595 | 10414 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.595 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ue2DI3 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.595 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.600 | 14785 | Marked run 432 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.600 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.600 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.601 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.604 | 14784 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.604 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.607 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.609 | 10418 | Recursively removing directory: /tmp/git.b8ZMDD/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.613 | 14794 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.613 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.613 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.613 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.614 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QhhkKZ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.613 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.613 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.614 | 14801 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.614 | 10414 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.614 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.614 | 10414 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.615 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.619 | 10415 | Recursively removing directory: /tmp/git.ue2DI3/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.621 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.621 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.621 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.620 | 14800 | Marked run 433 as finished +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.623 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 14804 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10414 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.622 | 10414 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.623 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.624 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.624 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aq3em1 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.629 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.630 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.632 | 10418 | Recursively removing directory: /tmp/git.QhhkKZ/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.633 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.633 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.634 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.634 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.634 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.634 | 14814 | Added a new worker 16 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.637 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.637 | 10414 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.637 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.637 | 10414 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.638 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2ooIrj +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.639 | 14805 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.640 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.644 | 14803 | Marked run 434 as finished +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.644 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.645 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.647 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.647 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.652 | 14813 | Marked run 435 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.652 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.654 | 10415 | Recursively removing directory: /tmp/git.aq3em1/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 14826 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.656 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.656 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.656 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.657 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bg3O9w +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 10414 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.656 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.657 | 10414 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.658 | 14817 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.658 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.662 | 14825 | Marked run 436 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.662 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.663 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.664 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.665 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.668 | 14831 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.669 | 10418 | Recursively removing directory: /tmp/git.2ooIrj/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.670 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.670 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.670 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.671 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.671 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 14836 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 10414 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 10414 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.672 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.673 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xLoUF4 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.674 | 14837 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.675 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.677 | 14835 | Marked run 437 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.679 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.679 | 10415 | Recursively removing directory: /tmp/git.bg3O9w/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.680 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.681 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.681 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.681 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.681 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.681 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.681 | 14844 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.682 | 10414 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.682 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.682 | 10414 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.682 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.682 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9SBQFj +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.685 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.686 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.688 | 14843 | Marked run 438 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.688 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.689 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.691 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.691 | 14845 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.691 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.696 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.699 | 10418 | Recursively removing directory: /tmp/git.xLoUF4/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.700 | 14855 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.701 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.701 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.701 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.701 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.701 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.702 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QhWy6i +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.702 | 14861 | Added a new worker 11 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.702 | 10414 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.702 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.702 | 10414 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.703 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.707 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.708 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.709 | 14860 | Marked run 439 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.709 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.710 | 10415 | Recursively removing directory: /tmp/git.9SBQFj/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.711 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.712 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.712 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.713 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.713 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.713 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.713 | 14863 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.714 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.715 | 14866 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.715 | 10414 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.715 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.715 | 10414 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.715 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HO3yOv +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.715 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.719 | 14865 | Marked run 440 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.719 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.720 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.725 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.725 | 14870 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.726 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.726 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.729 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.735 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.735 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.733 | 10418 | Recursively removing directory: /tmp/git.QhWy6i/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.735 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.735 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.738 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.738 | 10415 | Recursively removing directory: /tmp/git.HO3yOv/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.739 | 14882 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.740 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.susmVK +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.739 | 10414 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.739 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.739 | 10414 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.740 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.741 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.741 | 14885 | Added a new worker 17 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.741 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.742 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.740 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.740 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.740 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.743 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nFyKMy +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.742 | 10414 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.742 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.742 | 10414 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.750 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.750 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.751 | 14876 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.752 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.753 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.756 | 14881 | Marked run 441 as finished +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.756 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.758 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.759 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.761 | 14884 | Marked run 442 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.761 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.764 | 14891 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.765 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.767 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.767 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.764 | 10418 | Recursively removing directory: /tmp/git.susmVK/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.766 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.766 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.767 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.770 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.770 | 14900 | Added a new worker 12 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.770 | 10414 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.770 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.770 | 10414 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.770 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VYn02t +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.771 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.772 | 10415 | Recursively removing directory: /tmp/git.nFyKMy/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.774 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.774 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.774 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.774 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.774 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.775 | 14905 | Added a new worker 16 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.775 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.775 | 10414 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.775 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.775 | 10414 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.778 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.89kzNg +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.780 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.782 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.784 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.785 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.786 | 14899 | Marked run 443 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.786 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.788 | 14904 | Marked run 444 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.788 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.788 | 14903 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.789 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.791 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.795 | 10418 | Recursively removing directory: /tmp/git.VYn02t/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.796 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.796 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.797 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.797 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.797 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.798 | 14921 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.799 | 10415 | Recursively removing directory: /tmp/git.89kzNg/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.800 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.800 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.800 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.798 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zxnNpJ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.798 | 10414 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.798 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.798 | 10414 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.801 | 14914 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.801 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.801 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.801 | 14923 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.802 | 10414 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.802 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.802 | 10414 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.802 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.803 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.804 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gSwgHc +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.810 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.811 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.811 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.813 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.817 | 14920 | Marked run 445 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.817 | 14925 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.818 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.821 | 14922 | Marked run 446 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.821 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.822 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.824 | 10418 | Recursively removing directory: /tmp/git.zxnNpJ/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.825 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.825 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.825 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 14938 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10414 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10414 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.826 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.826 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1CIjCu +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.829 | 14937 | Marked run 447 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.829 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.833 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.834 | 10415 | Recursively removing directory: /tmp/git.gSwgHc/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.835 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.835 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.836 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.836 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.836 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.836 | 14943 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.836 | 10414 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.836 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.837 | 10414 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.837 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.837 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MJf78T +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.838 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.839 | 14934 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.840 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.842 | 14942 | Marked run 448 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.842 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.845 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.846 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.846 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.858 | 10415 | Recursively removing directory: /tmp/git.MJf78T/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 14950 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.860 | 14959 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.858 | 10418 | Recursively removing directory: /tmp/git.1CIjCu/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.860 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.860 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.860 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.861 | 10414 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.861 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.861 | 10414 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.861 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.859 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.859 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.860 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.861 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LR2zpR +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.864 | 14961 | Added a new worker 6 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.864 | 10414 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.864 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.864 | 10414 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.866 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.670kZ2 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.865 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.868 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.869 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.871 | 14960 | Marked run 449 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.872 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.872 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.875 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.875 | 14958 | Marked run 450 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.875 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.879 | 14965 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.879 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.882 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.884 | 10415 | Recursively removing directory: /tmp/git.LR2zpR/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.885 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.885 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.885 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.885 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.885 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.886 | 14978 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.886 | 10414 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.886 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.886 | 10414 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.886 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.886 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ez5PUA +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.889 | 10418 | Recursively removing directory: /tmp/git.670kZ2/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.891 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.891 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.891 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.891 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.891 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 14981 | Added a new worker 15 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 10414 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 10414 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.892 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y0qx86 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.892 | 14974 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.893 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.896 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.898 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.899 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.900 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.901 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.906 | 14977 | Marked run 451 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.906 | 14983 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.906 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.909 | 14980 | Marked run 452 as finished +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.909 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.910 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.911 | 10418 | Recursively removing directory: /tmp/git.Y0qx86/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.912 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.912 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.913 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.913 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.913 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.913 | 14998 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.914 | 10414 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.914 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.914 | 10414 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.914 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z5nJDk +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.914 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.917 | 14994 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.918 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.920 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.921 | 10415 | Recursively removing directory: /tmp/git.Ez5PUA/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.924 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.924 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.924 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.924 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 15003 | Added a new worker 15 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 10414 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 10414 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 14997 | Marked run 454 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.925 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.924 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.925 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DNuqsk +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.928 | 15001 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.929 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.929 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.930 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.934 | 15002 | Marked run 453 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.934 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.934 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.935 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.937 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.940 | 10418 | Recursively removing directory: /tmp/git.z5nJDk/ +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.941 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.941 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.942 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 15015 | Added a new worker 13 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 10414 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.942 | 10414 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.942 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RBFNXn +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.943 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.950 | 15014 | Marked run 455 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.950 | 15011 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.951 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.952 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.951 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.955 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.956 | 10415 | Recursively removing directory: /tmp/git.DNuqsk/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.958 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.958 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.959 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 15028 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10414 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10414 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.959 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.959 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W1RU27 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.961 | 15023 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.962 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.964 | 15027 | Marked run 456 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.964 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.966 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.967 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.968 | 10418 | Recursively removing directory: /tmp/git.RBFNXn/ +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 15033 | Added a new worker 10 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10414 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10414 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.969 | 10418 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.969 | 10418 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.970 | 10418 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.970 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.971 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nVBbD5 +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.974 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.978 | 15032 | Marked run 457 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.979 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.986 | 10415 | Recursively removing directory: /tmp/git.W1RU27/ +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.987 | 10415 | Process exit code: 0 +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.987 | 10415 | Process output: 57 bytes +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.988 | 10415 | Waiting for a new command +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.987 | 10418 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 15041 | Added a new worker 14 to the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 10414 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.988 | 10414 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.989 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.989 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.houIL2 +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.990 | 15035 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:48 | INFO | 10418/cimple-worker: 2023-08-28 07:31:48.990 | 10418 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.990 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.994 | 10412 | Waiting for new connections +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.995 | 10415 | Checking out revision HEAD +2023-08-28 07:31:48 | INFO | 10415/cimple-worker: 2023-08-28 07:31:48.995 | 10415 | Going to run: ./ci +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.998 | 15040 | Marked run 458 as finished +2023-08-28 07:31:48 | INFO | 10412/cimple-server: 2023-08-28 07:31:48.998 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.001 | 15044 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.001 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.003 | 10418 | Recursively removing directory: /tmp/git.nVBbD5/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.004 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.004 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.005 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.005 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.005 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 15055 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 10414 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 10414 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.007 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZE2c7K +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.006 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.009 | 15056 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.010 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.011 | 10415 | Recursively removing directory: /tmp/git.houIL2/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.012 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.012 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.012 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.012 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.012 | 15062 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.013 | 10414 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.013 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.013 | 10414 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.014 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.012 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.013 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.asHC32 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.016 | 15054 | Marked run 459 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.016 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.017 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.018 | 15061 | Marked run 460 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.019 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.018 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.021 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.023 | 15063 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.023 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.025 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.026 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.029 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.031 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.030 | 10418 | Recursively removing directory: /tmp/git.ZE2c7K/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.031 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.031 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.031 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.032 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.032 | 15075 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.032 | 10414 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.032 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.032 | 10414 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.033 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.033 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MU0Wge +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.040 | 15072 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.040 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.041 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.041 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.043 | 10415 | Recursively removing directory: /tmp/git.asHC32/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.043 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.045 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.045 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.045 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.045 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.045 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.045 | 15084 | Added a new worker 16 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.046 | 10414 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.046 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.046 | 10414 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.046 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.047 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SgQouv +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.054 | 15074 | Marked run 461 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.054 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.059 | 10418 | Recursively removing directory: /tmp/git.MU0Wge/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.060 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.061 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.061 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.061 | 15082 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.061 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.061 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.062 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.062 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.062 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.063 | 15092 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.063 | 10414 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.063 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.063 | 10414 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.064 | 15083 | Marked run 462 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.064 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.063 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KcwWXg +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.065 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.067 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.071 | 15090 | Marked run 463 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.071 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.073 | 10415 | Recursively removing directory: /tmp/git.SgQouv/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.075 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.075 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.075 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.075 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.075 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.076 | 15101 | Added a new worker 6 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.077 | 10414 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.077 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.077 | 10414 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.077 | 15094 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.077 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2m3JBP +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.078 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.078 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.081 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.082 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.082 | 15100 | Marked run 464 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.082 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.086 | 15103 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.086 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.087 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.087 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.088 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.092 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.099 | 15108 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.100 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.102 | 10418 | Recursively removing directory: /tmp/git.KcwWXg/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.103 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.103 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.103 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 15120 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 10414 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.104 | 10414 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.105 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.105 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wC5WPX +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.107 | 10415 | Recursively removing directory: /tmp/git.2m3JBP/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.111 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.111 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.110 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.110 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.111 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.111 | 15123 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.112 | 10414 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.112 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.112 | 10414 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.112 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X2hvmQ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.113 | 15119 | Marked run 465 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.114 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.114 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.120 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.122 | 15121 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.124 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.121 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.125 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.126 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.127 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.129 | 15127 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.130 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.133 | 15122 | Marked run 466 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.133 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.136 | 15134 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.137 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.138 | 10418 | Recursively removing directory: /tmp/git.wC5WPX/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.139 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.139 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.140 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 15141 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 10414 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.140 | 10414 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.141 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.141 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.141 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1v0Pud +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.143 | 15140 | Marked run 467 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.143 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.146 | 10415 | Recursively removing directory: /tmp/git.X2hvmQ/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.148 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.149 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.149 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.148 | 15142 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 15146 | Added a new worker 11 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 10414 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.149 | 10414 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.150 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SzUdv4 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.150 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.155 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.157 | 15145 | Marked run 468 as finished +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.157 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.157 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.158 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.158 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.159 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.166 | 15147 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.166 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.170 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.170 | 10415 | Recursively removing directory: /tmp/git.SzUdv4/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.174 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.174 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.175 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.175 | 10418 | Recursively removing directory: /tmp/git.1v0Pud/ +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.174 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.175 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.175 | 15161 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.176 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.178 | 15163 | Added a new worker 7 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.178 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.178 | 10414 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.178 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.178 | 10414 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.179 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.179 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.179 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.179 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7ZtSr +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 15166 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10414 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10414 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.180 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.183 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.186 | 15162 | Marked run 470 as finished +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.184 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lb3UhQ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.186 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.189 | 15165 | Marked run 469 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.189 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.191 | 15167 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.191 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.196 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.198 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.202 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.205 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.206 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.211 | 15169 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.212 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.212 | 10418 | Recursively removing directory: /tmp/git.Lb3UhQ/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.213 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.213 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.213 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.213 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.213 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.214 | 15181 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.214 | 10414 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.214 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.214 | 10414 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.215 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vl9sNp +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.216 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.217 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.219 | 10415 | Recursively removing directory: /tmp/git.v7ZtSr/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.222 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.221 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.221 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.222 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.223 | 15180 | Marked run 472 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.223 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.223 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.224 | 15187 | Added a new worker 6 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.224 | 10414 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.224 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.224 | 10414 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.225 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BQsmX8 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.225 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.225 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.226 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.235 | 15184 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.236 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.238 | 15186 | Marked run 471 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.238 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.239 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.240 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.240 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.242 | 10418 | Recursively removing directory: /tmp/git.vl9sNp/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.243 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.243 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.244 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 15198 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 10414 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.244 | 10414 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.244 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CrgNrt +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.245 | 15195 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.245 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.249 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.250 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.253 | 15197 | Marked run 473 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.253 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.254 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.257 | 10415 | Recursively removing directory: /tmp/git.BQsmX8/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.260 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.260 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.260 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.260 | 15206 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.260 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 15213 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 10414 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 10414 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.261 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.261 | 10418 | Recursively removing directory: /tmp/git.CrgNrt/ +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.263 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.263 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.263 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.263 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.263 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7XdDL5 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.263 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.263 | 15216 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.264 | 10414 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.264 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.264 | 10414 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.265 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vn0XJh +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.266 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.266 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.266 | 15212 | Marked run 474 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.266 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.271 | 15215 | Marked run 475 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.272 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.271 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.273 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.274 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.280 | 15217 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.280 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.283 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.285 | 10418 | Recursively removing directory: /tmp/git.Vn0XJh/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.287 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.287 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.287 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.287 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.287 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.288 | 15233 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.288 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.288 | 10414 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.288 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.288 | 10414 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.289 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XE8mzf +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.289 | 15228 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.290 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.290 | 10415 | Recursively removing directory: /tmp/git.7XdDL5/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.291 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.291 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.292 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 15236 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 10414 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.292 | 10414 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.293 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GVMPRe +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.294 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.298 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.300 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.300 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.301 | 15232 | Marked run 477 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.301 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.301 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.302 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.304 | 15235 | Marked run 476 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.304 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.309 | 15239 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.309 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.312 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.313 | 10418 | Recursively removing directory: /tmp/git.XE8mzf/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.314 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.315 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.315 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.315 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.315 | 15253 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.315 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.315 | 10415 | Recursively removing directory: /tmp/git.GVMPRe/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.315 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.317 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.317 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.317 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.316 | 10414 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.316 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.316 | 10414 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.322 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rQBpiM +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 15255 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10414 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.322 | 10414 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.324 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AbSfjx +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.328 | 15252 | Marked run 478 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.328 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.329 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.329 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.330 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.330 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.333 | 15254 | Marked run 479 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.334 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.337 | 15251 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.338 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.339 | 10418 | Recursively removing directory: /tmp/git.rQBpiM/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.340 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.340 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.340 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.340 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.340 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.341 | 15267 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.341 | 10414 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.341 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.341 | 10414 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.341 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.341 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wx3DIo +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.345 | 10415 | Recursively removing directory: /tmp/git.AbSfjx/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.347 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.347 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.347 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.347 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.347 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.347 | 15266 | Marked run 480 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.348 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.348 | 15273 | Added a new worker 6 to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.348 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.349 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sMcURi +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.348 | 10414 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.349 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.349 | 10414 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.350 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.350 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.352 | 15268 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.353 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.356 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.358 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.359 | 15272 | Marked run 481 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.359 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.360 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.362 | 10418 | Recursively removing directory: /tmp/git.Wx3DIo/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.363 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.363 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.364 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.364 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.364 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.364 | 15285 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.365 | 10414 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.365 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.365 | 10414 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.365 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mh4Ol2 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.365 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.367 | 15281 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.368 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.371 | 15284 | Marked run 482 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.372 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.372 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.372 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.373 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.375 | 10415 | Recursively removing directory: /tmp/git.sMcURi/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.376 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.376 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.377 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.377 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.377 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.377 | 15291 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.377 | 15295 | Added a new worker 8 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.378 | 10414 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.378 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.378 | 10414 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.378 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.379 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WswTQ6 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.380 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.380 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.383 | 15298 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.384 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.386 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.386 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.387 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.389 | 15294 | Marked run 483 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.389 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.391 | 10418 | Recursively removing directory: /tmp/git.mh4Ol2/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.394 | 15302 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.394 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.394 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.395 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.395 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.395 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.395 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.396 | 15311 | Added a new worker 11 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.397 | 10414 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.397 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.397 | 10414 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.397 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vi8seq +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.397 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.399 | 10415 | Recursively removing directory: /tmp/git.WswTQ6/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.400 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.400 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.401 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 15314 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10414 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10414 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.401 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.402 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.402 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8IpwFt +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.404 | 15309 | Marked run 484 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.404 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.404 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.405 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.409 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.409 | 15313 | Marked run 485 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.410 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.411 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.414 | 10418 | Recursively removing directory: /tmp/git.Vi8seq/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.416 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.416 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 15326 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10414 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10414 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.416 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.416 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.416 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6YSYkj +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.420 | 10415 | Recursively removing directory: /tmp/git.8IpwFt/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.421 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.421 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.422 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 15331 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10414 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10414 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.422 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.422 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CGjCyr +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.430 | 15315 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.431 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.434 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.436 | 15325 | Marked run 486 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.436 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.437 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.441 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.441 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.442 | 15330 | Marked run 487 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.442 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.443 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.444 | 15333 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.445 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.449 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.454 | 15340 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.456 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.456 | 10418 | Recursively removing directory: /tmp/git.6YSYkj/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.458 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.458 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.458 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.458 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.458 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.460 | 10415 | Recursively removing directory: /tmp/git.CGjCyr/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.460 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 15350 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 10414 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.461 | 10414 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 15353 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.462 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6ZLvij +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.461 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.461 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.461 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 10414 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.462 | 10414 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.463 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BiDufQ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.466 | 15351 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.467 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.470 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.470 | 15352 | Marked run 489 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.471 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.472 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.475 | 15349 | Marked run 488 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.476 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.476 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.476 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.477 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.479 | 15355 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.480 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.483 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.487 | 15364 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.488 | 10418 | Recursively removing directory: /tmp/git.6ZLvij/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.490 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.490 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.490 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.492 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.492 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.495 | 15368 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.495 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.496 | 10414 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.496 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.497 | 10414 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.497 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NgmUVm +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.502 | 15367 | Marked run 490 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.502 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.504 | 10415 | Recursively removing directory: /tmp/git.BiDufQ/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.505 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.505 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.505 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 15374 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.504 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10414 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.506 | 10414 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.506 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0rhCfu +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.507 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.508 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.517 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.519 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.521 | 10418 | Recursively removing directory: /tmp/git.NgmUVm/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.522 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.522 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.522 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 15384 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 10414 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.522 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.523 | 10414 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.523 | 15375 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.523 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1hRzSv +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.523 | 15373 | Marked run 491 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.524 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.529 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.530 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.531 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.531 | 15383 | Marked run 492 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.532 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.533 | 10415 | Recursively removing directory: /tmp/git.0rhCfu/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.534 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.534 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.535 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 15394 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 10414 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.536 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u4esiB +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.535 | 10414 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.536 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.540 | 15392 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.543 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.544 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.545 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.547 | 10418 | Recursively removing directory: /tmp/git.1hRzSv/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.549 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.550 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.550 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 15404 | Added a new worker 16 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 10414 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 10414 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.550 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.551 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.552 | 15393 | Marked run 493 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.552 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.550 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.550 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JTPdDc +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.554 | 15398 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.554 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.558 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.558 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.560 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.561 | 15403 | Marked run 494 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.561 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.565 | 15406 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.566 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.567 | 10415 | Recursively removing directory: /tmp/git.u4esiB/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.568 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.568 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.568 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.568 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.568 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.569 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.570 | 15416 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.570 | 10414 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.570 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.570 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.570 | 10414 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.570 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pp8Hzs +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.571 | 15415 | Marked run 495 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.571 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.574 | 15418 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.575 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.576 | 10418 | Recursively removing directory: /tmp/git.JTPdDc/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.577 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.577 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.577 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 15424 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 10414 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.577 | 10414 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.578 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.578 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WxzaU6 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.579 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.580 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.583 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.584 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.586 | 15423 | Marked run 496 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.586 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.586 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.588 | 15426 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.589 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.593 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.595 | 15436 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.595 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.597 | 10415 | Recursively removing directory: /tmp/git.pp8Hzs/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.598 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.598 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.598 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.598 | 10418 | Recursively removing directory: /tmp/git.WxzaU6/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.599 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.599 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.599 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 15444 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10414 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.600 | 10414 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.601 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YFi1Fz +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.601 | 15442 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.602 | 10414 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.602 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.602 | 10414 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.602 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.602 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.602 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wkcFLm +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.607 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.609 | 15443 | Marked run 498 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.609 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.610 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.611 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.612 | 15441 | Marked run 497 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.612 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.612 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.615 | 15445 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.616 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.618 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.621 | 15455 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.622 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.624 | 10418 | Recursively removing directory: /tmp/git.YFi1Fz/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.625 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.625 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.625 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.625 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.625 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.625 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.626 | 10415 | Recursively removing directory: /tmp/git.wkcFLm/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.626 | 15463 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.627 | 10414 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.627 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.627 | 10414 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.627 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.628 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ncl1vO +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.629 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.629 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.629 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.629 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.629 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.630 | 15465 | Added a new worker 16 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.630 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.630 | 10414 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.630 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.630 | 10414 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.630 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HaoKfL +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.631 | 15462 | Marked run 499 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.631 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.635 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.637 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.638 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.638 | 15461 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.639 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.639 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.641 | 15464 | Marked run 500 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.641 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.643 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.648 | 10418 | Recursively removing directory: /tmp/git.ncl1vO/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.650 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.650 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.650 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.649 | 15470 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.649 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.650 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.650 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.651 | 15481 | Added a new worker 11 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.651 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.651 | 10414 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.651 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.651 | 10414 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.654 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zFcwHY +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.656 | 10415 | Recursively removing directory: /tmp/git.HaoKfL/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.657 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.657 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.657 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.658 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.658 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.658 | 15484 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.661 | 15480 | Marked run 501 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.661 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.661 | 10414 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.661 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.661 | 10414 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.661 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KpnIK2 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.662 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.663 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.666 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.667 | 15483 | Marked run 502 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.667 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.667 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.669 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.673 | 15485 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.674 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.678 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.678 | 10418 | Recursively removing directory: /tmp/git.zFcwHY/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.679 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.679 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.679 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.680 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.680 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.680 | 10415 | Recursively removing directory: /tmp/git.KpnIK2/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.680 | 15501 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.680 | 10414 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.681 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.681 | 10414 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.681 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.682 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9wm7mo +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.683 | 15499 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.684 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.686 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.687 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.688 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.689 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.690 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.690 | 15500 | Marked run 503 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.691 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 15505 | Added a new worker 9 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 10414 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.691 | 10414 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.692 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zeb6pZ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.698 | 15503 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.698 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.701 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.701 | 15504 | Marked run 504 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.701 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.703 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.703 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.706 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.709 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.709 | 15507 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.709 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.713 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.716 | 15515 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.717 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.717 | 10418 | Recursively removing directory: /tmp/git.9wm7mo/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.718 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.718 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.718 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 15523 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 10414 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.719 | 10414 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.719 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sapbJh +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.720 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.721 | 10415 | Recursively removing directory: /tmp/git.zeb6pZ/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.723 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.723 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.723 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.723 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.723 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.724 | 15526 | Added a new worker 12 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.724 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.725 | 10414 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.725 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.725 | 10414 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.726 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xJHmQN +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.729 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.730 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.731 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.744 | 15525 | Marked run 506 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.744 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.747 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.749 | 15522 | Marked run 505 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.749 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.749 | 10418 | Recursively removing directory: /tmp/git.sapbJh/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.749 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.752 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.752 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.752 | 15528 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.753 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.753 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.753 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.753 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.754 | 15537 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.758 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.759 | 10414 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.759 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.759 | 10414 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.759 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vnQZMt +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.759 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.763 | 10415 | Recursively removing directory: /tmp/git.xJHmQN/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.765 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.765 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.765 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 15536 | Marked run 507 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 15545 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10414 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.767 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Hop08 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.768 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.766 | 10414 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.768 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.768 | 15539 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.769 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.770 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.773 | 15544 | Marked run 508 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.773 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.774 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.775 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.777 | 15548 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.777 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.778 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.781 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.786 | 15553 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.787 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.788 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.788 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.786 | 10415 | Recursively removing directory: /tmp/git.9Hop08/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.788 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.788 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.788 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.789 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XzZMKP +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.789 | 15563 | Added a new worker 11 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.789 | 10414 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.789 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.789 | 10414 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.790 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.793 | 10418 | Recursively removing directory: /tmp/git.vnQZMt/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.794 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.794 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.794 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.794 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.794 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 15567 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 10414 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.795 | 10414 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.795 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S3t3by +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.797 | 15562 | Marked run 510 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.798 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.799 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.800 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.803 | 15566 | Marked run 509 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.803 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.804 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.805 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.807 | 15565 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.809 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.812 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.814 | 10415 | Recursively removing directory: /tmp/git.XzZMKP/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.816 | 15578 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.816 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.816 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.817 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.817 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.818 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.819 | 10418 | Recursively removing directory: /tmp/git.S3t3by/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.819 | 15584 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.820 | 10414 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.820 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.820 | 10414 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.820 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.820 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.820 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y978un +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.821 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.821 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.821 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 15587 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10414 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10414 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.822 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.823 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vnKxGI +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.828 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.828 | 15583 | Marked run 511 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.828 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.829 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.830 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.832 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.832 | 15585 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.833 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.835 | 15586 | Marked run 512 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.835 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.838 | 15593 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.839 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.840 | 10415 | Recursively removing directory: /tmp/git.y978un/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.842 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.842 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.842 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.842 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.842 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.842 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.843 | 15601 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.843 | 10414 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.843 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.843 | 10414 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.844 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ut7OUb +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.844 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.847 | 15599 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.848 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.851 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.851 | 10418 | Recursively removing directory: /tmp/git.vnKxGI/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.855 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.855 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.855 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.855 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.856 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.856 | 15600 | Marked run 513 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.856 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.857 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.857 | 15609 | Added a new worker 9 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.857 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.857 | 10414 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.857 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.858 | 10414 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.858 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W0xqWt +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.860 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.862 | 15607 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.862 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.867 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.870 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.871 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.873 | 15608 | Marked run 514 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.876 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.878 | 10415 | Recursively removing directory: /tmp/git.Ut7OUb/ +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.882 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.882 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.881 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.881 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.882 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.882 | 15624 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.883 | 10414 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.883 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.883 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.883 | 10414 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.883 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QPwoYp +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.885 | 15614 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.885 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.888 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.889 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.889 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.891 | 10418 | Recursively removing directory: /tmp/git.W0xqWt/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.892 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.892 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.892 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.892 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.892 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 15630 | Added a new worker 15 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 10414 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 10414 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 15623 | Marked run 515 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.893 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.893 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fcz281 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.897 | 15629 | Marked run 516 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.898 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.899 | 15627 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.900 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.901 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.902 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.903 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.906 | 10415 | Recursively removing directory: /tmp/git.QPwoYp/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.908 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.908 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.908 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.908 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.908 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.909 | 15644 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.909 | 10414 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.909 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.909 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.909 | 10414 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.910 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YVAeWq +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.912 | 15638 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.913 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.915 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.916 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.918 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.923 | 10418 | Recursively removing directory: /tmp/git.fcz281/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.924 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.924 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.924 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.924 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.925 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.925 | 15643 | Marked run 517 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.925 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.925 | 15654 | Added a new worker 9 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.926 | 10414 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.926 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.926 | 10414 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.926 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.926 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VW68Aj +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.928 | 10415 | Recursively removing directory: /tmp/git.YVAeWq/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.929 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.929 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.930 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.929 | 15646 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.930 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.930 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.933 | 15657 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.933 | 15653 | Marked run 518 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.933 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.934 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.934 | 10414 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.934 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.934 | 10414 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.934 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MM32Hu +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.935 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.935 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.936 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.941 | 15656 | Marked run 519 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.942 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.956 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.956 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.957 | 15667 | Added a new worker 14 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.957 | 10414 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.957 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.957 | 10414 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.954 | 10418 | Recursively removing directory: /tmp/git.VW68Aj/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.956 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.956 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.956 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.957 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NLrxmo +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.959 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.959 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.960 | 10415 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.961 | 15660 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.961 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.964 | 10418 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.965 | 10418 | Going to run: ./ci +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.966 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.971 | 15666 | Marked run 520 as finished +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.972 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.974 | 10415 | Recursively removing directory: /tmp/git.MM32Hu/ +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.975 | 10415 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.975 | 10415 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.975 | 10415 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.974 | 15671 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.976 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.976 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.977 | 15680 | Added a new worker 10 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.977 | 10414 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.977 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.977 | 10414 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.977 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B5X7ow +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.978 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.982 | 10418 | Recursively removing directory: /tmp/git.NLrxmo/ +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.984 | 10418 | Process exit code: 0 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.984 | 10418 | Process output: 57 bytes +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.984 | 10418 | Waiting for a new command +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 15686 | Added a new worker 13 to the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 10414 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.984 | 10414 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:49 | INFO | 10418/cimple-worker: 2023-08-28 07:31:49.984 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.joFDdX +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.985 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10412/cimple-server: 2023-08-28 07:31:49.987 | 10412 | Waiting for new connections +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.995 | 10415 | Checking out revision HEAD +2023-08-28 07:31:49 | INFO | 10415/cimple-worker: 2023-08-28 07:31:49.995 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.004 | 15687 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.005 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.005 | 15685 | Marked run 522 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.005 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.006 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.007 | 10415 | Recursively removing directory: /tmp/git.B5X7ow/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.007 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.011 | 15679 | Marked run 521 as finished +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.012 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.012 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.012 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.012 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.012 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.012 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.013 | 15698 | Added a new worker 11 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.013 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.013 | 10414 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.013 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.013 | 10414 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.013 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UMCGQw +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.014 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.016 | 15697 | Marked run 523 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.017 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.020 | 15700 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.021 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.022 | 10418 | Recursively removing directory: /tmp/git.joFDdX/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.024 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.025 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.025 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.025 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.025 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.025 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.026 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.026 | 15706 | Added a new worker 10 to the queue +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.026 | 10414 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.026 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.026 | 10414 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.027 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.027 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mh0Tjv +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.029 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.033 | 15705 | Marked run 524 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.034 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.034 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.036 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.039 | 15708 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.039 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.042 | 10415 | Recursively removing directory: /tmp/git.UMCGQw/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.043 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.043 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.043 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.043 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 15720 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10414 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.044 | 10414 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.045 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EPU9q3 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.048 | 15718 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.049 | 10418 | Recursively removing directory: /tmp/git.mh0Tjv/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.049 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.052 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.052 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.052 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.052 | 15719 | Marked run 525 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.052 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.052 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.054 | 15726 | Added a new worker 8 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.054 | 10414 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.054 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.054 | 10414 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.054 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tqvjLH +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.055 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.056 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.057 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.057 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.063 | 15725 | Marked run 526 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.064 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.064 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.066 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.067 | 15728 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.067 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.073 | 10415 | Recursively removing directory: /tmp/git.EPU9q3/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.074 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.074 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.075 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.073 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.075 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.075 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.076 | 15740 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.076 | 10414 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.076 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.076 | 10414 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.077 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZcESl0 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.078 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.078 | 15739 | Marked run 527 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.079 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.085 | 10418 | Recursively removing directory: /tmp/git.tqvjLH/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.085 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.087 | 15737 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.087 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.087 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.087 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.087 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 15745 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 10414 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 10414 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.088 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.088 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.my79UO +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.089 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.090 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.095 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.098 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.099 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.100 | 15744 | Marked run 528 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.101 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.103 | 15749 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.103 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.104 | 10415 | Recursively removing directory: /tmp/git.ZcESl0/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.105 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.105 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.106 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.106 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.106 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.106 | 15758 | Added a new worker 11 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.106 | 10414 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.106 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.107 | 10414 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.107 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.108 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1EXuH1 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.109 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.114 | 15757 | Marked run 529 as finished +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.113 | 10418 | Recursively removing directory: /tmp/git.my79UO/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.114 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.114 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.114 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.115 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.115 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.115 | 15765 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.115 | 10414 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.115 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.116 | 10414 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.116 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OrXVhp +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.114 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.116 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.117 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.125 | 15760 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.126 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.127 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.128 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.129 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.130 | 15764 | Marked run 530 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.130 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.135 | 15770 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.135 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.137 | 10418 | Recursively removing directory: /tmp/git.OrXVhp/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.138 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.138 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.139 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 15782 | Added a new worker 12 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10414 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.139 | 10414 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.139 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FovQj0 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.141 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.142 | 10415 | Recursively removing directory: /tmp/git.1EXuH1/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.144 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.144 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.144 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.144 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.144 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.145 | 15783 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.146 | 15785 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.146 | 10414 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.146 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.146 | 10414 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.147 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.147 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.147 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0JLwS4 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.147 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.149 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.151 | 15781 | Marked run 532 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.151 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.155 | 15784 | Marked run 531 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.155 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.156 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.156 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.157 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.161 | 15789 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.161 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.165 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.169 | 10418 | Recursively removing directory: /tmp/git.FovQj0/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.171 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.171 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.172 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.172 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.172 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.172 | 15802 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.172 | 10414 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.172 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.173 | 10414 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.173 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hiPJh1 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.174 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.175 | 10415 | Recursively removing directory: /tmp/git.0JLwS4/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.177 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.177 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.177 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.177 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.177 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.177 | 15805 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.177 | 10414 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.177 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.178 | 10414 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.178 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.178 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fNeuTG +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.181 | 15797 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.181 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.185 | 15801 | Marked run 533 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.186 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.187 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.188 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.189 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.191 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.192 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.194 | 15804 | Marked run 534 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.195 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.196 | 15807 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.197 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.201 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.205 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.206 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.206 | 15823 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.204 | 10418 | Recursively removing directory: /tmp/git.hiPJh1/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.205 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.205 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.205 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.206 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b6E4J1 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.206 | 10414 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.206 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.206 | 10414 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.207 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.208 | 10415 | Recursively removing directory: /tmp/git.fNeuTG/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.209 | 15821 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.210 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.213 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.216 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.216 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.216 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.217 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.217 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.218 | 15827 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.220 | 15822 | Marked run 535 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.220 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.221 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.221 | 10414 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.221 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.222 | 10414 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.222 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qOtYLE +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.222 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.222 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.227 | 15825 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.228 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.230 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.231 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.231 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.234 | 15826 | Marked run 536 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.234 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.236 | 15835 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.236 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.236 | 10418 | Recursively removing directory: /tmp/git.b6E4J1/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.238 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.238 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.238 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.238 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.238 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.239 | 15841 | Added a new worker 10 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.239 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.239 | 10414 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.239 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.239 | 10414 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.239 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hy8zfw +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.241 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.245 | 15840 | Marked run 537 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.246 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.248 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.249 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.248 | 10415 | Recursively removing directory: /tmp/git.qOtYLE/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.250 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.250 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.250 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.250 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.250 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.251 | 15848 | Added a new worker 6 to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.251 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1croIz +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.251 | 10414 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.251 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.251 | 10414 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.252 | 15842 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.252 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.253 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.256 | 15847 | Marked run 538 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.256 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.259 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.261 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.262 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.263 | 10418 | Recursively removing directory: /tmp/git.hy8zfw/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.265 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.265 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 15859 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10414 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10414 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.265 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.266 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.266 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rzBidi +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.268 | 15856 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.268 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.272 | 15858 | Marked run 539 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.272 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.275 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.275 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.275 | 10415 | Recursively removing directory: /tmp/git.1croIz/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.277 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.277 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.277 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.277 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.277 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.278 | 15868 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.278 | 10414 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.278 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.278 | 10414 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.278 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.278 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vbuXmI +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.281 | 15866 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.282 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.285 | 15867 | Marked run 540 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.285 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.286 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.287 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.289 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.290 | 15874 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.290 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.291 | 10418 | Recursively removing directory: /tmp/git.rzBidi/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.292 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.292 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.293 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.293 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.293 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.295 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.295 | 15880 | Added a new worker 10 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.295 | 10414 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.295 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.295 | 10414 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.296 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.296 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MXVTUf +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.297 | 15879 | Marked run 541 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.298 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.301 | 10415 | Recursively removing directory: /tmp/git.vbuXmI/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.303 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.304 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.304 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.303 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.303 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.303 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.304 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.305 | 15887 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.305 | 10414 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.305 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.305 | 10414 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.305 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.305 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kn6F6n +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.306 | 15881 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.307 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.309 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.313 | 15886 | Marked run 542 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.314 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.316 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.317 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.318 | 15891 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.322 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.324 | 10418 | Recursively removing directory: /tmp/git.MXVTUf/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.326 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.326 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.326 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.326 | 10415 | Recursively removing directory: /tmp/git.Kn6F6n/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.328 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.328 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.328 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.328 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.328 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.328 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.328 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.329 | 15904 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.330 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yPsz1B +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.329 | 10414 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.329 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.329 | 10414 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.331 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.331 | 15903 | Marked run 543 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.331 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.332 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.334 | 15906 | Added a new worker 9 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.334 | 10414 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.334 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.334 | 10414 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.334 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qM4rXi +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.335 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.337 | 15905 | Marked run 544 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.337 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.337 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.338 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.342 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.342 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.346 | 15907 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.346 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.349 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.352 | 15916 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.352 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.354 | 10418 | Recursively removing directory: /tmp/git.yPsz1B/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.355 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.355 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.355 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 15924 | Added a new worker 11 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10414 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.356 | 10414 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.357 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WBRfWt +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.358 | 10415 | Recursively removing directory: /tmp/git.qM4rXi/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.359 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.362 | 15923 | Marked run 545 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.362 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.364 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.364 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 15927 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 10414 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.365 | 10414 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.365 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.365 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Z5ffq +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.366 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.369 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.370 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.372 | 15925 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.373 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.373 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.374 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.377 | 15926 | Marked run 546 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.377 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.377 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.381 | 15932 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.382 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.384 | 10418 | Recursively removing directory: /tmp/git.WBRfWt/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.385 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.385 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.386 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.386 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.386 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.386 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.388 | 15944 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.388 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.388 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8X34TF +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.388 | 10414 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.388 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.388 | 10414 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.397 | 10415 | Recursively removing directory: /tmp/git.9Z5ffq/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.402 | 15943 | Marked run 547 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.402 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.402 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.402 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.402 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.402 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 15947 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 10414 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 10414 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.403 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.404 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XK8nAy +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.410 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.411 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.410 | 15942 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.411 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.413 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.415 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.419 | 15946 | Marked run 548 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.419 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.421 | 10418 | Recursively removing directory: /tmp/git.8X34TF/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.423 | 15955 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.424 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.424 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.424 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.424 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.424 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.430 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.430 | 15962 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.431 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PrISlc +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.430 | 10414 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.431 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.431 | 10414 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.432 | 10415 | Recursively removing directory: /tmp/git.XK8nAy/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.432 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.436 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.436 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.436 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.436 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.436 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 15967 | Added a new worker 6 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 10414 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 10414 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 15961 | Marked run 549 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.437 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.437 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wAteeE +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.438 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.440 | 15964 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.441 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.442 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.444 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.447 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.447 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.448 | 15966 | Marked run 550 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.448 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.448 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.454 | 15970 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.455 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.458 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.459 | 10418 | Recursively removing directory: /tmp/git.PrISlc/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.460 | 10415 | Recursively removing directory: /tmp/git.wAteeE/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.462 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.462 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.462 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.462 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.462 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.462 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.462 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.462 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.462 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.467 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9oPgPp +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.465 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ktwGNk +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.464 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.464 | 15987 | Added a new worker 17 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.464 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.464 | 15985 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.464 | 15983 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.465 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.465 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.465 | 10414 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.465 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.465 | 10414 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.466 | 10414 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.466 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.466 | 10414 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.467 | 15986 | Marked run 552 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.467 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.473 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.474 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.474 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.475 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.477 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.482 | 15984 | Marked run 551 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.482 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.484 | 15990 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.485 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.487 | 10415 | Recursively removing directory: /tmp/git.ktwGNk/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.489 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.489 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.489 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.489 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.489 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.490 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.490 | 16004 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.491 | 10414 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.491 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.491 | 10414 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.491 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.491 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iNOu0Y +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.492 | 10418 | Recursively removing directory: /tmp/git.9oPgPp/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.494 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.494 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.494 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.495 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.495 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.495 | 16003 | Marked run 553 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.495 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.496 | 16007 | Added a new worker 7 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.496 | 10414 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.496 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.496 | 10414 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.497 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.497 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KGTbSm +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.497 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.498 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.503 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.504 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.505 | 10415 | Recursively removing directory: /tmp/git.iNOu0Y/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.505 | 16006 | Marked run 554 as finished +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.506 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.506 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.506 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 16016 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 10414 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.507 | 10414 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.508 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.508 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4tLqtf +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.513 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.513 | 16005 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.513 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.515 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.516 | 16015 | Marked run 555 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.516 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.517 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.522 | 16020 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.522 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.525 | 10415 | Recursively removing directory: /tmp/git.4tLqtf/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.526 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.526 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.526 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.526 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.526 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.526 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.527 | 16033 | Added a new worker 12 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.527 | 10418 | Recursively removing directory: /tmp/git.KGTbSm/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.529 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.772Di4 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.528 | 10414 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.528 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.528 | 10414 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.528 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.532 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.532 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 16035 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10414 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10414 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.532 | 16032 | Marked run 557 as finished +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.532 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.533 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.534 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rm8bRE +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.538 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.539 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.539 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.540 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.540 | 16031 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.541 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.549 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.552 | 16034 | Marked run 556 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.552 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.555 | 10418 | Recursively removing directory: /tmp/git.rm8bRE/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.558 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.558 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.558 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 16050 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10414 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10414 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.559 | 16043 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.560 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.561 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fACQSN +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.564 | 10415 | Recursively removing directory: /tmp/git.772Di4/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.563 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.565 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.565 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.565 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.565 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.565 | 16055 | Added a new worker 16 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.565 | 10414 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.565 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.566 | 10414 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.565 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.566 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hNlEMN +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.566 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.578 | 16049 | Marked run 559 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.578 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.585 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.586 | 16054 | Marked run 558 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.587 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.587 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.588 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.588 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.594 | 16053 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.594 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.598 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.600 | 10415 | Recursively removing directory: /tmp/git.hNlEMN/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.601 | 10418 | Recursively removing directory: /tmp/git.fACQSN/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 16072 | Added a new worker 14 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 10414 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.602 | 10414 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.603 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.602 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.602 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.602 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.602 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cHYIlc +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.602 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.602 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.602 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.604 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.605 | 16074 | Added a new worker 9 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.606 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Z4asl +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 16070 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 10414 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.606 | 10414 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.608 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.609 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.610 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.611 | 16073 | Marked run 560 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.612 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.612 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.616 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.617 | 16071 | Marked run 561 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.617 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.617 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.619 | 16077 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.619 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.622 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.624 | 10415 | Recursively removing directory: /tmp/git.cHYIlc/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.625 | 16086 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.625 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.625 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.625 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.625 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.625 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.626 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.627 | 16088 | Added a new worker 6 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.628 | 10414 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.628 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.628 | 10414 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.628 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DzNyAA +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.629 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.630 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.634 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.635 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.636 | 16087 | Marked run 562 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.636 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.637 | 10418 | Recursively removing directory: /tmp/git.4Z4asl/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.638 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.638 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.639 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.639 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 16099 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 10414 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 10414 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.640 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.649 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.glzYEg +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.651 | 16091 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.654 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.656 | 10415 | Recursively removing directory: /tmp/git.DzNyAA/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.658 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.658 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.658 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.658 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.659 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.662 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 16105 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 10414 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.662 | 10414 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.663 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m7Qqps +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.664 | 16098 | Marked run 563 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.664 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.665 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.671 | 10418 | Recursively removing directory: /tmp/git.glzYEg/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.672 | 16103 | Marked run 564 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.672 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.673 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.673 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.673 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.673 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.673 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.673 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.674 | 16114 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.674 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.674 | 10414 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.674 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.674 | 10414 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.675 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QvdXLY +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.675 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.680 | 16108 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.681 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.681 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.683 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.684 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.685 | 16113 | Marked run 565 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.685 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.687 | 10415 | Recursively removing directory: /tmp/git.m7Qqps/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.689 | 16122 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.689 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.689 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.689 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.689 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.690 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 16126 | Marked run 566 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 16127 | Added a new worker 6 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 10414 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.692 | 10414 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.693 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.692 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ypVlFZ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.695 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.698 | 10418 | Recursively removing directory: /tmp/git.QvdXLY/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.700 | 16131 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.700 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.701 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.701 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.701 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.701 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.701 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.702 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.703 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.703 | 16134 | Added a new worker 11 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.704 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z6JH9d +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.703 | 10414 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.703 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.703 | 10414 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.703 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.712 | 10415 | Recursively removing directory: /tmp/git.ypVlFZ/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.713 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.714 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.714 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.714 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.715 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.715 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.715 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.716 | 16133 | Marked run 567 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.716 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.718 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.718 | 16144 | Added a new worker 10 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.718 | 10414 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.718 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.719 | 10414 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.719 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.723 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KIdvTl +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.727 | 16146 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.728 | 16143 | Marked run 568 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.728 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.729 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.730 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.732 | 10418 | Recursively removing directory: /tmp/git.Z6JH9d/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.734 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.734 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.734 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.734 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.734 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.734 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.735 | 16155 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.735 | 10414 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.735 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.735 | 10414 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.735 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.736 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cl2dQW +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.740 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.742 | 10415 | Recursively removing directory: /tmp/git.KIdvTl/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.743 | 16154 | Marked run 569 as finished +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.743 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.743 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.744 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.744 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.744 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.744 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.745 | 16162 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.745 | 10414 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.745 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.745 | 10414 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.745 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.745 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.olytc0 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.747 | 16153 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.748 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.751 | 16161 | Marked run 570 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.751 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.752 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.752 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.753 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.755 | 16165 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.756 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.762 | 10418 | Recursively removing directory: /tmp/git.cl2dQW/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.763 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.763 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.764 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.765 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.765 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.765 | 16175 | Added a new worker 12 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.766 | 10414 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.766 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.766 | 10414 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.766 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.765 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.766 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.20OlL7 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.769 | 16176 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.770 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.773 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.774 | 10415 | Recursively removing directory: /tmp/git.olytc0/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.774 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.775 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.775 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.775 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.776 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.776 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.778 | 16174 | Marked run 571 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.779 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.779 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.780 | 16184 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.780 | 16183 | Marked run 572 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.780 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.781 | 10414 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.781 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.781 | 10414 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.781 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a0x5sL +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.781 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.784 | 16186 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.785 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.787 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.790 | 16191 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.792 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.792 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.793 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.794 | 10418 | Recursively removing directory: /tmp/git.20OlL7/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.795 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.795 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.795 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.795 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.796 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.796 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.796 | 16196 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.797 | 10414 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.797 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.797 | 10414 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.797 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lZzZVu +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.797 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.799 | 16197 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.801 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.804 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.805 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.807 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.808 | 16195 | Marked run 573 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.808 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.813 | 16200 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.813 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.817 | 10415 | Recursively removing directory: /tmp/git.a0x5sL/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.818 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.818 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.818 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.818 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.818 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.819 | 16212 | Added a new worker 10 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.819 | 10414 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.819 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.819 | 10414 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.819 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.819 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1m7Yzy +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.821 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.826 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.828 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.828 | 16211 | Marked run 574 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.828 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.829 | 10418 | Recursively removing directory: /tmp/git.lZzZVu/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.831 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.831 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.831 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.831 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.831 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.831 | 16213 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.831 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.832 | 16217 | Added a new worker 8 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.833 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RerjJx +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.832 | 10414 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.832 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.832 | 10414 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.833 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.837 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.838 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.839 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.840 | 10415 | Recursively removing directory: /tmp/git.1m7Yzy/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.842 | 16216 | Marked run 575 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.842 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.842 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.842 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.842 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 16227 | Added a new worker 12 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 10414 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.843 | 10414 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.843 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5nhXp4 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.844 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.848 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.849 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.851 | 16223 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.851 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.851 | 10418 | Recursively removing directory: /tmp/git.RerjJx/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.853 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.853 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.853 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.853 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.853 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.855 | 16226 | Marked run 576 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.855 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.855 | 16236 | Added a new worker 7 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.856 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.856 | 10414 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.856 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.856 | 10414 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.856 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.856 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5NWIVl +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.858 | 16235 | Marked run 577 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.858 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.863 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.863 | 10415 | Recursively removing directory: /tmp/git.5nhXp4/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.864 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.864 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.864 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 16245 | Added a new worker 14 to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.865 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10414 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10414 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.865 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.866 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xXaHYp +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.866 | 16238 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.867 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.869 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.870 | 16244 | Marked run 578 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.871 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.874 | 16247 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.875 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.877 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.877 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.880 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.883 | 10418 | Recursively removing directory: /tmp/git.5NWIVl/ +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.885 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.885 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.885 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.885 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.885 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.885 | 16261 | Added a new worker 9 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.886 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eJV68i +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.886 | 10414 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.886 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.886 | 10414 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.887 | 10415 | Recursively removing directory: /tmp/git.xXaHYp/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.889 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.889 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.889 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 16264 | Added a new worker 17 to the queue +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.889 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.890 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d2sB0O +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 10414 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 10414 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.890 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.892 | 16254 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.892 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.893 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.894 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.895 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.895 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.897 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.898 | 16263 | Marked run 580 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.898 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.899 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.910 | 10415 | Recursively removing directory: /tmp/git.d2sB0O/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.911 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.911 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.912 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 16280 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10414 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 10414 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 16269 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.912 | 16260 | Marked run 579 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.913 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.913 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LYUyUl +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.914 | 10418 | Recursively removing directory: /tmp/git.eJV68i/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.916 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.916 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.916 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.916 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.916 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 16283 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 10414 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.917 | 10414 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.918 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EwQGs5 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.922 | 16279 | Marked run 582 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.923 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.925 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.926 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.930 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.931 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.933 | 16282 | Marked run 581 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.933 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.934 | 16284 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.935 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.937 | 10418 | Recursively removing directory: /tmp/git.EwQGs5/ +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.938 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.938 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.938 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.938 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.938 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.938 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.939 | 16296 | Added a new worker 13 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.940 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Je137y +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.940 | 10414 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.940 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.940 | 10414 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.941 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.943 | 10415 | Recursively removing directory: /tmp/git.LYUyUl/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.945 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.945 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.945 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 16302 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.946 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.946 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DpZ6Fe +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 10414 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 10414 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.946 | 16294 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.947 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.948 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.948 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.951 | 16295 | Marked run 584 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.951 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.951 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.958 | 10418 | Recursively removing directory: /tmp/git.Je137y/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.961 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.961 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.961 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.960 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.960 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.961 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.962 | 10415 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.963 | 16312 | Added a new worker 15 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.963 | 10414 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.963 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.963 | 10414 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.963 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t3atPK +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.963 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.965 | 16301 | Marked run 583 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.965 | 16305 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.965 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.970 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.970 | 16311 | Marked run 585 as finished +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.971 | 10418 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.971 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.971 | 10418 | Going to run: ./ci +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.975 | 16316 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.976 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.981 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.984 | 10415 | Recursively removing directory: /tmp/git.DpZ6Fe/ +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.986 | 10415 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.986 | 10415 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.986 | 10415 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.986 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.986 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.990 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4iGQrM +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.988 | 16329 | Added a new worker 9 to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 16323 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 10414 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 10414 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.989 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.992 | 10418 | Recursively removing directory: /tmp/git.t3atPK/ +2023-08-28 07:31:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.996 | 10418 | Process exit code: 0 +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.996 | 10418 | Process output: 57 bytes +2023-08-28 07:31:50 | INFO | 10418/cimple-worker: 2023-08-28 07:31:50.996 | 10418 | Waiting for a new command +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.996 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.996 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.997 | 16328 | Marked run 586 as finished +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.997 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.999 | 10412 | Waiting for new connections +2023-08-28 07:31:50 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.999 | 10415 | Checking out revision HEAD +2023-08-28 07:31:50 | INFO | 10412/cimple-server: 2023-08-28 07:31:50.999 | 16333 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:50.999 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.000 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.000 | 10414 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.000 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.000 | 10414 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.000 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8eUioZ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.006 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.007 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.008 | 16334 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.009 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.010 | 10415 | Recursively removing directory: /tmp/git.4iGQrM/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.012 | 16332 | Marked run 587 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.012 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.012 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.012 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.012 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.012 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.012 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.013 | 16344 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.013 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oyu6Wa +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.013 | 10414 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.013 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.013 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.013 | 10414 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.015 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.020 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.020 | 16343 | Marked run 588 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.021 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.021 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.023 | 10418 | Recursively removing directory: /tmp/git.8eUioZ/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.025 | 16346 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 16355 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.025 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.025 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.026 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 10414 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.026 | 10414 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.027 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.028 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yMNp6N +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.030 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.033 | 16354 | Marked run 589 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.033 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.034 | 10415 | Recursively removing directory: /tmp/git.oyu6Wa/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.034 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.035 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.036 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.036 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.036 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.036 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.036 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.036 | 16362 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.037 | 10414 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.037 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.037 | 10414 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.037 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.037 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.32YK1R +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.039 | 16359 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.039 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.043 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.043 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.044 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.047 | 16361 | Marked run 590 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.047 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.049 | 16366 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.050 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.052 | 10418 | Recursively removing directory: /tmp/git.yMNp6N/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.053 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.053 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.054 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.053 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.054 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.054 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.055 | 16377 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.055 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f4AWUX +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.055 | 10414 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.055 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.055 | 10414 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.056 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.057 | 16375 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.058 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.060 | 16376 | Marked run 591 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.061 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.061 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.065 | 10415 | Recursively removing directory: /tmp/git.32YK1R/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.066 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.067 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.067 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.067 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.067 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.067 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.067 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.068 | 16384 | Added a new worker 9 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.068 | 10414 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.068 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.068 | 10414 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.068 | 16381 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.069 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7T94PV +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.069 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.072 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.079 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.080 | 16383 | Marked run 592 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.080 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.082 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.082 | 16387 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.084 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.087 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.089 | 16398 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.089 | 10418 | Recursively removing directory: /tmp/git.f4AWUX/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.090 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.090 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.090 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.091 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 16403 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 10414 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.091 | 10414 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.092 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.092 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SVwPHY +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.097 | 10415 | Recursively removing directory: /tmp/git.7T94PV/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.098 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.102 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.102 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.102 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.102 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.102 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.102 | 16406 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.102 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.103 | 10414 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.103 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.103 | 10414 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.103 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qwiyB0 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.103 | 16402 | Marked run 593 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.103 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.105 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.106 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.109 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.110 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.111 | 16405 | Marked run 594 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.111 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.114 | 16404 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.115 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.118 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.118 | 10418 | Recursively removing directory: /tmp/git.SVwPHY/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.120 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.120 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.120 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.120 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 16421 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 16417 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 10414 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.121 | 10414 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.122 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UHVHTn +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.122 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.125 | 10415 | Recursively removing directory: /tmp/git.qwiyB0/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.126 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.126 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.126 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.126 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.126 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.128 | 16425 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.128 | 10414 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.128 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.128 | 10414 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.128 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.130 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.129 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GRddIa +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.130 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.135 | 16420 | Marked run 595 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.135 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.137 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.138 | 10418 | Recursively removing directory: /tmp/git.UHVHTn/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.139 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.139 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.139 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.139 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.139 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.139 | 16424 | Marked run 596 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 16434 | Added a new worker 6 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 10414 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 10414 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.140 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Znshsb +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.139 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.140 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.141 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.143 | 16433 | Marked run 597 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.144 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.145 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.146 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.149 | 16435 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.150 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.152 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.153 | 10415 | Recursively removing directory: /tmp/git.GRddIa/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.155 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.155 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.155 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 16449 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 10414 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.156 | 10414 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.156 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yozuqh +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.157 | 16445 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.157 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.158 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.159 | 10418 | Recursively removing directory: /tmp/git.Znshsb/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.161 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.161 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.160 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.160 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.161 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.163 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.163 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 16453 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 10414 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 10414 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.165 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.166 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I8vyAG +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.170 | 16448 | Marked run 598 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.171 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.173 | 16452 | Marked run 599 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.173 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.174 | 10415 | Recursively removing directory: /tmp/git.Yozuqh/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.176 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.176 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.176 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 16462 | Added a new worker 12 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10414 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10414 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.176 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.177 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gz8QKX +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.178 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.179 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.184 | 16455 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.184 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.185 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.186 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.188 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.188 | 16461 | Marked run 600 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.188 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.190 | 16470 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.191 | 10418 | Recursively removing directory: /tmp/git.I8vyAG/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.193 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.193 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.193 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.191 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.193 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.193 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.195 | 16476 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.196 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.196 | 10414 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.196 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.196 | 10414 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.197 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vQQCSm +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.198 | 16475 | Marked run 601 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.199 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.200 | 10415 | Recursively removing directory: /tmp/git.Gz8QKX/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.201 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.201 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.201 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.201 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.201 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.201 | 16482 | Added a new worker 14 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.201 | 10414 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.201 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.202 | 10414 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.202 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.202 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aWkEIg +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.204 | 16479 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.204 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.205 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.206 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.207 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.208 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.212 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.221 | 16481 | Marked run 602 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.221 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.225 | 10418 | Recursively removing directory: /tmp/git.vQQCSm/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.228 | 16486 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.228 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.228 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.230 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.231 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.231 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.231 | 10415 | Recursively removing directory: /tmp/git.aWkEIg/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.232 | 16499 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.232 | 10414 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.232 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.232 | 10414 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.233 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.233 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.233 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.233 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.233 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.234 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xYy8NZ +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.234 | 16501 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.234 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.235 | 10414 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.235 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.235 | 10414 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.235 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JkbZ5g +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.239 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.240 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.242 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.243 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.244 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.245 | 16498 | Marked run 603 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.246 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.248 | 16500 | Marked run 604 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.248 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.250 | 16502 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.251 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.253 | 10418 | Recursively removing directory: /tmp/git.xYy8NZ/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.254 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.254 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.254 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.254 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.254 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.254 | 16514 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.255 | 10414 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.255 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.255 | 10414 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.255 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.255 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9i0GL1 +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.259 | 10415 | Recursively removing directory: /tmp/git.JkbZ5g/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.261 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.261 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.261 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.261 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.261 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.262 | 16519 | Added a new worker 14 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.262 | 10414 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.262 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.262 | 10414 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.262 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.263 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ge0IAC +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.263 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.264 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.265 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.266 | 16513 | Marked run 605 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.266 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.274 | 16518 | Marked run 606 as finished +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.275 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.275 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.277 | 16521 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.277 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.277 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.279 | 10418 | Recursively removing directory: /tmp/git.9i0GL1/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.280 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.280 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.280 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.281 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.281 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.281 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.282 | 16531 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.282 | 10414 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.282 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.282 | 10414 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.282 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.283 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TbJygb +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.285 | 16530 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.285 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.289 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.290 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.292 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.294 | 16529 | Marked run 607 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.294 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.296 | 10415 | Recursively removing directory: /tmp/git.Ge0IAC/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.297 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.297 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.298 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.297 | 16538 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.298 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.298 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.299 | 16544 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.299 | 10414 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.299 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.299 | 10414 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.300 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.300 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3VI2zh +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.303 | 10418 | Recursively removing directory: /tmp/git.TbJygb/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.304 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.304 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.304 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.304 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.304 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.305 | 16549 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.305 | 10414 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.305 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.305 | 10414 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.305 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9mFak7 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.306 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.308 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.310 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.310 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.311 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.312 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.313 | 16548 | Marked run 609 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.314 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.315 | 16543 | Marked run 608 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.315 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.318 | 16552 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.319 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.322 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.325 | 10415 | Recursively removing directory: /tmp/git.3VI2zh/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.326 | 10418 | Recursively removing directory: /tmp/git.9mFak7/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.327 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.327 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.327 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.327 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.327 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.327 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 16567 | Added a new worker 18 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10414 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.328 | 10414 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.329 | 16568 | Added a new worker 9 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.329 | 10414 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.329 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.329 | 10414 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.329 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fEkLpf +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.329 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TbMmw +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.331 | 16562 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.334 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.334 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.335 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.336 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.338 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.340 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.341 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.343 | 16566 | Marked run 611 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.343 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.345 | 16565 | Marked run 610 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.345 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.348 | 16570 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.349 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.350 | 10415 | Recursively removing directory: /tmp/git.3TbMmw/ +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.351 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.351 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.351 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.351 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.351 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.353 | 16582 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.353 | 10414 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.353 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.353 | 10414 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.353 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QRhsmc +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.354 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.355 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.359 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.361 | 10418 | Recursively removing directory: /tmp/git.fEkLpf/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.362 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.362 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.362 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.362 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.362 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.362 | 16588 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.362 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.363 | 10414 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.363 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.363 | 10414 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.363 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ATgzjd +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.364 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.365 | 16585 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.365 | 16581 | Marked run 612 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.366 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.370 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.371 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.372 | 16587 | Marked run 613 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.372 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.372 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.375 | 16591 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.377 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.378 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.380 | 10415 | Recursively removing directory: /tmp/git.QRhsmc/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.382 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.382 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.382 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 16605 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 10414 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.382 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.383 | 10414 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.383 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B4TP5X +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.384 | 16599 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.384 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.387 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.389 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.391 | 10418 | Recursively removing directory: /tmp/git.ATgzjd/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.392 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.393 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.393 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.393 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.393 | 16608 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.394 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.394 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.395 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.396 | 16611 | Added a new worker 6 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.396 | 10414 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.396 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.396 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jct4Mi +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.396 | 10414 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.397 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.398 | 16604 | Marked run 614 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.398 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.400 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.400 | 16610 | Marked run 615 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.400 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.403 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.404 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.410 | 10415 | Recursively removing directory: /tmp/git.B4TP5X/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.411 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.411 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.411 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.412 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.okgAEz +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.411 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.411 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.411 | 16625 | Added a new worker 14 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.411 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.412 | 10414 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.412 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.412 | 10414 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.414 | 10418 | Recursively removing directory: /tmp/git.Jct4Mi/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.415 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.415 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.416 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.415 | 16614 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.417 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.417 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.417 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.418 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.418 | 16629 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.418 | 10414 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.418 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.418 | 10414 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.419 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.420 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VHl4E6 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.422 | 16624 | Marked run 616 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.422 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.423 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.425 | 16628 | Marked run 617 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.427 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.428 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.430 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.430 | 16632 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.431 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.434 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.435 | 10415 | Recursively removing directory: /tmp/git.okgAEz/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.437 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.437 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.437 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 16643 | Added a new worker 9 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 10414 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.437 | 10414 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.437 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YMHhxP +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.438 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.439 | 16639 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.440 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.442 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.443 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.443 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.446 | 10418 | Recursively removing directory: /tmp/git.VHl4E6/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.447 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.447 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.447 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.447 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.447 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 16642 | Marked run 618 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 16651 | Added a new worker 8 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 10414 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 10414 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.448 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oNvovV +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.451 | 16648 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.451 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.455 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.455 | 10415 | Recursively removing directory: /tmp/git.YMHhxP/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.456 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.457 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.457 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.457 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.457 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.457 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.459 | 16650 | Marked run 619 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.460 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.460 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.461 | 16660 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.461 | 10414 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.461 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.461 | 10414 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.461 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GxdQpy +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.461 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.463 | 16659 | Marked run 620 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.463 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.466 | 16662 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.467 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.467 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.468 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.470 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.471 | 10418 | Recursively removing directory: /tmp/git.oNvovV/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.473 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.473 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.474 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.474 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.474 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.475 | 16672 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.475 | 16669 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.475 | 10414 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.475 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.475 | 10414 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.475 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.shKFc1 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.476 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.477 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.480 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.481 | 16671 | Marked run 621 as finished +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.482 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.482 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.482 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.485 | 10415 | Recursively removing directory: /tmp/git.GxdQpy/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.486 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.486 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.486 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 16682 | Added a new worker 9 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 10414 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.487 | 10414 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.488 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BzrMwC +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.488 | 16675 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.489 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.489 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.492 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.495 | 16681 | Marked run 622 as finished +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.496 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.495 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.496 | 10418 | Recursively removing directory: /tmp/git.shKFc1/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.498 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.498 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.499 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.498 | 16687 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.498 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.499 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.499 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.499 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.500 | 16691 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.501 | 10414 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.501 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.501 | 10414 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.501 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TaiKqG +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.501 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.503 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.506 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.507 | 16690 | Marked run 623 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.507 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.507 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.510 | 16693 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.510 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.513 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.516 | 16700 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.517 | 10415 | Recursively removing directory: /tmp/git.BzrMwC/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.518 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.518 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.518 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.518 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.518 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.518 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.519 | 16709 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.519 | 10414 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.519 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.519 | 10414 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.519 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nGbWLJ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.520 | 10418 | Recursively removing directory: /tmp/git.TaiKqG/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.521 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.521 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.522 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.520 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.522 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.522 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.523 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.524 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.524 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.525 | 16711 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.525 | 10414 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.525 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.525 | 10414 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.525 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EJP6ra +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.530 | 16710 | Marked run 625 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.532 | 16708 | Marked run 624 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.535 | 16712 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.535 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.535 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.538 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.542 | 10415 | Recursively removing directory: /tmp/git.nGbWLJ/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.544 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.544 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.544 | 16722 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.544 | 10414 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.544 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.545 | 10414 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.545 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.550 | 16719 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.550 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.551 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.544 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.544 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.544 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.548 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Na2L5 +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.553 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.555 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.557 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.557 | 16721 | Marked run 626 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.557 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.558 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.560 | 16724 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.561 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.563 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.567 | 10418 | Recursively removing directory: /tmp/git.EJP6ra/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.568 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.568 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.568 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.567 | 10415 | Recursively removing directory: /tmp/git.1Na2L5/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.568 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.568 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.568 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 16740 | Added a new worker 17 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 16734 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.569 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.570 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.570 | 16742 | Added a new worker 7 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.570 | 10414 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.570 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.571 | 10414 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.571 | 10414 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.571 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.571 | 10414 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.571 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YouFlw +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.571 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JVGRnV +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.573 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.577 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.578 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.579 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.579 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.580 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.580 | 16741 | Marked run 628 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.581 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.585 | 16739 | Marked run 627 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.585 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.589 | 16744 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.588 | 10418 | Recursively removing directory: /tmp/git.YouFlw/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.589 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.589 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.590 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.590 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.590 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.591 | 16758 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.591 | 10414 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.591 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.591 | 10414 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.591 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EzDvLY +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.593 | 10415 | Recursively removing directory: /tmp/git.JVGRnV/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.594 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.594 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.594 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 16762 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10414 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.594 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.595 | 10414 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.595 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PnlzKv +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.601 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.602 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.602 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.603 | 16757 | Marked run 629 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.603 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.603 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.606 | 16761 | Marked run 630 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.606 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.607 | 16760 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.608 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.612 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.613 | 10418 | Recursively removing directory: /tmp/git.EzDvLY/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.614 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.614 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.614 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 16778 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10414 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.615 | 10414 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.615 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kAYAgi +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.616 | 10415 | Recursively removing directory: /tmp/git.PnlzKv/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.619 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.619 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.619 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 16780 | Added a new worker 16 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10414 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.619 | 10414 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.620 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JSn7wR +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.623 | 16773 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.623 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.624 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.624 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.625 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.627 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.628 | 16777 | Marked run 631 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.628 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.630 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.631 | 16779 | Marked run 632 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.631 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.634 | 16785 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.634 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.637 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.639 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.639 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.640 | 10415 | Recursively removing directory: /tmp/git.JSn7wR/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.638 | 10418 | Recursively removing directory: /tmp/git.kAYAgi/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.639 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.639 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.639 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.640 | 16798 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.640 | 10414 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.640 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.640 | 10414 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.640 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.642 | 16797 | Marked run 633 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.642 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.643 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gXFe7w +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.643 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.643 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.643 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.643 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.643 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.644 | 16800 | Added a new worker 14 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.645 | 16795 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.645 | 10414 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.645 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.645 | 10414 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.645 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.646 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DUNKGs +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.648 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.649 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.650 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.651 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.652 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.655 | 16799 | Marked run 634 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.655 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.656 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.664 | 16805 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.666 | 10418 | Recursively removing directory: /tmp/git.gXFe7w/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.667 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.667 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.667 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.667 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.667 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.668 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.668 | 16816 | Added a new worker 6 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.669 | 10414 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.669 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.669 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u3uGL5 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.669 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.669 | 10414 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.670 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.677 | 10415 | Recursively removing directory: /tmp/git.DUNKGs/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.678 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.678 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.678 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 16820 | Added a new worker 15 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 10414 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.679 | 10414 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.680 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.680 | 16817 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.680 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vZiEPx +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.681 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.681 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.682 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.685 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.686 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.686 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.695 | 16815 | Marked run 635 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.695 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.697 | 16824 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.697 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.698 | 16819 | Marked run 636 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.698 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.700 | 10415 | Recursively removing directory: /tmp/git.vZiEPx/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.702 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.702 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.702 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 16838 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10414 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10414 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.702 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.703 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cCtTpT +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.705 | 16836 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.706 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.706 | 10418 | Recursively removing directory: /tmp/git.u3uGL5/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.707 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.707 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.707 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.707 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.707 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.709 | 16841 | Added a new worker 14 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.709 | 10414 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.709 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.709 | 10414 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.710 | 16837 | Marked run 638 as finished +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.709 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1V1cgz +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.711 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.711 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.715 | 16840 | Marked run 637 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.715 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.715 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.716 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.720 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.721 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.724 | 16842 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.725 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.730 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.730 | 10418 | Recursively removing directory: /tmp/git.1V1cgz/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.732 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.732 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.732 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.732 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.732 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.732 | 16858 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.732 | 10414 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.732 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.733 | 10414 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.733 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PAvO0c +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.733 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.734 | 10415 | Recursively removing directory: /tmp/git.cCtTpT/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.736 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.737 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.737 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.736 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.737 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.737 | 16856 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.738 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.739 | 16860 | Added a new worker 7 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.739 | 10414 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.739 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.739 | 10414 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.739 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.740 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.740 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vxx8Km +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.741 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.744 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.748 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.749 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.751 | 16857 | Marked run 640 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.751 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.753 | 16859 | Marked run 639 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.753 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.755 | 10418 | Recursively removing directory: /tmp/git.PAvO0c/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.756 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.757 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.757 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.757 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.757 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 16875 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.758 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hHhdGP +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 16864 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 10414 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 10414 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.758 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.761 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.761 | 16874 | Marked run 641 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.761 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.762 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.766 | 10415 | Recursively removing directory: /tmp/git.vxx8Km/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.767 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.767 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 16880 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 10414 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.767 | 10414 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.767 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.768 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fNGwQH +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.768 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.769 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.771 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.773 | 16878 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.773 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.776 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.776 | 16879 | Marked run 642 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.776 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.777 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.778 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.782 | 16885 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.783 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.785 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.786 | 10418 | Recursively removing directory: /tmp/git.hHhdGP/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.788 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.788 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.789 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.789 | 16895 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.789 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.789 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.790 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.791 | 10415 | Recursively removing directory: /tmp/git.fNGwQH/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.791 | 16898 | Added a new worker 6 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.792 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.792 | 10414 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.792 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.792 | 10414 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.792 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.793 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JsPeBq +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.798 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.798 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.799 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 16902 | Added a new worker 16 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 10414 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.799 | 10414 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.800 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Oj2qYT +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.800 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.802 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.803 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.805 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.808 | 16897 | Marked run 643 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.808 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.808 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.809 | 16900 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.810 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.813 | 16901 | Marked run 644 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.813 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.814 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.816 | 10418 | Recursively removing directory: /tmp/git.JsPeBq/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.818 | 16912 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.818 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.818 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.818 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.818 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.818 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.820 | 16917 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.820 | 10414 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.820 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.820 | 10414 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.821 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.821 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.820 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X5AMzj +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.823 | 10415 | Recursively removing directory: /tmp/git.Oj2qYT/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.825 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.825 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.826 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.826 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.826 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.826 | 16916 | Marked run 645 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.826 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.827 | 16922 | Added a new worker 9 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.827 | 10414 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.827 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.827 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.827 | 10414 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.828 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hAzjcM +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.832 | 16920 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.834 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.835 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.836 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.838 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.839 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.843 | 16921 | Marked run 646 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.843 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.844 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.846 | 16927 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.847 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.850 | 10415 | Recursively removing directory: /tmp/git.hAzjcM/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.852 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.852 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.852 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.852 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.852 | 16939 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.852 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.852 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.853 | 10414 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.853 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.853 | 10414 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.853 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.STkDfP +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.856 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.859 | 10418 | Recursively removing directory: /tmp/git.X5AMzj/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.860 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.861 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.862 | 16938 | Marked run 648 as finished +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.862 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.862 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.862 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.862 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.862 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.862 | 16943 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.863 | 10414 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.863 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.863 | 10414 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.863 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.863 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.exM53b +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.868 | 16940 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.869 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.871 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.871 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.873 | 10415 | Recursively removing directory: /tmp/git.STkDfP/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.875 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.875 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.875 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.875 | 16942 | Marked run 647 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.876 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.876 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.876 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.877 | 16952 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.878 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0NxrVS +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.877 | 10414 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.877 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.877 | 10414 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.878 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.881 | 16951 | Marked run 649 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.881 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.884 | 16953 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.884 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.886 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.886 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.888 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.891 | 10418 | Recursively removing directory: /tmp/git.exM53b/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.894 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.894 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.894 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.893 | 16960 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.894 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.894 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.894 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.895 | 16965 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.895 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iYjOZX +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.895 | 10414 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.895 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.895 | 10414 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.897 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.898 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.902 | 16964 | Marked run 650 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.902 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.903 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.905 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.905 | 10415 | Recursively removing directory: /tmp/git.0NxrVS/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.908 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.908 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.908 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.909 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.909 | 16967 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.910 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.909 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.911 | 16973 | Added a new worker 10 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.911 | 10414 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.911 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.911 | 10414 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.912 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.08JFGE +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.912 | 16972 | Marked run 651 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.913 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.913 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.914 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.918 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.920 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.919 | 16977 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.919 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.925 | 10418 | Recursively removing directory: /tmp/git.iYjOZX/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.925 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.926 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.926 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.926 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.926 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.927 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.927 | 16987 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.927 | 10414 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.927 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.927 | 10414 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.928 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.929 | 16985 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.929 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.928 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ht3tTC +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.932 | 16986 | Marked run 652 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.934 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.935 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.936 | 10415 | Recursively removing directory: /tmp/git.08JFGE/ +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.936 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.937 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.937 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.937 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.938 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.937 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.938 | 16995 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.938 | 10414 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.938 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.938 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.939 | 10414 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.939 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qjl5R5 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.943 | 16992 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.943 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.948 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.948 | 16994 | Marked run 653 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.949 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.949 | 10418 | Recursively removing directory: /tmp/git.ht3tTC/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.950 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.951 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.951 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 17004 | Added a new worker 11 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 10414 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.951 | 10414 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.951 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.952 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.djeACK +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.952 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.953 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.956 | 17003 | Marked run 654 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.956 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.960 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.961 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.962 | 17005 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.963 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.965 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.963 | 10415 | Recursively removing directory: /tmp/git.qjl5R5/ +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.965 | 10415 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.965 | 10415 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.965 | 10415 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.965 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.969 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.970 | 17014 | Added a new worker 12 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.970 | 10414 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.970 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.970 | 10414 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.970 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.970 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2JMHZw +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.975 | 10418 | Recursively removing directory: /tmp/git.djeACK/ +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.976 | 17013 | Marked run 655 as finished +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.977 | 10418 | Process exit code: 0 +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.977 | 10418 | Process output: 57 bytes +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.977 | 10418 | Waiting for a new command +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.977 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.977 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.978 | 17022 | Added a new worker 13 to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.978 | 10414 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.978 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.978 | 10414 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.978 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.979 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8bYQXz +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.981 | 17019 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.982 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.982 | 10415 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.983 | 10415 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.990 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.992 | 10418 | Checking out revision HEAD +2023-08-28 07:31:51 | INFO | 10418/cimple-worker: 2023-08-28 07:31:51.993 | 10418 | Going to run: ./ci +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.996 | 17021 | Marked run 656 as finished +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.997 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | 10412/cimple-server: 2023-08-28 07:31:51.998 | 17026 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.000 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.001 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:51.999 | 10415 | Recursively removing directory: /tmp/git.2JMHZw/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.000 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.000 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.001 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.001 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.001 | 17034 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.001 | 10414 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.001 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.002 | 10414 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.002 | 10412 | Waiting for new connections +2023-08-28 07:31:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.002 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gp6tBP +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.005 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.008 | 17033 | Marked run 657 as finished +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.008 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.009 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.009 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.011 | 17036 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.012 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.013 | 10418 | Recursively removing directory: /tmp/git.8bYQXz/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.014 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.014 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.014 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.015 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.015 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.015 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.015 | 17044 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.015 | 10414 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.016 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.016 | 10414 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.016 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.016 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZbsWRf +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.022 | 10415 | Recursively removing directory: /tmp/git.Gp6tBP/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.023 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.023 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.023 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.023 | 17043 | Marked run 658 as finished +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.025 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.025 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.025 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.025 | 17052 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.026 | 10414 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.026 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.026 | 10414 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.026 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.026 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yh8LXR +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.027 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.029 | 17045 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.030 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.033 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.036 | 17051 | Marked run 659 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.036 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.037 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.040 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.041 | 10418 | Recursively removing directory: /tmp/git.ZbsWRf/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.042 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.042 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.043 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.043 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.043 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.044 | 17064 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.044 | 10414 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.044 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.044 | 10414 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.044 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.74LCBR +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.045 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.046 | 17055 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.048 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.050 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.055 | 17063 | Marked run 660 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.056 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.056 | 10415 | Recursively removing directory: /tmp/git.Yh8LXR/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.057 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.058 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.058 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 17072 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 10414 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.058 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.059 | 10414 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.059 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tTlDfT +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.059 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.060 | 17069 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.060 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.061 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.064 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.069 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.070 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.070 | 17071 | Marked run 661 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.071 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.073 | 17075 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.073 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.075 | 10418 | Recursively removing directory: /tmp/git.74LCBR/ +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 17085 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10414 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10414 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.077 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.077 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.078 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.078 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.079 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JocVP0 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.082 | 17086 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.083 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.085 | 17084 | Marked run 662 as finished +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.086 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.086 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.087 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.088 | 10415 | Recursively removing directory: /tmp/git.tTlDfT/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.089 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.089 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.089 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 17095 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10414 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.090 | 10414 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.091 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1UvrNd +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.091 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.098 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.099 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.101 | 17094 | Marked run 663 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.103 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.104 | 10418 | Recursively removing directory: /tmp/git.JocVP0/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.106 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.106 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.106 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 17108 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10414 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.107 | 10414 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.107 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ex47Rv +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.108 | 17093 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.109 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.111 | 10415 | Recursively removing directory: /tmp/git.1UvrNd/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 17111 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 10414 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.113 | 10414 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.112 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.113 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.113 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.114 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.64iTvO +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.114 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.114 | 17106 | Marked run 664 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.115 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.115 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.116 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.118 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.119 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.121 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.121 | 17110 | Marked run 665 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.121 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.123 | 17113 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.125 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.126 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.129 | 17119 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.129 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.132 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.135 | 10418 | Recursively removing directory: /tmp/git.Ex47Rv/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.136 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.136 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.136 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.137 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.137 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.137 | 17130 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.137 | 10414 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.137 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.137 | 10414 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.138 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fH0X0z +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.138 | 10415 | Recursively removing directory: /tmp/git.64iTvO/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.138 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.139 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.139 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.140 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 17132 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10414 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10414 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.140 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.140 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gVj3pU +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.143 | 17128 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.143 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.146 | 17129 | Marked run 666 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.147 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.147 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.150 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.151 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.150 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.151 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.152 | 17131 | Marked run 667 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.153 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.157 | 17134 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.158 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.161 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.162 | 10418 | Recursively removing directory: /tmp/git.fH0X0z/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.164 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.164 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.165 | 10415 | Recursively removing directory: /tmp/git.gVj3pU/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.165 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.165 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.164 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.166 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.166 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.166 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.166 | 17147 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.166 | 17150 | Added a new worker 16 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.166 | 10414 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.166 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10414 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 17152 | Added a new worker 6 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10414 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.167 | 10414 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.166 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.167 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T278rR +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.168 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.deAlph +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.169 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.172 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.173 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.175 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.177 | 17149 | Marked run 668 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.177 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.177 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.178 | 17151 | Marked run 669 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.178 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.181 | 17155 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.182 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.185 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.186 | 10415 | Recursively removing directory: /tmp/git.T278rR/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.187 | 10418 | Recursively removing directory: /tmp/git.deAlph/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.188 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.188 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.188 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.188 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.188 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.188 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.188 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.189 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eOWZUs +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.188 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.188 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.188 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.189 | 17172 | Added a new worker 17 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.189 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.189 | 10414 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.189 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.189 | 10414 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.190 | 17170 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.190 | 10414 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.190 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.190 | 10414 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.190 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IU2IiU +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.191 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.193 | 17167 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.196 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.196 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.196 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.197 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.199 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.199 | 17171 | Marked run 670 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.200 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.200 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.202 | 17169 | Marked run 671 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.202 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.204 | 17176 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.205 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.209 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.209 | 10418 | Recursively removing directory: /tmp/git.eOWZUs/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.217 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.217 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.218 | 17187 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.213 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.213 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.213 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.218 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0dYAv +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.218 | 10414 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.218 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.218 | 10414 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.221 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.225 | 17185 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.225 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.227 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.228 | 17186 | Marked run 672 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.228 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.228 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.229 | 10415 | Recursively removing directory: /tmp/git.IU2IiU/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.230 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.230 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.230 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 17194 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10414 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.231 | 10414 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.232 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ETt0NY +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.232 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.239 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.239 | 17193 | Marked run 673 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.239 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.240 | 10418 | Recursively removing directory: /tmp/git.g0dYAv/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.240 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.242 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.242 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.243 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 17203 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.244 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mOpp54 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 17195 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 10414 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.243 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.244 | 10414 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.244 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.246 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.247 | 17202 | Marked run 674 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.247 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.248 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.251 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.251 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.254 | 17206 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.254 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.257 | 10415 | Recursively removing directory: /tmp/git.ETt0NY/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.258 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.258 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.258 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.258 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.258 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 17215 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 10414 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.260 | 10414 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.262 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FGZsfA +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.263 | 17214 | Marked run 675 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.264 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.265 | 10418 | Recursively removing directory: /tmp/git.mOpp54/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.267 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.267 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.267 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.267 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.267 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.267 | 17222 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.267 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.268 | 10414 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.268 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.268 | 10414 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.268 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2mm7Dm +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.268 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.271 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.272 | 17217 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.273 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.275 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.276 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.279 | 17221 | Marked run 676 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.279 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.280 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.283 | 10415 | Recursively removing directory: /tmp/git.FGZsfA/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.284 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.284 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.284 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.284 | 17230 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.284 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.284 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.285 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.286 | 17236 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.286 | 10414 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.286 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.287 | 10414 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.287 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.287 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xqjn2P +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.288 | 17234 | Marked run 677 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.288 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.289 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.292 | 10418 | Recursively removing directory: /tmp/git.2mm7Dm/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.293 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.293 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.293 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.293 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.293 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.293 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.294 | 17242 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.294 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.294 | 10414 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.294 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.294 | 10414 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.295 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.295 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F9FU2H +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.296 | 17240 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.297 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.301 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.302 | 17241 | Marked run 678 as finished +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.302 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.302 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.303 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.306 | 17245 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.307 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.309 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.312 | 17250 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.312 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.315 | 10418 | Recursively removing directory: /tmp/git.F9FU2H/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.316 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.316 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.316 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.317 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.317 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.317 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.318 | 17262 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.318 | 10414 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.318 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.318 | 10414 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.318 | 10415 | Recursively removing directory: /tmp/git.xqjn2P/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.318 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.321 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gFbmKk +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.324 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.324 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.324 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.324 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.325 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.325 | 17264 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.325 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T15dmJ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.325 | 10414 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.325 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.325 | 10414 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.327 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.327 | 17260 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.327 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.328 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.330 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.331 | 17261 | Marked run 680 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.332 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.334 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.334 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.334 | 17263 | Marked run 679 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.335 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.338 | 17267 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.339 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.341 | 10418 | Recursively removing directory: /tmp/git.gFbmKk/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.342 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.342 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.342 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.341 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.342 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.342 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.343 | 17278 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.344 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qaQ2gy +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.343 | 10414 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.343 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.343 | 10414 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.344 | 17276 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.344 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.345 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.346 | 17277 | Marked run 681 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.347 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.348 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.351 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.352 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.353 | 10415 | Recursively removing directory: /tmp/git.T15dmJ/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.354 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.354 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.354 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.353 | 17281 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.354 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.354 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.354 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.355 | 17287 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.355 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.355 | 10414 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.355 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.355 | 10414 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.356 | 17286 | Marked run 682 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.356 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.357 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yJjR3G +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.358 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.361 | 17289 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.361 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.364 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.365 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.367 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.368 | 17291 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.369 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.371 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.374 | 17298 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.375 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.375 | 10418 | Recursively removing directory: /tmp/git.qaQ2gy/ +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.377 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.378 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.378 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.378 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.378 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.378 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.378 | 17306 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.379 | 10414 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.379 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.379 | 10414 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.379 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.380 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.95LldJ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.382 | 17303 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.382 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.387 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.390 | 17304 | Marked run 683 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.390 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.389 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.390 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.392 | 10415 | Recursively removing directory: /tmp/git.yJjR3G/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.395 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.395 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.395 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.395 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.395 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.396 | 17315 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.396 | 10414 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.396 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.396 | 10414 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.396 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.397 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LH6Srv +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.401 | 10418 | Recursively removing directory: /tmp/git.95LldJ/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.402 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.402 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.402 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.401 | 17310 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.402 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.403 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.403 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.403 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.403 | 17320 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.403 | 10414 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.404 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.404 | 10414 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.404 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.404 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.404 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zxn37n +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.407 | 17314 | Marked run 684 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.407 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.410 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.411 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.412 | 17319 | Marked run 685 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.412 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.412 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.417 | 17323 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.418 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.418 | 10415 | Recursively removing directory: /tmp/git.LH6Srv/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.420 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.420 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.420 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.420 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.420 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.420 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.421 | 17333 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.421 | 10414 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.421 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.421 | 10414 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.422 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.422 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h4LY9i +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.426 | 17334 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.427 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.429 | 17332 | Marked run 686 as finished +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.428 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.429 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.430 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.430 | 10418 | Recursively removing directory: /tmp/git.zxn37n/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.432 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.432 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.433 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.433 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.433 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.434 | 17342 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.434 | 10414 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.434 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.434 | 10414 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.434 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.435 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.437 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7fGpUT +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.443 | 17341 | Marked run 687 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.444 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.445 | 10415 | Recursively removing directory: /tmp/git.h4LY9i/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.446 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.447 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.448 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.448 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.447 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.447 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.447 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.448 | 17351 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.449 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NJIAJq +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.449 | 10414 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.449 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.449 | 10414 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.452 | 17344 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.452 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.453 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.456 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.457 | 17349 | Marked run 688 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.457 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.458 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.459 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.461 | 10418 | Recursively removing directory: /tmp/git.7fGpUT/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.462 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.462 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.463 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.463 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.463 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.463 | 17362 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.464 | 10414 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.464 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.464 | 10414 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.464 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.464 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B4fPO7 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.465 | 17357 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.465 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.470 | 10415 | Recursively removing directory: /tmp/git.NJIAJq/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.471 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.472 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.472 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.470 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.471 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.472 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 17361 | Marked run 689 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 17370 | Added a new worker 7 to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.474 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8wQauc +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 10414 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.473 | 10414 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.475 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.478 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.480 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.482 | 17371 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.483 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.484 | 10418 | Recursively removing directory: /tmp/git.B4fPO7/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.486 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.486 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.486 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.486 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.486 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.487 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.487 | 17381 | Added a new worker 16 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.487 | 10414 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.487 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.487 | 10414 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.488 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.489 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bFahL3 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.493 | 17369 | Marked run 690 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.493 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.495 | 10415 | Recursively removing directory: /tmp/git.8wQauc/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.497 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.498 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.498 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.498 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.498 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.498 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.498 | 17380 | Marked run 691 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.498 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.499 | 17388 | Added a new worker 7 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.499 | 10414 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.499 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.499 | 10414 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.499 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.500 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZBB2wn +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.501 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.503 | 17382 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.504 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.506 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.508 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.509 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.511 | 10418 | Recursively removing directory: /tmp/git.bFahL3/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.512 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.512 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.512 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 17400 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.514 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B4TZ9d +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 10414 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.513 | 10414 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.514 | 17387 | Marked run 692 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.514 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.515 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.518 | 10415 | Recursively removing directory: /tmp/git.ZBB2wn/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.521 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.521 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.520 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.520 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.521 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.522 | 17406 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.522 | 10414 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.522 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.522 | 10414 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.522 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OLfKcZ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.523 | 17399 | Marked run 693 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.523 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.523 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.527 | 17395 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.528 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.532 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.532 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.533 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.533 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.535 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.536 | 17405 | Marked run 694 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.536 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.545 | 10415 | Recursively removing directory: /tmp/git.OLfKcZ/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.546 | 10418 | Recursively removing directory: /tmp/git.B4TZ9d/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.547 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.547 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.547 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.547 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.547 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.546 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.546 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.548 | 17422 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.549 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PMjx6x +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.548 | 10414 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.548 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.548 | 10414 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.550 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.550 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.552 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.553 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.553 | 17410 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.554 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.554 | 17424 | Added a new worker 7 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.554 | 10414 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.554 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.554 | 10414 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.555 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.558 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.559 | 17421 | Marked run 695 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.559 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.560 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mCOHjp +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.561 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.562 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.566 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.567 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.568 | 17423 | Marked run 696 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.569 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.569 | 17426 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.569 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.571 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.574 | 17433 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.574 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.577 | 10418 | Recursively removing directory: /tmp/git.PMjx6x/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.578 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.578 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.578 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 17443 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 10414 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.579 | 10414 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.580 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UDXJKT +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.580 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.582 | 17442 | Marked run 697 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.582 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.583 | 10415 | Recursively removing directory: /tmp/git.mCOHjp/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.584 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.585 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.585 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.585 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.585 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.585 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.585 | 17446 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.586 | 10414 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.586 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.586 | 10414 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.586 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hY2Tbu +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.586 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.590 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.591 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.593 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.594 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.594 | 17445 | Marked run 698 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.595 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.597 | 17444 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.598 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.601 | 10418 | Recursively removing directory: /tmp/git.UDXJKT/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.603 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.603 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.603 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.602 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.603 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.603 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.603 | 17458 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.604 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ri0oFD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.604 | 10414 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.604 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.604 | 10414 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.605 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.610 | 10415 | Recursively removing directory: /tmp/git.hY2Tbu/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.612 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.612 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.612 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.612 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.612 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.614 | 17456 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.616 | 17464 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.616 | 10414 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.616 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.616 | 10414 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.616 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.616 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FZ7C9E +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.614 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.615 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.623 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.624 | 17457 | Marked run 699 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.624 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.628 | 17468 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.629 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.630 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.640 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.640 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.642 | 17463 | Marked run 700 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.642 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.642 | 10415 | Recursively removing directory: /tmp/git.FZ7C9E/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.644 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.644 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 17482 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10414 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.645 | 10414 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.646 | 17479 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.645 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.646 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RTNSK1 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.647 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.649 | 10418 | Recursively removing directory: /tmp/git.Ri0oFD/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.650 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.650 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.650 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.651 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.651 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.651 | 17485 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.652 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.652 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.652 | 10414 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.652 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.652 | 10414 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.653 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UbQrfq +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.654 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.657 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.659 | 17481 | Marked run 702 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.659 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.664 | 17484 | Marked run 701 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.664 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.666 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.666 | 17486 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.667 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.667 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.669 | 10415 | Recursively removing directory: /tmp/git.RTNSK1/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.670 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.670 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.670 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.670 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.670 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.672 | 17497 | Added a new worker 10 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.672 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.672 | 10414 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.672 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.673 | 10414 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.673 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SkDdDD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.675 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.677 | 10418 | Recursively removing directory: /tmp/git.UbQrfq/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.678 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.678 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.679 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.678 | 17496 | Marked run 703 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.678 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 17504 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.679 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2pZCgQ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.679 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 10414 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.679 | 10414 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.680 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.682 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.684 | 17501 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.685 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.688 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.689 | 17503 | Marked run 704 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.689 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.689 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.691 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.694 | 10415 | Recursively removing directory: /tmp/git.SkDdDD/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.695 | 17508 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.696 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.696 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.696 | 17517 | Added a new worker 10 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.697 | 10414 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.697 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.697 | 10414 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.696 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.696 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.696 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.698 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.697 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WjIUdy +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.701 | 10418 | Recursively removing directory: /tmp/git.2pZCgQ/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.703 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.703 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.703 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.704 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.703 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.704 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.704 | 17523 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.705 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.705 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D6wrVU +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.705 | 10414 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.705 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.705 | 10414 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.706 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.712 | 17522 | Marked run 706 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.713 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.713 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.715 | 17516 | Marked run 705 as finished +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.715 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.716 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.716 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.718 | 10415 | Recursively removing directory: /tmp/git.WjIUdy/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.719 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.719 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.719 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.719 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.719 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.720 | 17533 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.720 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.720 | 10414 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.720 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.720 | 10414 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.720 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i6V59m +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.724 | 17532 | Marked run 707 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.724 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.727 | 10418 | Recursively removing directory: /tmp/git.D6wrVU/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.730 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.730 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.730 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.730 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.730 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.732 | 17531 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.732 | 17540 | Added a new worker 7 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.734 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.734 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.734 | 10414 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.734 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.734 | 10414 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.734 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V1QGQT +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.735 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.736 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.743 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.744 | 17539 | Marked run 708 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.745 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.746 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.746 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.747 | 10415 | Recursively removing directory: /tmp/git.i6V59m/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.750 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.750 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.750 | 17548 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.751 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.751 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.750 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.751 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.753 | 17551 | Added a new worker 6 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.753 | 10414 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.753 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.753 | 10414 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.753 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.753 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hbpn2G +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.759 | 17550 | Marked run 709 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.759 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.759 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.760 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.761 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.763 | 10418 | Recursively removing directory: /tmp/git.V1QGQT/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.765 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.765 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.765 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.765 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.765 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.765 | 17561 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.766 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sn2x7d +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.766 | 10414 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.766 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.766 | 10414 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.767 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.768 | 17557 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.768 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.771 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.772 | 17560 | Marked run 710 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.772 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.775 | 17564 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.775 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.777 | 10415 | Recursively removing directory: /tmp/git.hbpn2G/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.779 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.779 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.779 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.779 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.779 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.780 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.781 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 17571 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 10414 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.782 | 10414 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.782 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ImXAw +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.786 | 17570 | Marked run 711 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.787 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.789 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.790 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.791 | 17573 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.792 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.797 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.798 | 10418 | Recursively removing directory: /tmp/git.sn2x7d/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.801 | 10415 | Recursively removing directory: /tmp/git.1ImXAw/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.802 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.802 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.802 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.801 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.801 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.801 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.803 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.803 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.803 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.803 | 17588 | Added a new worker 17 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 10414 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 10414 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.804 | 17585 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.805 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.805 | 17590 | Added a new worker 6 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.804 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TPii7Q +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.806 | 10414 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.806 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.806 | 10414 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.814 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Czdlc0 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.815 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.815 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.828 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.828 | 17587 | Marked run 712 as finished +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.830 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.831 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.832 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.832 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.837 | 17589 | Marked run 713 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.837 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.840 | 17592 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.840 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.842 | 10418 | Recursively removing directory: /tmp/git.TPii7Q/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.843 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.843 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.843 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.842 | 10415 | Recursively removing directory: /tmp/git.Czdlc0/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.844 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.844 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.844 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 17609 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10414 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10414 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.844 | 17607 | Added a new worker 12 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.845 | 10414 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.845 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.845 | 10414 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.845 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tX0fg1 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.846 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m352nS +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.847 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.850 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.851 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.851 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.852 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.855 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.855 | 17606 | Marked run 714 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.855 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.857 | 17608 | Marked run 715 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.858 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.859 | 17613 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.860 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.863 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.866 | 10418 | Recursively removing directory: /tmp/git.tX0fg1/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.868 | 17622 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.868 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.869 | 10415 | Recursively removing directory: /tmp/git.m352nS/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.871 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.871 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.871 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.871 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.871 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.871 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.872 | 17628 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.872 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.872 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.872 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.872 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 17630 | Added a new worker 18 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.873 | 10414 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.874 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EaMrmB +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.874 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.874 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.876 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iLFSM1 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.882 | 17627 | Marked run 716 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.883 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.888 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.889 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.892 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.894 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.895 | 17626 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.898 | 17629 | Marked run 717 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.901 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.906 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.908 | 10418 | Recursively removing directory: /tmp/git.EaMrmB/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.910 | 17644 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.911 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.910 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.911 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.911 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.911 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.912 | 10415 | Recursively removing directory: /tmp/git.iLFSM1/ +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.912 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.913 | 17646 | Added a new worker 11 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.913 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.914 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NOqMZ8 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.913 | 10414 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.913 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.914 | 10414 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.917 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.917 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 17645 | Marked run 719 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 17649 | Added a new worker 6 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.917 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.918 | 10414 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.918 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.918 | 10414 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.917 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.920 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.921 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GJGVyB +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.922 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.923 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.932 | 10418 | Recursively removing directory: /tmp/git.NOqMZ8/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.934 | 17648 | Marked run 718 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.934 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.935 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.935 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.935 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.935 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.936 | 17658 | Added a new worker 13 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.936 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.936 | 10414 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.936 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.936 | 10414 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.935 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.936 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tULLCS +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.943 | 17650 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.943 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.944 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.946 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.951 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.952 | 17657 | Marked run 720 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.953 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.953 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.955 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.957 | 10415 | Recursively removing directory: /tmp/git.GJGVyB/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.960 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.960 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.960 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.960 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.961 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.961 | 17667 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.962 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.962 | 17671 | Added a new worker 6 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.962 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.963 | 10414 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.963 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.963 | 10414 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.963 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5nplAx +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.966 | 10418 | Recursively removing directory: /tmp/git.tULLCS/ +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.968 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.968 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.968 | 10418 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.968 | 10418 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.968 | 10418 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.969 | 17677 | Added a new worker 14 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.969 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.969 | 10414 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.969 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.970 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ww3bgh +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.970 | 10414 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.971 | 17670 | Marked run 721 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.972 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.972 | 10415 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.974 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.977 | 10415 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.978 | 17678 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.979 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.982 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.986 | 10418 | Checking out revision HEAD +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.987 | 10418 | Going to run: ./ci +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.990 | 10415 | Recursively removing directory: /tmp/git.5nplAx/ +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.991 | 10415 | Process exit code: 0 +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.991 | 10415 | Process output: 57 bytes +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.992 | 10415 | Waiting for a new command +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 17690 | Added a new worker 15 to the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 10414 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.992 | 10414 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.993 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10415/cimple-worker: 2023-08-28 07:31:52.993 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F0TSZ1 +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.998 | 17676 | Marked run 722 as finished +2023-08-28 07:31:52 | INFO | 10412/cimple-server: 2023-08-28 07:31:52.998 | 10412 | Waiting for new connections +2023-08-28 07:31:52 | INFO | 10418/cimple-worker: 2023-08-28 07:31:52.999 | 10418 | Recursively removing directory: /tmp/git.Ww3bgh/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.001 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.001 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.002 | 17682 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.002 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.005 | 17689 | Marked run 723 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.005 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.005 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.005 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.005 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.006 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.006 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.007 | 17699 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.007 | 10414 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.007 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.007 | 10414 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.007 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.007 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2LKgIy +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.012 | 10415 | Recursively removing directory: /tmp/git.F0TSZ1/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.012 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.013 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.013 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.013 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.013 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.014 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.014 | 17705 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.014 | 10414 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.014 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.014 | 10414 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.014 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mbQOxx +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.015 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.017 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.017 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.021 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.024 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.025 | 17698 | Marked run 724 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.025 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.027 | 17707 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.027 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.029 | 17704 | Marked run 725 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.029 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.031 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.033 | 17715 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.034 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.035 | 10418 | Recursively removing directory: /tmp/git.2LKgIy/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.036 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.036 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.037 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.037 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.037 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 17720 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 10414 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 10414 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.039 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.040 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KqK5xS +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.043 | 10415 | Recursively removing directory: /tmp/git.mbQOxx/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.044 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.044 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.045 | 17726 | Added a new worker 15 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.045 | 10414 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.045 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.045 | 10414 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.044 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.044 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.044 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.045 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CXFSrn +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.047 | 17719 | Marked run 726 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.047 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.048 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.049 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.051 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.053 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.052 | 17723 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.054 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.054 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.058 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.060 | 17725 | Marked run 727 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.060 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.063 | 17731 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.064 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.067 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.069 | 10418 | Recursively removing directory: /tmp/git.KqK5xS/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.070 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.070 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.070 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.071 | 10415 | Recursively removing directory: /tmp/git.CXFSrn/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.071 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.071 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.071 | 17742 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 17744 | Added a new worker 6 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 10414 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.072 | 10414 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.073 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.073 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.073 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.073 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.utA9z1 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.073 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.073 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.074 | 17747 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.074 | 10414 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.074 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.074 | 10414 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.074 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.075 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cFyw9C +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.079 | 17743 | Marked run 728 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.080 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.085 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.087 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.088 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.089 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.090 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.090 | 17746 | Marked run 729 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.090 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.094 | 17748 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.094 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.099 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.106 | 10415 | Recursively removing directory: /tmp/git.cFyw9C/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.106 | 10418 | Recursively removing directory: /tmp/git.utA9z1/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.109 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.109 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.108 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.108 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.108 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.109 | 17764 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.109 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.109 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.110 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.110 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.110 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 17766 | Added a new worker 8 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 17756 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.112 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZWGbtu +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.112 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LNBXqF +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.111 | 10414 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.113 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.113 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.114 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.123 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.124 | 17763 | Marked run 731 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.124 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.126 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.126 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.127 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.128 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.128 | 17765 | Marked run 730 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.128 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.131 | 17768 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.131 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.140 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.143 | 10418 | Recursively removing directory: /tmp/git.LNBXqF/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.145 | 10415 | Recursively removing directory: /tmp/git.ZWGbtu/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.145 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.145 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.146 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.146 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.146 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.147 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.147 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.147 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.147 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.147 | 17780 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.147 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.148 | 17786 | Added a new worker 16 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.148 | 10414 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.148 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.148 | 10414 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.149 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.149 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hS7tEN +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.149 | 17784 | Added a new worker 15 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.150 | 10414 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.150 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.150 | 10414 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.150 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.150 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.151 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F3Dgjr +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.154 | 17785 | Marked run 732 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.156 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.162 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.163 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.164 | 17783 | Marked run 733 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.165 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.167 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.169 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.172 | 17788 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.173 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.176 | 10415 | Recursively removing directory: /tmp/git.hS7tEN/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.178 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.179 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.179 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.179 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.179 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.179 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.180 | 17800 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.180 | 10414 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.180 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.180 | 10414 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.180 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.39mZzC +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.181 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.186 | 17798 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.187 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.188 | 10418 | Recursively removing directory: /tmp/git.F3Dgjr/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.190 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.190 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.190 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.190 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.190 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.191 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.192 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.193 | 17799 | Marked run 734 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.194 | 17807 | Added a new worker 9 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.194 | 10414 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.194 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.194 | 10414 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.194 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.195 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.197 | 17806 | Marked run 735 as finished +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.195 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.peVR3o +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.199 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.203 | 17809 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.203 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.205 | 10415 | Recursively removing directory: /tmp/git.39mZzC/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.206 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.206 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.207 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.207 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.208 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.209 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.209 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cjsWpI +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.209 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.209 | 17817 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.209 | 10414 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.209 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.209 | 10414 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.210 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.214 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.215 | 17818 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.216 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.222 | 17816 | Marked run 736 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.222 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.228 | 10418 | Recursively removing directory: /tmp/git.peVR3o/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.229 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.230 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.230 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.230 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.230 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.230 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.231 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.231 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.232 | 17828 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.232 | 10414 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.232 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.232 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.232 | 10414 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.232 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7sWyj9 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.236 | 17827 | Marked run 737 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.237 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.240 | 17829 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.240 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.244 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.245 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.246 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.247 | 10415 | Recursively removing directory: /tmp/git.cjsWpI/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.251 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.251 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.251 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.252 | 17836 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.252 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.252 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.254 | 17839 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.255 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iJHyUE +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.254 | 10414 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.254 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.254 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.254 | 10414 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.257 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.259 | 17838 | Marked run 738 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.260 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.262 | 17843 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.262 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.263 | 10418 | Recursively removing directory: /tmp/git.7sWyj9/ +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.265 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.265 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.265 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.265 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.265 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.265 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.267 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.267 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.267 | 17849 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.268 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.268 | 10414 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.268 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.268 | 10414 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.268 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YYf8E5 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.275 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.278 | 17848 | Marked run 739 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.279 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.281 | 17851 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.281 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.283 | 10415 | Recursively removing directory: /tmp/git.iJHyUE/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.284 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.284 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.284 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.284 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.284 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.286 | 17864 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.286 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.286 | 10414 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.286 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.286 | 10414 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.286 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xb3zKw +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.289 | 17863 | Marked run 740 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.289 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.290 | 10418 | Recursively removing directory: /tmp/git.YYf8E5/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.291 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.292 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.292 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 17867 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10414 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.292 | 10414 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.292 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r8p4pG +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.295 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.297 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.297 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.298 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.299 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.301 | 17866 | Marked run 741 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.301 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.303 | 17868 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.303 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.309 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.310 | 10418 | Recursively removing directory: /tmp/git.r8p4pG/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.312 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.312 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.312 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.312 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.312 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.313 | 17883 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.313 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.313 | 10414 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.313 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.313 | 10414 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.313 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.95MkFg +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.315 | 17879 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.317 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.319 | 10415 | Recursively removing directory: /tmp/git.Xb3zKw/ +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.321 | 17882 | Marked run 743 as finished +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.322 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.322 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.322 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.323 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.323 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.323 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.324 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.324 | 17887 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.324 | 10414 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.324 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.325 | 10414 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.325 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kg9C4i +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.326 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.326 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.335 | 17888 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.335 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.340 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.341 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.342 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.344 | 17886 | Marked run 742 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.344 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.346 | 10418 | Recursively removing directory: /tmp/git.95MkFg/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.347 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.347 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.347 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 17900 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 10414 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.347 | 10414 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.348 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.349 | 17896 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.350 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.348 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2HsUlO +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.352 | 17899 | Marked run 744 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.352 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.356 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.357 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.357 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.359 | 10415 | Recursively removing directory: /tmp/git.kg9C4i/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.361 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.361 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.362 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.362 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.362 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.362 | 17906 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.362 | 17911 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.363 | 10414 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.363 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.363 | 10414 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.363 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.363 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sRgyCu +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.365 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.368 | 17910 | Marked run 745 as finished +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.368 | 10418 | Recursively removing directory: /tmp/git.2HsUlO/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.368 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 17917 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.370 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.370 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.370 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10414 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.370 | 10414 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.371 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7LauXg +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.373 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.376 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.377 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.376 | 17916 | Marked run 746 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.376 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.380 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.380 | 17918 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.381 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.382 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.384 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.388 | 17924 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.389 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.391 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.393 | 10415 | Recursively removing directory: /tmp/git.sRgyCu/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.394 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.394 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.394 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.395 | 10418 | Recursively removing directory: /tmp/git.7LauXg/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 17936 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10414 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.395 | 10414 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.397 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ASarbS +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.400 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.400 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.400 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.400 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.400 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.400 | 17933 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.403 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.404 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.405 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.407 | 17938 | Added a new worker 7 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.407 | 10414 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.407 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.407 | 10414 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.407 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.408 | 17935 | Marked run 747 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.408 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.409 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.408 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RjSQP1 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.411 | 17937 | Marked run 748 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.412 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.415 | 17941 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.416 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.417 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.418 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.419 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.422 | 10415 | Recursively removing directory: /tmp/git.ASarbS/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.424 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.424 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.425 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 17953 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 10414 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.425 | 10414 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.426 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.427 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xfxst1 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.429 | 17948 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.431 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.431 | 10418 | Recursively removing directory: /tmp/git.RjSQP1/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.433 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.433 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.434 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.435 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.432 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.432 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.433 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.436 | 17952 | Marked run 749 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.436 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.437 | 17959 | Added a new worker 9 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.437 | 10414 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.437 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.437 | 10414 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.437 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eHmtgH +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.439 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.440 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.446 | 17958 | Marked run 750 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.446 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.447 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.449 | 17961 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.449 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.450 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.453 | 10415 | Recursively removing directory: /tmp/git.Xfxst1/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.455 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.455 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.455 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.455 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.455 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.455 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.455 | 17972 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.456 | 10414 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.456 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.456 | 10414 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.456 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.456 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zk4Ayt +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.460 | 17971 | Marked run 751 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.460 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.463 | 10418 | Recursively removing directory: /tmp/git.eHmtgH/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.464 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.464 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.464 | 17970 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.465 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.466 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.466 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.466 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.467 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.467 | 17979 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.468 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hztVAw +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.468 | 10414 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.468 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.468 | 10414 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.468 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.473 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.474 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.475 | 10415 | Recursively removing directory: /tmp/git.Zk4Ayt/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.476 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.478 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.478 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.478 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.478 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.478 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.479 | 17990 | Added a new worker 11 to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.479 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XghHT +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.479 | 10414 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.479 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.479 | 10414 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.480 | 17978 | Marked run 752 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.481 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.481 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.483 | 17987 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.484 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.486 | 17989 | Marked run 753 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.487 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.487 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.487 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.488 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.488 | 10418 | Recursively removing directory: /tmp/git.hztVAw/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.490 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.490 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 17999 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.490 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.491 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a0rzl1 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 10414 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.490 | 10414 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.491 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.494 | 17996 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.494 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.497 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.499 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.500 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.500 | 17998 | Marked run 754 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.501 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.502 | 10415 | Recursively removing directory: /tmp/git.3XghHT/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.504 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.504 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.505 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.505 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.505 | 18003 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.505 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 18010 | Added a new worker 7 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 10414 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 10414 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.506 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.510 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.512 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZWOVcY +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.515 | 10418 | Recursively removing directory: /tmp/git.a0rzl1/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.516 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.516 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.515 | 18009 | Marked run 755 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.515 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.517 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.517 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.517 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.517 | 18018 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.518 | 10414 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.518 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.518 | 10414 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.518 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.519 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4KOLi2 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.520 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.521 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.524 | 18013 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.525 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.527 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.528 | 18017 | Marked run 756 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.528 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.528 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.529 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.531 | 18023 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.531 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.535 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.536 | 10415 | Recursively removing directory: /tmp/git.ZWOVcY/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.538 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.538 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.538 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.538 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.538 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.538 | 18036 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.539 | 10414 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.539 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.539 | 10414 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.539 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4DUjd2 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.539 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.540 | 18031 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.541 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.543 | 10418 | Recursively removing directory: /tmp/git.4KOLi2/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.545 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.545 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.545 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.545 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.545 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.547 | 18035 | Marked run 757 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.547 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.547 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.548 | 18039 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.548 | 10414 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.548 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.548 | 10414 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.548 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.549 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OG5AwD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.550 | 18038 | Marked run 758 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.551 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.554 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.555 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.558 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.559 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.559 | 18040 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.560 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.563 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.565 | 10415 | Recursively removing directory: /tmp/git.4DUjd2/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 18052 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.567 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.567 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.567 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10414 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.567 | 10414 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.568 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x2OVKj +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.574 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.574 | 18048 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.575 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.576 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.577 | 18051 | Marked run 759 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.577 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.579 | 10418 | Recursively removing directory: /tmp/git.OG5AwD/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.581 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.581 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.581 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.581 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.582 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.583 | 18060 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.583 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.583 | 10414 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.583 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.583 | 10414 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.584 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TL6YgZ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.589 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.592 | 18059 | Marked run 760 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.593 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.595 | 10415 | Recursively removing directory: /tmp/git.x2OVKj/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.595 | 18063 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.596 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.596 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.596 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.597 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 18069 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10414 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.597 | 10414 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.597 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iCrDOy +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.603 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.603 | 18067 | Marked run 761 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.603 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.605 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.607 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.607 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.609 | 18070 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.609 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.618 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.620 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.620 | 10418 | Recursively removing directory: /tmp/git.TL6YgZ/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.622 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.622 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.622 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.622 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.622 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.623 | 18081 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.623 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HQlHMH +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.623 | 10414 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.623 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.623 | 10414 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.624 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.631 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.632 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.633 | 18080 | Marked run 762 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.633 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.635 | 18078 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.636 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.637 | 10415 | Recursively removing directory: /tmp/git.iCrDOy/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.638 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.638 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.638 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 18092 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10414 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10414 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.639 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.640 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zEENBZ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.641 | 18093 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.642 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.645 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.646 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.646 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.649 | 10418 | Recursively removing directory: /tmp/git.HQlHMH/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.650 | 18097 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.650 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.651 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.651 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.651 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.651 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.651 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.652 | 18103 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.652 | 10414 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.652 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.652 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.652 | 10414 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.653 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8PsRxN +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.655 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.660 | 18091 | Marked run 763 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.661 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.662 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.663 | 18105 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.663 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.664 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.665 | 18102 | Marked run 764 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.665 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.667 | 10415 | Recursively removing directory: /tmp/git.zEENBZ/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.668 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.668 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.668 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.669 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.669 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.669 | 18112 | Added a new worker 10 to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.669 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9vczsh +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.669 | 10414 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.669 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.669 | 10414 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.670 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.673 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.675 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.676 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.679 | 10418 | Recursively removing directory: /tmp/git.8PsRxN/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.681 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.681 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.680 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.680 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.681 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.681 | 18111 | Marked run 765 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.681 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.682 | 18122 | Added a new worker 7 to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.682 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qcI6Yl +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.682 | 10414 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.682 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.682 | 10414 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.683 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.685 | 18114 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.686 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.689 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.690 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.690 | 18121 | Marked run 766 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.690 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.691 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.694 | 10415 | Recursively removing directory: /tmp/git.9vczsh/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.695 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.695 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.695 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.695 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.695 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.695 | 18131 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.695 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.696 | 10414 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.696 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.696 | 10414 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.697 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xhQmbV +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.700 | 18130 | Marked run 767 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.700 | 18127 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.700 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.701 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.704 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.705 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.706 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.711 | 10418 | Recursively removing directory: /tmp/git.qcI6Yl/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.712 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.712 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.712 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.713 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.713 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.713 | 18136 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.713 | 18143 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.714 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.714 | 10414 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.714 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.714 | 10414 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.715 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q2A3mD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.716 | 18142 | Marked run 768 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.717 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.718 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.721 | 10415 | Recursively removing directory: /tmp/git.xhQmbV/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.723 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.723 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.723 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.723 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.723 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.723 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.724 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.724 | 18150 | Added a new worker 9 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.724 | 10414 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.724 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.724 | 10414 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.724 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.725 | 18147 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.726 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.726 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eh8P0Y +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.730 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.733 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.734 | 18149 | Marked run 769 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.734 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.734 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.739 | 10418 | Recursively removing directory: /tmp/git.q2A3mD/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.739 | 18154 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.740 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.741 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.741 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.740 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.741 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.741 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 18161 | Marked run 770 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 18162 | Added a new worker 6 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 10414 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.744 | 10414 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.745 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TzJycH +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.745 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.745 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.753 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.753 | 18164 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.754 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.754 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.755 | 10415 | Recursively removing directory: /tmp/git.eh8P0Y/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.756 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.756 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.757 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.757 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.757 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.758 | 18173 | Added a new worker 11 to the queue +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.758 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5fb7c3 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.758 | 10414 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.758 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.758 | 10414 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.759 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.759 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.762 | 18172 | Marked run 771 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.762 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.766 | 18175 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.766 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.769 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.771 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.771 | 10418 | Recursively removing directory: /tmp/git.TzJycH/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.772 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.773 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.773 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.773 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 18183 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10414 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.773 | 10414 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.775 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CqppnD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.777 | 18180 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.777 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.780 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.782 | 18182 | Marked run 772 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.782 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.782 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.784 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.785 | 18186 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.786 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.791 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.792 | 10415 | Recursively removing directory: /tmp/git.5fb7c3/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.794 | 10418 | Recursively removing directory: /tmp/git.CqppnD/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.795 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.795 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.794 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.794 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.795 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.795 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.795 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.796 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.795 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 18200 | Added a new worker 17 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 10414 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 10414 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 18197 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.796 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.797 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HVNpOR +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.798 | 18202 | Added a new worker 11 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.798 | 10414 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.798 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.798 | 10414 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.798 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.799 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H0zw00 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.801 | 18201 | Marked run 774 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.801 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.804 | 18199 | Marked run 773 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.804 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.809 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.810 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.810 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.814 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.815 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.821 | 18204 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.821 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.825 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.826 | 10415 | Recursively removing directory: /tmp/git.HVNpOR/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.828 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.828 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.829 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.829 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.829 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.830 | 18219 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.830 | 10414 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.830 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.830 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.830 | 10414 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.830 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DxozD3 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.831 | 18214 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.832 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.835 | 18218 | Marked run 775 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.836 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.837 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.838 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.838 | 10418 | Recursively removing directory: /tmp/git.H0zw00/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.840 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.840 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.840 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.840 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.840 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.839 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.841 | 18225 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.841 | 10414 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.841 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.841 | 10414 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.841 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.841 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5mg8Mi +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.844 | 18222 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.846 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.850 | 18224 | Marked run 776 as finished +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.851 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.852 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.850 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.853 | 10415 | Recursively removing directory: /tmp/git.DxozD3/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.855 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.855 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.855 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.855 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.855 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.856 | 18236 | Added a new worker 14 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.856 | 10414 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.856 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.856 | 10414 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.856 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.856 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SyjbxW +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.857 | 18231 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.857 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.861 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.866 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.867 | 18235 | Marked run 777 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.867 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.868 | 10418 | Recursively removing directory: /tmp/git.5mg8Mi/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.869 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.870 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.870 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.871 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 18239 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 18245 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10414 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.871 | 10414 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.873 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.872 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MEuZnL +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.875 | 18244 | Marked run 778 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.875 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.878 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.882 | 18247 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.883 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.882 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.883 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.886 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.889 | 18252 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.890 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.892 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.894 | 10415 | Recursively removing directory: /tmp/git.SyjbxW/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.895 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.895 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.895 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.896 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.896 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.896 | 18263 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.897 | 10414 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.897 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.897 | 10414 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.897 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DTvxhe +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.897 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.900 | 10418 | Recursively removing directory: /tmp/git.MEuZnL/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.901 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.901 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.902 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 18266 | Added a new worker 15 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 10414 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.902 | 10414 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.903 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yz2ZY8 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.904 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.905 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.906 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.907 | 18262 | Marked run 779 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.907 | 18259 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.907 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.909 | 18265 | Marked run 780 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.909 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.910 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.911 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.914 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.915 | 18269 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.915 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.918 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.922 | 18275 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.925 | 10415 | Recursively removing directory: /tmp/git.DTvxhe/ +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.926 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.926 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.927 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 18286 | Added a new worker 12 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10414 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.927 | 10414 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.928 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.enUftW +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.928 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.928 | 10418 | Recursively removing directory: /tmp/git.Yz2ZY8/ +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.931 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.931 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.932 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 18288 | Added a new worker 16 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.936 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 10414 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.937 | 10414 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.954 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.955 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.953 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DEVDqr +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.963 | 10415 | Recursively removing directory: /tmp/git.enUftW/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.964 | 18285 | Marked run 781 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.965 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.968 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.967 | 10415 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.968 | 10415 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.968 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.968 | 10415 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.970 | 10418 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.971 | 10418 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.969 | 18296 | Added a new worker 13 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.972 | 18287 | Marked run 782 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.972 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.972 | 10414 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.972 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.972 | 10414 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.973 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.973 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xmIjoR +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.974 | 18284 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.975 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.978 | 18295 | Marked run 783 as finished +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.978 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.980 | 10415 | Checking out revision HEAD +2023-08-28 07:31:53 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.981 | 10415 | Going to run: ./ci +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.985 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.986 | 10418 | Recursively removing directory: /tmp/git.DEVDqr/ +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.989 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.989 | 10418 | Process exit code: 0 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.989 | 10418 | Process output: 57 bytes +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.989 | 10418 | Waiting for a new command +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.989 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.992 | 18308 | Added a new worker 8 to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.992 | 18305 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.992 | 10414 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.992 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.993 | 10414 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:53 | INFO | 10418/cimple-worker: 2023-08-28 07:31:53.993 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.enRqlg +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.994 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.994 | 10412 | Waiting for new connections +2023-08-28 07:31:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:53 | INFO | 10412/cimple-server: 2023-08-28 07:31:53.999 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:53.999 | 10415 | Recursively removing directory: /tmp/git.xmIjoR/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.001 | 18307 | Marked run 784 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.001 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.002 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.003 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.004 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.004 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.004 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.005 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.005 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.007 | 18317 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.008 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.008 | 18314 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.008 | 10414 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.008 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.008 | 10414 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.008 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aYLSkH +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.009 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.012 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.016 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.018 | 10418 | Recursively removing directory: /tmp/git.enRqlg/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.020 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.020 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.020 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.020 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.020 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.020 | 18326 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.020 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.021 | 10414 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.021 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.021 | 10414 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.021 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.txgKai +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.027 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.027 | 18316 | Marked run 785 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.027 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.029 | 18320 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.030 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.033 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.035 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.035 | 18325 | Marked run 786 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.036 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.036 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.040 | 18329 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.041 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.044 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.045 | 10418 | Recursively removing directory: /tmp/git.txgKai/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.046 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.046 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.046 | 10415 | Recursively removing directory: /tmp/git.aYLSkH/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.047 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.047 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.046 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.046 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.046 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.047 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.048 | 18344 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.048 | 10414 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.048 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.048 | 10414 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.048 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.048 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sfwR05 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 18346 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 10414 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 10414 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.050 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.051 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MFZiHO +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.052 | 18342 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.052 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.054 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.055 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.058 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.060 | 18343 | Marked run 788 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.061 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.061 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.062 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.063 | 18345 | Marked run 787 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.063 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.065 | 18351 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.066 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.069 | 10418 | Recursively removing directory: /tmp/git.sfwR05/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.071 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.071 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.071 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.071 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.071 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.071 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.071 | 18362 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.072 | 10414 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.072 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.072 | 10414 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.073 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AVRzRr +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.073 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.076 | 10415 | Recursively removing directory: /tmp/git.MFZiHO/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.078 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.078 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 18366 | Added a new worker 16 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 10414 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 10414 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.079 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.080 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.078 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.078 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.078 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.079 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTw6MY +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.083 | 18363 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.083 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.086 | 18361 | Marked run 789 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.086 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.088 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.089 | 18365 | Marked run 790 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.089 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.089 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.090 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.094 | 18369 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.095 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.097 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.100 | 10415 | Recursively removing directory: /tmp/git.MTw6MY/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.101 | 10418 | Recursively removing directory: /tmp/git.AVRzRr/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.104 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.105 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.106 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.107 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.107 | 18386 | Added a new worker 17 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.107 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.108 | 10414 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.105 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.105 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.105 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.103 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.103 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.107 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.108 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X3BvYR +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.108 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.108 | 10414 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.108 | 18380 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.109 | 18385 | Added a new worker 8 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.109 | 10414 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.109 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.109 | 10414 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.109 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.109 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vC9oaR +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.116 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.117 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.118 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.118 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.120 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.121 | 18383 | Marked run 791 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.121 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.123 | 18388 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.124 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.127 | 18384 | Marked run 792 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.128 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.128 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.131 | 10415 | Recursively removing directory: /tmp/git.vC9oaR/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.131 | 10418 | Recursively removing directory: /tmp/git.X3BvYR/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.132 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.132 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.132 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.132 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.132 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.133 | 18404 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.133 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.133 | 10414 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.133 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.133 | 10414 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.133 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1bDzoP +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.136 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.136 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.135 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.135 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.136 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.137 | 18401 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.138 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.140 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.141 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 18406 | Added a new worker 6 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 10414 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 10414 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.144 | 18403 | Marked run 794 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.145 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.145 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.145 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a7zumC +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.149 | 18409 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.149 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.151 | 18405 | Marked run 793 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.151 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.153 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.155 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.154 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.154 | 10415 | Recursively removing directory: /tmp/git.1bDzoP/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.155 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.155 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.155 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.156 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.159 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UNhEnX +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.159 | 18418 | Added a new worker 11 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.159 | 10414 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.159 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.159 | 10414 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.162 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.163 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.170 | 10418 | Recursively removing directory: /tmp/git.a7zumC/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.170 | 18417 | Marked run 795 as finished +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.171 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.171 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.171 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 18426 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 10414 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.172 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.173 | 10414 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.173 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p8ILb3 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.174 | 18421 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.175 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.178 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.179 | 18425 | Marked run 796 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.179 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.179 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.181 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.182 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.183 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.186 | 18429 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.192 | 10418 | Recursively removing directory: /tmp/git.p8ILb3/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.194 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.194 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.194 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.193 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.194 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.194 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.194 | 18439 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.194 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.195 | 10414 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.195 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.195 | 10414 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.195 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NTW3mK +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.197 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.202 | 18438 | Marked run 798 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.202 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.203 | 18440 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.203 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.204 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.205 | 10415 | Recursively removing directory: /tmp/git.UNhEnX/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.205 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.206 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.206 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.206 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.206 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.206 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 18448 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 10414 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.209 | 10414 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.209 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YXXmrq +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.215 | 18447 | Marked run 797 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.215 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.215 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.217 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.218 | 18450 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.219 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.222 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.223 | 10418 | Recursively removing directory: /tmp/git.NTW3mK/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.225 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.225 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.225 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.225 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.225 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.226 | 18463 | Added a new worker 14 to the queue +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.226 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WttTUw +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.226 | 10414 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.226 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.226 | 10414 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.227 | 10415 | Recursively removing directory: /tmp/git.YXXmrq/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.229 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.229 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.229 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.229 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 18466 | Added a new worker 18 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 10414 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.230 | 10414 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.230 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LtHiKG +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.232 | 18458 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.232 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.234 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.235 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.235 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.236 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.236 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.239 | 18462 | Marked run 799 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.239 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.240 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.241 | 18465 | Marked run 800 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.241 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.243 | 18470 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.244 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.247 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.250 | 18474 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.250 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.253 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.254 | 10418 | Recursively removing directory: /tmp/git.WttTUw/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.256 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.256 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.256 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.256 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.256 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.256 | 10415 | Recursively removing directory: /tmp/git.LtHiKG/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.257 | 18486 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.257 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.257 | 10414 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.257 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.257 | 10414 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.258 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r2aE2L +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.260 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.260 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.260 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.260 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.261 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.261 | 18488 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.262 | 10414 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.262 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.262 | 10414 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.262 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j2xWob +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.263 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.263 | 18484 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.268 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.268 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.269 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.271 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.271 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.273 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.274 | 18485 | Marked run 801 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.274 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.278 | 18490 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.278 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.280 | 18487 | Marked run 802 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.280 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.281 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.286 | 18500 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.287 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.291 | 10415 | Recursively removing directory: /tmp/git.j2xWob/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.292 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.292 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.292 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.292 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.292 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.292 | 10418 | Recursively removing directory: /tmp/git.r2aE2L/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.293 | 18507 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.293 | 10414 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.293 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.293 | 10414 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.293 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.294 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.294 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.294 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.294 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dOrmCS +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.294 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.294 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 18509 | Added a new worker 16 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 10414 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.297 | 10414 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.297 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.utocIM +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.298 | 18506 | Marked run 804 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.299 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.302 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.302 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.305 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.305 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.305 | 18508 | Marked run 803 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.306 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.307 | 18510 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.308 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.313 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.316 | 10415 | Recursively removing directory: /tmp/git.dOrmCS/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.318 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.318 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.318 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.318 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.318 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.318 | 18526 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.318 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.319 | 10414 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.319 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.319 | 10414 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.319 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LRpZxE +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.320 | 10418 | Recursively removing directory: /tmp/git.utocIM/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.320 | 18519 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.322 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.325 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.334 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.334 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.335 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 18530 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10414 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.335 | 10414 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.335 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ovQavh +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.338 | 18525 | Marked run 805 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.340 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.341 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.342 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.343 | 18528 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.343 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.345 | 18529 | Marked run 806 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.345 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.346 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.347 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.347 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.350 | 18533 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.350 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.353 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.357 | 18539 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.357 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.359 | 10418 | Recursively removing directory: /tmp/git.ovQavh/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.360 | 10415 | Recursively removing directory: /tmp/git.LRpZxE/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.362 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.362 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.362 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.362 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.362 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.362 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.363 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.363 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.363 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.363 | 18550 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.363 | 10414 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.363 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.363 | 10414 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.363 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0y6rm3 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.364 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.364 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 18552 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 10414 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.365 | 10414 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.366 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sEv6Pn +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.371 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.371 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.372 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.372 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.373 | 18549 | Marked run 807 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.373 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.376 | 18551 | Marked run 808 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.377 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.379 | 18548 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.380 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.382 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.385 | 18560 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.385 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.388 | 10418 | Recursively removing directory: /tmp/git.sEv6Pn/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.389 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.389 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.389 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.389 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.389 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.389 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.390 | 18570 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.391 | 10415 | Recursively removing directory: /tmp/git.0y6rm3/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.391 | 10414 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.391 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.391 | 10414 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.392 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.392 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RcXmHw +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.394 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.394 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.394 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.399 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.399 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.399 | 18572 | Added a new worker 16 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.399 | 10414 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.399 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.400 | 10414 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.400 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.405 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.405 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pgnpaQ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.406 | 18568 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.406 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.409 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.410 | 18569 | Marked run 810 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.410 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.411 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.412 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.413 | 18571 | Marked run 809 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.414 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.414 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.424 | 18575 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.426 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.428 | 10415 | Recursively removing directory: /tmp/git.pgnpaQ/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.430 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.430 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.430 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.430 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.430 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.431 | 18588 | Added a new worker 11 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.431 | 10414 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.431 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.431 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.431 | 10414 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.432 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JgfDgS +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.434 | 10418 | Recursively removing directory: /tmp/git.RcXmHw/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.435 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.447 | 18587 | Marked run 812 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.447 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.448 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.448 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.448 | 18592 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.448 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.447 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.447 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.448 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9g2McQ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.449 | 10414 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.449 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.449 | 10414 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.454 | 18590 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.454 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.455 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.454 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.458 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.459 | 18591 | Marked run 811 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.459 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.459 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.462 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.466 | 10415 | Recursively removing directory: /tmp/git.JgfDgS/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.468 | 18600 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.468 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.469 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.469 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.469 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.469 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.469 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.470 | 18605 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.470 | 10414 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.470 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.470 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.470 | 10414 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.470 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T09eMA +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.473 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.476 | 18603 | Marked run 813 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.477 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.478 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.478 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.479 | 10418 | Recursively removing directory: /tmp/git.9g2McQ/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.481 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.481 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.482 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.482 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oqQo2J +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 18613 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 10414 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 10414 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.482 | 18607 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.483 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.486 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.489 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.489 | 10415 | Recursively removing directory: /tmp/git.T09eMA/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.489 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.491 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.491 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.491 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.491 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.491 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.493 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.493 | 18622 | Added a new worker 14 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.493 | 10414 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.493 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.493 | 10414 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.494 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.494 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NttU6N +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.503 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.504 | 18621 | Marked run 815 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.504 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.506 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.508 | 18612 | Marked run 814 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.508 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.510 | 18623 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.511 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.511 | 10418 | Recursively removing directory: /tmp/git.oqQo2J/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.513 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.513 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.513 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.514 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.514 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.515 | 18634 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.515 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.515 | 10414 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.515 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.515 | 10414 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.515 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CxoEkI +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.516 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.517 | 18633 | Marked run 816 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.517 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.520 | 18637 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.521 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.523 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.523 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.524 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.522 | 10415 | Recursively removing directory: /tmp/git.NttU6N/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.523 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.523 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.523 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 18641 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 10414 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.525 | 10414 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.526 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JKLfqC +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.528 | 18640 | Marked run 817 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.528 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.528 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.531 | 18642 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.532 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.534 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.535 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.535 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.539 | 18645 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.539 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.542 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.545 | 18656 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.546 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.548 | 10415 | Recursively removing directory: /tmp/git.JKLfqC/ +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.550 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.550 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.550 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.550 | 10418 | Recursively removing directory: /tmp/git.CxoEkI/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.551 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.551 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.551 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.551 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.552 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.552 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.552 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.552 | 18663 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.553 | 10414 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.553 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.553 | 10414 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.553 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ml8Zak +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.554 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iBBgWt +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.554 | 18661 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.554 | 10414 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.554 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.554 | 10414 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.556 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.557 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.562 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.562 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.563 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.563 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.564 | 18662 | Marked run 818 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.565 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.566 | 18664 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.566 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.568 | 18660 | Marked run 819 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.568 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.571 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.574 | 10418 | Recursively removing directory: /tmp/git.Ml8Zak/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.576 | 10415 | Recursively removing directory: /tmp/git.iBBgWt/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.575 | 18674 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.576 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.576 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.575 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.575 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.575 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.577 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.577 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.577 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.577 | 18681 | Added a new worker 10 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.577 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.577 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.577 | 10414 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.577 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.578 | 10414 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.578 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vHw043 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.579 | 18683 | Added a new worker 14 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.579 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.579 | 10414 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.579 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.579 | 10414 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.579 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rgW5Ba +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.582 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.583 | 18682 | Marked run 821 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.584 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.590 | 18680 | Marked run 820 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.590 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.593 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.594 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.595 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.596 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.596 | 18684 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.597 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.600 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.603 | 18690 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.603 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.606 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.606 | 10415 | Recursively removing directory: /tmp/git.rgW5Ba/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.607 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.607 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.608 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 18702 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10414 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.608 | 10414 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.608 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l1x6Ta +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.610 | 10418 | Recursively removing directory: /tmp/git.vHw043/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.611 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.611 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.611 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.611 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.611 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.612 | 18701 | Marked run 823 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.612 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.613 | 18704 | Added a new worker 8 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.613 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.613 | 10414 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.613 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.613 | 10414 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.614 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fvDz14 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.615 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.616 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.620 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.621 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.623 | 18703 | Marked run 822 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.623 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.623 | 18699 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.623 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.627 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.630 | 10415 | Recursively removing directory: /tmp/git.l1x6Ta/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.632 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.632 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.632 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 18720 | Added a new worker 9 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 10414 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.632 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.633 | 10414 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.633 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yqWmLF +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.633 | 10418 | Recursively removing directory: /tmp/git.fvDz14/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.633 | 18714 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.634 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.635 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.635 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.635 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.638 | 18719 | Marked run 824 as finished +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.644 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 18723 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.645 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JkOWBN +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10414 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.645 | 10414 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.649 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.650 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.652 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.654 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.656 | 18722 | Marked run 825 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.656 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.659 | 18724 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.659 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.665 | 10415 | Recursively removing directory: /tmp/git.yqWmLF/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.666 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.666 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.667 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.667 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.668 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.668 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.668 | 18737 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.669 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.669 | 10414 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.669 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.669 | 10414 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.669 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bnFk0M +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.672 | 10418 | Recursively removing directory: /tmp/git.JkOWBN/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.674 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.674 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 18742 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 10414 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.674 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.675 | 10414 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.674 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.675 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iXniO0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.677 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.679 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.680 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.680 | 18736 | Marked run 826 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.680 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.680 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.683 | 18735 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.683 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.684 | 18741 | Marked run 827 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.685 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.687 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.691 | 18752 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.691 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.692 | 10418 | Recursively removing directory: /tmp/git.iXniO0/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.693 | 10415 | Recursively removing directory: /tmp/git.bnFk0M/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.694 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.694 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.694 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.694 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.694 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.694 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.694 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.694 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.694 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.694 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 18759 | Added a new worker 14 to the queue +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 18761 | Added a new worker 8 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.695 | 10414 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.696 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rBnU8U +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.696 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6EypeL +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.697 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.701 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.702 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.702 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.704 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.707 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.708 | 18760 | Marked run 828 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.708 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.712 | 18758 | Marked run 829 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.714 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.715 | 10418 | Recursively removing directory: /tmp/git.6EypeL/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.715 | 18763 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.718 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.719 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.720 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.721 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.720 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.721 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.723 | 18776 | Marked run 830 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.724 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.724 | 10415 | Recursively removing directory: /tmp/git.rBnU8U/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.726 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.726 | 18777 | Added a new worker 8 to the queue +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.727 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vi8Tta +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.727 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.727 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.727 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.726 | 10414 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.726 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.726 | 10414 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.728 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.728 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.729 | 18780 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.729 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.729 | 10414 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.729 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.729 | 10414 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.730 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V3u0xc +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.733 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.734 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.735 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.736 | 18778 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.736 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.740 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.740 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.741 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.742 | 18779 | Marked run 831 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.743 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.750 | 18783 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.750 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.751 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.751 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.750 | 10418 | Recursively removing directory: /tmp/git.vi8Tta/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.751 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.751 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.751 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.752 | 10415 | Recursively removing directory: /tmp/git.V3u0xc/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.753 | 18797 | Added a new worker 11 to the queue +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.753 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.753 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.754 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1LfDkU +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.753 | 10414 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.753 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.753 | 10414 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.754 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.754 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.753 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.757 | 18799 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.757 | 10414 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.757 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.757 | 10414 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.757 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aVVdIG +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.761 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.761 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.774 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.774 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.774 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.776 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.777 | 18796 | Marked run 832 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.777 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.782 | 18798 | Marked run 833 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.782 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.784 | 18800 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.784 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.786 | 10418 | Recursively removing directory: /tmp/git.1LfDkU/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.788 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.788 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.788 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.788 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.788 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.789 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.790 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mFmHGH +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.790 | 10415 | Recursively removing directory: /tmp/git.aVVdIG/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.789 | 18815 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.790 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.790 | 10414 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.790 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.790 | 10414 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.792 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.792 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.792 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.792 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.792 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.793 | 18818 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.793 | 10414 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.793 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.793 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.793 | 10414 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.793 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k6juEM +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.799 | 18816 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.801 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.802 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.803 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.804 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.805 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.807 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.807 | 18814 | Marked run 834 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.808 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.810 | 18820 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.810 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.812 | 18817 | Marked run 835 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.812 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.815 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.818 | 18827 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.819 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.821 | 10415 | Recursively removing directory: /tmp/git.k6juEM/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.823 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.823 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.823 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.823 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.823 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.823 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.824 | 18836 | Added a new worker 12 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.824 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.824 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NGRChz +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.824 | 10414 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.824 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.824 | 10414 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.829 | 10418 | Recursively removing directory: /tmp/git.mFmHGH/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.831 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.831 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.831 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.826 | 18835 | Marked run 837 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.827 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.831 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.831 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.832 | 18840 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.832 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.832 | 10414 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.833 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.833 | 10414 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.833 | 18838 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.834 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.834 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uq50S9 +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.838 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.839 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.840 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.841 | 18839 | Marked run 836 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.841 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.841 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.843 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.846 | 18845 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.847 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.851 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.853 | 10415 | Recursively removing directory: /tmp/git.NGRChz/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.854 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.854 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.854 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.855 | 10418 | Recursively removing directory: /tmp/git.uq50S9/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.855 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.855 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.856 | 18858 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.856 | 10414 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.856 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.856 | 10414 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.857 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.857 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6ncl6K +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.858 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.858 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.858 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.859 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cfurpR +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.858 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.858 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.858 | 18860 | Added a new worker 16 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.859 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.859 | 10414 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.859 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.859 | 10414 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.860 | 18855 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.860 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.863 | 18857 | Marked run 838 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.864 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.864 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.867 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.868 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.868 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.870 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.875 | 18859 | Marked run 839 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.875 | 18862 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.876 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.880 | 10415 | Recursively removing directory: /tmp/git.6ncl6K/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.881 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.881 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.881 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.882 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.882 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.883 | 10418 | Recursively removing directory: /tmp/git.cfurpR/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.883 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.884 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.884 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.884 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.884 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.885 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.885 | 18880 | Added a new worker 18 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.885 | 10414 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.885 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.886 | 10414 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.886 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nliOrj +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.886 | 18877 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.886 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.887 | 10414 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.887 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.887 | 10414 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.887 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.888 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DpSDKQ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.889 | 18878 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.891 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.893 | 18876 | Marked run 840 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.894 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.897 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.898 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.898 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.899 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.901 | 18882 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.902 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.911 | 18879 | Marked run 841 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.911 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.912 | 10418 | Recursively removing directory: /tmp/git.nliOrj/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.914 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.914 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.914 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.914 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.914 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.914 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.915 | 18897 | Added a new worker 13 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.915 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.915 | 10414 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.915 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.915 | 10414 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.916 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Yl4op +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.918 | 10415 | Recursively removing directory: /tmp/git.DpSDKQ/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.919 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.919 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.919 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.919 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.919 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.920 | 18900 | Added a new worker 15 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.920 | 10414 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.920 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.920 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.920 | 10414 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.920 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a0UgIB +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.921 | 18895 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.922 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.927 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.929 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.929 | 18896 | Marked run 842 as finished +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.929 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.930 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.930 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.931 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.933 | 18899 | Marked run 843 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.933 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.935 | 18902 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.935 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.945 | 10415 | Recursively removing directory: /tmp/git.a0UgIB/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.946 | 10418 | Recursively removing directory: /tmp/git.2Yl4op/ +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.947 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.947 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.947 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.946 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.946 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.947 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.947 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.946 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.946 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.946 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.948 | 18917 | Added a new worker 16 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 10414 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 10414 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.949 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OvDN9X +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.949 | 18919 | Added a new worker 8 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.950 | 10414 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.950 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.950 | 10414 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.950 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QH6VCK +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.955 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.955 | 10415 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.957 | 10415 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.957 | 18918 | Marked run 844 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.957 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.961 | 10418 | Checking out revision HEAD +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.961 | 10418 | Going to run: ./ci +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.964 | 18916 | Marked run 845 as finished +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.965 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.965 | 18920 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.967 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.970 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.978 | 10418 | Recursively removing directory: /tmp/git.QH6VCK/ +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.980 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.980 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.980 | 10415 | Recursively removing directory: /tmp/git.OvDN9X/ +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.982 | 10415 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.982 | 10415 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.982 | 10415 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.982 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.982 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.982 | 18936 | Added a new worker 17 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 18938 | Added a new worker 11 to the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10412 | Waiting for new connections +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.979 | 10418 | Process exit code: 0 +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.979 | 10418 | Process output: 57 bytes +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.980 | 10418 | Waiting for a new command +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:54 | INFO | 10412/cimple-server: 2023-08-28 07:31:54.983 | 10414 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:54 | INFO | 10415/cimple-worker: 2023-08-28 07:31:54.992 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZzfHAy +2023-08-28 07:31:54 | INFO | 10418/cimple-worker: 2023-08-28 07:31:54.990 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.awACUH +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.007 | 18930 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.008 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.010 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.013 | 18935 | Marked run 847 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.013 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.013 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.013 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.015 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.016 | 18937 | Marked run 846 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.016 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.016 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.018 | 18941 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.019 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.021 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.024 | 18947 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.025 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.027 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.028 | 10415 | Recursively removing directory: /tmp/git.ZzfHAy/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.030 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.030 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.030 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.030 | 10418 | Recursively removing directory: /tmp/git.awACUH/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.032 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.032 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.032 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.030 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.030 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.031 | 18956 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.031 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.032 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.032 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.033 | 18958 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.033 | 10414 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.033 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.033 | 10414 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.033 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FS6n0c +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.034 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.034 | 18961 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.034 | 10414 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.034 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.034 | 10414 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.035 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.035 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.035 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V9rv6n +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.042 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.043 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.043 | 18960 | Marked run 848 as finished +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.043 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.043 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.046 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.046 | 18962 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.047 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.050 | 18957 | Marked run 849 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.050 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.051 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.059 | 18969 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.059 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.060 | 10415 | Recursively removing directory: /tmp/git.FS6n0c/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.062 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.062 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.062 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.062 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.062 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.063 | 10418 | Recursively removing directory: /tmp/git.V9rv6n/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.064 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.064 | 18979 | Added a new worker 12 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.064 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.068 | 10414 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.068 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.068 | 10414 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.069 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dv8xW7 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.075 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.075 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.076 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.076 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.077 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.077 | 18982 | Added a new worker 16 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.077 | 10414 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.078 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.078 | 10414 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.078 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.078 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hpZKOw +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.082 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.081 | 18980 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.082 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.086 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.086 | 18978 | Marked run 850 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.087 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.087 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.088 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.092 | 18981 | Marked run 851 as finished +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.092 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.093 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.097 | 10415 | Recursively removing directory: /tmp/git.dv8xW7/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.099 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.099 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.099 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 18997 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10414 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.099 | 10414 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.100 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n0qSga +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.103 | 18984 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.105 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.107 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.109 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.110 | 10418 | Recursively removing directory: /tmp/git.hpZKOw/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.111 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.112 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.112 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.111 | 19000 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.112 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.112 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.112 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.113 | 19003 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.113 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QExgOc +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.113 | 10414 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.113 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.113 | 10414 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.113 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.114 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.115 | 18996 | Marked run 852 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.115 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.117 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.121 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.122 | 19002 | Marked run 853 as finished +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.122 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.123 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.124 | 19005 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.124 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.127 | 10415 | Recursively removing directory: /tmp/git.n0qSga/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.128 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.128 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.128 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.128 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.129 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.129 | 19015 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.129 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.129 | 10414 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.129 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.130 | 10414 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.130 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rx90Ng +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.131 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.136 | 19014 | Marked run 854 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.136 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.137 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.139 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.139 | 19016 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.139 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.142 | 10418 | Recursively removing directory: /tmp/git.QExgOc/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.143 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.143 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.143 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.144 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.144 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 19024 | Added a new worker 12 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.147 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sSj37Q +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 10414 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.147 | 10414 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.151 | 19023 | Marked run 855 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.151 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.153 | 19025 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.154 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.155 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.156 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.159 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.159 | 10415 | Recursively removing directory: /tmp/git.Rx90Ng/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.161 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.161 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.161 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.161 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.161 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.161 | 19037 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.161 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.162 | 10414 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.162 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.162 | 10414 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.162 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zez6af +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.167 | 19033 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.168 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.168 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.171 | 19036 | Marked run 856 as finished +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.171 | 10418 | Recursively removing directory: /tmp/git.sSj37Q/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.171 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.172 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.173 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.174 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.174 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.174 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.174 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.174 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.175 | 19045 | Added a new worker 9 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.175 | 10414 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.175 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.175 | 10414 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.175 | 19042 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.176 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vgFyYz +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.178 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.178 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.180 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.181 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.183 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.184 | 19048 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.185 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.187 | 19044 | Marked run 857 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.187 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.188 | 10415 | Recursively removing directory: /tmp/git.Zez6af/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.190 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.190 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.190 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.189 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 19058 | Added a new worker 12 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10414 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.190 | 10414 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.191 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W4mk57 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.198 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.198 | 19057 | Marked run 858 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.199 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.199 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.200 | 10418 | Recursively removing directory: /tmp/git.vgFyYz/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.202 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.202 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 19065 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10414 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10414 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.202 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.202 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K0ybYp +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.202 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.206 | 19056 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.207 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.209 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.209 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.211 | 10415 | Recursively removing directory: /tmp/git.W4mk57/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.212 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.212 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.212 | 19064 | Marked run 859 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.212 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.212 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.213 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.213 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.216 | 19074 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.216 | 10414 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.217 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.217 | 10414 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.217 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.217 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5CvXg7 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.218 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.221 | 10418 | Recursively removing directory: /tmp/git.K0ybYp/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.223 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.223 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.223 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 19082 | Added a new worker 16 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10414 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10414 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.224 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.225 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.226 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.225 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.axqIZr +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.227 | 19073 | Marked run 860 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.227 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.233 | 19077 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.233 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.236 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.240 | 19081 | Marked run 861 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.240 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.241 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.242 | 19087 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.243 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.243 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.247 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.248 | 10415 | Recursively removing directory: /tmp/git.5CvXg7/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.251 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.251 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.251 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.251 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.251 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.251 | 19094 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.252 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.253 | 19099 | Added a new worker 6 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.253 | 10414 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.253 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.253 | 10414 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.253 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.253 | 10418 | Recursively removing directory: /tmp/git.axqIZr/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.255 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.255 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.255 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.255 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.255 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.255 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xj0ADb +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.257 | 19098 | Marked run 862 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 19103 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 10414 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 10414 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.258 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.259 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Zpdaz +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.262 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.263 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.265 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.266 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.267 | 19104 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.268 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.275 | 19102 | Marked run 863 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.275 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.276 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.279 | 19108 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.280 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.285 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.288 | 19119 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.288 | 10418 | Recursively removing directory: /tmp/git.0Zpdaz/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.289 | 10415 | Recursively removing directory: /tmp/git.Xj0ADb/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.290 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.290 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.291 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.290 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.290 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.290 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.290 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.290 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.290 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.291 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.291 | 19122 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.291 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.292 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H7Svf7 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 19124 | Added a new worker 7 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.293 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZwbCEW +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.292 | 10414 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.294 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.299 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.300 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.302 | 19121 | Marked run 865 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.302 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.302 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.303 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.305 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.306 | 19126 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.306 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.309 | 19123 | Marked run 864 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.309 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.311 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.314 | 10418 | Recursively removing directory: /tmp/git.H7Svf7/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.315 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.315 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.316 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.316 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.316 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.316 | 19135 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 19142 | Added a new worker 6 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 10414 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.317 | 10414 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.318 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IjPnpa +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.318 | 19141 | Marked run 866 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.319 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.320 | 10415 | Recursively removing directory: /tmp/git.ZwbCEW/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.321 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.321 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.321 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.321 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.321 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.321 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.322 | 19146 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.322 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.322 | 10414 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.322 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.322 | 10414 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.323 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i269wv +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.329 | 19144 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.330 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.332 | 19145 | Marked run 867 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.333 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.333 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.334 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.336 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.336 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.337 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.338 | 19148 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.338 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.340 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.346 | 19152 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.347 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.350 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.351 | 10418 | Recursively removing directory: /tmp/git.IjPnpa/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.352 | 10415 | Recursively removing directory: /tmp/git.i269wv/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.353 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.353 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.353 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.354 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.354 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.354 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 19168 | Added a new worker 17 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.353 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.353 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.354 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 10414 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 10414 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.355 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.356 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TVQ7y +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.357 | 19166 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.357 | 10414 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.357 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.357 | 10414 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.357 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TdWdzo +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.361 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.363 | 19164 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.363 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.364 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.365 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.367 | 19165 | Marked run 868 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.367 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.368 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.371 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.372 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.372 | 19167 | Marked run 869 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.372 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.376 | 19171 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.376 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.378 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.382 | 10415 | Recursively removing directory: /tmp/git.3TVQ7y/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.383 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.384 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.382 | 19178 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.383 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.384 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.384 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.384 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.386 | 19186 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.386 | 10414 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.386 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.386 | 10414 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.386 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.386 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HbAmSt +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.387 | 10418 | Recursively removing directory: /tmp/git.TdWdzo/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.388 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.388 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.389 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.389 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.389 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.390 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.390 | 19189 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.390 | 10414 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.390 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.390 | 10414 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.391 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.crMDLX +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.392 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.392 | 19185 | Marked run 870 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.393 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.393 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.394 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.396 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.397 | 19188 | Marked run 871 as finished +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.397 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.400 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.402 | 10415 | Recursively removing directory: /tmp/git.HbAmSt/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.403 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.403 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.404 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 19199 | Added a new worker 12 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10414 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.404 | 10414 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.406 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eGmwzC +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.407 | 19190 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.408 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.410 | 19198 | Marked run 872 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.410 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.411 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.414 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.414 | 19201 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.415 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.415 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.419 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.424 | 10418 | Recursively removing directory: /tmp/git.crMDLX/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.425 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.425 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.425 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 19216 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.426 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hXMwIo +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.426 | 10415 | Recursively removing directory: /tmp/git.eGmwzC/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.427 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.427 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.427 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 10414 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.426 | 10414 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.427 | 19207 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.427 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.428 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.429 | 19218 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.429 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.429 | 10414 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.429 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.429 | 10414 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.430 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8JmXXF +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.430 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.434 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.435 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.437 | 19217 | Marked run 874 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.437 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.437 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.439 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.440 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.450 | 19215 | Marked run 873 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.450 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.453 | 19221 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.453 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.455 | 10418 | Recursively removing directory: /tmp/git.hXMwIo/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.457 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.457 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.457 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.457 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.457 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.458 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.459 | 19234 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.459 | 10414 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.459 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.459 | 10414 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.459 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1OGjAl +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.460 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.461 | 10415 | Recursively removing directory: /tmp/git.8JmXXF/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.463 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.463 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.464 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 19238 | Added a new worker 16 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10414 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.464 | 10414 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.465 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n37v7q +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.466 | 19233 | Marked run 875 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.467 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.467 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.471 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.472 | 19235 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.473 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.476 | 19237 | Marked run 876 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.476 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.476 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.478 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.479 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.485 | 19244 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.485 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.486 | 10418 | Recursively removing directory: /tmp/git.1OGjAl/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.488 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.488 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.488 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.489 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 19255 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 10414 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.489 | 10414 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.489 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K1FbB0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.490 | 10415 | Recursively removing directory: /tmp/git.n37v7q/ +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.493 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.493 | 19254 | Marked run 877 as finished +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.493 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.493 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.493 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 19258 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10414 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.494 | 10414 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.495 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hYA2SH +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.499 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.500 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.500 | 19257 | Marked run 878 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.501 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.503 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.505 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.507 | 19256 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.509 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.511 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.513 | 10418 | Recursively removing directory: /tmp/git.K1FbB0/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.516 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.516 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.516 | 19268 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.516 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.516 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.516 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.517 | 19273 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.518 | 10414 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.518 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.518 | 10414 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.519 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.519 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BxkR6z +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.519 | 10415 | Recursively removing directory: /tmp/git.hYA2SH/ +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.522 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.522 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.522 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.522 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.522 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.524 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.524 | 19277 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.525 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NPGswl +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.524 | 10414 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.524 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.525 | 10414 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.525 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.526 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.526 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.527 | 19272 | Marked run 879 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.527 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.534 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.535 | 19276 | Marked run 880 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.535 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.536 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.540 | 19278 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.540 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.547 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.550 | 10415 | Recursively removing directory: /tmp/git.NPGswl/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.552 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.552 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.552 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.552 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.552 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.552 | 19294 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.553 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.553 | 10414 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.553 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.553 | 10414 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.553 | 10418 | Recursively removing directory: /tmp/git.BxkR6z/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.553 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.51JGHK +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.557 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.557 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.557 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.557 | 19291 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.557 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.557 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.560 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.561 | 19296 | Added a new worker 6 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.561 | 10414 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.561 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.561 | 10414 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.561 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.561 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0SX1Je +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.563 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.563 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.563 | 19293 | Marked run 882 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.563 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.568 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.572 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.573 | 19295 | Marked run 881 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.573 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.573 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.575 | 19298 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.577 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.581 | 10415 | Recursively removing directory: /tmp/git.51JGHK/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.582 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.582 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.582 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.582 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.582 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.582 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.583 | 19314 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.584 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E8D0pf +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.583 | 10414 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.583 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.584 | 10414 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.585 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.586 | 10418 | Recursively removing directory: /tmp/git.0SX1Je/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.588 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.588 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.588 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.588 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.588 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.588 | 19312 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.589 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K4waq7 +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.589 | 19316 | Added a new worker 8 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.589 | 10414 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.589 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.589 | 10414 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.590 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.591 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.597 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.598 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.599 | 19318 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.600 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.601 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.602 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.606 | 19313 | Marked run 883 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.606 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.606 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.608 | 19315 | Marked run 884 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.608 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.610 | 19324 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.610 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.612 | 10415 | Recursively removing directory: /tmp/git.E8D0pf/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.613 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.614 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.614 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.614 | 10418 | Recursively removing directory: /tmp/git.K4waq7/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.615 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.615 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.615 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.614 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.614 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.615 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.615 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.616 | 19337 | Added a new worker 16 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 19335 | Added a new worker 16 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.617 | 10414 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.618 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0XmcgF +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.617 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pa9091 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.618 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.626 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.627 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.625 | 19336 | Marked run 886 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.629 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.630 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.632 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.633 | 19334 | Marked run 885 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.634 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.635 | 19338 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.636 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.640 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.642 | 10415 | Recursively removing directory: /tmp/git.0XmcgF/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.643 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.643 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.643 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.643 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.643 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.642 | 10418 | Recursively removing directory: /tmp/git.Pa9091/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.643 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.643 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.643 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.644 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PT7On2 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 19355 | Added a new worker 17 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 10414 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.644 | 10414 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.645 | 19356 | Added a new worker 17 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.645 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.645 | 10414 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.645 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.646 | 10414 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.646 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.648 | 19352 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.646 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OoBJTx +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.648 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.653 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.653 | 19354 | Marked run 888 as finished +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.654 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.655 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.655 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.656 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.656 | 19353 | Marked run 887 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.656 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.659 | 19359 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.659 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.663 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.667 | 10418 | Recursively removing directory: /tmp/git.PT7On2/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.668 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.668 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.669 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 19374 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 10414 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 10414 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.669 | 19365 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.670 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S0h75H +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.670 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.671 | 10415 | Recursively removing directory: /tmp/git.OoBJTx/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.673 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.673 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.673 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.673 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.673 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.673 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.675 | 19373 | Marked run 889 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.675 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 19377 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 10414 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.676 | 10414 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.676 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wiNRsb +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.680 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.682 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.682 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.683 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.687 | 19378 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.687 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.688 | 19376 | Marked run 890 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.688 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.691 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.695 | 10418 | Recursively removing directory: /tmp/git.S0h75H/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.696 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.696 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.697 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 19394 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 10414 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.697 | 10414 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.698 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X8JcIu +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.698 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.698 | 10415 | Recursively removing directory: /tmp/git.wiNRsb/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.700 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.700 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.700 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.700 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.700 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 19396 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 19387 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 10414 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 10414 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.701 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.702 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p13tDp +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.704 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.708 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.709 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.710 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.711 | 19398 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.711 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.713 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.714 | 19393 | Marked run 891 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.714 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.715 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.716 | 19395 | Marked run 892 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.716 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.719 | 19402 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.719 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.722 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.725 | 10418 | Recursively removing directory: /tmp/git.X8JcIu/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.725 | 19412 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.726 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.726 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.726 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.726 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.726 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.727 | 10415 | Recursively removing directory: /tmp/git.p13tDp/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.727 | 19416 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.728 | 10414 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.728 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.728 | 10414 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.728 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.730 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JnRr8W +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.730 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.730 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.730 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.730 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.730 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.731 | 19415 | Marked run 893 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.731 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.732 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.732 | 19419 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.732 | 10414 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.732 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.732 | 10414 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.733 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mwvzT2 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.733 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.737 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.739 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.741 | 19418 | Marked run 894 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.742 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.745 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.745 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.747 | 19420 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.748 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.750 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.751 | 10418 | Recursively removing directory: /tmp/git.JnRr8W/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.753 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.753 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.753 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.753 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.753 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.753 | 19433 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.754 | 10414 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.754 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.754 | 10414 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.754 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.754 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3aMv0n +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.756 | 19430 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.757 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.760 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.761 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.762 | 10415 | Recursively removing directory: /tmp/git.mwvzT2/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.763 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.764 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.764 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 19432 | Marked run 895 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 19441 | Added a new worker 9 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.764 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.764 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.765 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.egYPKT +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.765 | 10414 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.765 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.765 | 10414 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.773 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.774 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.777 | 19440 | Marked run 896 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.777 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.779 | 19439 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.779 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.781 | 10418 | Recursively removing directory: /tmp/git.3aMv0n/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.782 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.782 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.783 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 19454 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10414 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.783 | 10414 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AbWbbv +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.785 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.788 | 10415 | Recursively removing directory: /tmp/git.egYPKT/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.789 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.789 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.790 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 19458 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10414 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.790 | 10414 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.790 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kuvezS +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.791 | 19453 | Marked run 897 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.791 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.792 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.794 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.797 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.797 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.798 | 19457 | Marked run 898 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.798 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.800 | 19455 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.801 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.804 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.807 | 10415 | Recursively removing directory: /tmp/git.kuvezS/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.807 | 19467 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.808 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.808 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.808 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.808 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 19473 | Added a new worker 10 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10414 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.809 | 10414 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.810 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3FzEgS +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.816 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.818 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.819 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.820 | 19472 | Marked run 900 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.820 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.822 | 10418 | Recursively removing directory: /tmp/git.AbWbbv/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.823 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.823 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.824 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 19481 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 10414 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.824 | 10414 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.825 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.825 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fLYTxp +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.826 | 19476 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.827 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.830 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.830 | 19480 | Marked run 899 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.830 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.832 | 10415 | Recursively removing directory: /tmp/git.3FzEgS/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 19488 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10414 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.834 | 10414 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.833 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.833 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.834 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.835 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xVf1Uy +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.837 | 19486 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.837 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.838 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.840 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.841 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.842 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.845 | 19487 | Marked run 901 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.845 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.846 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.849 | 19494 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.849 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.852 | 10418 | Recursively removing directory: /tmp/git.fLYTxp/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.852 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.854 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.854 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.855 | 10415 | Recursively removing directory: /tmp/git.xVf1Uy/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.855 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.855 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.855 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.856 | 19506 | Added a new worker 14 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.856 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.856 | 10414 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.856 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.856 | 10414 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.857 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.857 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.857 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.857 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.857 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.857 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QqA8E9 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.858 | 19508 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.860 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7wfCkQ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.860 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.860 | 10414 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.860 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.860 | 10414 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.865 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.866 | 19505 | Marked run 902 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.866 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.866 | 19504 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.867 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.868 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.871 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.871 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.872 | 19507 | Marked run 903 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.872 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.872 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.876 | 19511 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.876 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.881 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.885 | 10418 | Recursively removing directory: /tmp/git.QqA8E9/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.886 | 19520 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.888 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.888 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.887 | 10415 | Recursively removing directory: /tmp/git.7wfCkQ/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.888 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.888 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.886 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.886 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.887 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.888 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.889 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.889 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gxh74z +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.889 | 19527 | Added a new worker 12 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.889 | 10414 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.889 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.889 | 10414 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.890 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.890 | 19529 | Added a new worker 6 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.891 | 10414 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.891 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.891 | 10414 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.891 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.892 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UeACk0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.896 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.897 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.898 | 19528 | Marked run 905 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.898 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.899 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.899 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.901 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.901 | 19526 | Marked run 904 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.901 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.904 | 19531 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.905 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.907 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.911 | 19536 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.912 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.913 | 10418 | Recursively removing directory: /tmp/git.Gxh74z/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.914 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.914 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.914 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.914 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.914 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.915 | 19547 | Added a new worker 11 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.915 | 10414 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.915 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.915 | 10414 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.915 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.916 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V3ujIo +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.918 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.920 | 10415 | Recursively removing directory: /tmp/git.UeACk0/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.921 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.921 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.921 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.921 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.921 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.921 | 19546 | Marked run 906 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.922 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.922 | 19550 | Added a new worker 7 to the queue +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.923 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mdz7dv +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.922 | 10414 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.923 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.922 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.922 | 10414 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.923 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.925 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.929 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.931 | 19549 | Marked run 907 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.931 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.931 | 19548 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.935 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.936 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.937 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.940 | 10418 | Recursively removing directory: /tmp/git.V3ujIo/ +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.941 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.941 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.941 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.941 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.941 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.942 | 19565 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.942 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XZtNWz +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.942 | 10414 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.942 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.942 | 10414 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.943 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.944 | 10415 | Recursively removing directory: /tmp/git.mdz7dv/ +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.946 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.946 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.946 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 19568 | Added a new worker 15 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10414 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.946 | 10414 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.947 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kFNaqL +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.953 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.954 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.955 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.956 | 19564 | Marked run 908 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.956 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.956 | 19559 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.956 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.956 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.962 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.962 | 19567 | Marked run 909 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.962 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.965 | 19575 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.966 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.967 | 10415 | Recursively removing directory: /tmp/git.kFNaqL/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.969 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.969 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.969 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.969 | 10415 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.969 | 10415 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.969 | 10415 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.970 | 19584 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.970 | 10414 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.970 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.971 | 10414 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.971 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.971 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bMu0Q0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.973 | 10418 | Recursively removing directory: /tmp/git.XZtNWz/ +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.975 | 19583 | Marked run 911 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.975 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.975 | 10418 | Process exit code: 0 +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.975 | 10418 | Process output: 57 bytes +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.976 | 10418 | Waiting for a new command +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 19588 | Added a new worker 13 to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10414 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10414 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.976 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.977 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UwtEw2 +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.979 | 19585 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.980 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.983 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.983 | 19587 | Marked run 910 as finished +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.984 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.987 | 19590 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.988 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.990 | 10415 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.991 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.990 | 10418 | Checking out revision HEAD +2023-08-28 07:31:55 | INFO | 10415/cimple-worker: 2023-08-28 07:31:55.991 | 10415 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10418/cimple-worker: 2023-08-28 07:31:55.997 | 10418 | Going to run: ./ci +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.997 | 19592 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:55 | INFO | 10412/cimple-server: 2023-08-28 07:31:55.998 | 10412 | Waiting for new connections +2023-08-28 07:31:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.002 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.005 | 19601 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.005 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.007 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.006 | 10418 | Recursively removing directory: /tmp/git.UwtEw2/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.007 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.007 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.007 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.007 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.008 | 19608 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.008 | 10414 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.008 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.008 | 10414 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.008 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.008 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kTlljI +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.011 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.013 | 10415 | Recursively removing directory: /tmp/git.bMu0Q0/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.015 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.015 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.015 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 19612 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10414 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10414 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.015 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.016 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uJcNMn +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.015 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.017 | 19609 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.018 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.021 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.025 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.030 | 19607 | Marked run 913 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.031 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.031 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.032 | 19611 | Marked run 912 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.032 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.033 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.036 | 19614 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.036 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.039 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.038 | 10418 | Recursively removing directory: /tmp/git.kTlljI/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.039 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.039 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.039 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.039 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.040 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.041 | 19626 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.041 | 10414 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.041 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.041 | 10414 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.041 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yUexLr +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.042 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.047 | 19625 | Marked run 914 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.047 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.047 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.050 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.051 | 19624 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.051 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.053 | 10415 | Recursively removing directory: /tmp/git.uJcNMn/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.054 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.054 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.055 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.055 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.055 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.056 | 19636 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.056 | 10414 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.056 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.056 | 10414 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.056 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.056 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4dWeCo +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.060 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.063 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.066 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.067 | 10418 | Recursively removing directory: /tmp/git.yUexLr/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.068 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.068 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.068 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.068 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.069 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.069 | 19643 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.069 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.069 | 10414 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.069 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.069 | 10414 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.070 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V8O0Gv +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.072 | 19635 | Marked run 915 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.073 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.076 | 19639 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.076 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.078 | 10415 | Recursively removing directory: /tmp/git.4dWeCo/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.080 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.080 | 19642 | Marked run 916 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.080 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.081 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.081 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.081 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.081 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.081 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.081 | 19652 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.081 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.082 | 10414 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.082 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.082 | 10414 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.083 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.maN8vy +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.083 | 19650 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.084 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.087 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.088 | 19651 | Marked run 917 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.088 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.091 | 19654 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.092 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.091 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.093 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.095 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.095 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.097 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.098 | 19657 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.099 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.101 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.108 | 10418 | Recursively removing directory: /tmp/git.V8O0Gv/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.109 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.109 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.110 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.108 | 19662 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.109 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.109 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.110 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.110 | 19672 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.110 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.111 | 10414 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.111 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.111 | 10414 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.111 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rZtSK6 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.113 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.116 | 10415 | Recursively removing directory: /tmp/git.maN8vy/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.117 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.117 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.118 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.118 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.118 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.120 | 19676 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.120 | 10414 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.120 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.120 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.121 | 10414 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.122 | 19671 | Marked run 918 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.122 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.121 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bvH4zm +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.132 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.132 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.133 | 19675 | Marked run 919 as finished +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.133 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.133 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.134 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.136 | 19674 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.137 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.140 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.142 | 19683 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.143 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.145 | 10418 | Recursively removing directory: /tmp/git.rZtSK6/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.146 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.146 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.146 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.147 | 10415 | Recursively removing directory: /tmp/git.bvH4zm/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.148 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.148 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.150 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.151 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.149 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.149 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.149 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.151 | 19693 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.151 | 10414 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.151 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.151 | 10414 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.152 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.152 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.153 | 19695 | Added a new worker 8 to the queue +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.153 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lZGJQG +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.153 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XCHG7e +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.153 | 10414 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.153 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.153 | 10414 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.154 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.157 | 19692 | Marked run 920 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.157 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.161 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.162 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.162 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.162 | 19696 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.163 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.164 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.166 | 19694 | Marked run 921 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.166 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.167 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.170 | 19701 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.171 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.174 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.176 | 10415 | Recursively removing directory: /tmp/git.XCHG7e/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.177 | 10418 | Recursively removing directory: /tmp/git.lZGJQG/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.178 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.178 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.178 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.178 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.178 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.178 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 19716 | Added a new worker 9 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 19715 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.179 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 19711 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.180 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YE9Zmv +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.180 | 10414 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.180 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6O4qO7 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.186 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.187 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.187 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.188 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.191 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.192 | 19714 | Marked run 922 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.192 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.194 | 19713 | Marked run 923 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.194 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.197 | 19721 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.198 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.201 | 10415 | Recursively removing directory: /tmp/git.YE9Zmv/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.202 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.202 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.203 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.203 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.203 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.203 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.204 | 10418 | Recursively removing directory: /tmp/git.6O4qO7/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.205 | 19734 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.206 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.206 | 10414 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.206 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.206 | 10414 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.206 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bTeXsc +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.207 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.207 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.208 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 19736 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10414 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.208 | 10414 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.208 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C2GyNh +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.212 | 19732 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.214 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.214 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.214 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.215 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.217 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.218 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.227 | 19733 | Marked run 925 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.228 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.229 | 19740 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.230 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.232 | 10415 | Recursively removing directory: /tmp/git.bTeXsc/ +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.233 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.233 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.232 | 19735 | Marked run 924 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.232 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.233 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.233 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.233 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.235 | 19753 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.235 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6w4yLY +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.235 | 10414 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.235 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.235 | 10414 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.235 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.236 | 10418 | Recursively removing directory: /tmp/git.C2GyNh/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.237 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.237 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.237 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.237 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.238 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.238 | 19756 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.238 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.239 | 10414 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.239 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.239 | 10414 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.239 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9RYWqO +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.243 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.244 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.246 | 19754 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.246 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.249 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.248 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.251 | 19755 | Marked run 927 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.252 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.253 | 19752 | Marked run 926 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.253 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.254 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.258 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.257 | 10415 | Recursively removing directory: /tmp/git.6w4yLY/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.258 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.258 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.258 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 19771 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 10414 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.259 | 10414 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.260 | 19765 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.260 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7x4ieb +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.261 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.262 | 10418 | Recursively removing directory: /tmp/git.9RYWqO/ +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.265 | 19770 | Marked run 928 as finished +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.265 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.265 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.265 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.265 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.265 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.266 | 19775 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.266 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.266 | 10414 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.266 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.266 | 10414 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.267 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KHaplX +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.268 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.270 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.273 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.274 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.275 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.276 | 19776 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.277 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.279 | 19774 | Marked run 929 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.279 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.282 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.285 | 19782 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.285 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.289 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.289 | 10418 | Recursively removing directory: /tmp/git.KHaplX/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.290 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.290 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.290 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.291 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.291 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.292 | 19794 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.292 | 10414 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.292 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.292 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.292 | 10414 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.292 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cRPhDS +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.294 | 10415 | Recursively removing directory: /tmp/git.7x4ieb/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.295 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.295 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.295 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.295 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.296 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.296 | 19796 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.296 | 10414 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.296 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.296 | 10414 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.296 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pKNux4 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.297 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.297 | 19792 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.298 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.300 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.303 | 19798 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.304 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.305 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.306 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.307 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.309 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.310 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.312 | 19801 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.313 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.316 | 19793 | Marked run 931 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.316 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.317 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.318 | 19795 | Marked run 930 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.318 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.320 | 10418 | Recursively removing directory: /tmp/git.cRPhDS/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.321 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.321 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.322 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.322 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.322 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.322 | 19816 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.322 | 10414 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.322 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.324 | 10414 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.324 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.328 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HXoasw +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.329 | 10415 | Recursively removing directory: /tmp/git.pKNux4/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.331 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.331 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.331 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.331 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.331 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.332 | 19818 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.332 | 10414 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.332 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.332 | 10414 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.332 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BgccPS +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.333 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.337 | 19810 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.338 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.339 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.340 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.344 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.345 | 19815 | Marked run 932 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.345 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.347 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.347 | 19817 | Marked run 933 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.347 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.348 | 10418 | Recursively removing directory: /tmp/git.HXoasw/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.349 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.349 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.349 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 19828 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 10414 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.349 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.350 | 10414 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.350 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ivrSFs +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.350 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.355 | 19827 | Marked run 934 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.355 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.356 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.357 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.359 | 19829 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.360 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.362 | 10415 | Recursively removing directory: /tmp/git.BgccPS/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.363 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.363 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.363 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.363 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.363 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.363 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.364 | 19839 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.364 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.koNed0 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.364 | 10414 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.364 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.364 | 10414 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.365 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.368 | 19840 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.368 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.371 | 19838 | Marked run 935 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.371 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.372 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.373 | 10418 | Recursively removing directory: /tmp/git.ivrSFs/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.374 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.375 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.375 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.375 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.375 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.375 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.376 | 19848 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.376 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.376 | 10414 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.376 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.376 | 10414 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.376 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6Afm7 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.378 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.382 | 19847 | Marked run 936 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.382 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.385 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.387 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.388 | 19849 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.390 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.394 | 10415 | Recursively removing directory: /tmp/git.koNed0/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.396 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.396 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.396 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.394 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.396 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.396 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 19863 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 10414 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 10414 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.398 | 19859 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.399 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.398 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dtgjyQ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.400 | 10418 | Recursively removing directory: /tmp/git.E6Afm7/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.401 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.401 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.401 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.401 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.401 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 19867 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 10414 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.404 | 10414 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.405 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.404 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xr8JIh +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.407 | 19862 | Marked run 937 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.407 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.408 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.410 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.411 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.416 | 19868 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.416 | 19866 | Marked run 938 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.417 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.419 | 10415 | Recursively removing directory: /tmp/git.dtgjyQ/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.421 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.421 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.421 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 19884 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10414 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.421 | 10414 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.422 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sUwsUn +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.425 | 10418 | Recursively removing directory: /tmp/git.Xr8JIh/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.426 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.426 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.426 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.426 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.427 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.427 | 19886 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.427 | 10414 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.427 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.427 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.428 | 10414 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.428 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Xz9PN +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.429 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.429 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.430 | 19883 | Marked run 939 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.431 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.433 | 19882 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.435 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.438 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.439 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.439 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.440 | 19885 | Marked run 940 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.440 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.442 | 19890 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.443 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.446 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.447 | 10415 | Recursively removing directory: /tmp/git.sUwsUn/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.449 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.449 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.449 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.449 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.449 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.449 | 19904 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.449 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.449 | 10414 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.450 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.450 | 10414 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.450 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z8Ms6c +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.452 | 10418 | Recursively removing directory: /tmp/git.5Xz9PN/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.453 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.453 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.453 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.457 | 19899 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.459 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.459 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.461 | 19906 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.461 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.461 | 10414 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.461 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.461 | 10414 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.462 | 19903 | Marked run 941 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.462 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.462 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rvaWxM +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.464 | 19905 | Marked run 942 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.464 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.465 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.466 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.467 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.470 | 19908 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.471 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.473 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.474 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.477 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.481 | 10415 | Recursively removing directory: /tmp/git.z8Ms6c/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.481 | 19916 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.481 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.483 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.483 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.482 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.482 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.483 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.484 | 19923 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.484 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.484 | 10414 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.484 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.484 | 10414 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.485 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Etreq +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.488 | 10418 | Recursively removing directory: /tmp/git.rvaWxM/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.489 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.489 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.489 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 19927 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10414 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.490 | 10414 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.490 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8hF7A6 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.491 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.492 | 19922 | Marked run 943 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.493 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.497 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.498 | 19926 | Marked run 944 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.498 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.498 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.499 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.499 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.501 | 19928 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.502 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.506 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.509 | 10415 | Recursively removing directory: /tmp/git.4Etreq/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.510 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.510 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.511 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 19944 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10414 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.511 | 10414 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.511 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cNINLa +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.513 | 19937 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.514 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.515 | 10418 | Recursively removing directory: /tmp/git.8hF7A6/ +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.516 | 19943 | Marked run 945 as finished +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.517 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.517 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.517 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.517 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.517 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.518 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.518 | 19947 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.518 | 10414 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.518 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.519 | 10414 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.519 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.519 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dwsTJn +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.522 | 19948 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.523 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.524 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.526 | 19946 | Marked run 946 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.526 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.526 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.527 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.528 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.530 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.532 | 19951 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.532 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.537 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.538 | 10415 | Recursively removing directory: /tmp/git.cNINLa/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.540 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.540 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.540 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.540 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.540 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.541 | 10418 | Recursively removing directory: /tmp/git.dwsTJn/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.541 | 19966 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.541 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.541 | 10414 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.541 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.542 | 10414 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.542 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e75gOl +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.543 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.543 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.544 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 19968 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10414 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.544 | 10414 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.545 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vaN3WX +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.547 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.548 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.553 | 19965 | Marked run 947 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.554 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.555 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.556 | 19963 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.556 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.557 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.559 | 19967 | Marked run 948 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.559 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.560 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.562 | 10415 | Recursively removing directory: /tmp/git.e75gOl/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.563 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.563 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.563 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.563 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.563 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.563 | 19981 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.564 | 10414 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.564 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.564 | 10414 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.564 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.564 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.peMQE1 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.566 | 19977 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.566 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.568 | 19980 | Marked run 949 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.569 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.570 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.571 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.571 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.572 | 10418 | Recursively removing directory: /tmp/git.vaN3WX/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.573 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.573 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.574 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.576 | 19986 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.581 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.581 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.582 | 19989 | Added a new worker 11 to the queue +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.582 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q5n2KI +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.582 | 10414 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.582 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.582 | 10414 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.583 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.585 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.588 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.590 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.590 | 19988 | Marked run 950 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.591 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.594 | 19991 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.595 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.599 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.603 | 10415 | Recursively removing directory: /tmp/git.peMQE1/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.603 | 10418 | Recursively removing directory: /tmp/git.q5n2KI/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.604 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.604 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.604 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.604 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.604 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 20006 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 10414 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 10414 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.605 | 20001 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.606 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.605 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l3BJWL +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.606 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.606 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.607 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.607 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.607 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.607 | 20009 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.608 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xM0A4b +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.607 | 10414 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.607 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.608 | 10414 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.609 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.612 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.614 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.615 | 20005 | Marked run 951 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.615 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.616 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.616 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.617 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.619 | 20008 | Marked run 952 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.619 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.622 | 20012 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.622 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.626 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.627 | 10418 | Recursively removing directory: /tmp/git.xM0A4b/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.629 | 10415 | Recursively removing directory: /tmp/git.l3BJWL/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.629 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.629 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.629 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 20026 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10414 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.630 | 10414 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.630 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ECa19t +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.631 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.631 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.631 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.631 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.632 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.632 | 20023 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.632 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.633 | 20028 | Added a new worker 7 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.633 | 10414 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.633 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.634 | 10414 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.634 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6nRg7V +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.637 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.638 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.639 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.640 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.640 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.641 | 20025 | Marked run 954 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.642 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.642 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.644 | 20027 | Marked run 953 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.645 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.646 | 20031 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.646 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.650 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.652 | 10415 | Recursively removing directory: /tmp/git.6nRg7V/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.653 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.653 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.653 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.653 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.653 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.654 | 20046 | Added a new worker 9 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.654 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.654 | 10414 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.654 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.654 | 10414 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.654 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C1eS0B +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.655 | 20041 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.655 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.658 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.659 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.659 | 10418 | Recursively removing directory: /tmp/git.ECa19t/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.661 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.661 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.661 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.661 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.661 | 20050 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.662 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.662 | 10414 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.662 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.662 | 10414 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.661 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.663 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vlM7bw +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.665 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.668 | 20045 | Marked run 956 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.669 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.671 | 20048 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.672 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.676 | 20049 | Marked run 955 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.676 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.676 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.676 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.681 | 10415 | Recursively removing directory: /tmp/git.C1eS0B/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.682 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.683 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.683 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.683 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.683 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.683 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.684 | 20058 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.684 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.684 | 20061 | Added a new worker 7 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.685 | 10414 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.685 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.685 | 10414 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.685 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.685 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o5xCLB +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.690 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.691 | 20060 | Marked run 957 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.691 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.693 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 20070 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 10414 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.694 | 10414 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.695 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.692 | 10418 | Recursively removing directory: /tmp/git.vlM7bw/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.694 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.694 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.694 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.694 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.glnPRD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.696 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.701 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.702 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.703 | 20071 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.704 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.705 | 20069 | Marked run 958 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.705 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.708 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.709 | 10415 | Recursively removing directory: /tmp/git.o5xCLB/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.711 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.711 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.712 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.712 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.712 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 20086 | Added a new worker 9 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 10414 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 10414 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.713 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0JTqsB +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.713 | 20081 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.714 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.714 | 10418 | Recursively removing directory: /tmp/git.glnPRD/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.715 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.715 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.715 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.716 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.715 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.717 | 20088 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.717 | 10414 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.717 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.717 | 10414 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.717 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.717 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YKeQTo +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.719 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.720 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.723 | 20085 | Marked run 959 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.723 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.725 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.726 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.727 | 20087 | Marked run 960 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.727 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.728 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.731 | 10415 | Recursively removing directory: /tmp/git.0JTqsB/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.733 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.733 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.733 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.731 | 20096 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.732 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.733 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.733 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.735 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.735 | 20102 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.735 | 10414 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.735 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.735 | 10414 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.736 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.736 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.spt9gd +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.738 | 20101 | Marked run 961 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.738 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.741 | 20104 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.742 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.743 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.744 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.745 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.747 | 10418 | Recursively removing directory: /tmp/git.YKeQTo/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.748 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.748 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.747 | 20107 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.748 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.748 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.749 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.749 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 20112 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 10414 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 10414 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.751 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.751 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gt8L0k +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.754 | 20111 | Marked run 962 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.754 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.758 | 20114 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.759 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.760 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.760 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.761 | 10415 | Recursively removing directory: /tmp/git.spt9gd/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.762 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.763 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.763 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.763 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.763 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.764 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.764 | 20123 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.764 | 10414 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.764 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.764 | 10414 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.765 | 20121 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.765 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2mV2vD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.766 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.766 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.769 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.769 | 20122 | Marked run 963 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.770 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.772 | 20127 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.773 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.774 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.775 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.775 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.778 | 20129 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.778 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.781 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.781 | 10418 | Recursively removing directory: /tmp/git.gt8L0k/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.782 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.782 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.783 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 20138 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 10414 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.783 | 10414 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cA2RTo +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.784 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.786 | 20136 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.786 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.790 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.791 | 20137 | Marked run 964 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.791 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.791 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.793 | 10415 | Recursively removing directory: /tmp/git.2mV2vD/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.795 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.795 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.795 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 20147 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 20144 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 10414 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.795 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.796 | 10414 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.796 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.796 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.796 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.11IwTq +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.800 | 20146 | Marked run 965 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.800 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.802 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.802 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.804 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.805 | 10418 | Recursively removing directory: /tmp/git.cA2RTo/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.807 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.807 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.807 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.807 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.808 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.808 | 20158 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.809 | 10414 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.809 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.809 | 10414 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.809 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.809 | 20155 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.809 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.98RnCR +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.810 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.813 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.813 | 20157 | Marked run 966 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.813 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.817 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.817 | 10415 | Recursively removing directory: /tmp/git.11IwTq/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.818 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.818 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.818 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.818 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.818 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.818 | 20166 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.818 | 10414 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.819 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.819 | 10414 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.818 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.819 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AgaQ1Q +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.819 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.821 | 20161 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.823 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.826 | 20165 | Marked run 967 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.826 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.827 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.827 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.830 | 10418 | Recursively removing directory: /tmp/git.98RnCR/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.831 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.831 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.832 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.831 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.832 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.832 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.833 | 20177 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.833 | 10414 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.833 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.833 | 10414 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.833 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.834 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.avcgc6 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.837 | 20175 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.838 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.841 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.841 | 20176 | Marked run 968 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.841 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.843 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.844 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.844 | 20181 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.845 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.847 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.850 | 10415 | Recursively removing directory: /tmp/git.AgaQ1Q/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.851 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.851 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.851 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 20193 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 10414 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.851 | 10414 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.852 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JIGDbu +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.853 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.855 | 10418 | Recursively removing directory: /tmp/git.avcgc6/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.856 | 20187 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.856 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.858 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.858 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.858 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.858 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.859 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.860 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.860 | 20196 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.860 | 10414 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.860 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.860 | 10414 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.861 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.861 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JA97Pu +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.862 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.863 | 20192 | Marked run 969 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.863 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.866 | 20195 | Marked run 970 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.866 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.867 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.869 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.870 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.873 | 10415 | Recursively removing directory: /tmp/git.JIGDbu/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.874 | 20200 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.874 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.874 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.874 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.875 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.875 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.877 | 20207 | Added a new worker 10 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.877 | 10414 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.877 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.877 | 10414 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.877 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.14kcgU +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.878 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.879 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.883 | 20206 | Marked run 971 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.883 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.884 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.887 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.889 | 10418 | Recursively removing directory: /tmp/git.JA97Pu/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.890 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.890 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.891 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.891 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.891 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.892 | 20218 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.892 | 10414 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.892 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.892 | 10414 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.892 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.893 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TRx4OG +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.896 | 10415 | Recursively removing directory: /tmp/git.14kcgU/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.897 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.897 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.898 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.898 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.897 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.900 | 20224 | Added a new worker 15 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.900 | 10414 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.900 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.900 | 10414 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.900 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.902 | 20210 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.903 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.905 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.901 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.njEQgH +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.909 | 20217 | Marked run 972 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.909 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.911 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.912 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.912 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.914 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.916 | 20226 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.917 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.920 | 20223 | Marked run 973 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.920 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.921 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.925 | 20234 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.927 | 10415 | Recursively removing directory: /tmp/git.njEQgH/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.928 | 10418 | Recursively removing directory: /tmp/git.TRx4OG/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.926 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.928 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.928 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.929 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.929 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.929 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.929 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.929 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.928 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.928 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.928 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.930 | 20245 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.930 | 10414 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.930 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.930 | 10414 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.930 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.930 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OzagpX +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 20243 | Added a new worker 16 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 10414 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 10414 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.934 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.934 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V6RdWb +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.940 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.940 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.941 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.941 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.942 | 20244 | Marked run 974 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.942 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.945 | 20242 | Marked run 975 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.945 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.947 | 20246 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.948 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.953 | 10415 | Recursively removing directory: /tmp/git.V6RdWb/ +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.954 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.954 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.954 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.953 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.954 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 20261 | Added a new worker 13 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 10414 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 10414 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.955 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.956 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sLc2Tw +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.957 | 10418 | Recursively removing directory: /tmp/git.OzagpX/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.959 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.959 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.960 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 20264 | Added a new worker 14 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 10414 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.960 | 10414 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.960 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DN2y1E +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.961 | 20259 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.962 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.965 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.967 | 20260 | Marked run 977 as finished +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.967 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.969 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.969 | 10415 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.971 | 10418 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.972 | 20263 | Marked run 976 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.973 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.973 | 10418 | Going to run: ./ci +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.976 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.980 | 10415 | Recursively removing directory: /tmp/git.sLc2Tw/ +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.980 | 20271 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.980 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.982 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.982 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.981 | 10415 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.981 | 10415 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.982 | 10415 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.983 | 20277 | Added a new worker 11 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.983 | 10414 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.983 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.983 | 10414 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.983 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNII99 +2023-08-28 07:31:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.985 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.987 | 20276 | Marked run 978 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.987 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.989 | 10418 | Recursively removing directory: /tmp/git.DN2y1E/ +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.991 | 10418 | Process exit code: 0 +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.991 | 10418 | Process output: 57 bytes +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.991 | 10418 | Waiting for a new command +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.991 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.991 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.991 | 20284 | Added a new worker 12 to the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.991 | 10414 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.991 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.992 | 10414 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.992 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10418/cimple-worker: 2023-08-28 07:31:56.992 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bWAmKP +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.993 | 20283 | Marked run 979 as finished +2023-08-28 07:31:56 | INFO | 10412/cimple-server: 2023-08-28 07:31:56.993 | 10412 | Waiting for new connections +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.993 | 10415 | Checking out revision HEAD +2023-08-28 07:31:56 | INFO | 10415/cimple-worker: 2023-08-28 07:31:56.995 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.009 | 20282 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.010 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.012 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.013 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.015 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.018 | 10415 | Recursively removing directory: /tmp/git.tNII99/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.020 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.020 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.020 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.020 | 20292 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.020 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 20297 | Added a new worker 10 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10414 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.021 | 10414 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.022 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0kTVui +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.025 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.027 | 10418 | Recursively removing directory: /tmp/git.bWAmKP/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.028 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.029 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.029 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.029 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.029 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.029 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.030 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.030 | 20304 | Added a new worker 11 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 20296 | Marked run 980 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 10414 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 10414 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.031 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.032 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ihu8tL +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.038 | 20302 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.041 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.043 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.045 | 10415 | Recursively removing directory: /tmp/git.0kTVui/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.046 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.047 | 20303 | Marked run 981 as finished +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.047 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.047 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.047 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.047 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.048 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.048 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.049 | 20315 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.049 | 10414 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.049 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.049 | 10414 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.050 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.050 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d9BXpM +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.056 | 10418 | Recursively removing directory: /tmp/git.ihu8tL/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.057 | 20311 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.057 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.057 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.057 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.058 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.058 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.058 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.061 | 20323 | Added a new worker 9 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.061 | 10414 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.061 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.061 | 10414 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.061 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yiMPK3 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.062 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.062 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.065 | 20314 | Marked run 982 as finished +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.065 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.066 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.066 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.069 | 20322 | Marked run 983 as finished +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.069 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.070 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.071 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.072 | 20324 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.072 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.076 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.080 | 10415 | Recursively removing directory: /tmp/git.d9BXpM/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.082 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.082 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.081 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.081 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.082 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.083 | 20340 | Added a new worker 9 to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.083 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7FbVXs +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.083 | 20333 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.083 | 10414 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.083 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.083 | 10414 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.084 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.085 | 10418 | Recursively removing directory: /tmp/git.yiMPK3/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.086 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.086 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.087 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.087 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.087 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 20343 | Added a new worker 16 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 10414 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.090 | 10414 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.091 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gqfLnw +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.091 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.093 | 20339 | Marked run 984 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.093 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.093 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.097 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.101 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.104 | 10415 | Recursively removing directory: /tmp/git.7FbVXs/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.106 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.106 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.106 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.107 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.107 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.107 | 20357 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.108 | 20342 | Marked run 985 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.108 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.108 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.109 | 10414 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.109 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.109 | 10414 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.109 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7MZJJ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.110 | 10418 | Recursively removing directory: /tmp/git.gqfLnw/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.112 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.112 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.112 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.113 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.63HbrI +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 20360 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 10414 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.113 | 10414 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.115 | 20344 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.115 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.115 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.115 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.118 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.121 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.123 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.124 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.124 | 20356 | Marked run 986 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.126 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.128 | 20359 | Marked run 987 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.128 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.131 | 20362 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.132 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.135 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.136 | 10418 | Recursively removing directory: /tmp/git.63HbrI/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.138 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.138 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.138 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.138 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.139 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.139 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.137 | 10415 | Recursively removing directory: /tmp/git.v7MZJJ/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.138 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.138 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.138 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 20378 | Added a new worker 17 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 20380 | Added a new worker 10 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.140 | 10414 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.141 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.97j61p +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.141 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XoH9n +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.147 | 20376 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.148 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.148 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.150 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.151 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.152 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.157 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.157 | 20379 | Marked run 988 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.158 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.160 | 20377 | Marked run 989 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.160 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.162 | 20387 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.162 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.163 | 10415 | Recursively removing directory: /tmp/git.3XoH9n/ +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.165 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.165 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.165 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.165 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.165 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.166 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.166 | 20397 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.166 | 10414 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.166 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.166 | 10414 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.166 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R6pFp9 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.167 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.170 | 10418 | Recursively removing directory: /tmp/git.97j61p/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.172 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.172 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.172 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.172 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.172 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.172 | 20400 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.173 | 10414 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.173 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.173 | 10414 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.173 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.173 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7AOFE3 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.174 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.175 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.180 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.181 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.183 | 20396 | Marked run 991 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.183 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.185 | 20398 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.185 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.188 | 20399 | Marked run 990 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.188 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.189 | 10415 | Recursively removing directory: /tmp/git.R6pFp9/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.190 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.190 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.190 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.191 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.191 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.192 | 20414 | Added a new worker 10 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.192 | 10414 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.192 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.192 | 10414 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.192 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o5QKeY +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.193 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.194 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.197 | 10418 | Recursively removing directory: /tmp/git.7AOFE3/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.198 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.198 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.198 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.198 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 20418 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.199 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 10414 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.199 | 10414 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.200 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hUTtOO +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.202 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.204 | 20413 | Marked run 992 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.204 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.210 | 20416 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.209 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.211 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.213 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.215 | 10415 | Recursively removing directory: /tmp/git.o5QKeY/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.216 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.217 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.217 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.217 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.217 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.217 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.217 | 20417 | Marked run 993 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.217 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.218 | 20429 | Added a new worker 11 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.218 | 10414 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.218 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.218 | 10414 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.219 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.219 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S6GtSk +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.223 | 20425 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.223 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.227 | 10418 | Recursively removing directory: /tmp/git.hUTtOO/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.227 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.229 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.229 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.229 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.229 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.229 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.229 | 20437 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.230 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nVGNBs +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.230 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.229 | 10414 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.230 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.230 | 10414 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.230 | 20428 | Marked run 994 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.231 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.231 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.232 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.245 | 10415 | Recursively removing directory: /tmp/git.S6GtSk/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.247 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.247 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.247 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.247 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.248 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.248 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.248 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7cs48E +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.248 | 20446 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.248 | 10414 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.248 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.248 | 10414 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.249 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.261 | 20439 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.262 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.263 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.264 | 20436 | Marked run 995 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.264 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.267 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.271 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.271 | 20445 | Marked run 996 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.272 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.272 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.274 | 20449 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.275 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.278 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.279 | 10418 | Recursively removing directory: /tmp/git.nVGNBs/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.281 | 10415 | Recursively removing directory: /tmp/git.7cs48E/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.281 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.281 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.281 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.281 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.281 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.282 | 20464 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.282 | 10414 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.282 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.282 | 10414 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.282 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.282 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QDo5uX +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.283 | 20461 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.284 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.284 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.284 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.284 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.284 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.285 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.285 | 20467 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.285 | 10414 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.285 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.286 | 10414 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.286 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.286 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nxx3pM +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.288 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.292 | 20463 | Marked run 997 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.292 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.294 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.295 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.296 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.296 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.299 | 20466 | Marked run 998 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.300 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.301 | 20468 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.302 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.305 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.306 | 10415 | Recursively removing directory: /tmp/git.nxx3pM/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.307 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.307 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.307 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.307 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.307 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.308 | 20481 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.308 | 10414 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.308 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.308 | 10414 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.308 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.308 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.09oW9P +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.312 | 10418 | Recursively removing directory: /tmp/git.QDo5uX/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.313 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.313 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.314 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.313 | 20480 | Marked run 1000 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.313 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.313 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.314 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.314 | 20486 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.314 | 10414 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.314 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.314 | 10414 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.315 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.315 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.318 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ydd9Rl +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.320 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.321 | 20479 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.322 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.326 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.327 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.329 | 20485 | Marked run 999 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.329 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.330 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.331 | 10415 | Recursively removing directory: /tmp/git.09oW9P/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.333 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.333 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.334 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 20499 | Added a new worker 9 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 10414 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.334 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.335 | 10414 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.335 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNdrrt +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.335 | 20495 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.336 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.339 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.345 | 10418 | Recursively removing directory: /tmp/git.Ydd9Rl/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.347 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 20506 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10414 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.347 | 10414 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.347 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.347 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.347 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.348 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.348 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kaPOmS +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.354 | 20498 | Marked run 1001 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.356 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.360 | 10415 | Recursively removing directory: /tmp/git.tNdrrt/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.360 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.361 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.362 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.362 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.362 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.362 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.362 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.363 | 20503 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.363 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.363 | 20515 | Added a new worker 6 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.364 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.364 | 10414 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.364 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.364 | 10414 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.364 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PZFN32 +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.366 | 20505 | Marked run 1002 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.367 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.367 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.370 | 20514 | Marked run 1003 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.370 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.372 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.373 | 20517 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.373 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.374 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.378 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.379 | 10418 | Recursively removing directory: /tmp/git.kaPOmS/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.382 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.382 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.382 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.383 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.383 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.383 | 20526 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.383 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.384 | 20532 | Added a new worker 7 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.384 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.384 | 10414 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.384 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.384 | 10414 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.384 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wlIM4U +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.387 | 10415 | Recursively removing directory: /tmp/git.PZFN32/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.389 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.389 | 20530 | Marked run 1004 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.390 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.391 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.391 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.392 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 20536 | Added a new worker 14 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10414 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10414 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.392 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.393 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bM1n7p +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.396 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.397 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.398 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.398 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.399 | 20534 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.400 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.403 | 20535 | Marked run 1005 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.403 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.404 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.407 | 20541 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.408 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.411 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.412 | 10418 | Recursively removing directory: /tmp/git.wlIM4U/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.413 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.413 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.414 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.414 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.414 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.414 | 10415 | Recursively removing directory: /tmp/git.bM1n7p/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.414 | 20554 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.414 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.415 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.415 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10414 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10414 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 20556 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.415 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.416 | 10414 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.416 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.416 | 10414 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.415 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.416 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zHq37i +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.417 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8K5mAE +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.420 | 20553 | Marked run 1006 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.420 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.423 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.423 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.424 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.424 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.425 | 20555 | Marked run 1007 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.425 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.427 | 20552 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.428 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.431 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.434 | 10415 | Recursively removing directory: /tmp/git.zHq37i/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.435 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.435 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.435 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.435 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.435 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.435 | 20572 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.435 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.436 | 10414 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.436 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.436 | 10414 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.436 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u0XaJG +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.438 | 20571 | Marked run 1009 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.438 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.440 | 10418 | Recursively removing directory: /tmp/git.8K5mAE/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.441 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.441 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.441 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.441 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.441 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.443 | 20574 | Added a new worker 14 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.443 | 10414 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.443 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.443 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.443 | 10414 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.444 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WUU39q +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.446 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.446 | 20567 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.447 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.447 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.450 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.451 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.455 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.459 | 20573 | Marked run 1008 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.460 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.461 | 10415 | Recursively removing directory: /tmp/git.u0XaJG/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.464 | 20582 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.464 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.464 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.464 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.464 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.464 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.465 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.466 | 20586 | Added a new worker 10 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.466 | 10414 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.466 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.466 | 10414 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.466 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.466 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.58VQL2 +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.470 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.470 | 20585 | Marked run 1010 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.470 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.473 | 20589 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.474 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.474 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.474 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.477 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.480 | 10418 | Recursively removing directory: /tmp/git.WUU39q/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.481 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.481 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.481 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 20601 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 10414 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 10414 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.482 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.485 | 10415 | Recursively removing directory: /tmp/git.58VQL2/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.486 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.486 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.486 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.487 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.487 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.487 | 20595 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.481 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.482 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GUm2SE +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.488 | 20604 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.488 | 10414 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.488 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.488 | 10414 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.489 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.490 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZEgoLp +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.492 | 20600 | Marked run 1011 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.493 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.505 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.504 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.505 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.506 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.508 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.509 | 20603 | Marked run 1012 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.509 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.515 | 20608 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.516 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.519 | 10418 | Recursively removing directory: /tmp/git.GUm2SE/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.519 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.520 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.520 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.520 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.520 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.521 | 10415 | Recursively removing directory: /tmp/git.ZEgoLp/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 20622 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 10414 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 10414 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.521 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.521 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b2T5nF +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.524 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.524 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.524 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.524 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.524 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.525 | 20624 | Added a new worker 16 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.525 | 10414 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.525 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.525 | 10414 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.525 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A1iNBo +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.528 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.530 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.530 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.530 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.530 | 20620 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.531 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.534 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.535 | 20621 | Marked run 1013 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.535 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.537 | 20623 | Marked run 1014 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.537 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.538 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.541 | 10418 | Recursively removing directory: /tmp/git.b2T5nF/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.542 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.542 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.543 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.543 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.543 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.543 | 20631 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.544 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.544 | 20639 | Added a new worker 7 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.546 | 10414 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.546 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.546 | 10414 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y9jmDD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.547 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.547 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.548 | 20638 | Marked run 1015 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.548 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.549 | 10415 | Recursively removing directory: /tmp/git.A1iNBo/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.551 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.551 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.551 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.551 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.551 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.552 | 20644 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.552 | 10414 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.552 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.552 | 10414 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.552 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.552 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G0hJ0I +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.553 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.553 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.557 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.558 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.560 | 20642 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.562 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.565 | 10418 | Recursively removing directory: /tmp/git.Y9jmDD/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.566 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.566 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.566 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.566 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.566 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.568 | 20658 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.568 | 10414 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.568 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.568 | 10414 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.569 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.569 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PqHnox +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.570 | 10415 | Recursively removing directory: /tmp/git.G0hJ0I/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.572 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.572 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.572 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.573 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.573 | 20661 | Added a new worker 16 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.573 | 10414 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.573 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.573 | 10414 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.572 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.573 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.91OpWN +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.574 | 20643 | Marked run 1016 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.574 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.576 | 20657 | Marked run 1017 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.577 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.579 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.581 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.582 | 20660 | Marked run 1018 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.582 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.583 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.583 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.586 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.587 | 20662 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.588 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.591 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.594 | 20668 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.595 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.595 | 10418 | Recursively removing directory: /tmp/git.PqHnox/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.597 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.597 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.597 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.597 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.597 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.600 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.600 | 10415 | Recursively removing directory: /tmp/git.91OpWN/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.600 | 20678 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.600 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.601 | 10414 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.601 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.602 | 10414 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.602 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hcJmcp +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.603 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.603 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.604 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.604 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.604 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.605 | 20682 | Added a new worker 9 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.605 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.606 | 10414 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.606 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.606 | 10414 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.606 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5N91XT +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.609 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.610 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.612 | 20680 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.613 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.613 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.614 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.614 | 20677 | Marked run 1019 as finished +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.615 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.617 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.617 | 20681 | Marked run 1020 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.617 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.620 | 20688 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.621 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.625 | 10418 | Recursively removing directory: /tmp/git.hcJmcp/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.626 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.626 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.626 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.626 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.626 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 20697 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 10414 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 10414 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.627 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.629 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VfozrV +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.633 | 10415 | Recursively removing directory: /tmp/git.5N91XT/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.634 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.634 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.634 | 20702 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.634 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.634 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.634 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.635 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.635 | 10414 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.635 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.635 | 10414 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.635 | 20695 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.636 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.637 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0naWM8 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.639 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.644 | 20696 | Marked run 1021 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.645 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.645 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.648 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.649 | 20701 | Marked run 1022 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.650 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.652 | 20704 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.652 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.654 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.655 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.657 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.660 | 10418 | Recursively removing directory: /tmp/git.VfozrV/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.661 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.661 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.662 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.661 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.662 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 20712 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 20719 | Added a new worker 6 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 10414 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 10414 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.664 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qmT1NS +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.663 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.665 | 10415 | Recursively removing directory: /tmp/git.0naWM8/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.667 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.667 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.667 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 20723 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10414 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.668 | 10414 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.669 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yOINLR +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.671 | 20718 | Marked run 1023 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.671 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.671 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.674 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.673 | 20722 | Marked run 1024 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.673 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.676 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.679 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.680 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.682 | 20724 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.683 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.686 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.689 | 20732 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.689 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.692 | 10415 | Recursively removing directory: /tmp/git.yOINLR/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.693 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.693 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.693 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.693 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.693 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.695 | 10418 | Recursively removing directory: /tmp/git.qmT1NS/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.695 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nKZdnx +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 20741 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 10414 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 10414 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.695 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.697 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.697 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.697 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.698 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.698 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.699 | 20744 | Added a new worker 16 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.699 | 10414 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.699 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.699 | 10414 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.699 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.699 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mS9tRF +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.702 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.703 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.704 | 20740 | Marked run 1026 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.704 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.706 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.711 | 10415 | Recursively removing directory: /tmp/git.nKZdnx/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.712 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.712 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.712 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.712 | 20742 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.712 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.714 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.714 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.714 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.716 | 20743 | Marked run 1025 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.717 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.717 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.718 | 20753 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.718 | 10414 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.718 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.718 | 10414 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.718 | 20752 | Marked run 1027 as finished +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.718 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BHw1hv +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.720 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.720 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.721 | 20755 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.721 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.724 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.725 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.728 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.732 | 10418 | Recursively removing directory: /tmp/git.mS9tRF/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.734 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.734 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.734 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 20767 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10414 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.734 | 10414 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.734 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zu1umI +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.739 | 20761 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.740 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.743 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.743 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.744 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.744 | 20766 | Marked run 1028 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.744 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.747 | 20771 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.747 | 10415 | Recursively removing directory: /tmp/git.BHw1hv/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.749 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.749 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.749 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.747 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.749 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.749 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 20776 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 10414 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 10414 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.752 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.752 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bbt6ou +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.755 | 20775 | Marked run 1029 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.755 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.758 | 20779 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.759 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.760 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.761 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.762 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.764 | 10418 | Recursively removing directory: /tmp/git.Zu1umI/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.766 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.766 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.766 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.767 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.767 | 20789 | Added a new worker 14 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.767 | 10414 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.767 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.767 | 10414 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.766 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.767 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LPzTvm +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.768 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.772 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.771 | 20785 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.773 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.774 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.775 | 20788 | Marked run 1030 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.776 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.777 | 10415 | Recursively removing directory: /tmp/git.Bbt6ou/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.778 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.778 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.778 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.778 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.778 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.778 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.779 | 20797 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.779 | 10414 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.779 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.779 | 10414 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.779 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s7nUv2 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.781 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.783 | 20796 | Marked run 1031 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.783 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.786 | 20795 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.787 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.787 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.788 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.789 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.792 | 20802 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.795 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.798 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.799 | 10418 | Recursively removing directory: /tmp/git.LPzTvm/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.801 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.801 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.801 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 20814 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 10414 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.801 | 10414 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.802 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QQPNp4 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.803 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.804 | 10415 | Recursively removing directory: /tmp/git.s7nUv2/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.805 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.805 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.805 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.806 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V7tVK6 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 20816 | Added a new worker 10 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 10414 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.805 | 10414 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.807 | 20811 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.810 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.811 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.811 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.812 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.813 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.813 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.814 | 20813 | Marked run 1032 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.814 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.816 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.816 | 20815 | Marked run 1033 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.817 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.820 | 20820 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.820 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.824 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.827 | 10415 | Recursively removing directory: /tmp/git.V7tVK6/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.828 | 20832 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.829 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.829 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.829 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.829 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.829 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.830 | 20834 | Added a new worker 11 to the queue +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.830 | 10418 | Recursively removing directory: /tmp/git.QQPNp4/ +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.830 | 10414 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.830 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.830 | 10414 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.830 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.831 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2aiICb +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.833 | 20833 | Marked run 1035 as finished +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.833 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.833 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.833 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.834 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.834 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.836 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.836 | 20837 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.836 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.838 | 10414 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.838 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.838 | 10414 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.838 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8EwrTL +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.839 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.842 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.845 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.846 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.848 | 20836 | Marked run 1034 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.849 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.850 | 20838 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.851 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.854 | 10415 | Recursively removing directory: /tmp/git.2aiICb/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.855 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.855 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.855 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.855 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.855 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.855 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.856 | 20851 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.858 | 10414 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.858 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.858 | 10414 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.859 | 20850 | Marked run 1036 as finished +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.858 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jwcikx +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.860 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.860 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.861 | 20849 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.862 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.865 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.866 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.867 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.868 | 10418 | Recursively removing directory: /tmp/git.8EwrTL/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.869 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.869 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.870 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 20859 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 10414 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.870 | 10414 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.871 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.871 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3kOISK +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.877 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.877 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.878 | 20856 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.879 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.882 | 20858 | Marked run 1037 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.882 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.883 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.883 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.881 | 10415 | Recursively removing directory: /tmp/git.jwcikx/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.883 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.883 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.883 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 20868 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 10414 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 10414 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.884 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.885 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4kI8B2 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.888 | 20867 | Marked run 1038 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.888 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.892 | 10418 | Recursively removing directory: /tmp/git.3kOISK/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.892 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.893 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 20877 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 10414 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.894 | 10414 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.893 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.893 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.894 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.894 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4EVdas +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.895 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.898 | 20869 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.899 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.903 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.903 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.904 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.907 | 20876 | Marked run 1039 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.907 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.908 | 20880 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.909 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.911 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.914 | 20890 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.915 | 10415 | Recursively removing directory: /tmp/git.4kI8B2/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.917 | 10418 | Recursively removing directory: /tmp/git.4EVdas/ +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.919 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.919 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.919 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.917 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.917 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.917 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.916 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.919 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.919 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.919 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.919 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 20895 | Added a new worker 17 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 10414 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 10414 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.921 | 20897 | Added a new worker 18 to the queue +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.922 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SmGM3a +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.922 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.922 | 10414 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.922 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.922 | 10414 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.922 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.922 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VDqevF +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.927 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.928 | 20894 | Marked run 1040 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.928 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.929 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.929 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.932 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.933 | 20896 | Marked run 1041 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.933 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.935 | 20898 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.946 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.947 | 10415 | Recursively removing directory: /tmp/git.SmGM3a/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.948 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.948 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.948 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 20910 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10414 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.949 | 10414 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.950 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EAPKPP +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.950 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.954 | 20909 | Marked run 1042 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.955 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.955 | 10418 | Recursively removing directory: /tmp/git.VDqevF/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.958 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.958 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.958 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.958 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 20911 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 20916 | Added a new worker 12 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 10414 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.958 | 10414 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.959 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wGSJE0 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.959 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.959 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.961 | 10415 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.963 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.964 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.966 | 10418 | Going to run: ./ci +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.970 | 20915 | Marked run 1043 as finished +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.971 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.973 | 10415 | Recursively removing directory: /tmp/git.EAPKPP/ +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.974 | 10415 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.974 | 10415 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.974 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.974 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.974 | 10415 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.975 | 20932 | Added a new worker 13 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.975 | 10414 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.975 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.975 | 10414 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.975 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.71zGn8 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.976 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.976 | 10418 | Recursively removing directory: /tmp/git.wGSJE0/ +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.977 | 10418 | Process exit code: 0 +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.977 | 10418 | Process output: 57 bytes +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 20934 | Added a new worker 15 to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.978 | 10418 | Waiting for a new command +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.978 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Vs8fN +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10414 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.978 | 10414 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.990 | 20919 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.991 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.996 | 10412 | Waiting for new connections +2023-08-28 07:31:57 | INFO | 10415/cimple-worker: 2023-08-28 07:31:57.997 | 10415 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10418/cimple-worker: 2023-08-28 07:31:57.999 | 10418 | Checking out revision HEAD +2023-08-28 07:31:57 | INFO | 10412/cimple-server: 2023-08-28 07:31:57.998 | 20931 | Marked run 1044 as finished +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.000 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.000 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.001 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.003 | 20933 | Marked run 1045 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.004 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.005 | 20936 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.006 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.010 | 10418 | Recursively removing directory: /tmp/git.1Vs8fN/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.010 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.014 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.014 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.014 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.013 | 10415 | Recursively removing directory: /tmp/git.71zGn8/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.014 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.014 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.015 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.015 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.015 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.015 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.016 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.016 | 20954 | Added a new worker 17 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.016 | 10414 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.016 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.017 | 10414 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.017 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 20952 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 10414 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 10414 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.018 | 20949 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.020 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.020 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cKZ2gZ +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.017 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kG3FC2 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.022 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.029 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.030 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.030 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.033 | 20951 | Marked run 1047 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.034 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.033 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.035 | 20953 | Marked run 1046 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.035 | 20956 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.036 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.039 | 10415 | Recursively removing directory: /tmp/git.kG3FC2/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.040 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.040 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.041 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 20968 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 10414 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.041 | 10414 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.042 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rfc81n +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.042 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.044 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.046 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.046 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.049 | 20967 | Marked run 1048 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.049 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.051 | 20971 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.053 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.053 | 10418 | Recursively removing directory: /tmp/git.cKZ2gZ/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.054 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.054 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.055 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.058 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.058 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.059 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.059 | 20981 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.059 | 10414 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.059 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.060 | 10414 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.060 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IaID6i +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.060 | 10415 | Recursively removing directory: /tmp/git.rfc81n/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.060 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.063 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.063 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.063 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.064 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KxANov +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.063 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.064 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.064 | 20984 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.064 | 10414 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.064 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.064 | 10414 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.065 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.072 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.073 | 20982 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.073 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.073 | 20980 | Marked run 1049 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.073 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.074 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.075 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.075 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.077 | 20983 | Marked run 1050 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.077 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.078 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.082 | 20989 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.083 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.085 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.087 | 10418 | Recursively removing directory: /tmp/git.IaID6i/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.089 | 10415 | Recursively removing directory: /tmp/git.KxANov/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.090 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.090 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.089 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.089 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.089 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.090 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.090 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.090 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.090 | 21002 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.090 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.091 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.091 | 10414 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.091 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.091 | 10414 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.091 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.092 | 21000 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.092 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.091 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VbLFLY +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.096 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.097 | 21004 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.098 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.099 | 10414 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.099 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.099 | 10414 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.099 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.100 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hD17MJ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.100 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.105 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.106 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.108 | 21001 | Marked run 1051 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.108 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.110 | 10418 | Recursively removing directory: /tmp/git.VbLFLY/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.111 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.111 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.112 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.111 | 21003 | Marked run 1052 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.111 | 21006 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.111 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.112 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.112 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.114 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.115 | 21018 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.116 | 10414 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.116 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.116 | 10414 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.116 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.116 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S6k1zf +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.117 | 21017 | Marked run 1053 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.117 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.121 | 21019 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.122 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.124 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.125 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.125 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.128 | 10415 | Recursively removing directory: /tmp/git.hD17MJ/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.129 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.129 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.129 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 21028 | Added a new worker 14 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10414 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10414 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.130 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.130 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1j4kJt +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.132 | 21023 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.132 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.137 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.138 | 10418 | Recursively removing directory: /tmp/git.S6k1zf/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.138 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.139 | 21027 | Marked run 1054 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.139 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.140 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.140 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.140 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.139 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.139 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.140 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.140 | 21036 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.141 | 10414 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.141 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.141 | 10414 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.141 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.141 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WRaZj3 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.147 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.149 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.149 | 21037 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.151 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.155 | 21035 | Marked run 1055 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.155 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.166 | 10415 | Recursively removing directory: /tmp/git.1j4kJt/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.168 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.168 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.168 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.165 | 21044 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.168 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.168 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.169 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.170 | 21052 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.170 | 10414 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.170 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.170 | 10414 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.170 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.171 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6KXX8d +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.173 | 10418 | Recursively removing directory: /tmp/git.WRaZj3/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.175 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.175 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.175 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.175 | 21051 | Marked run 1056 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 21056 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 10414 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.176 | 10414 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.177 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.177 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JFVJVN +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.190 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.190 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.191 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.192 | 21055 | Marked run 1057 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.192 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.192 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.194 | 21053 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.195 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.200 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.202 | 10415 | Recursively removing directory: /tmp/git.6KXX8d/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.203 | 21066 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.203 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.204 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.204 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.204 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.204 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.205 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.205 | 21072 | Added a new worker 6 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.206 | 10414 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.206 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.206 | 10414 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.206 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.206 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BYlkcd +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.208 | 10418 | Recursively removing directory: /tmp/git.JFVJVN/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.209 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.209 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.209 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.210 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2A0hVb +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 21075 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 10414 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.209 | 10414 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.211 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.212 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.213 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.213 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.217 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.218 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.217 | 21071 | Marked run 1058 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.217 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.219 | 21074 | Marked run 1059 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.219 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.221 | 21077 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.222 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.227 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.229 | 10415 | Recursively removing directory: /tmp/git.BYlkcd/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.235 | 10418 | Recursively removing directory: /tmp/git.2A0hVb/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.236 | 21087 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.237 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.237 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.237 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.236 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.236 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.237 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.237 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.237 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.237 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.237 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 21094 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 10414 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 10414 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.238 | 21092 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.239 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7ol8ja +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.239 | 10414 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.239 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.239 | 10414 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.239 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.240 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WcHaUF +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.245 | 21093 | Marked run 1060 as finished +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.245 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.245 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.246 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.246 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.248 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.249 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.249 | 21091 | Marked run 1061 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.249 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.252 | 21098 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.253 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.256 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.258 | 21106 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.259 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.259 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.260 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.258 | 10415 | Recursively removing directory: /tmp/git.7ol8ja/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.259 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.259 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.259 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.260 | 21112 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.260 | 10414 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.260 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.261 | 10414 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.261 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.261 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rhS9lP +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.263 | 10418 | Recursively removing directory: /tmp/git.WcHaUF/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.264 | 21111 | Marked run 1062 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.264 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.265 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.266 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.266 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.266 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 21116 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 10414 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.266 | 10414 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.266 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8e90bA +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.268 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.270 | 21114 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.271 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.274 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.275 | 21115 | Marked run 1063 as finished +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.275 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.275 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.276 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.277 | 21118 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.278 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.278 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.279 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.281 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.284 | 21123 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.285 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.287 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.290 | 10415 | Recursively removing directory: /tmp/git.rhS9lP/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.292 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.292 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.292 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.290 | 21129 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.291 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.292 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.292 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.294 | 10418 | Recursively removing directory: /tmp/git.8e90bA/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.295 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.295 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.295 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.295 | 21136 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 21139 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.296 | 10414 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.297 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.297 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.paoGLq +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.296 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iAQv64 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.301 | 21135 | Marked run 1064 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.301 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.304 | 21138 | Marked run 1065 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.304 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.307 | 21140 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.308 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.308 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.310 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.310 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.309 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.312 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.318 | 21144 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.318 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.322 | 10418 | Recursively removing directory: /tmp/git.paoGLq/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.323 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.323 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.324 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.323 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.324 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.324 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.324 | 21158 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.325 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.325 | 10414 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.325 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.325 | 10414 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.325 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5QNOtx +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.326 | 10415 | Recursively removing directory: /tmp/git.iAQv64/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.327 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.327 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.328 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.328 | 21156 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.328 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.328 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.329 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.329 | 21160 | Added a new worker 6 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.329 | 10414 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.329 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.329 | 10414 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.329 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.93m8mn +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.330 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.332 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.332 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.336 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.336 | 21157 | Marked run 1067 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.337 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.337 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.338 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.340 | 21159 | Marked run 1066 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.341 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.353 | 21164 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.354 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.357 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.358 | 10415 | Recursively removing directory: /tmp/git.93m8mn/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.360 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.360 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.360 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 21178 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 10414 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.360 | 10414 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.359 | 10418 | Recursively removing directory: /tmp/git.5QNOtx/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.361 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JLn4LU +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.361 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.361 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.361 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.361 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 21180 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 10414 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.362 | 10414 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.363 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.363 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YyCXqd +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.369 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.369 | 21176 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.370 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.370 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.371 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.371 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.375 | 21179 | Marked run 1068 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.376 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.378 | 21177 | Marked run 1069 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.378 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.381 | 21187 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.382 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.384 | 10418 | Recursively removing directory: /tmp/git.YyCXqd/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.384 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.388 | 21196 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.388 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.389 | 10415 | Recursively removing directory: /tmp/git.JLn4LU/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.389 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.390 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.390 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.390 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 21199 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 10414 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.390 | 10414 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.390 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wGHJxD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.391 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.391 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.392 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.392 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.393 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.395 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.396 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.395 | 21201 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.396 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.397 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.397 | 10414 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.397 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.397 | 10414 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.397 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.djpgKK +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.399 | 21198 | Marked run 1070 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.399 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.402 | 21202 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.402 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.404 | 21200 | Marked run 1071 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.404 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.405 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.406 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.408 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.411 | 21208 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.412 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.413 | 10415 | Recursively removing directory: /tmp/git.wGHJxD/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.415 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.415 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.415 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.416 | 10418 | Recursively removing directory: /tmp/git.djpgKK/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.415 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.415 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.416 | 21219 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.416 | 10414 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.416 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.416 | 10414 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.416 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.417 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.417 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.417 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.417 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.418 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.419 | 21218 | Marked run 1072 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.419 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.419 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yvcgcm +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.420 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.421 | 21221 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.421 | 10414 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.421 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.421 | 10414 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.422 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.423 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DsrUsh +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.427 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.430 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.431 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.432 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.434 | 21220 | Marked run 1073 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.435 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.437 | 21222 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.437 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.445 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.448 | 10415 | Recursively removing directory: /tmp/git.yvcgcm/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.449 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.449 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.450 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.450 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.450 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.450 | 21235 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.451 | 10414 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.451 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.451 | 10414 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.451 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.451 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OxvbSW +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.454 | 21232 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.455 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.457 | 10418 | Recursively removing directory: /tmp/git.DsrUsh/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.459 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.459 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.459 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.459 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.460 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.460 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.460 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.461 | 21241 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.461 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pMG4NY +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.461 | 10414 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.461 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.461 | 10414 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.461 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.465 | 21234 | Marked run 1074 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.465 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.468 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.468 | 10415 | Recursively removing directory: /tmp/git.OxvbSW/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.469 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.470 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.470 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 21249 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.470 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.470 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RSdlk8 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10414 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10414 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.470 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.471 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.474 | 21240 | Marked run 1075 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.474 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.476 | 21248 | Marked run 1076 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.476 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.480 | 21251 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.481 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.482 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.484 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.485 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.487 | 21259 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.486 | 10418 | Recursively removing directory: /tmp/git.pMG4NY/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.487 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.487 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.493 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.495 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.497 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.497 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.497 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.496 | 10415 | Recursively removing directory: /tmp/git.RSdlk8/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.497 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.497 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.497 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 21269 | Added a new worker 16 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 10414 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.498 | 10414 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.499 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.499 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Le15YI +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.499 | 21270 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.499 | 10414 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.499 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.499 | 10414 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.500 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.500 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9if2Zo +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.507 | 21268 | Marked run 1078 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.507 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.515 | 21266 | Marked run 1077 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.515 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.515 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.517 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.518 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.518 | 21267 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.518 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.519 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.521 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.525 | 21275 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.525 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.528 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.530 | 10415 | Recursively removing directory: /tmp/git.Le15YI/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.531 | 10418 | Recursively removing directory: /tmp/git.9if2Zo/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.533 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.533 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.533 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.533 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.533 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.533 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.533 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.534 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.534 | 21288 | Added a new worker 17 to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.534 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IVla5F +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.534 | 10414 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.534 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.534 | 10414 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 21290 | Added a new worker 17 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.535 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.536 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ELUy9a +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 10414 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 10414 | Removed worker 17 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.535 | 10414 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.537 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.551 | 21285 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.551 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.552 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.552 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.553 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.553 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.557 | 21289 | Marked run 1079 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.557 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.558 | 21287 | Marked run 1080 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.558 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.558 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.562 | 10418 | Recursively removing directory: /tmp/git.IVla5F/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.563 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.563 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.564 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 21305 | Added a new worker 14 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 10414 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.565 | 10414 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.565 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LdTXUM +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.566 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.566 | 21296 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.567 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.569 | 10415 | Recursively removing directory: /tmp/git.ELUy9a/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.570 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.575 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.575 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.575 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.575 | 21304 | Marked run 1081 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.575 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.575 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.576 | 21310 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.576 | 10414 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.576 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.576 | 10414 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.577 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.578 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JEWcuk +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.581 | 21308 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.581 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.581 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.582 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.585 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.586 | 21309 | Marked run 1082 as finished +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.586 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.586 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.589 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.593 | 21316 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.592 | 10418 | Recursively removing directory: /tmp/git.LdTXUM/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.594 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.594 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.594 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.594 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.594 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.595 | 21324 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.595 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PVDbYq +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.595 | 10414 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.595 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.595 | 10414 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.597 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.598 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.599 | 21323 | Marked run 1083 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.600 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.601 | 10415 | Recursively removing directory: /tmp/git.JEWcuk/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.603 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.603 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.603 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.603 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.603 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.604 | 21330 | Added a new worker 14 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.604 | 10414 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.604 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.604 | 10414 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.605 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.607 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p0TFwV +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.607 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.608 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.612 | 21327 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.613 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.614 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.615 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.615 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.623 | 21329 | Marked run 1084 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.623 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.625 | 21335 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.626 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.628 | 10418 | Recursively removing directory: /tmp/git.PVDbYq/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.629 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.629 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.630 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 21345 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10414 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.630 | 10414 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.630 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dIQ7Qd +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.634 | 10415 | Recursively removing directory: /tmp/git.p0TFwV/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.635 | 21344 | Marked run 1085 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.635 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.635 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.635 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.635 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 21350 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 10414 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.636 | 10414 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.637 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SBIMOE +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.637 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.638 | 21343 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.639 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.640 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.641 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.645 | 21349 | Marked run 1086 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.645 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.645 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.646 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.648 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.651 | 10418 | Recursively removing directory: /tmp/git.dIQ7Qd/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.652 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.652 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.653 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.652 | 21358 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.652 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.653 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.653 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.654 | 21365 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.654 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7jC9uv +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.654 | 10414 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.654 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.654 | 10414 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.655 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.658 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.659 | 10415 | Recursively removing directory: /tmp/git.SBIMOE/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.660 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.660 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.661 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.661 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.661 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.661 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.662 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 21370 | Added a new worker 8 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.662 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oelNA5 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 10414 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 10414 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.662 | 21364 | Marked run 1087 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.663 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.670 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.671 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.674 | 21368 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.674 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.674 | 21369 | Marked run 1088 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.674 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.677 | 10418 | Recursively removing directory: /tmp/git.7jC9uv/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.678 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.678 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.678 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.678 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.678 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.678 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.680 | 21379 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.681 | 21381 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.681 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.681 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lmOQvf +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.681 | 10414 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.681 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.681 | 10414 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.687 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.687 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.693 | 10415 | Recursively removing directory: /tmp/git.oelNA5/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.694 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.694 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.694 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.693 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.694 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.695 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.695 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.696 | 21391 | Added a new worker 11 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.697 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yylWIk +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 10414 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 10414 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 21380 | Marked run 1089 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.697 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.700 | 21385 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.700 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.703 | 21390 | Marked run 1090 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.704 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.705 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.706 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.707 | 10418 | Recursively removing directory: /tmp/git.lmOQvf/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.708 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.708 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.708 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.708 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.708 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.710 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.710 | 21400 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.710 | 10414 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.710 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.710 | 10414 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.710 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pAS1jQ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.711 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.720 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.721 | 10415 | Recursively removing directory: /tmp/git.yylWIk/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.722 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.722 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.722 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.722 | 21401 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.723 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.723 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.721 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.724 | 21410 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.724 | 10414 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.724 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.724 | 10414 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.724 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fkaAOU +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.725 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.728 | 21399 | Marked run 1091 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.728 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.728 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.731 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.734 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.734 | 21409 | Marked run 1092 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.734 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.737 | 21412 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.738 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.741 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.743 | 10418 | Recursively removing directory: /tmp/git.pAS1jQ/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.745 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.745 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.745 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.745 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.745 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.745 | 21426 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.746 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.746 | 21420 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.747 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Ql5fq +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.747 | 10415 | Recursively removing directory: /tmp/git.fkaAOU/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.746 | 10414 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.746 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.746 | 10414 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.749 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.749 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.749 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.749 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.749 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.750 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.750 | 21428 | Added a new worker 6 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.750 | 10414 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.750 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.750 | 10414 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.751 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.751 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hn7hAd +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.753 | 21425 | Marked run 1093 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.753 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.755 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.756 | 21427 | Marked run 1094 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.756 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.759 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.760 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.760 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.761 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.762 | 21430 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.763 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.766 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.769 | 21437 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.770 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.773 | 10415 | Recursively removing directory: /tmp/git.Hn7hAd/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.774 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.774 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.774 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.773 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.774 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.775 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.775 | 21448 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.776 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vwpzue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.775 | 10414 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.776 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.776 | 10414 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.777 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.778 | 10418 | Recursively removing directory: /tmp/git.4Ql5fq/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.779 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.779 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.779 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.777 | 21447 | Marked run 1096 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 21450 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10414 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10414 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.780 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.782 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CzWDIi +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.782 | 21449 | Marked run 1095 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.783 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.787 | 21446 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.788 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.791 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.792 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.793 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.794 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.794 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.794 | 21452 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.797 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.799 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.802 | 21456 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.802 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.806 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.810 | 10415 | Recursively removing directory: /tmp/git.Vwpzue/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.811 | 21464 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.812 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.812 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.812 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.812 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.812 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.813 | 10418 | Recursively removing directory: /tmp/git.CzWDIi/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.813 | 21470 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.813 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.814 | 10414 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.814 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.814 | 10414 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.814 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z1O3Xc +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.815 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.815 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.815 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.815 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.816 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.817 | 21473 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.817 | 10414 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.817 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.817 | 10414 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.817 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.819 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YWyEj2 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.820 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.824 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.825 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.825 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.826 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.827 | 21469 | Marked run 1097 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.827 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.830 | 21474 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.831 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.834 | 21472 | Marked run 1098 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.834 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.837 | 21481 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.838 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.840 | 10415 | Recursively removing directory: /tmp/git.Z1O3Xc/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.841 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.841 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.841 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.841 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.842 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.842 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.842 | 10418 | Recursively removing directory: /tmp/git.YWyEj2/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.842 | 21492 | Added a new worker 13 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.843 | 10414 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.843 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.843 | 10414 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.843 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.843 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U6WJcJ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.846 | 21491 | Marked run 1099 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.846 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.846 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.846 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.847 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 21494 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 10414 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.847 | 10414 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.847 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gTPRIo +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.848 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.854 | 21490 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.855 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.855 | 21493 | Marked run 1100 as finished +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.856 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.856 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.857 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.858 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.859 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.859 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.868 | 10415 | Recursively removing directory: /tmp/git.U6WJcJ/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.870 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.870 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.869 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.869 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.869 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.870 | 21498 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.871 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.872 | 10418 | Recursively removing directory: /tmp/git.gTPRIo/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.873 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.873 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.874 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.872 | 21509 | Marked run 1101 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.874 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.874 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.874 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.874 | 21513 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.875 | 10414 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.875 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.875 | 10414 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.875 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.875 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NZERdq +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.876 | 21512 | Marked run 1102 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.876 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.877 | 21510 | Added a new worker 6 to the queue +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.877 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VExK5P +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.877 | 10414 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.877 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.877 | 10414 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.879 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.888 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.889 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.889 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.890 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.891 | 21514 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.891 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.896 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.897 | 10418 | Recursively removing directory: /tmp/git.NZERdq/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.899 | 21523 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.901 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.901 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.901 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.902 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.902 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.902 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.904 | 21530 | Added a new worker 10 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.904 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.904 | 10414 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.904 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.905 | 10414 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.905 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LRYBKl +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.906 | 10415 | Recursively removing directory: /tmp/git.VExK5P/ +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.906 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.910 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.910 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.910 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 21534 | Added a new worker 16 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 10414 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.911 | 10414 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.911 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LYpOda +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.912 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.913 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.914 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.915 | 21529 | Marked run 1103 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.916 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.916 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.918 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.918 | 21533 | Marked run 1104 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.919 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.921 | 21532 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.921 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.926 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.929 | 10415 | Recursively removing directory: /tmp/git.LYpOda/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.930 | 10418 | Recursively removing directory: /tmp/git.LRYBKl/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.931 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.931 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.931 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.931 | 21546 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.932 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.932 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.932 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.932 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.930 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.930 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.931 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.934 | 21552 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.934 | 10414 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.934 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.934 | 10414 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.934 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FPWOoM +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.935 | 21549 | Marked run 1106 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.935 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.935 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.937 | 21550 | Added a new worker 9 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.937 | 10414 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.937 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.937 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.937 | 10414 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.937 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BwKMNy +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.939 | 21551 | Marked run 1105 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.941 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.941 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.942 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.942 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.943 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.944 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.949 | 21556 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.950 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.954 | 10415 | Recursively removing directory: /tmp/git.BwKMNy/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.956 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.956 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.956 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 21570 | Added a new worker 12 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.957 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VQozcN +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10414 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.957 | 10414 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.961 | 10418 | Recursively removing directory: /tmp/git.FPWOoM/ +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.963 | 10418 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.963 | 10418 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.963 | 10418 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.963 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 21572 | Added a new worker 15 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 10414 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 10414 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.964 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.969 | 21571 | Marked run 1107 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.969 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.968 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MNvlfw +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.972 | 10415 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.974 | 10415 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.976 | 10418 | Checking out revision HEAD +2023-08-28 07:31:58 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.982 | 10418 | Going to run: ./ci +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.983 | 21569 | Marked run 1108 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.983 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.985 | 10415 | Recursively removing directory: /tmp/git.VQozcN/ +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.987 | 10415 | Process exit code: 0 +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.987 | 10415 | Process output: 57 bytes +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.989 | 10415 | Waiting for a new command +2023-08-28 07:31:58 | INFO | 10415/cimple-worker: 2023-08-28 07:31:58.989 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hpGc6e +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.988 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 21568 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 21583 | Added a new worker 6 to the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 10414 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 10414 | Removed worker 6 from the queue +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.989 | 10414 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.990 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.996 | 21582 | Marked run 1109 as finished +2023-08-28 07:31:58 | INFO | 10412/cimple-server: 2023-08-28 07:31:58.996 | 10412 | Waiting for new connections +2023-08-28 07:31:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:58.999 | 10418 | Recursively removing directory: /tmp/git.MNvlfw/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.000 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.000 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.000 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.001 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 21589 | Added a new worker 10 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10414 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.001 | 10414 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.002 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.002 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jEQPEV +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.005 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.008 | 21588 | Marked run 1110 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.009 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.008 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.009 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.012 | 21591 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.012 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.016 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.016 | 10415 | Recursively removing directory: /tmp/git.hpGc6e/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.019 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.019 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.019 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.019 | 21601 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.019 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.019 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.020 | 21605 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.020 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.020 | 10414 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.020 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.020 | 10414 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.020 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9rgomp +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.021 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.023 | 21604 | Marked run 1111 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.023 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.025 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.027 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.027 | 10418 | Recursively removing directory: /tmp/git.jEQPEV/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.028 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.029 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.029 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.029 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.029 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.029 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.030 | 21610 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.030 | 10414 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.030 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.030 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.030 | 10414 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.030 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O7Np4U +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.031 | 21608 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.033 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.038 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.038 | 21609 | Marked run 1112 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.039 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.043 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.044 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.045 | 10415 | Recursively removing directory: /tmp/git.9rgomp/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.046 | 21614 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.046 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.047 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.047 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.047 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.047 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.047 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.048 | 21621 | Added a new worker 10 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.048 | 10414 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.048 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.048 | 10414 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.048 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xz8EfX +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.049 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.053 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.056 | 21620 | Marked run 1113 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.056 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.058 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.059 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.060 | 21625 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.060 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.064 | 10418 | Recursively removing directory: /tmp/git.O7Np4U/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.065 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.067 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.067 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.067 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.067 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.067 | 21634 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.067 | 10414 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.067 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.068 | 10414 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.067 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.068 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4cSEY4 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.069 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.073 | 21632 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.073 | 10415 | Recursively removing directory: /tmp/git.xz8EfX/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.075 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.075 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.075 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.073 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.075 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.076 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.076 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.077 | 21642 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.077 | 10414 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.077 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.077 | 10414 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.077 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.078 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UGvrxq +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.081 | 21633 | Marked run 1114 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.082 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.085 | 21641 | Marked run 1115 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.085 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.087 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.088 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.089 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.091 | 10418 | Recursively removing directory: /tmp/git.4cSEY4/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.092 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.092 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.092 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.092 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.092 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.093 | 21652 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.093 | 10414 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.093 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.093 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.094 | 10414 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.094 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aQpjnF +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.099 | 21648 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.100 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.102 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.103 | 21651 | Marked run 1116 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.103 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.103 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.104 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.107 | 21655 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.108 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.111 | 10415 | Recursively removing directory: /tmp/git.UGvrxq/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.111 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.112 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.112 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.112 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.112 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.112 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.113 | 21664 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.113 | 10414 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.113 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.113 | 10414 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.113 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0bhLTO +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.114 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.116 | 21662 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.117 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.121 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.121 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.121 | 21663 | Marked run 1117 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.122 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.122 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.124 | 10418 | Recursively removing directory: /tmp/git.aQpjnF/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.125 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.125 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.125 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.126 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.126 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.126 | 21675 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.127 | 10414 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.127 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.127 | 10414 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.127 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.128 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.01LkWf +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.131 | 21669 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.133 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.135 | 10415 | Recursively removing directory: /tmp/git.0bhLTO/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 21673 | Marked run 1118 as finished +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.137 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.137 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.137 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 21681 | Added a new worker 11 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 10414 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.137 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.138 | 10414 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.138 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.55L3S7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.138 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.142 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.143 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.145 | 21680 | Marked run 1119 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.145 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.149 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.150 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.153 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.157 | 21682 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.158 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.162 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.166 | 10415 | Recursively removing directory: /tmp/git.55L3S7/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.167 | 10418 | Recursively removing directory: /tmp/git.01LkWf/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.168 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.168 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.168 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 21698 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10414 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10414 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.168 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.170 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.171 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.172 | 21695 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.172 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.167 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.167 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.168 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.169 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZmYGPX +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.174 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.175 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.185 | 10415 | Recursively removing directory: /tmp/git.ZmYGPX/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.187 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.187 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.187 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.187 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qu5a1F +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.197 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.198 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.206 | 10415 | Recursively removing directory: /tmp/git.qu5a1F/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.207 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.207 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.208 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.209 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K16f4i +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.214 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.214 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.229 | 10415 | Recursively removing directory: /tmp/git.K16f4i/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.230 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.230 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.230 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.234 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NQGkdO +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.182 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IUT4qA +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.178 | 21697 | Marked run 1121 as finished +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.187 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.179 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.188 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.182 | 21700 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.221 | 10418 | Recursively removing directory: /tmp/git.IUT4qA/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.182 | 10414 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.222 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.182 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.222 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.182 | 10414 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.182 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.183 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.222 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.228 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g6J8bJ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.238 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 21710 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.239 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 10414 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.187 | 10414 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.188 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.189 | 21699 | Marked run 1120 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.189 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.193 | 21709 | Marked run 1122 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.193 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.196 | 21707 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.196 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.206 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.208 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.208 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.208 | 21725 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.208 | 10414 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.209 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.209 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.209 | 10414 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.217 | 21724 | Marked run 1124 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.217 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.219 | 21721 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.219 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.222 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.222 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.225 | 21730 | Marked run 1123 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.225 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.226 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.228 | 21731 | Added a new worker 11 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.228 | 10414 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.228 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.228 | 10414 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.230 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.230 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.231 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.233 | 21738 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.233 | 10414 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.233 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.233 | 10414 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.235 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.240 | 21735 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.243 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.245 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.247 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.250 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.254 | 10418 | Recursively removing directory: /tmp/git.g6J8bJ/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.255 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.255 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.255 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.256 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.256 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.256 | 21749 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.257 | 10414 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.257 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.257 | 10414 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.258 | 21737 | Marked run 1125 as finished +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.257 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bQ70cu +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.258 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.263 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.264 | 10415 | Recursively removing directory: /tmp/git.NQGkdO/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.264 | 21748 | Marked run 1126 as finished +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.264 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.265 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.267 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.267 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.267 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.267 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.267 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.267 | 21757 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.267 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.268 | 10414 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.268 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.268 | 10414 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.268 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xcyCeF +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.269 | 21746 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.270 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.272 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.274 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.274 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.277 | 21756 | Marked run 1127 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.278 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.279 | 21760 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.280 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.283 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.283 | 10418 | Recursively removing directory: /tmp/git.bQ70cu/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.285 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.285 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.285 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.285 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.286 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.286 | 21773 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.286 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.286 | 10414 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.286 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.286 | 10414 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.287 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UMNs7o +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.288 | 21769 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.289 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.291 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.292 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.292 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.292 | 21778 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.292 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.291 | 10415 | Recursively removing directory: /tmp/git.xcyCeF/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.292 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.292 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.292 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.293 | 10414 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.293 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.293 | 10414 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.293 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tgHUc7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.297 | 21771 | Marked run 1128 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.297 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.299 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.300 | 21776 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.300 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.301 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.301 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.302 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.304 | 21777 | Marked run 1129 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.305 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.306 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.309 | 21783 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.310 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.313 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.312 | 10418 | Recursively removing directory: /tmp/git.UMNs7o/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.314 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.314 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.314 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.314 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.315 | 21793 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.315 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.315 | 10414 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.315 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.315 | 10414 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.314 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.315 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SA33ef +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.317 | 21791 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.318 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.320 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.322 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.322 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.326 | 10415 | Recursively removing directory: /tmp/git.tgHUc7/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.327 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.327 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.327 | 21792 | Marked run 1130 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.327 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.328 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.328 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.328 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.329 | 21798 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.329 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.330 | 21802 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.330 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XP6LV9 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.330 | 10414 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.330 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.330 | 10414 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.331 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.333 | 21801 | Marked run 1131 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.333 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.334 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.337 | 21805 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.338 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.338 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.339 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.343 | 10418 | Recursively removing directory: /tmp/git.SA33ef/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.344 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.344 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.343 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.344 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.344 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.344 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.345 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Vo6S9 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.345 | 21813 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.345 | 10414 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.345 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.345 | 10414 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.347 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.350 | 21811 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.351 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.354 | 21812 | Marked run 1132 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.354 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.355 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.356 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.357 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.358 | 21817 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.359 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.364 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.367 | 10415 | Recursively removing directory: /tmp/git.XP6LV9/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.369 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.369 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.369 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.369 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.369 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.370 | 21824 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.370 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.370 | 10418 | Recursively removing directory: /tmp/git.3Vo6S9/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.371 | 21830 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.373 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uddtPC +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.372 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.372 | 10414 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.372 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.372 | 10414 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.374 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.375 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.375 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.375 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.376 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.376 | 21834 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.376 | 10414 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.376 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.376 | 10414 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.376 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.377 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S0yfX3 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.380 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.383 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.385 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.386 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.386 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.389 | 21829 | Marked run 1133 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.389 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.392 | 21832 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.392 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.394 | 21833 | Marked run 1134 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.394 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.397 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.398 | 10415 | Recursively removing directory: /tmp/git.uddtPC/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.399 | 10418 | Recursively removing directory: /tmp/git.S0yfX3/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 21850 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10414 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.400 | 10414 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.399 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.399 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.399 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 21852 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 10414 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.400 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a7qkFB +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.401 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.401 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.402 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.402 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0gRilg +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.402 | 10414 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.403 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.406 | 21848 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.407 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.408 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.409 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.411 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.411 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.414 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.414 | 21849 | Marked run 1135 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.415 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.417 | 21851 | Marked run 1136 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.417 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.418 | 21855 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.419 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.423 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.425 | 21866 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.426 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.427 | 10415 | Recursively removing directory: /tmp/git.a7qkFB/ +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.428 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.428 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.428 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.428 | 10418 | Recursively removing directory: /tmp/git.0gRilg/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.430 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.430 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.430 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.431 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.430 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.430 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.430 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.433 | 21871 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.434 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YttyOW +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.433 | 10414 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.433 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.433 | 10414 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.434 | 21873 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.435 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.435 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jqSX5s +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.435 | 10414 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.435 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.435 | 10414 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.435 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.436 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.437 | 21870 | Marked run 1137 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.437 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.441 | 21872 | Marked run 1138 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.441 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.442 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.443 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.443 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.444 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.448 | 21874 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.449 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.453 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.454 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.453 | 10418 | Recursively removing directory: /tmp/git.jqSX5s/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.454 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.454 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.454 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.454 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.455 | 21889 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.455 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.456 | 10414 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.456 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.456 | 10414 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.456 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0xW8K3 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.459 | 10415 | Recursively removing directory: /tmp/git.YttyOW/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.460 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.460 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.461 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 21892 | Added a new worker 16 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 10414 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 10414 | Removed worker 16 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.461 | 10414 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.461 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HOQNRK +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.462 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.477 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.478 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.481 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.482 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.482 | 21885 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.483 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.487 | 21888 | Marked run 1140 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.487 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.488 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.489 | 21891 | Marked run 1139 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.489 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.491 | 21898 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.492 | 10415 | Recursively removing directory: /tmp/git.HOQNRK/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.492 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.494 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.494 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.494 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.494 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.494 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.496 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.497 | 21908 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.497 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.497 | 10414 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.497 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.497 | 10414 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.497 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0sbCPu +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.498 | 10418 | Recursively removing directory: /tmp/git.0xW8K3/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.501 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.501 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.501 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.501 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.501 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.502 | 21912 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.502 | 10414 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.502 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.502 | 10414 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.502 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x4eoee +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.504 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.505 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.505 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.506 | 21907 | Marked run 1142 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.506 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.510 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.512 | 21911 | Marked run 1141 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.512 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.512 | 21910 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.513 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.513 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.516 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.518 | 10415 | Recursively removing directory: /tmp/git.0sbCPu/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.519 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.519 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.520 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 21925 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 10414 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.520 | 10414 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.521 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lap1O9 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.525 | 10418 | Recursively removing directory: /tmp/git.x4eoee/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.526 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.526 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.526 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.526 | 21921 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.528 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.528 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.529 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.530 | 21931 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.530 | 10414 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.530 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.531 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9uCVBK +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.531 | 10414 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.532 | 21924 | Marked run 1143 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.532 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.533 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.533 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.534 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.537 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.538 | 21929 | Marked run 1144 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.538 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.539 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.541 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.543 | 21933 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.544 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.548 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.550 | 10415 | Recursively removing directory: /tmp/git.lap1O9/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.552 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.552 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.552 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.551 | 21942 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.552 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 21948 | Added a new worker 10 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 10414 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.553 | 10414 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.553 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hzSE6a +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.556 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.557 | 10418 | Recursively removing directory: /tmp/git.9uCVBK/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.558 | 21947 | Marked run 1145 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.559 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.561 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.561 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.561 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.561 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.561 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.562 | 21952 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.562 | 10414 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.562 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.562 | 10414 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.563 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.562 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.563 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.563 | 21950 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.564 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m5CNjf +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.564 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.570 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.570 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.571 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.572 | 21951 | Marked run 1146 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.573 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.577 | 10415 | Recursively removing directory: /tmp/git.hzSE6a/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.578 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.578 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.578 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.578 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.578 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.579 | 21965 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.579 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.579 | 21956 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.580 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GMIwMt +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.579 | 10414 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.579 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.580 | 10414 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.580 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.584 | 21964 | Marked run 1147 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.584 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.586 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.589 | 21969 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.590 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.591 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.592 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.593 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.595 | 10418 | Recursively removing directory: /tmp/git.m5CNjf/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.596 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.596 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.597 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 21975 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10414 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.597 | 10414 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.598 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tRfiby +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.599 | 21972 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.601 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.603 | 21974 | Marked run 1148 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.603 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.605 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.607 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.607 | 10415 | Recursively removing directory: /tmp/git.GMIwMt/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.608 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.609 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.609 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.609 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.609 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.609 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.610 | 21985 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.610 | 10414 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.610 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.610 | 10414 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.611 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.611 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6rJpL1 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.615 | 21982 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.616 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.616 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.617 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.620 | 21984 | Marked run 1149 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.620 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.620 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.623 | 10418 | Recursively removing directory: /tmp/git.tRfiby/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.623 | 21993 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.624 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.624 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.625 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.625 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.625 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.625 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.627 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.628 | 21997 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.628 | 10414 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.628 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.628 | 10414 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.628 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LoW0MF +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.629 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.633 | 21996 | Marked run 1150 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.633 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.633 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.635 | 10415 | Recursively removing directory: /tmp/git.6rJpL1/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.635 | 21999 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.636 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.636 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.636 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.636 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.637 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.637 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 22006 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 10414 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.640 | 10414 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.641 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qziPj3 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.647 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.648 | 10418 | Recursively removing directory: /tmp/git.LoW0MF/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.649 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.650 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.650 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.650 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.650 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.650 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.650 | 22015 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 10414 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 22003 | Marked run 1151 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 10414 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.651 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.651 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NxrI8Y +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.653 | 22008 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.654 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.656 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.658 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.659 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.663 | 22018 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.663 | 22014 | Marked run 1152 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.664 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.665 | 10415 | Recursively removing directory: /tmp/git.qziPj3/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.666 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.666 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.667 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.667 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.667 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.669 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 22030 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 10414 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 10414 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.670 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fSSzbP +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.670 | 22029 | Marked run 1153 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.671 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.676 | 10418 | Recursively removing directory: /tmp/git.NxrI8Y/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.677 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.678 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.678 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.678 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.678 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.678 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.679 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.679 | 22035 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.679 | 10414 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.679 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.679 | 10414 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.680 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RglFtZ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.681 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.681 | 22032 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.682 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.684 | 22034 | Marked run 1154 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.684 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.685 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.688 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.688 | 22038 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.689 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.689 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.691 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.704 | 10418 | Recursively removing directory: /tmp/git.RglFtZ/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.704 | 10415 | Recursively removing directory: /tmp/git.fSSzbP/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.706 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.706 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.706 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.706 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 22053 | Added a new worker 18 to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.706 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.706 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.706 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.707 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VKTEu7 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10414 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10414 | Removed worker 18 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10414 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.707 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 22054 | Added a new worker 9 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 22044 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 10414 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 10414 | Removed worker 9 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.708 | 10414 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.709 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rmHQ4s +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.710 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.710 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.715 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.715 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.716 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.721 | 22052 | Marked run 1155 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.722 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.721 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.722 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.725 | 22051 | Marked run 1156 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.725 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.726 | 10418 | Recursively removing directory: /tmp/git.VKTEu7/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.728 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.728 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.728 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 22067 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10414 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.728 | 10414 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.729 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y9ypWS +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.730 | 22061 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.730 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.734 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.735 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.734 | 10415 | Recursively removing directory: /tmp/git.rmHQ4s/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.735 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.735 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.736 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.736 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.736 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.737 | 22074 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.737 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.737 | 10414 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.737 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.738 | 10414 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.738 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.403Ire +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.739 | 22066 | Marked run 1157 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.740 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.741 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.744 | 22073 | Marked run 1158 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.744 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.747 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.749 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.749 | 22075 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.750 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.752 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.754 | 10418 | Recursively removing directory: /tmp/git.y9ypWS/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.756 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.756 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.757 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 22086 | Added a new worker 14 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10414 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10414 | Removed worker 14 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.757 | 10414 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.758 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lW6W7b +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.758 | 22083 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.759 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.763 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.772 | 10415 | Recursively removing directory: /tmp/git.403Ire/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.773 | 22085 | Marked run 1159 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.774 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.774 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.774 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.775 | 22094 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.775 | 10414 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.775 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.775 | 10414 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.775 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.776 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.773 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.773 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.774 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.777 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U9zJgh +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.779 | 22089 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.780 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.782 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.793 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.794 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.795 | 22093 | Marked run 1160 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.796 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.797 | 22098 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.797 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.799 | 10418 | Recursively removing directory: /tmp/git.lW6W7b/ +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.801 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.801 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.801 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.801 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.801 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.802 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.802 | 22107 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.803 | 10414 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.803 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.803 | 10414 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.803 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.804 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qr7YhG +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.808 | 22106 | Marked run 1161 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.808 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.810 | 10415 | Recursively removing directory: /tmp/git.U9zJgh/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.811 | 22109 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.811 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.812 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.811 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.813 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.813 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.813 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.813 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.813 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.815 | 22116 | Added a new worker 11 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.815 | 10414 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.815 | 10414 | Removed worker 11 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.815 | 10414 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.816 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t1J29U +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.816 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.821 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.822 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.823 | 22115 | Marked run 1162 as finished +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.824 | 10418 | Recursively removing directory: /tmp/git.Qr7YhG/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.824 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.825 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.825 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.826 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 22125 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10414 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10414 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.826 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.827 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7bMPsz +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.828 | 22123 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.828 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.835 | 10415 | Recursively removing directory: /tmp/git.t1J29U/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.835 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.836 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.836 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.836 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.836 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.836 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.836 | 22133 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.836 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.837 | 10414 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.837 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.837 | 10414 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.837 | 22124 | Marked run 1163 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.837 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.837 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PlQlmB +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.838 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.843 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.844 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.845 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.846 | 10418 | Recursively removing directory: /tmp/git.7bMPsz/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.847 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.848 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.848 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.848 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.849 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.849 | 22144 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.849 | 10414 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.849 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.849 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.849 | 10414 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.850 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y6xTlW +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.854 | 10415 | Recursively removing directory: /tmp/git.PlQlmB/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.854 | 22137 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.855 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.856 | 22132 | Marked run 1164 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.857 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.857 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.857 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.857 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.858 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.858 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.859 | 22142 | Marked run 1165 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.859 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.861 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.860 | 22150 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.861 | 10414 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.861 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.861 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.861 | 10414 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.862 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.862 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FKHib4 +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.863 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.864 | 22149 | Marked run 1166 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.864 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.868 | 22153 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.869 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.870 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.871 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.873 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.874 | 22156 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.874 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.877 | 10418 | Recursively removing directory: /tmp/git.y6xTlW/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.877 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.878 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.878 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.879 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.879 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.879 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.880 | 22163 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.881 | 22165 | Added a new worker 8 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.881 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.881 | 10414 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.881 | 10414 | Removed worker 8 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.881 | 10414 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.882 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ib4RrE +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.882 | 22164 | Marked run 1167 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.882 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.886 | 10415 | Recursively removing directory: /tmp/git.FKHib4/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.887 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.887 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.888 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.887 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 22172 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 10414 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.888 | 10414 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.888 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FEfOLr +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.889 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.891 | 22171 | Marked run 1168 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.891 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.892 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.894 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.895 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.895 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.897 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.899 | 22174 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.900 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.903 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.904 | 10418 | Recursively removing directory: /tmp/git.Ib4RrE/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.906 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.906 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.905 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.905 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.906 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.906 | 22187 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.906 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.907 | 10414 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.907 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.907 | 10414 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.907 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PHl36x +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.911 | 22184 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.912 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.913 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.914 | 22186 | Marked run 1169 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.914 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.915 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.916 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.920 | 22192 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.920 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.920 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.921 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.919 | 10415 | Recursively removing directory: /tmp/git.FEfOLr/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.920 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.920 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.921 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.921 | 22197 | Added a new worker 10 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.922 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.922 | 10414 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.922 | 10414 | Removed worker 10 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.922 | 10414 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.922 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RODSgW +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.927 | 10418 | Recursively removing directory: /tmp/git.PHl36x/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.928 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.928 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.928 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.929 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.929 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.930 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.930 | 22196 | Marked run 1170 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.930 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.931 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.932 | 22203 | Added a new worker 7 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.932 | 10414 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.932 | 10414 | Removed worker 7 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.932 | 10414 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.932 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7nSbFx +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.932 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.935 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.940 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.941 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.942 | 22202 | Marked run 1171 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.942 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.942 | 10415 | Recursively removing directory: /tmp/git.RODSgW/ +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.943 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.943 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.943 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.943 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.944 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.945 | 22213 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.945 | 10414 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.945 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.945 | 10414 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.945 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Knk7N +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.945 | 22206 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.946 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.947 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.950 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.951 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.952 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.952 | 22212 | Marked run 1172 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.953 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.954 | 22216 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.954 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.957 | 10418 | Recursively removing directory: /tmp/git.7nSbFx/ +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.958 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.958 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.958 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.958 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.958 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.958 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.959 | 22226 | Added a new worker 13 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.959 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.960 | 10414 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.960 | 10414 | Removed worker 13 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.960 | 10414 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.960 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Td20Ke +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.964 | 10415 | Recursively removing directory: /tmp/git.9Knk7N/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.965 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.965 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 22232 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 10414 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 10414 | Removed worker 15 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.966 | 10414 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.966 | 10415 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.966 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OQQqlT +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.965 | 10418 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.967 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.967 | 22224 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.968 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.969 | 10418 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.973 | 10415 | Checking out revision HEAD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.973 | 10415 | Going to run: ./ci +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.975 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.982 | 22225 | Marked run 1173 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.982 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.983 | 22231 | Marked run 1174 as finished +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.984 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.990 | 22236 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.991 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.991 | 10418 | Recursively removing directory: /tmp/git.Td20Ke/ +2023-08-28 07:31:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:31:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.994 | 10418 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.994 | 10418 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.994 | 10418 | Waiting for a new command +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.994 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.994 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.994 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.994 | 22250 | Added a new worker 12 to the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.995 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.995 | 10414 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.995 | 10414 | Removed worker 12 from the queue +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.995 | 10414 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:31:59 | INFO | 10418/cimple-worker: 2023-08-28 07:31:59.995 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y2mvfD +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.997 | 10415 | Recursively removing directory: /tmp/git.OQQqlT/ +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.998 | 10415 | Process exit code: 0 +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.999 | 10415 | Process output: 57 bytes +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 10412 | Waiting for new connections +2023-08-28 07:31:59 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 22252 | Added a new worker 15 to the queue +2023-08-28 07:31:59 | INFO | 10415/cimple-worker: 2023-08-28 07:31:59.999 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 10414 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:31:59.999 | 10414 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.000 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.003 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qvxzGj +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.010 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.010 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.011 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.011 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.014 | 22248 | Marked run 1175 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.014 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.022 | 22251 | Marked run 1176 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.023 | 22249 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.023 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.023 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.026 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.025 | 10418 | Recursively removing directory: /tmp/git.y2mvfD/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.027 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.027 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.027 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.027 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.027 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.027 | 22264 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.027 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.028 | 10414 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.028 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.028 | 10414 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.028 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tSvK8b +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.029 | 22261 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.030 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.033 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.033 | 22263 | Marked run 1177 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.033 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.034 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.036 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.041 | 22266 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.042 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.045 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.046 | 10415 | Recursively removing directory: /tmp/git.qvxzGj/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.048 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.048 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.048 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.048 | 22275 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 22279 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 10414 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.049 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.050 | 10414 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.050 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D1OcI5 +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.053 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.054 | 22278 | Marked run 1178 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.055 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.056 | 10418 | Recursively removing directory: /tmp/git.tSvK8b/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.057 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.057 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.058 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.058 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.058 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.058 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.058 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.059 | 22284 | Added a new worker 14 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.059 | 10414 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.059 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.059 | 10414 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.059 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t2UvaE +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.059 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.060 | 22282 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.060 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.063 | 22283 | Marked run 1179 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.064 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.065 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.065 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.066 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.068 | 22287 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.069 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.073 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.075 | 22296 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.075 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.077 | 10415 | Recursively removing directory: /tmp/git.D1OcI5/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.078 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.078 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.078 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.078 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.078 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.078 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.079 | 22304 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.079 | 10414 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.079 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.079 | 10414 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.079 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mhjJlU +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.080 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.081 | 10418 | Recursively removing directory: /tmp/git.t2UvaE/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.083 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.083 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.083 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 22306 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 10414 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.083 | 10414 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.083 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hVTHeH +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.085 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.086 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.087 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.087 | 22302 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.088 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.091 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.091 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.093 | 22303 | Marked run 1180 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.093 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.095 | 22305 | Marked run 1181 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.095 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.095 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.098 | 22313 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.099 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.101 | 10415 | Recursively removing directory: /tmp/git.mhjJlU/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.102 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.102 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.102 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.103 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.103 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.103 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.104 | 22324 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.104 | 10414 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.104 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.104 | 10414 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.105 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.105 | 10418 | Recursively removing directory: /tmp/git.hVTHeH/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.105 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eHt6eA +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.107 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.107 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.107 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 22326 | Added a new worker 16 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10414 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10414 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.108 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.108 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Irx59L +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.109 | 22322 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.110 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.112 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.115 | 22323 | Marked run 1182 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.115 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.119 | 22325 | Marked run 1183 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.119 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.119 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.120 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.121 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.122 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.124 | 22328 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.125 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.127 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.132 | 22333 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.132 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.133 | 10415 | Recursively removing directory: /tmp/git.eHt6eA/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.135 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.135 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.135 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.135 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.135 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.135 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.136 | 22343 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.137 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DdJkJR +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.137 | 10414 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.137 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.137 | 10414 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.137 | 22341 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.138 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.141 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.143 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.144 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.145 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.147 | 10418 | Recursively removing directory: /tmp/git.Irx59L/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.149 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.149 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.149 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.151 | 22342 | Marked run 1184 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 22355 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.153 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rlU7Nr +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 10414 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.152 | 10414 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.153 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.157 | 10415 | Recursively removing directory: /tmp/git.DdJkJR/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.158 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.158 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.159 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.159 | 22347 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.159 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.159 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.159 | 22358 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.160 | 10414 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.160 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.160 | 10414 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.160 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.161 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yDRIhQ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.163 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.167 | 22354 | Marked run 1185 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.164 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.167 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.169 | 22357 | Marked run 1186 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.169 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.171 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.172 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.174 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.175 | 10418 | Recursively removing directory: /tmp/git.rlU7Nr/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.176 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.176 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.176 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 22369 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 10414 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.176 | 10414 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.177 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tpZ00D +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.177 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.180 | 22367 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.180 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.184 | 22368 | Marked run 1187 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.184 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.185 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.185 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.185 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.189 | 22374 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.190 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.192 | 10415 | Recursively removing directory: /tmp/git.yDRIhQ/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.193 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.194 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.194 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.193 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.193 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.194 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.194 | 22383 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.195 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ES2xST +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.195 | 10414 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.195 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.195 | 10414 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.195 | 22381 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.196 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.201 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.201 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.202 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.205 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.206 | 10418 | Recursively removing directory: /tmp/git.tpZ00D/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.207 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.207 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.207 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.208 | 22382 | Marked run 1188 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.208 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.208 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.209 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.209 | 22391 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.210 | 22389 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.210 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.210 | 10414 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.210 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.210 | 10414 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.211 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.96O13g +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.212 | 22390 | Marked run 1189 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.212 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.214 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.214 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.218 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.219 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.220 | 10415 | Recursively removing directory: /tmp/git.ES2xST/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.222 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.222 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.222 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.221 | 22394 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.222 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.222 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.222 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.225 | 22401 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.225 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.226 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t3PO0e +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.225 | 10414 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.225 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.225 | 10414 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.227 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.233 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.234 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.235 | 22400 | Marked run 1190 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.235 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.237 | 22404 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.238 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.240 | 10418 | Recursively removing directory: /tmp/git.96O13g/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.241 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.241 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.242 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.242 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.242 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.242 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.243 | 22414 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.243 | 10414 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.243 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.243 | 10414 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.243 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.243 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DzV3hW +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.247 | 10415 | Recursively removing directory: /tmp/git.t3PO0e/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.249 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.249 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.249 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.249 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.250 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.250 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.250 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.250 | 22420 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.251 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7sJ24b +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.250 | 10414 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.250 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.251 | 10414 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.251 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.251 | 22413 | Marked run 1191 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.252 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.258 | 22415 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.261 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.262 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.263 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.265 | 10418 | Recursively removing directory: /tmp/git.DzV3hW/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.266 | 22419 | Marked run 1192 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.267 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.267 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.267 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.267 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.267 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.267 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.267 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.268 | 22431 | Added a new worker 12 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.268 | 10414 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.268 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.268 | 10414 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.269 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.269 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mEFpTb +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.275 | 10415 | Recursively removing directory: /tmp/git.7sJ24b/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.276 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.276 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.277 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.275 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.277 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.277 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.277 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.277 | 22429 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.277 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.280 | 22438 | Added a new worker 7 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.281 | 22430 | Marked run 1193 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.281 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.281 | 10414 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.281 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.281 | 10414 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.282 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lZNqcd +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.282 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.283 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.286 | 22437 | Marked run 1194 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.286 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.289 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.289 | 22442 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.290 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.290 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.291 | 10418 | Recursively removing directory: /tmp/git.mEFpTb/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.293 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.293 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.293 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 22451 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10414 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10414 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.294 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.295 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nNOB4R +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.297 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.302 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.303 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.304 | 22450 | Marked run 1195 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.304 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.306 | 22453 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.308 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.309 | 10415 | Recursively removing directory: /tmp/git.lZNqcd/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.310 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.310 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.311 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.310 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.310 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.311 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.312 | 22465 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.313 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J985Tx +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.312 | 22463 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.312 | 10414 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.312 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.313 | 10414 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.313 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.315 | 10418 | Recursively removing directory: /tmp/git.nNOB4R/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.314 | 22464 | Marked run 1196 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.315 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.316 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.316 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.316 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 22469 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 10414 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.319 | 10414 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.319 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FbgEKk +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.320 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.320 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.322 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.323 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.326 | 22468 | Marked run 1197 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.326 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.326 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.327 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.329 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.334 | 22473 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.334 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.336 | 10415 | Recursively removing directory: /tmp/git.J985Tx/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.338 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.338 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.338 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.337 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 22486 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10414 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10414 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.338 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.339 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kfWP1S +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.340 | 22484 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.340 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.345 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.343 | 10418 | Recursively removing directory: /tmp/git.FbgEKk/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.344 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.344 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.345 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.345 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.346 | 22489 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.346 | 10414 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.346 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.346 | 10414 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.346 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.346 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DcGfW6 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.347 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.349 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.351 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.352 | 22485 | Marked run 1198 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.352 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.354 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.356 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.356 | 22488 | Marked run 1199 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.357 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.361 | 10415 | Recursively removing directory: /tmp/git.kfWP1S/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.362 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.362 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.362 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.363 | 22491 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.364 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.364 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.365 | 22503 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.365 | 10414 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.365 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.365 | 10414 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.365 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YybQBc +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.367 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.368 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.370 | 10418 | Recursively removing directory: /tmp/git.DcGfW6/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.375 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.375 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.375 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.375 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nLg7BX +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 22508 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 10414 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.375 | 10414 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.377 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.378 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.379 | 22502 | Marked run 1200 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.379 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.381 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.384 | 22506 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.385 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.388 | 22507 | Marked run 1201 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.388 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.389 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.389 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.391 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.395 | 22513 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.395 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.397 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.398 | 10415 | Recursively removing directory: /tmp/git.YybQBc/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.400 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.400 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.400 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 22526 | Added a new worker 14 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10414 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10414 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.400 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.401 | 22523 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.402 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.403 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aLEzUu +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.405 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.407 | 10418 | Recursively removing directory: /tmp/git.nLg7BX/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.409 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.409 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.409 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.409 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.410 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.410 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.410 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.410 | 22530 | Added a new worker 16 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.410 | 10414 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.411 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.411 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.411 | 10414 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.411 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l07oPu +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.412 | 22528 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.413 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.416 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.416 | 22525 | Marked run 1202 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.417 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.420 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.420 | 22529 | Marked run 1203 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.420 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.421 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.422 | 22533 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.423 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.426 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.430 | 22541 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.430 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.431 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.431 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.430 | 10415 | Recursively removing directory: /tmp/git.aLEzUu/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.431 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.431 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.431 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.432 | 22548 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.432 | 10414 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.432 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.432 | 10414 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.434 | 10418 | Recursively removing directory: /tmp/git.l07oPu/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.433 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wMYaD2 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.435 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.435 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.435 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.436 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.436 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.436 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.437 | 22551 | Added a new worker 14 to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.437 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OOkn4B +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.437 | 10414 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.437 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.437 | 10414 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.440 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.441 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.442 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.443 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.443 | 22547 | Marked run 1204 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.443 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.443 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.443 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.446 | 22550 | Marked run 1205 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.446 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.448 | 22554 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.448 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.452 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.454 | 10418 | Recursively removing directory: /tmp/git.OOkn4B/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.455 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.455 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.455 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.455 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 22568 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 10414 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.456 | 10414 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.457 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MejevA +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.458 | 10415 | Recursively removing directory: /tmp/git.wMYaD2/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.459 | 22563 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.460 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.460 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.460 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.459 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.459 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.460 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.461 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Y7ImX +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.460 | 22571 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.461 | 10414 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.461 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.461 | 10414 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.463 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.466 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.469 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.469 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.470 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.472 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.473 | 22567 | Marked run 1207 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.473 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.475 | 22570 | Marked run 1206 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.476 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.477 | 22572 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.478 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.482 | 10415 | Recursively removing directory: /tmp/git.9Y7ImX/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.483 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.483 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.481 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.484 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.484 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.484 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.485 | 22588 | Added a new worker 12 to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.485 | 10418 | Recursively removing directory: /tmp/git.MejevA/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.486 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.486 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.487 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.485 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HQATi2 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.485 | 10414 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.485 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.485 | 10414 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.487 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.487 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.491 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.492 | 22590 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.492 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.492 | 10414 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.492 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.492 | 10414 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.492 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CylOA3 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.493 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.503 | 22587 | Marked run 1209 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.503 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.507 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.508 | 10415 | Recursively removing directory: /tmp/git.HQATi2/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.509 | 22586 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.509 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.509 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.510 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.510 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.510 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.511 | 22599 | Added a new worker 11 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.511 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.511 | 10414 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.511 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.511 | 10414 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.511 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dWD1nS +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.513 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.514 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.514 | 22589 | Marked run 1208 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.514 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.517 | 22600 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.518 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.521 | 22598 | Marked run 1210 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.521 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.521 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.522 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.524 | 22604 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.525 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.525 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.528 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.532 | 22610 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.532 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.532 | 10418 | Recursively removing directory: /tmp/git.CylOA3/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.534 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.534 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.534 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.535 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.535 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.537 | 22615 | Added a new worker 11 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.537 | 10414 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.537 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.537 | 10414 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.537 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.538 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FECxuE +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.538 | 22614 | Marked run 1211 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.538 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.543 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.544 | 10415 | Recursively removing directory: /tmp/git.dWD1nS/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.544 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.546 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.546 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.546 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.546 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.546 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.546 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.547 | 22622 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.547 | 10414 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.547 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.547 | 10414 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.548 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.549 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cUZrFs +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.557 | 22621 | Marked run 1212 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.557 | 22620 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.557 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.557 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.560 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.563 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.564 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.568 | 22630 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.569 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.569 | 10418 | Recursively removing directory: /tmp/git.FECxuE/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.570 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.570 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.571 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.572 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.572 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.573 | 22639 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.573 | 10414 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.573 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.573 | 10414 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.573 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.574 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.574 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.575 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.575 | 22641 | Added a new worker 14 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.573 | 10415 | Recursively removing directory: /tmp/git.cUZrFs/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.574 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.574 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.574 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.576 | 10414 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.576 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.576 | 10414 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.576 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.574 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RfH5SB +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.576 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AqdXgm +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.582 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.583 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.584 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.585 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.589 | 22638 | Marked run 1213 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.589 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.591 | 10418 | Recursively removing directory: /tmp/git.RfH5SB/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.594 | 22642 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.594 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.594 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.596 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 22652 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10414 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.597 | 10414 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.597 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xvpAtm +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.600 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.604 | 22640 | Marked run 1214 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.605 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.611 | 10415 | Recursively removing directory: /tmp/git.AqdXgm/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.613 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.613 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.614 | 22655 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.613 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.613 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.614 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.614 | 22660 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.614 | 10414 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.614 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.614 | 10414 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.615 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VSjUpx +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.615 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.615 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.616 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.618 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.619 | 22651 | Marked run 1215 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.619 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.623 | 22659 | Marked run 1216 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.623 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.623 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.624 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.626 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.630 | 22666 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.630 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.632 | 10418 | Recursively removing directory: /tmp/git.xvpAtm/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.633 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.633 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.633 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 22676 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10414 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.634 | 10414 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.634 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1XgbIo +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.638 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.639 | 10415 | Recursively removing directory: /tmp/git.VSjUpx/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.641 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.641 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.641 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.641 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.641 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 22680 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 10414 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 10414 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.642 | 22675 | Marked run 1217 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.643 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.643 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.642 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FC5ImR +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.644 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.647 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.648 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.652 | 22678 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.652 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.655 | 10418 | Recursively removing directory: /tmp/git.1XgbIo/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.656 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.656 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.656 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.656 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.656 | 22679 | Marked run 1218 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.657 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.657 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.657 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.657 | 22692 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.658 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.658 | 10414 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.658 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.658 | 10414 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.658 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.05zPDu +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.661 | 22690 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.661 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.662 | 10415 | Recursively removing directory: /tmp/git.FC5ImR/ +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.664 | 22691 | Marked run 1219 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.664 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.665 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.665 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.665 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.665 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.665 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.666 | 22699 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.666 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dvc2XR +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.666 | 10414 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.666 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.666 | 10414 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.666 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.667 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.671 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.672 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.673 | 22700 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.674 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.673 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.674 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.677 | 22698 | Marked run 1220 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.677 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.677 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.686 | 22705 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.686 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.687 | 10415 | Recursively removing directory: /tmp/git.dvc2XR/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.689 | 10418 | Recursively removing directory: /tmp/git.05zPDu/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.689 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.690 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.690 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.690 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.690 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.690 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.691 | 22718 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.691 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.691 | 10414 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.691 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.692 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lbXq0F +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.692 | 10414 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.692 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.692 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.692 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.693 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.693 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.693 | 22716 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.694 | 22720 | Added a new worker 8 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.694 | 10414 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.694 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.694 | 10414 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.694 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SCDhAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.696 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.698 | 22717 | Marked run 1221 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.699 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.700 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.700 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.701 | 22719 | Marked run 1222 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.701 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.703 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.705 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.705 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.718 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.719 | 22722 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.719 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.724 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.727 | 10418 | Recursively removing directory: /tmp/git.lbXq0F/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.728 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.728 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.728 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.728 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.728 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.729 | 10415 | Recursively removing directory: /tmp/git.SCDhAD/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.729 | 22738 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.729 | 10414 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.729 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.729 | 10414 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.729 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.729 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bDtQyx +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.733 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.733 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.733 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.734 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.734 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.734 | 22732 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.735 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.738 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.738 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.740 | 22740 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.740 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.743 | 10414 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.743 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.744 | 10414 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.744 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iSXCX1 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.747 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.748 | 22737 | Marked run 1223 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.748 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.751 | 22739 | Marked run 1224 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.752 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.753 | 22742 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.754 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.755 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.756 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.760 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.763 | 10418 | Recursively removing directory: /tmp/git.bDtQyx/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.770 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.770 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.770 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.770 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.770 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.771 | 22750 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.771 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.772 | 22757 | Added a new worker 6 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.772 | 10414 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.772 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.772 | 10414 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.772 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.773 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MGlObE +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.774 | 10415 | Recursively removing directory: /tmp/git.iSXCX1/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.775 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.775 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.775 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 22761 | Added a new worker 14 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10414 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10414 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.776 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.777 | 22756 | Marked run 1225 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.777 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.776 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MsncIq +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.779 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.782 | 22760 | Marked run 1226 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.782 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.783 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.783 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.784 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.785 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.787 | 22762 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.788 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.791 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.794 | 22770 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.794 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.795 | 10418 | Recursively removing directory: /tmp/git.MGlObE/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.797 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.797 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.797 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.797 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.797 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.798 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.799 | 22779 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.799 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.798 | 10415 | Recursively removing directory: /tmp/git.MsncIq/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.799 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.799 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.799 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.800 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NEpHXg +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.799 | 10414 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.799 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.799 | 10414 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 22782 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 10414 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.800 | 10414 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.801 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ugw7a0 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.801 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.803 | 22778 | Marked run 1227 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.804 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.806 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.807 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.808 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.811 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.812 | 22780 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.813 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.818 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.819 | 22781 | Marked run 1228 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.819 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.821 | 10415 | Recursively removing directory: /tmp/git.ugw7a0/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.822 | 22793 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.823 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.823 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.823 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.823 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.823 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.824 | 22798 | Added a new worker 11 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.824 | 10414 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.824 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.824 | 10414 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.824 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F4ZjaJ +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.825 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.827 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.829 | 10418 | Recursively removing directory: /tmp/git.NEpHXg/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 22802 | Added a new worker 15 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 10414 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.830 | 10414 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.831 | 22797 | Marked run 1230 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.830 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.830 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.830 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.830 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B2lI5g +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.833 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.834 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.835 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.836 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.837 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.837 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.839 | 22800 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.839 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.842 | 22801 | Marked run 1229 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.842 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.843 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.846 | 22808 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.847 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.849 | 10415 | Recursively removing directory: /tmp/git.F4ZjaJ/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.849 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.850 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.850 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.850 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.850 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.850 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.851 | 22817 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.851 | 10414 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.851 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.851 | 10414 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.851 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.azs2wP +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.852 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.853 | 22815 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.854 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.857 | 22816 | Marked run 1231 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.857 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.858 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.858 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.858 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.860 | 10418 | Recursively removing directory: /tmp/git.B2lI5g/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.862 | 22822 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.862 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.862 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.862 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.862 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.862 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.863 | 22825 | Added a new worker 12 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.863 | 10414 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.863 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.863 | 10414 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.863 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.863 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UQ2aJr +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.864 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.866 | 22824 | Marked run 1232 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.868 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.869 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.871 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.871 | 22828 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.873 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.876 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.879 | 10415 | Recursively removing directory: /tmp/git.azs2wP/ +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.879 | 22836 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.880 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.880 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.880 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 22842 | Added a new worker 10 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10414 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.881 | 10414 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.881 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.piie6D +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.885 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.886 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.887 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.889 | 10418 | Recursively removing directory: /tmp/git.UQ2aJr/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.890 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.890 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.890 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.890 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 22847 | Added a new worker 16 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 10414 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.891 | 10414 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.892 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KdZ3Mc +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.892 | 22841 | Marked run 1233 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.893 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.897 | 22844 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.899 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.902 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.905 | 10415 | Recursively removing directory: /tmp/git.piie6D/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.906 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.906 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.907 | 22846 | Marked run 1234 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.907 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.908 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.905 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.907 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.908 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.908 | 22856 | Added a new worker 12 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.908 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.909 | 10414 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.909 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.909 | 10414 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.909 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZPXdVW +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.910 | 22854 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.911 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.914 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.916 | 22855 | Marked run 1235 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.916 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.918 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.919 | 10418 | Recursively removing directory: /tmp/git.KdZ3Mc/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.920 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.921 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.921 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.921 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.921 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.921 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.922 | 22867 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.922 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.922 | 10414 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.922 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.922 | 10414 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.923 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SZOgIe +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.924 | 22860 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.927 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.930 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.931 | 22866 | Marked run 1236 as finished +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.931 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.932 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.932 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.938 | 22871 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.945 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.948 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.948 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.949 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.950 | 22882 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.950 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.946 | 10415 | Recursively removing directory: /tmp/git.ZPXdVW/ +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.948 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.948 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.951 | 10414 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.951 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.951 | 10414 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.951 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.952 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pdzVGW +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.954 | 22883 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.955 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.956 | 10418 | Recursively removing directory: /tmp/git.SZOgIe/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.957 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.957 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.957 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.957 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.957 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.957 | 22887 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.957 | 10414 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.959 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mcCHSR +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.957 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.958 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.958 | 10414 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.960 | 22881 | Marked run 1237 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.961 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.962 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.964 | 22886 | Marked run 1238 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.964 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.965 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.966 | 10415 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.969 | 22888 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.969 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.971 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.970 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.972 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.976 | 22892 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.976 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.981 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.982 | 10418 | Recursively removing directory: /tmp/git.mcCHSR/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.983 | 10418 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.983 | 10418 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.983 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.984 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.983 | 10415 | Recursively removing directory: /tmp/git.pdzVGW/ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.983 | 10418 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.984 | 22906 | Added a new worker 13 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.985 | 10414 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.985 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.985 | 10414 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.985 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.985 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.986 | 22908 | Added a new worker 17 to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.986 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.986 | 10414 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.986 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.986 | 10414 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.985 | 10415 | Process exit code: 0 +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.985 | 10415 | Process output: 57 bytes +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.985 | 10415 | Waiting for a new command +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.986 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hZ2jyJ +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.985 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JBwYcb +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.987 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.989 | 22904 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.990 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.993 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.994 | 22905 | Marked run 1240 as finished +2023-08-28 07:32:00 | INFO | 10412/cimple-server: 2023-08-28 07:32:00.994 | 10412 | Waiting for new connections +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.997 | 10418 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10418/cimple-worker: 2023-08-28 07:32:00.997 | 10418 | Going to run: ./ci +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.998 | 10415 | Checking out revision HEAD +2023-08-28 07:32:00 | INFO | 10415/cimple-worker: 2023-08-28 07:32:00.999 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.001 | 22910 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.001 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.003 | 22907 | Marked run 1239 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.003 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.005 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.009 | 22918 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.010 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.011 | 10418 | Recursively removing directory: /tmp/git.JBwYcb/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.012 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.012 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.012 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.013 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.013 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.012 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.014 | 10415 | Recursively removing directory: /tmp/git.hZ2jyJ/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.014 | 22928 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.014 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.014 | 10414 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.014 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.014 | 10414 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.015 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QVbHZS +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.018 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.018 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.019 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 22930 | Added a new worker 16 to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.020 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qzSWMz +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 10414 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.019 | 10414 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.021 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.022 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.022 | 22927 | Marked run 1241 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.023 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.024 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.026 | 22926 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.026 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.028 | 22929 | Marked run 1242 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.028 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.029 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.030 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.033 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.034 | 10418 | Recursively removing directory: /tmp/git.QVbHZS/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.037 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.037 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.037 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.037 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.037 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.038 | 22942 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.038 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.038 | 10414 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.038 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.038 | 10414 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.038 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZqSUdz +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.043 | 10415 | Recursively removing directory: /tmp/git.qzSWMz/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.043 | 22939 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.045 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.050 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.059 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.059 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.060 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.060 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X0Guna +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 22950 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10414 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10414 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.060 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.061 | 22941 | Marked run 1243 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.061 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.063 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.065 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.066 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.067 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.067 | 22948 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.068 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.069 | 22949 | Marked run 1244 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.070 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.072 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.075 | 22957 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.075 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.078 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.079 | 10418 | Recursively removing directory: /tmp/git.ZqSUdz/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.080 | 10415 | Recursively removing directory: /tmp/git.X0Guna/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.081 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.081 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.081 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.081 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.081 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.081 | 22968 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.081 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.082 | 10414 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.082 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.082 | 10414 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.082 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.082 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.082 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.082 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KN3K8s +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 22970 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 10414 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 10414 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.083 | 22966 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.084 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.083 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c6e15f +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.084 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.089 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.094 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.095 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.095 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.096 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.096 | 22967 | Marked run 1245 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.096 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.099 | 22969 | Marked run 1246 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.099 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.101 | 22972 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.102 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.106 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.108 | 10418 | Recursively removing directory: /tmp/git.KN3K8s/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.108 | 10415 | Recursively removing directory: /tmp/git.c6e15f/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.109 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.109 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.109 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.109 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.109 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.109 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.109 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.109 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.109 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 22988 | Added a new worker 18 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 22990 | Added a new worker 9 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.110 | 10414 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.111 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.110 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z9cAnd +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.111 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oA3v5B +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.115 | 22986 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.116 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.116 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.118 | 22989 | Marked run 1248 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.118 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.118 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.119 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.119 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.121 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.121 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.124 | 22987 | Marked run 1247 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.124 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.127 | 22994 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.128 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.130 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.132 | 10418 | Recursively removing directory: /tmp/git.oA3v5B/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.134 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.134 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.135 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.135 | 10415 | Recursively removing directory: /tmp/git.z9cAnd/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.136 | 23002 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.136 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.136 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.136 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.136 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.136 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.137 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.137 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.137 | 23010 | Added a new worker 16 to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.139 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MgLOFF +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 23008 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.141 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o0D8qC +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.138 | 10414 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.140 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.145 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.146 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.147 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.151 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.152 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.156 | 10415 | Recursively removing directory: /tmp/git.MgLOFF/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.157 | 23007 | Marked run 1249 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.157 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.161 | 10418 | Recursively removing directory: /tmp/git.o0D8qC/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.165 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.165 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.165 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.165 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.165 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.166 | 23012 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.167 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.167 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.167 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.167 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.168 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.171 | 23009 | Marked run 1250 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.171 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.171 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.172 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 23029 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 23026 | Added a new worker 18 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 10414 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 10414 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 10414 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.172 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.173 | 10414 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.173 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RoNc1A +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.173 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.173 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.174 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wfJpWU +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.177 | 23030 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.177 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.179 | 23025 | Marked run 1252 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.180 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.181 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.185 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.185 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.186 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.186 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.187 | 23032 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.188 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.190 | 23028 | Marked run 1251 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.190 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.191 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.196 | 23037 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.196 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.200 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.200 | 10418 | Recursively removing directory: /tmp/git.RoNc1A/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.202 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.202 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.202 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.203 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.203 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.204 | 23050 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.204 | 10414 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.204 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.204 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.204 | 10414 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.204 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qZsOmD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.205 | 10415 | Recursively removing directory: /tmp/git.wfJpWU/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.207 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.207 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.207 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.207 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.207 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.208 | 23048 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.209 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.211 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.212 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.212 | 23052 | Added a new worker 7 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.212 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.213 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r1DviW +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.213 | 10414 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.213 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.213 | 10414 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.215 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.219 | 23049 | Marked run 1254 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.219 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.221 | 23051 | Marked run 1253 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.222 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.224 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.224 | 23055 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.225 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.225 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.228 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.229 | 10418 | Recursively removing directory: /tmp/git.qZsOmD/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.231 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.231 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.231 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.232 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.232 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.235 | 23069 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.235 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.235 | 10414 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.235 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.235 | 10414 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.235 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Uan6dz +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.236 | 23064 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.236 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.240 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.241 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.242 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.242 | 10415 | Recursively removing directory: /tmp/git.r1DviW/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.244 | 23066 | Marked run 1255 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.244 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.244 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.244 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.245 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.245 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.245 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.246 | 23072 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.247 | 23075 | Added a new worker 6 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.247 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.247 | 10414 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.247 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.247 | 10414 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.247 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mznq4G +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.248 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.252 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.254 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.254 | 23074 | Marked run 1256 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.255 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.255 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.255 | 10418 | Recursively removing directory: /tmp/git.Uan6dz/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.257 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.257 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.258 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 23085 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 10414 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.258 | 10414 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.258 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vPye06 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.259 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.260 | 23083 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.261 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.264 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.265 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.266 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.268 | 23084 | Marked run 1257 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.268 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.272 | 23089 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.272 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.273 | 10415 | Recursively removing directory: /tmp/git.mznq4G/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.275 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.275 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.275 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.275 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.275 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.276 | 23097 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.276 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.277 | 10414 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.277 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.277 | 10414 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.277 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.44mOxp +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.277 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.280 | 23096 | Marked run 1258 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.281 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.283 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.285 | 10418 | Recursively removing directory: /tmp/git.vPye06/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.286 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.291 | 23099 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.291 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.291 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.292 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.291 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.292 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.292 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.294 | 23107 | Marked run 1259 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.294 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 23108 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 10414 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 10414 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.295 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.296 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lbxvr5 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.297 | 10415 | Recursively removing directory: /tmp/git.44mOxp/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.298 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.298 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.299 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 23114 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 10414 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.299 | 10414 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.300 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.300 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1jILP3 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.302 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.304 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.305 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.306 | 23113 | Marked run 1260 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.306 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.306 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.308 | 23112 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.308 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.313 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.315 | 10418 | Recursively removing directory: /tmp/git.Lbxvr5/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.317 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.317 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.317 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 23130 | Added a new worker 9 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 10414 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.317 | 10414 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.317 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nodJ5k +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.320 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.318 | 10415 | Recursively removing directory: /tmp/git.1jILP3/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.320 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.320 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.320 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 23132 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 10414 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.321 | 10414 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.322 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wFBxke +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.322 | 23124 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.323 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.327 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.327 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.328 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.330 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.331 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.333 | 23129 | Marked run 1261 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.334 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.335 | 23131 | Marked run 1262 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.336 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.338 | 23136 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.340 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.341 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.343 | 10415 | Recursively removing directory: /tmp/git.wFBxke/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.347 | 10418 | Recursively removing directory: /tmp/git.nodJ5k/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.348 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.348 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.349 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.349 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.349 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.349 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.349 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.348 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.348 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.349 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 23151 | Added a new worker 9 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 23152 | Added a new worker 18 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.350 | 10414 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.350 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.heImMw +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.351 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.351 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.351 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7IJXtz +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.351 | 23146 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.352 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.355 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.358 | 23150 | Marked run 1263 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.358 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.359 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.360 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.361 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.362 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.366 | 23149 | Marked run 1264 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.366 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.368 | 23154 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.369 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.372 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.371 | 10415 | Recursively removing directory: /tmp/git.7IJXtz/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.372 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.372 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.373 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 23169 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 10414 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.373 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.374 | 10414 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.374 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8jW9RF +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.376 | 23167 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.376 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.378 | 10418 | Recursively removing directory: /tmp/git.heImMw/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.379 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.379 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.379 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.379 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.379 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.380 | 23173 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.381 | 10414 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.381 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.381 | 10414 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.381 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ay5KM +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.382 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.382 | 23168 | Marked run 1266 as finished +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.383 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.384 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.384 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.385 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.386 | 23172 | Marked run 1265 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.386 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.387 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.388 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.390 | 23175 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.390 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.395 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.402 | 10415 | Recursively removing directory: /tmp/git.8jW9RF/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.407 | 10418 | Recursively removing directory: /tmp/git.1ay5KM/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.409 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.409 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.410 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.410 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.410 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.410 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.409 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.409 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.411 | 23191 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.411 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x7dDPs +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.412 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.411 | 10414 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.411 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.411 | 10414 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.412 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.413 | 23179 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.413 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.414 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.414 | 23192 | Added a new worker 7 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.418 | 23190 | Marked run 1268 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.418 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.419 | 10414 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.419 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.419 | 10414 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.419 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kJmb1T +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.419 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.421 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.423 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.426 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.427 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.427 | 23189 | Marked run 1267 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.427 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.428 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.432 | 23194 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.433 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.438 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.440 | 10415 | Recursively removing directory: /tmp/git.x7dDPs/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.442 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.442 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.442 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.442 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.442 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.443 | 23210 | Added a new worker 11 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.443 | 10414 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.443 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.443 | 10414 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.443 | 10418 | Recursively removing directory: /tmp/git.kJmb1T/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.444 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.444 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aybrg4 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.444 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.444 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.445 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.445 | 23204 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.445 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.445 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.447 | 23212 | Added a new worker 7 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.447 | 10414 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.447 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.447 | 10414 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.447 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dzyrvx +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.449 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.450 | 23209 | Marked run 1269 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.450 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.451 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.455 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.456 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.459 | 23211 | Marked run 1270 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.459 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.459 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.461 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.464 | 23214 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.464 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.466 | 10415 | Recursively removing directory: /tmp/git.aybrg4/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.468 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.468 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.468 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.468 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.468 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.468 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.469 | 23227 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.469 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.469 | 10414 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.469 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.469 | 10414 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.469 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kuPvCo +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.472 | 23225 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.473 | 10418 | Recursively removing directory: /tmp/git.Dzyrvx/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.474 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.475 | 23226 | Marked run 1271 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.476 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.476 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.476 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.476 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.476 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.477 | 23233 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.477 | 10414 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.477 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.477 | 10414 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.480 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.480 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.viUmeg +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.482 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.483 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.490 | 23234 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.491 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.492 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.495 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.496 | 10415 | Recursively removing directory: /tmp/git.kuPvCo/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.496 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.498 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.498 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 23245 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10414 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.498 | 10414 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.498 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.498 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AeT7vu +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.505 | 23232 | Marked run 1272 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.507 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.510 | 10418 | Recursively removing directory: /tmp/git.viUmeg/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.514 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.515 | 23243 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.515 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 23252 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 10414 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.516 | 10414 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.517 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.517 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.516 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.516 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.516 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.518 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a2cSiq +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.521 | 23244 | Marked run 1273 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.521 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.522 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.525 | 23251 | Marked run 1274 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.525 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.526 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.528 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.528 | 23255 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.528 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.533 | 10415 | Recursively removing directory: /tmp/git.AeT7vu/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.534 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.535 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.535 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.535 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 23266 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 10414 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.535 | 10414 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.535 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LeJfWT +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.536 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.540 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.541 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.543 | 10418 | Recursively removing directory: /tmp/git.a2cSiq/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.544 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.544 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.545 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 23275 | Added a new worker 16 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10414 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10414 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.545 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A1balI +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.547 | 23264 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.547 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.550 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.552 | 23265 | Marked run 1275 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.553 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.553 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.554 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.557 | 10415 | Recursively removing directory: /tmp/git.LeJfWT/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.558 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.558 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.558 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.558 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 23284 | Added a new worker 16 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 10414 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 10414 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.559 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.559 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lGi1RQ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.561 | 23273 | Marked run 1276 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.562 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.565 | 10418 | Recursively removing directory: /tmp/git.A1balI/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.566 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.566 | 23277 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.567 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.567 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.567 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.567 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.567 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.568 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T54PPB +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.568 | 23291 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.568 | 10414 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.568 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.568 | 10414 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.568 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.569 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.572 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.577 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.578 | 23283 | Marked run 1277 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.579 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.578 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.580 | 23290 | Marked run 1278 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.581 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.582 | 23293 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.583 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.585 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.587 | 10415 | Recursively removing directory: /tmp/git.lGi1RQ/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.588 | 23302 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.590 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.590 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.590 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.590 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 23308 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 10414 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.591 | 10414 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.592 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DWqqFK +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.594 | 10418 | Recursively removing directory: /tmp/git.T54PPB/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.595 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.595 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.596 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.596 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.596 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.597 | 23311 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.597 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m5BaQA +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.598 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.597 | 10414 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.597 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.597 | 10414 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.599 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.601 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.602 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.604 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.605 | 23310 | Marked run 1280 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.606 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.607 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.608 | 23307 | Marked run 1279 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.609 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.612 | 23313 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.613 | 10415 | Recursively removing directory: /tmp/git.DWqqFK/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.615 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.615 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.615 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.615 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.615 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.616 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.616 | 23323 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.617 | 10414 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.617 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.617 | 10414 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.617 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fQxlmx +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.617 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.622 | 23322 | Marked run 1281 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.623 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.623 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.623 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.624 | 23330 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.624 | 10414 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.624 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.624 | 10414 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.624 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.622 | 10418 | Recursively removing directory: /tmp/git.m5BaQA/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.623 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.623 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.623 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.627 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZvgOgi +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.629 | 23324 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.629 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.632 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.634 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.635 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.639 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.642 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.643 | 23332 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.643 | 23329 | Marked run 1282 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.643 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.645 | 10415 | Recursively removing directory: /tmp/git.fQxlmx/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.647 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.647 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.647 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.647 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.647 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.648 | 23343 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.648 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.648 | 10414 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.648 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.648 | 10414 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.648 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7uMtsJ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.651 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.653 | 23342 | Marked run 1283 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.654 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.656 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.656 | 23345 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.656 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.657 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.659 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.658 | 10418 | Recursively removing directory: /tmp/git.ZvgOgi/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.659 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.659 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.659 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.660 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.660 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.661 | 23352 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.661 | 10414 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.661 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.661 | 10414 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.661 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.661 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2LYXoD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.668 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.669 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.669 | 23351 | Marked run 1284 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.670 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.673 | 10415 | Recursively removing directory: /tmp/git.7uMtsJ/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.674 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.674 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.674 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 23362 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.677 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MpvgRs +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10414 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.677 | 10414 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.683 | 23353 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.683 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.687 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.687 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.688 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.691 | 10418 | Recursively removing directory: /tmp/git.2LYXoD/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.692 | 23361 | Marked run 1285 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.692 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.692 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.692 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.693 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.692 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 23372 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 10414 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.693 | 10414 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.693 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E5jg7s +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.695 | 23367 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.695 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.697 | 23371 | Marked run 1286 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.698 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.700 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.700 | 10415 | Recursively removing directory: /tmp/git.MpvgRs/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.702 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.702 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.702 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.702 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.702 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.702 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.703 | 23379 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.703 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.703 | 10414 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.703 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.703 | 10414 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.703 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HPsd6z +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.706 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.710 | 23380 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.711 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.712 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.713 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.714 | 23378 | Marked run 1287 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.714 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.714 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.718 | 10418 | Recursively removing directory: /tmp/git.E5jg7s/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.719 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.719 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.718 | 23386 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.719 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.719 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.719 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.719 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.720 | 23393 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.720 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.720 | 10414 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.720 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.720 | 10414 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.720 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yz5UZF +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.724 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.728 | 23392 | Marked run 1288 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.728 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.729 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.730 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.731 | 10415 | Recursively removing directory: /tmp/git.HPsd6z/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.733 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.733 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.733 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.733 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.733 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.733 | 23401 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.733 | 10414 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.734 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.734 | 10414 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.734 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.734 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pO0mBR +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.735 | 23395 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.735 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.738 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.740 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.741 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.744 | 23400 | Marked run 1289 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.744 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.746 | 23404 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.747 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.749 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.751 | 10418 | Recursively removing directory: /tmp/git.yz5UZF/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.753 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.753 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.753 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.753 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.753 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.754 | 23418 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.754 | 10414 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.754 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.754 | 10414 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.755 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.754 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S9qgt4 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.755 | 23412 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.756 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.759 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.760 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.761 | 10415 | Recursively removing directory: /tmp/git.pO0mBR/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.761 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.764 | 23417 | Marked run 1290 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.764 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.764 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.764 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.764 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.764 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.765 | 23423 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.765 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.765 | 10414 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.765 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.765 | 10414 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.765 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pKpPmH +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.772 | 10418 | Recursively removing directory: /tmp/git.S9qgt4/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.773 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.774 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.774 | 23420 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.774 | 23430 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.775 | 10414 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.775 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.775 | 10414 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.773 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.773 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.776 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.773 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.776 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bxxbUt +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.778 | 23422 | Marked run 1291 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.778 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.780 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.780 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.782 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.785 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.785 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.787 | 23432 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.787 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.791 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.791 | 23429 | Marked run 1292 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.792 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.797 | 10415 | Recursively removing directory: /tmp/git.pKpPmH/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.798 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.798 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.799 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 23447 | Added a new worker 8 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 10414 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.799 | 10414 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.800 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.801 | 23441 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.802 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.799 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z0xgU9 +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.806 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.808 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 23453 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 10414 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.811 | 10414 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.812 | 23446 | Marked run 1293 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.812 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.809 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.810 | 10418 | Recursively removing directory: /tmp/git.bxxbUt/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.811 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.811 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.811 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.812 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a13YPa +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.817 | 23452 | Marked run 1294 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.817 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.816 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.818 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.818 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.820 | 23450 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.820 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.822 | 10415 | Recursively removing directory: /tmp/git.z0xgU9/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.823 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.823 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.824 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.825 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.825 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.825 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.826 | 23463 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.826 | 10414 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.826 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.826 | 10414 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.826 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EbjXJ5 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.827 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.832 | 23462 | Marked run 1295 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.832 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.833 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.834 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.837 | 23464 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.836 | 10418 | Recursively removing directory: /tmp/git.a13YPa/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.837 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.841 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.841 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.841 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.842 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.842 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.843 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.844 | 23472 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.844 | 10414 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.844 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.844 | 10414 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.844 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JAEFiD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.845 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.847 | 23471 | Marked run 1296 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.848 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.851 | 23473 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.852 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.852 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.853 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.855 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.856 | 10415 | Recursively removing directory: /tmp/git.EbjXJ5/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.858 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.858 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.858 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 23485 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 23484 | Marked run 1297 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 10414 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.859 | 10414 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.860 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.860 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.860 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7HJDhb +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.867 | 23481 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.867 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.867 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.868 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.869 | 10418 | Recursively removing directory: /tmp/git.JAEFiD/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.870 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.870 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.870 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.870 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.870 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.873 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.873 | 23492 | Added a new worker 12 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.873 | 10414 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.873 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.874 | 10414 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.874 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.874 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.18ehqb +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.877 | 23491 | Marked run 1298 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.877 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.880 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.881 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.884 | 23493 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.884 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.890 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.886 | 10415 | Recursively removing directory: /tmp/git.7HJDhb/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.891 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.891 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 23508 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 10414 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.892 | 10414 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.892 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.893 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.892 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w8a6gD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.894 | 23505 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.895 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.898 | 23507 | Marked run 1299 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.899 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.900 | 10418 | Recursively removing directory: /tmp/git.18ehqb/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.901 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.901 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.901 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.902 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 23512 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10414 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10414 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.902 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.903 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LDHOU0 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.906 | 23510 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.907 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.906 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.910 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.911 | 23511 | Marked run 1300 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.911 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.917 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.920 | 23514 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.921 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.921 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.922 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.927 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.929 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.928 | 10415 | Recursively removing directory: /tmp/git.w8a6gD/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.929 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.929 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.929 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.930 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.930 | 23527 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.930 | 10414 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.930 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.930 | 10414 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.930 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TGkMuK +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.932 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.934 | 10418 | Recursively removing directory: /tmp/git.LDHOU0/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.935 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.935 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.936 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 23532 | Added a new worker 15 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 10414 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.936 | 10414 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.936 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e7easf +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.937 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.938 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.938 | 23524 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.939 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.941 | 23526 | Marked run 1301 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.942 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.943 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.943 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.944 | 23531 | Marked run 1302 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.945 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.946 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.951 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.953 | 23534 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.954 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.956 | 10415 | Recursively removing directory: /tmp/git.TGkMuK/ +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.958 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.958 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.958 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.958 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.958 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.958 | 10415 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.959 | 23545 | Added a new worker 13 to the queue +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.959 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CEnTQQ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.959 | 10414 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.959 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.959 | 10414 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.960 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.964 | 10418 | Recursively removing directory: /tmp/git.e7easf/ +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.967 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.968 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.967 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.967 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.968 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.969 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3G6vRI +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.969 | 23552 | Added a new worker 14 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.969 | 10414 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.969 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.969 | 10414 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.969 | 23543 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.970 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.972 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.974 | 23544 | Marked run 1303 as finished +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.975 | 10415 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.975 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.976 | 10415 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.977 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.982 | 10418 | Checking out revision HEAD +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.982 | 10418 | Going to run: ./ci +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.989 | 23551 | Marked run 1304 as finished +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.990 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.992 | 23555 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.993 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.994 | 10415 | Recursively removing directory: /tmp/git.CEnTQQ/ +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.996 | 10415 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10415/cimple-worker: 2023-08-28 07:32:01.996 | 10415 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.997 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.997 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.997 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.996 | 10418 | Recursively removing directory: /tmp/git.3G6vRI/ +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.997 | 10418 | Process exit code: 0 +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.997 | 10418 | Process output: 57 bytes +2023-08-28 07:32:01 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.998 | 10418 | Waiting for a new command +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.998 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.998 | 23570 | Added a new worker 16 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.998 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.998 | 10412 | Waiting for new connections +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.998 | 23572 | Added a new worker 10 to the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10414 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:01 | INFO | 10412/cimple-server: 2023-08-28 07:32:01.999 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:01.999 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6N7TMX +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.000 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.000 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cV3TuK +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.004 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.005 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.010 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.011 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.011 | 23569 | Marked run 1305 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.012 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.017 | 23568 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.017 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.017 | 10418 | Recursively removing directory: /tmp/git.6N7TMX/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.019 | 23571 | Marked run 1306 as finished +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.019 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.019 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.020 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.020 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.020 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.021 | 23583 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.023 | 10414 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.023 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.023 | 10414 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.023 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.023 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FSwwI1 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.024 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.028 | 23582 | Marked run 1308 as finished +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.028 | 10415 | Recursively removing directory: /tmp/git.cV3TuK/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.029 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.029 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.029 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.030 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 23590 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10414 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10414 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.030 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.031 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G3meMw +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.032 | 23587 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.033 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.035 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.036 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.036 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.038 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.039 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.045 | 23589 | Marked run 1307 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.045 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.047 | 23594 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.047 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.050 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.051 | 10418 | Recursively removing directory: /tmp/git.FSwwI1/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.053 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.053 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.053 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.053 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.053 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.052 | 10415 | Recursively removing directory: /tmp/git.G3meMw/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.054 | 23608 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.054 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fdqGfC +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.054 | 10414 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.054 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.054 | 10414 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.055 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.054 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.054 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.054 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 23610 | Added a new worker 11 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 10414 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.056 | 10414 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.057 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BCwKLT +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.058 | 23606 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.060 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.060 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.063 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.073 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.075 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.075 | 23607 | Marked run 1309 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.076 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.077 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.079 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.079 | 23612 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.080 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.082 | 23609 | Marked run 1310 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.082 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.084 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.088 | 10415 | Recursively removing directory: /tmp/git.BCwKLT/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.091 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.091 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.091 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.091 | 23619 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.091 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.091 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.093 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.093 | 23628 | Added a new worker 6 to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.093 | 10418 | Recursively removing directory: /tmp/git.fdqGfC/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.093 | 10414 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.094 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.094 | 10414 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.094 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.094 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IaYoJq +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.097 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.097 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.098 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.097 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.098 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.099 | 23631 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.099 | 10414 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.099 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.099 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.099 | 10414 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.099 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H1LbGo +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.100 | 23627 | Marked run 1312 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.101 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.102 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.106 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.107 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.107 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.109 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.110 | 23630 | Marked run 1311 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.110 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.116 | 23632 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.116 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.119 | 10418 | Recursively removing directory: /tmp/git.H1LbGo/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.121 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.121 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.121 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.121 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.121 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.121 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.121 | 23645 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.122 | 10414 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.122 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.122 | 10414 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.122 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.122 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QXbY1Z +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.126 | 10415 | Recursively removing directory: /tmp/git.IaYoJq/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.127 | 23643 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.128 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.129 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.129 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.130 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.130 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.130 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.130 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.131 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.132 | 23651 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.133 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.99YbCR +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.132 | 10414 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.132 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.132 | 10414 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.133 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.133 | 23644 | Marked run 1314 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.133 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.135 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.137 | 23650 | Marked run 1313 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.137 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.143 | 23653 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.144 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.146 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.148 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.149 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.152 | 10418 | Recursively removing directory: /tmp/git.QXbY1Z/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.154 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.154 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.154 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.154 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.154 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.155 | 23664 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.155 | 10414 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.155 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.155 | 10414 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.155 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fZTbaY +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.155 | 23661 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.157 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.159 | 23663 | Marked run 1315 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.160 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.162 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.162 | 10415 | Recursively removing directory: /tmp/git.99YbCR/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.163 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.164 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.164 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.164 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.164 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.164 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.165 | 23672 | Added a new worker 11 to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.166 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i5ktLq +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.165 | 10414 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.165 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.166 | 10414 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.166 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.168 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.174 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.175 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.176 | 23671 | Marked run 1316 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.176 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.181 | 23673 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.181 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.184 | 10418 | Recursively removing directory: /tmp/git.fZTbaY/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.186 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.186 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.186 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.186 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.186 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 23686 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 10414 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.187 | 10414 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.188 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wicte7 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.189 | 10415 | Recursively removing directory: /tmp/git.i5ktLq/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.191 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.191 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.191 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 23690 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 10414 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.191 | 10414 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.192 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V8VSXK +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.193 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.198 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.199 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.200 | 23685 | Marked run 1317 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.200 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.203 | 23687 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.204 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.204 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.206 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.207 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.208 | 23689 | Marked run 1318 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.208 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.213 | 10418 | Recursively removing directory: /tmp/git.wicte7/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.214 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.214 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.215 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.215 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.215 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.215 | 23703 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.216 | 23695 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.216 | 10414 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.216 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.216 | 10414 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.216 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.216 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rOq84c +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.218 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.221 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.222 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.225 | 10415 | Recursively removing directory: /tmp/git.V8VSXK/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.225 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.226 | 23702 | Marked run 1319 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.227 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.229 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.229 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.229 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.230 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.230 | 23708 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.231 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.231 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.231 | 23711 | Added a new worker 6 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.231 | 10414 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.231 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.231 | 10414 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.232 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rc4RtZ +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.234 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.235 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.239 | 23710 | Marked run 1320 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.239 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.241 | 10418 | Recursively removing directory: /tmp/git.rOq84c/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.242 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.243 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.243 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.243 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.243 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.243 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.243 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.243 | 23720 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.244 | 10414 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.244 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.244 | 10414 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.244 | 23715 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.244 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.244 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3FGFCi +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.251 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.254 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.256 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.257 | 23719 | Marked run 1321 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.257 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.257 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.261 | 23725 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.262 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.263 | 10415 | Recursively removing directory: /tmp/git.Rc4RtZ/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.265 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.265 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.265 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 23736 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 10414 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.265 | 10414 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.266 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lk1dAz +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.267 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.267 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.271 | 23735 | Marked run 1322 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.271 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.274 | 10418 | Recursively removing directory: /tmp/git.3FGFCi/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.275 | 23737 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.276 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.276 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.276 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.276 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.277 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.277 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.277 | 23740 | Added a new worker 9 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.277 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.277 | 10414 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.278 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.278 | 10414 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.278 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jmDRB8 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.280 | 23739 | Marked run 1323 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.280 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.281 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.282 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.286 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.293 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.294 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.295 | 23743 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.295 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.300 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.303 | 10415 | Recursively removing directory: /tmp/git.Lk1dAz/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.305 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.305 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.305 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.305 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.305 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.305 | 23757 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.305 | 10414 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.305 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.306 | 10414 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.306 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.306 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JXObZR +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.307 | 10418 | Recursively removing directory: /tmp/git.jmDRB8/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.308 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.308 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.309 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.309 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.309 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.311 | 23760 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.311 | 10414 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.311 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.311 | 10414 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.311 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.311 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LNieLm +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.315 | 23751 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.315 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.315 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.316 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.317 | 23756 | Marked run 1324 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.317 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.318 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.319 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.322 | 23759 | Marked run 1325 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.323 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.324 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.326 | 10415 | Recursively removing directory: /tmp/git.JXObZR/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.329 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.329 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.330 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.330 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.330 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.330 | 23770 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.332 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zs43Pg +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.333 | 10418 | Recursively removing directory: /tmp/git.LNieLm/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.334 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.334 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.335 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.331 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.331 | 23776 | Added a new worker 6 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.331 | 10414 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.331 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.332 | 10414 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.335 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.335 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.337 | 23778 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.337 | 10414 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.337 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.337 | 10414 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.337 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.339 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.342 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MSPUxZ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.347 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.349 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.348 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.350 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.351 | 23775 | Marked run 1326 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.352 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.355 | 23777 | Marked run 1327 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.355 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.359 | 23780 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.360 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.361 | 10418 | Recursively removing directory: /tmp/git.MSPUxZ/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.363 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.363 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.363 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.363 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.363 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.363 | 10415 | Recursively removing directory: /tmp/git.zs43Pg/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.365 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.365 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.365 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.365 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.365 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.366 | 23797 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.366 | 10414 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.366 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.366 | 10414 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.366 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mlx6An +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 23795 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 10414 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.368 | 10414 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.368 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ceR1Hi +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.369 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.373 | 23796 | Marked run 1328 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.374 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.374 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.375 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.378 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.379 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.381 | 23798 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.382 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.386 | 23794 | Marked run 1329 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.386 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.388 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.390 | 10418 | Recursively removing directory: /tmp/git.ceR1Hi/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.395 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.398 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.399 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 23814 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 10414 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.399 | 10414 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.399 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KpKjWY +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.400 | 10415 | Recursively removing directory: /tmp/git.mlx6An/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.401 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.401 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.402 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 23816 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10414 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10414 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.402 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.402 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KtfcuL +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.403 | 23811 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.404 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.407 | 23813 | Marked run 1331 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.408 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.410 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.410 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.411 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.411 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.413 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.414 | 23815 | Marked run 1330 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.414 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.418 | 23820 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.418 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.421 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.422 | 10415 | Recursively removing directory: /tmp/git.KtfcuL/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.424 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.424 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.424 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.424 | 10418 | Recursively removing directory: /tmp/git.KpKjWY/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 23834 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10414 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10414 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.425 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.425 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f2qlKg +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.427 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.427 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.428 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.428 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.428 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.428 | 23831 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.429 | 23836 | Added a new worker 8 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.430 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.430 | 10414 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.430 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.430 | 10414 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.431 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.430 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q0RAZh +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.434 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.441 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.442 | 23833 | Marked run 1333 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.442 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.446 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.447 | 23835 | Marked run 1332 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.447 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.448 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.449 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.452 | 23838 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.453 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.458 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.458 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.457 | 10418 | Recursively removing directory: /tmp/git.Q0RAZh/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.458 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.458 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.458 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.458 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.460 | 23853 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.460 | 10414 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.460 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.460 | 10414 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.460 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zJFs4e +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.461 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.462 | 10415 | Recursively removing directory: /tmp/git.f2qlKg/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.464 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.464 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.464 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 23856 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10414 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10414 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.464 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.466 | 23851 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.465 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6owxN4 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.466 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.469 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.472 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.474 | 23852 | Marked run 1335 as finished +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.474 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.474 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.476 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.477 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.481 | 23858 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.482 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.484 | 23855 | Marked run 1334 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.484 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.484 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.487 | 10418 | Recursively removing directory: /tmp/git.zJFs4e/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.487 | 23870 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.487 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.488 | 10415 | Recursively removing directory: /tmp/git.6owxN4/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.488 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.488 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.488 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.488 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.489 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.489 | 23875 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.489 | 10414 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.489 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.489 | 10414 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.490 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.490 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.490 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.490 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.490 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.490 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cDRsp6 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.490 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.491 | 23877 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.491 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.491 | 10414 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.491 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.491 | 10414 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.492 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FeIjPr +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.494 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.499 | 23874 | Marked run 1336 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.499 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.501 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.501 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.502 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.503 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.505 | 23876 | Marked run 1337 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.505 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.511 | 23878 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.511 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.514 | 10415 | Recursively removing directory: /tmp/git.FeIjPr/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.515 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.515 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.515 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.515 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.515 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.515 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.515 | 23891 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.515 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.516 | 10414 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.516 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.516 | 10414 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.516 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Od5M8 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.522 | 23890 | Marked run 1339 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.522 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.523 | 10418 | Recursively removing directory: /tmp/git.cDRsp6/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.524 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.525 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.525 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.525 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.525 | 23889 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.525 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.526 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.526 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.526 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.528 | 23898 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.528 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.529 | 10414 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.529 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.529 | 10414 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.529 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k0t3GS +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.533 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.537 | 23897 | Marked run 1338 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.538 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.539 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.540 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.542 | 23900 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.542 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.544 | 10415 | Recursively removing directory: /tmp/git.3Od5M8/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.545 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.545 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.545 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.545 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.545 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.545 | 23909 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.545 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.546 | 10414 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.546 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.546 | 10414 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.546 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wncjIp +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.548 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.550 | 23908 | Marked run 1340 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.550 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.553 | 23910 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.554 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.554 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.555 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.556 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.558 | 10418 | Recursively removing directory: /tmp/git.k0t3GS/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.559 | 23916 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.560 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.560 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.560 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 23920 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10414 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.560 | 10414 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.560 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DZtHi5 +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.564 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.566 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.567 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.568 | 23919 | Marked run 1341 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.568 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.569 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.577 | 23924 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.577 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.579 | 10418 | Recursively removing directory: /tmp/git.DZtHi5/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.580 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.580 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.580 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.581 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.581 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.581 | 10415 | Recursively removing directory: /tmp/git.wncjIp/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.582 | 23935 | Added a new worker 11 to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.582 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.582 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.582 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.582 | 10414 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.582 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.582 | 10414 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.582 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.583 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.583 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.583 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gw5lAG +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 23938 | Added a new worker 8 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 10414 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.584 | 10414 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.585 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Cz9ds5 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.589 | 23934 | Marked run 1343 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.590 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.590 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.591 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.592 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.593 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.597 | 23937 | Marked run 1342 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.597 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.600 | 23936 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.600 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.603 | 10415 | Recursively removing directory: /tmp/git.Cz9ds5/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.604 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.604 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.604 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.604 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.604 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.605 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.606 | 23953 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.606 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.606 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SQFPKS +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.606 | 10414 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.606 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.606 | 10414 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.607 | 10418 | Recursively removing directory: /tmp/git.Gw5lAG/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.611 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.611 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.611 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.611 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.611 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.611 | 23956 | Added a new worker 16 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.612 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.612 | 10414 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.612 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.612 | 10414 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.612 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UAHazT +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.619 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.620 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.627 | 10415 | Recursively removing directory: /tmp/git.SQFPKS/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.628 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.628 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.628 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.628 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.629 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.629 | 23954 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.630 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.631 | 23964 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.631 | 10414 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.631 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.632 | 10414 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.632 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9evUj4 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.633 | 23952 | Marked run 1345 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.634 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.634 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.635 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.636 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.637 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.638 | 23955 | Marked run 1344 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.638 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.638 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.639 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.641 | 23963 | Marked run 1346 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.641 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.644 | 23968 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.645 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.647 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.655 | 10418 | Recursively removing directory: /tmp/git.UAHazT/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.657 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.657 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.657 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.655 | 10415 | Recursively removing directory: /tmp/git.9evUj4/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.657 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.657 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.657 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.657 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.657 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.657 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 23984 | Added a new worker 17 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 23982 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.658 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o3RHbM +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10414 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10414 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10414 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.658 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.659 | 10414 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.659 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nJqyp6 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.662 | 23978 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.666 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.668 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.669 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.671 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.672 | 23981 | Marked run 1347 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.672 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.674 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.675 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.676 | 23983 | Marked run 1348 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.676 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.678 | 23988 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.679 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.681 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.685 | 23994 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.686 | 10418 | Recursively removing directory: /tmp/git.nJqyp6/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.686 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.687 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.687 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.687 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.687 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.687 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.688 | 23999 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.688 | 10414 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.688 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.688 | 10414 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.688 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.689 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3miz8N +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.694 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.697 | 10415 | Recursively removing directory: /tmp/git.o3RHbM/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.698 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.698 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.699 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.699 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.699 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.700 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.701 | 24006 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.701 | 10414 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.701 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.701 | 10414 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.701 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eRczum +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.702 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.703 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.704 | 24002 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.705 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.708 | 23998 | Marked run 1350 as finished +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.709 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.710 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.711 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.711 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.715 | 24005 | Marked run 1349 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.715 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.717 | 24011 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.718 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.719 | 10418 | Recursively removing directory: /tmp/git.3miz8N/ +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.721 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.721 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.721 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 24023 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10414 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.721 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.722 | 10414 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.722 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AfthDq +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.729 | 10415 | Recursively removing directory: /tmp/git.eRczum/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.730 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.730 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.730 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.731 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 24026 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10414 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.731 | 10414 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.732 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dZWiIH +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.733 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.735 | 24021 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.735 | 24022 | Marked run 1351 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.735 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.736 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.739 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.743 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.745 | 24025 | Marked run 1352 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.745 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.747 | 10418 | Recursively removing directory: /tmp/git.AfthDq/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.747 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.748 | 24030 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.749 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.750 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.750 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.750 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.750 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.750 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.750 | 24038 | Added a new worker 10 to the queue +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.750 | 10414 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.751 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.751 | 10414 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.751 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.751 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vd5XFH +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.754 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.755 | 24037 | Marked run 1353 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.756 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.758 | 24040 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.759 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.759 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.760 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.762 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.766 | 10415 | Recursively removing directory: /tmp/git.dZWiIH/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.768 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.768 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.767 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.767 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.768 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.769 | 24053 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.769 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.769 | 10414 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.769 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.769 | 10414 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.769 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pQ8FDm +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.770 | 24046 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.771 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.774 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.775 | 10418 | Recursively removing directory: /tmp/git.vd5XFH/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.779 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.779 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.779 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.780 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.780 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.782 | 24058 | Added a new worker 16 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.782 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.782 | 10414 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.782 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.782 | 10414 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.782 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.783 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UZwlJb +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.787 | 24056 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.789 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.790 | 24052 | Marked run 1354 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.790 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.792 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.793 | 10415 | Recursively removing directory: /tmp/git.pQ8FDm/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.793 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.794 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.794 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.794 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.794 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.794 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 24057 | Marked run 1355 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 24068 | Added a new worker 6 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 10414 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.795 | 10414 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.795 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rnu778 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.797 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.801 | 24067 | Marked run 1356 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.801 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.801 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.802 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.807 | 24069 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.808 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.812 | 10415 | Recursively removing directory: /tmp/git.rnu778/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.813 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.813 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.813 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.814 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.814 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.814 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.814 | 10418 | Recursively removing directory: /tmp/git.UZwlJb/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.814 | 24084 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.815 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.815 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sqInue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.815 | 10414 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.815 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.815 | 10414 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.817 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.817 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.818 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.818 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.819 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.819 | 24086 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.820 | 10414 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.820 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.820 | 10414 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.820 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.820 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.820 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LAszIS +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.821 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.822 | 24082 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.823 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.826 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.826 | 24083 | Marked run 1358 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.827 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.829 | 24085 | Marked run 1357 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.829 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.831 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.831 | 24089 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.832 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.832 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.836 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.841 | 24095 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.841 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.842 | 10418 | Recursively removing directory: /tmp/git.LAszIS/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.844 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.844 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.843 | 10415 | Recursively removing directory: /tmp/git.sqInue/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.844 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.844 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.844 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.844 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.845 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.845 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.845 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.845 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.845 | 24107 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.846 | 10414 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.846 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.846 | 10414 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.846 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.846 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vobyQK +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.848 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.849 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nklI2x +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.849 | 24105 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.849 | 10414 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.849 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.849 | 10414 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.849 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.854 | 24106 | Marked run 1359 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.854 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.858 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.859 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.860 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.860 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.861 | 24104 | Marked run 1360 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.861 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.863 | 24108 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.864 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.868 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.869 | 10415 | Recursively removing directory: /tmp/git.vobyQK/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.874 | 10418 | Recursively removing directory: /tmp/git.nklI2x/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.875 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.875 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.875 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.876 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.876 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.876 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.876 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.876 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.877 | 24124 | Added a new worker 16 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.877 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.877 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.878 | 10414 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.878 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.878 | 10414 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.878 | 24119 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.879 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.878 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mumQXG +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.880 | 24126 | Added a new worker 6 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.880 | 10414 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.880 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.880 | 10414 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.880 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.880 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uIWDwc +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.884 | 24123 | Marked run 1361 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.884 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.886 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.886 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.886 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.889 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.889 | 24125 | Marked run 1362 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.889 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.890 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.895 | 10418 | Recursively removing directory: /tmp/git.uIWDwc/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.896 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.896 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.896 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.896 | 24131 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 24139 | Added a new worker 13 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 10414 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.897 | 10414 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.897 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Clcf47 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.898 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.899 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.901 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.903 | 10415 | Recursively removing directory: /tmp/git.mumQXG/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 24146 | Added a new worker 15 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 10414 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.906 | 10414 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.905 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.905 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.905 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.907 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WOTExj +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.907 | 24138 | Marked run 1364 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.907 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.908 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.928 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.929 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.931 | 24144 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.932 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.933 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.937 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.941 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.942 | 24145 | Marked run 1363 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.943 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.944 | 24150 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.945 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.949 | 10418 | Recursively removing directory: /tmp/git.Clcf47/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.950 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.950 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.950 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.950 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.950 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 24160 | Added a new worker 12 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 10414 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 10414 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.951 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.952 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qYBg2M +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.955 | 10415 | Recursively removing directory: /tmp/git.WOTExj/ +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.957 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.957 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.957 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.957 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.957 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.957 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.957 | 24166 | Added a new worker 14 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.957 | 10414 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.957 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.958 | 10414 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.958 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mFuOQS +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.958 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.959 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.962 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.962 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.971 | 24158 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.971 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.975 | 10418 | Recursively removing directory: /tmp/git.qYBg2M/ +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.977 | 10418 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.977 | 10418 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.977 | 10418 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.976 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.977 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.977 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.978 | 24182 | Added a new worker 17 to the queue +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.979 | 10415 | Recursively removing directory: /tmp/git.mFuOQS/ +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.979 | 24159 | Marked run 1365 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.979 | 10414 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.979 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.979 | 10414 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.979 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.980 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9pNnJu +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.988 | 10415 | Process exit code: 0 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.988 | 10415 | Process output: 57 bytes +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.989 | 10415 | Waiting for a new command +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 24184 | Added a new worker 18 to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10414 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10414 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.989 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ta3niU +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.989 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.992 | 24165 | Marked run 1366 as finished +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.992 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.997 | 10415 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.997 | 10418 | Checking out revision HEAD +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.998 | 24180 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:02 | INFO | 10412/cimple-server: 2023-08-28 07:32:02.999 | 10412 | Waiting for new connections +2023-08-28 07:32:02 | INFO | 10418/cimple-worker: 2023-08-28 07:32:02.999 | 10418 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | 10415/cimple-worker: 2023-08-28 07:32:02.999 | 10415 | Going to run: ./ci +2023-08-28 07:32:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.001 | 24181 | Marked run 1367 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.001 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.003 | 24183 | Marked run 1368 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.003 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.003 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.008 | 10418 | Recursively removing directory: /tmp/git.9pNnJu/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.009 | 24189 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.009 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.010 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.010 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.010 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.010 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.010 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.011 | 24200 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.011 | 10414 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.011 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.011 | 10414 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.011 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.011 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1bNAs5 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.013 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.017 | 10415 | Recursively removing directory: /tmp/git.Ta3niU/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.018 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.018 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.018 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.019 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.019 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.019 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.019 | 24201 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.019 | 24199 | Marked run 1369 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.020 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.020 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.020 | 24204 | Added a new worker 6 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.020 | 10414 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.020 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.020 | 10414 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.020 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ljon9G +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.021 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.025 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.026 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.028 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.031 | 10418 | Recursively removing directory: /tmp/git.1bNAs5/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.031 | 24203 | Marked run 1370 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.031 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.034 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.034 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.034 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.034 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.034 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.035 | 24220 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.035 | 10415 | Recursively removing directory: /tmp/git.ljon9G/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.035 | 24212 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.036 | 10414 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.036 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.036 | 10414 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.036 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XdZip1 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.037 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.038 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.038 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.037 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.037 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.037 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.038 | 24223 | Added a new worker 14 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.038 | 10414 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.039 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.039 | 10414 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.039 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.039 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.udnMC1 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.043 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.044 | 24219 | Marked run 1371 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.044 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.044 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.045 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.046 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.046 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.049 | 24222 | Marked run 1372 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.050 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.056 | 24225 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.056 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.064 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.065 | 10418 | Recursively removing directory: /tmp/git.XdZip1/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.066 | 10415 | Recursively removing directory: /tmp/git.udnMC1/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.067 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.067 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.068 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.067 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.067 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.067 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.067 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FqCIIT +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 24240 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 10414 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.067 | 10414 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.068 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.069 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.069 | 24242 | Added a new worker 17 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.069 | 10414 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.069 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.069 | 10414 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.070 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.070 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bcsAzi +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.070 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.073 | 24238 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.073 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.076 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.078 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.078 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.079 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.080 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.080 | 24241 | Marked run 1374 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.081 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.082 | 24239 | Marked run 1373 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.083 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.084 | 24245 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.085 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.089 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.091 | 24258 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.094 | 10418 | Recursively removing directory: /tmp/git.FqCIIT/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.095 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.095 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.095 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.096 | 10415 | Recursively removing directory: /tmp/git.bcsAzi/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.093 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.095 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.095 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.096 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.097 | 24262 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.097 | 10414 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.097 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.097 | 10414 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.100 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.099 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.099 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.099 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.098 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T5mhNN +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.100 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.101 | 24264 | Added a new worker 11 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.101 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.101 | 10414 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.101 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.101 | 10414 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.102 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JUMmuv +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.105 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.106 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.110 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.111 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.116 | 24261 | Marked run 1375 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.116 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.118 | 24263 | Marked run 1376 as finished +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.119 | 10418 | Recursively removing directory: /tmp/git.T5mhNN/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.118 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.118 | 24260 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.120 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.121 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.122 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.122 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.122 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 24277 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.123 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RkMxVO +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 10414 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.122 | 10414 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.123 | 24275 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.124 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.124 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.128 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.129 | 10415 | Recursively removing directory: /tmp/git.JUMmuv/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.131 | 24276 | Marked run 1377 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.131 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.131 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.131 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.131 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.131 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.132 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.132 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.132 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.133 | 24283 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.133 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gIPRJC +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.133 | 10414 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.133 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.133 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.133 | 10414 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.136 | 24284 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.136 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.139 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.141 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.142 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.144 | 10418 | Recursively removing directory: /tmp/git.RkMxVO/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.145 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.145 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.146 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.145 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 24295 | Added a new worker 15 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 10414 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 10414 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.146 | 24282 | Marked run 1378 as finished +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.147 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dn4MbC +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.147 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.151 | 24294 | Marked run 1379 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.151 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.156 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.157 | 24288 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.157 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.158 | 10415 | Recursively removing directory: /tmp/git.gIPRJC/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.160 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.160 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.160 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.160 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.160 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.157 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.161 | 24304 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.161 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8zQmyX +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.161 | 10414 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.161 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.161 | 10414 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.162 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.163 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.165 | 24303 | Marked run 1380 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.167 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.167 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.168 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.169 | 10418 | Recursively removing directory: /tmp/git.Dn4MbC/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.182 | 10415 | Recursively removing directory: /tmp/git.8zQmyX/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.183 | 24306 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.184 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.184 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.185 | 24318 | Added a new worker 11 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.185 | 10414 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.185 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.185 | 10414 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.185 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.184 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.184 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.184 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.185 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kZm98z +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.187 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.187 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.188 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.188 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.189 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.189 | 24321 | Added a new worker 14 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.189 | 10414 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.189 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.189 | 10414 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.189 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bPHyOh +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.190 | 24317 | Marked run 1381 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.190 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.191 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.192 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.193 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.195 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.199 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.201 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.205 | 10418 | Recursively removing directory: /tmp/git.kZm98z/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.205 | 24320 | Marked run 1382 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.206 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.206 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.206 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.206 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.206 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.206 | 24332 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.206 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.207 | 10414 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.207 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.207 | 10414 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.207 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.208 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zrt9zj +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.211 | 24323 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.212 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.216 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.216 | 24331 | Marked run 1383 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.216 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.216 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.217 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.219 | 24336 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.221 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.223 | 10415 | Recursively removing directory: /tmp/git.bPHyOh/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.224 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.224 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.224 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.224 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.224 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.225 | 24343 | Added a new worker 11 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.225 | 10414 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.225 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.225 | 10414 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.225 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.225 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bz8DsR +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.226 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.230 | 24342 | Marked run 1384 as finished +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.231 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.232 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.237 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.240 | 24344 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.241 | 10415 | Recursively removing directory: /tmp/git.Bz8DsR/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.241 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.243 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.243 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.243 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.243 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.243 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.244 | 10418 | Recursively removing directory: /tmp/git.Zrt9zj/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.245 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.245 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.246 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.246 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.246 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 24360 | Added a new worker 17 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 10414 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 10414 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.247 | 24356 | Marked run 1386 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.248 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.248 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tn1cAz +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.248 | 24357 | Added a new worker 7 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.248 | 10414 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.249 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.249 | 10414 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.249 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6Flxx +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.250 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.254 | 24359 | Marked run 1385 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.254 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.256 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.257 | 24358 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.258 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.258 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.258 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.259 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.263 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.268 | 24364 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.269 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.271 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.272 | 10415 | Recursively removing directory: /tmp/git.E6Flxx/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.275 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.275 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.275 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.275 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.275 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.276 | 24378 | Added a new worker 9 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.277 | 24375 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.277 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6r9tKE +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.278 | 10418 | Recursively removing directory: /tmp/git.tn1cAz/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.280 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.280 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.277 | 10414 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.277 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.277 | 10414 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.277 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.281 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.281 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.281 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.282 | 24381 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.283 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YprYZ5 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.282 | 10414 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.282 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.283 | 10414 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.284 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.288 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.291 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.292 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.294 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.295 | 24377 | Marked run 1388 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.295 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.297 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.298 | 24382 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.298 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.300 | 24380 | Marked run 1387 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.300 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.302 | 10415 | Recursively removing directory: /tmp/git.6r9tKE/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.303 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.303 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.303 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.304 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.303 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.304 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.304 | 24393 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.305 | 10414 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.305 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.305 | 10414 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.305 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.305 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.khoQqm +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.309 | 24392 | Marked run 1389 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.309 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.312 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.311 | 24395 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.312 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.313 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.314 | 10418 | Recursively removing directory: /tmp/git.YprYZ5/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.315 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.315 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.315 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.316 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.316 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.317 | 24403 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.317 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iql3e9 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.317 | 10414 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.317 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.317 | 10414 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.318 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.318 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.323 | 24402 | Marked run 1390 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.323 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.323 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.324 | 10415 | Recursively removing directory: /tmp/git.khoQqm/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.324 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.327 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.327 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.327 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.327 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.327 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.328 | 24404 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.328 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.328 | 24411 | Added a new worker 6 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.329 | 10414 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.329 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.329 | 10414 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.329 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.329 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oFSpCF +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.332 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.337 | 24415 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.337 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.338 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.339 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.341 | 10418 | Recursively removing directory: /tmp/git.iql3e9/ +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.343 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.343 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.343 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.344 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kgH7uF +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 24423 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10414 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10414 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.343 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.344 | 24410 | Marked run 1391 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.344 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.348 | 24422 | Marked run 1392 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.348 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.350 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.351 | 10415 | Recursively removing directory: /tmp/git.oFSpCF/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.351 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.353 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.353 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.354 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.353 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.354 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.354 | 24431 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.354 | 10414 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.354 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.355 | 10414 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.355 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O7L0xZ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.355 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.356 | 24424 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.356 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.361 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.362 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.365 | 24430 | Marked run 1393 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.365 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.365 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.367 | 10418 | Recursively removing directory: /tmp/git.kgH7uF/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.369 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.369 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.368 | 24439 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.369 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.369 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.369 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.369 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.371 | 24443 | Added a new worker 11 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.371 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZtwRkM +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.371 | 10414 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.371 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.371 | 10414 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.372 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.376 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.378 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.379 | 10415 | Recursively removing directory: /tmp/git.O7L0xZ/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.380 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.380 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.380 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.381 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.381 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.382 | 24450 | Added a new worker 16 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.382 | 10414 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.382 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.382 | 10414 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.383 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.383 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X3HVwP +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.383 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.388 | 24445 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.388 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.389 | 24442 | Marked run 1394 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.389 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.391 | 24449 | Marked run 1395 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.392 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.398 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.397 | 10418 | Recursively removing directory: /tmp/git.ZtwRkM/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.406 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.406 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.406 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.406 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.406 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.407 | 24460 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.407 | 10414 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.407 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.407 | 10414 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.408 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.407 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PyI5sU +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.409 | 24458 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.409 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.410 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.410 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.414 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.416 | 24459 | Marked run 1396 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.416 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.418 | 24463 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.418 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.420 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.421 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.421 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.423 | 24467 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.424 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.425 | 10415 | Recursively removing directory: /tmp/git.X3HVwP/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.426 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.426 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.427 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.429 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.429 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.429 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.429 | 24474 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.429 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.430 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6fX3SB +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.430 | 10414 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.430 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.430 | 10414 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.437 | 24473 | Marked run 1397 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.438 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.440 | 24475 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.440 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.442 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.443 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.444 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.445 | 10418 | Recursively removing directory: /tmp/git.PyI5sU/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.446 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.446 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.447 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.447 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.447 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.447 | 24485 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.447 | 10414 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.447 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.448 | 10414 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JWpHuN +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.449 | 24483 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.449 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.453 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.453 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.455 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.456 | 24484 | Marked run 1398 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.456 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.458 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.458 | 24489 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.459 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.460 | 10415 | Recursively removing directory: /tmp/git.6fX3SB/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.461 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.461 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.461 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.462 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.462 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.464 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.465 | 24497 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.465 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.465 | 10414 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.465 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.465 | 10414 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.465 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GZMS8C +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.468 | 10418 | Recursively removing directory: /tmp/git.JWpHuN/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.470 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.470 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.470 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.470 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.470 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 24504 | Added a new worker 15 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.471 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yB8gan +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 10414 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 10414 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 24501 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.471 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.472 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.473 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.473 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.477 | 24496 | Marked run 1399 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.477 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.479 | 24503 | Marked run 1400 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.479 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.480 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.481 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.482 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.489 | 10415 | Recursively removing directory: /tmp/git.GZMS8C/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.491 | 24509 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.491 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.492 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.492 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.492 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.492 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.492 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.493 | 24519 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.493 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.494 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r2bWXk +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.493 | 10414 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.493 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.494 | 10414 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.496 | 10418 | Recursively removing directory: /tmp/git.yB8gan/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.498 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.498 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.498 | 24523 | Added a new worker 14 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.498 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.498 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.498 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.498 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.499 | 10414 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.499 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.499 | 10414 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.499 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qor95j +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.501 | 24518 | Marked run 1401 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.501 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.501 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.503 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.506 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.511 | 10415 | Recursively removing directory: /tmp/git.r2bWXk/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.515 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.515 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.515 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.515 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.516 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.515 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.516 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.516 | 24532 | Added a new worker 15 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.516 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.516 | 10414 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.516 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.517 | 10414 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.517 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jGUmyq +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.521 | 24522 | Marked run 1402 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.522 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.524 | 24525 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.524 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.525 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.527 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.527 | 24531 | Marked run 1403 as finished +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.528 | 10418 | Recursively removing directory: /tmp/git.qor95j/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.528 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.529 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.529 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.530 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.530 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.530 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.531 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.531 | 24542 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.531 | 10414 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.531 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.532 | 10414 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.532 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fks180 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.532 | 24541 | Marked run 1404 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.532 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.532 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.535 | 24544 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.535 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.540 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.541 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.542 | 24549 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.542 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.542 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.545 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.546 | 10415 | Recursively removing directory: /tmp/git.jGUmyq/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.547 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.547 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.547 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.547 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.547 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.548 | 24555 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.548 | 10414 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.548 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.548 | 10414 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.548 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.549 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NVoGX0 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.551 | 24554 | Marked run 1405 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.551 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.555 | 24553 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.556 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.556 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.557 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.559 | 10418 | Recursively removing directory: /tmp/git.fks180/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.560 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.560 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.560 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 24565 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 10414 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.560 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.561 | 10414 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.561 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y4gXx6 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.562 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.567 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.570 | 24564 | Marked run 1406 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.571 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.570 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.573 | 24566 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.573 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.576 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.578 | 10415 | Recursively removing directory: /tmp/git.NVoGX0/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.581 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.581 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.582 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.582 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.582 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.582 | 24573 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.583 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.585 | 24576 | Added a new worker 7 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.585 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.585 | 10414 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.585 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.586 | 10414 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.586 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xMGDej +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.587 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.590 | 24575 | Marked run 1407 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.591 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.590 | 10418 | Recursively removing directory: /tmp/git.y4gXx6/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.599 | 24579 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.599 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.601 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.602 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.602 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.602 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.602 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.605 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 24586 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10414 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.606 | 10414 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.607 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kTTnNw +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.615 | 24587 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.618 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.621 | 24585 | Marked run 1408 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.621 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.623 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.624 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.624 | 10415 | Recursively removing directory: /tmp/git.xMGDej/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.627 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.627 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.627 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.627 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.627 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 24597 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 10414 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 10414 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.628 | 24594 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.629 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.628 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nUpB7Z +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.632 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.633 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.634 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.640 | 24596 | Marked run 1409 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.641 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.640 | 10418 | Recursively removing directory: /tmp/git.kTTnNw/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.643 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.643 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.643 | 24599 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.643 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.644 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.644 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.645 | 24612 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.645 | 10414 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.645 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.645 | 10414 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.645 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.645 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7AOJrB +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.648 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.648 | 10415 | Recursively removing directory: /tmp/git.nUpB7Z/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.651 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.651 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.651 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.651 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.651 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.651 | 24616 | Added a new worker 15 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.651 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.652 | 24611 | Marked run 1410 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.652 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.652 | 10414 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.652 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.653 | 10414 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.654 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.653 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ER8HC1 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.655 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.660 | 24615 | Marked run 1411 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.660 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.666 | 24614 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.667 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.667 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.668 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.670 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.671 | 10418 | Recursively removing directory: /tmp/git.7AOJrB/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 24629 | Added a new worker 14 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10414 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.674 | 10414 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.675 | 24625 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.676 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.673 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.673 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.673 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.674 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZygI0y +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.679 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.680 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.681 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.685 | 10415 | Recursively removing directory: /tmp/git.ER8HC1/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.687 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.687 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.687 | 24628 | Marked run 1412 as finished +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.687 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.687 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.687 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.688 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.688 | 24641 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.689 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2nHEXw +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.688 | 10414 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.688 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.688 | 10414 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.689 | 24633 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.689 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.691 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.691 | 10418 | Recursively removing directory: /tmp/git.ZygI0y/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.692 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.692 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.693 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.693 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.693 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.695 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.696 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.697 | 24645 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.697 | 10414 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.697 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.698 | 10414 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.699 | 24640 | Marked run 1413 as finished +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.698 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IttpHa +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.700 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.700 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.702 | 24644 | Marked run 1414 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.705 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.705 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.706 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.709 | 10415 | Recursively removing directory: /tmp/git.2nHEXw/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.710 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.710 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.710 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.708 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.710 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.710 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.711 | 24655 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.712 | 10414 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.712 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.712 | 10414 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.712 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.712 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l75Duk +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.718 | 24653 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.719 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.720 | 24654 | Marked run 1415 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.721 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.723 | 10418 | Recursively removing directory: /tmp/git.IttpHa/ +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.726 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.726 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.727 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.727 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.727 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.728 | 24663 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.728 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.729 | 10414 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.729 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.729 | 10414 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.729 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y5mrEk +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.730 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.731 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.732 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.737 | 24662 | Marked run 1416 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.737 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.742 | 24664 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.742 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.743 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.744 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.745 | 10415 | Recursively removing directory: /tmp/git.l75Duk/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.746 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.746 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.747 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.747 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.747 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 24674 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.749 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ok2icT +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 10414 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.749 | 10414 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.757 | 10418 | Recursively removing directory: /tmp/git.y5mrEk/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.759 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.759 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.759 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.759 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.759 | 24673 | Marked run 1417 as finished +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.759 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.760 | 24682 | Added a new worker 6 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.760 | 10414 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.760 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.760 | 10414 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.760 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.760 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tbkiCn +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.761 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.761 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.762 | 24676 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.763 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.763 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.766 | 24681 | Marked run 1418 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.766 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.767 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.769 | 24685 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.770 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.770 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.771 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.772 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.775 | 24689 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.776 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.778 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.781 | 10415 | Recursively removing directory: /tmp/git.ok2icT/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.782 | 24696 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.782 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.783 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.783 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.783 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.783 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.783 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.784 | 24702 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.784 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MJC6FA +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.784 | 10414 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.784 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.784 | 10414 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.786 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.787 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.788 | 10418 | Recursively removing directory: /tmp/git.tbkiCn/ +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.789 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.789 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.789 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.789 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.789 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.790 | 24706 | Added a new worker 16 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.790 | 10414 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.790 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.790 | 10414 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.790 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aM9lPD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.793 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.794 | 24701 | Marked run 1419 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.794 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.794 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.795 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.796 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.798 | 24704 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.799 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.798 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.801 | 24705 | Marked run 1420 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.801 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.802 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.806 | 24711 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.806 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.809 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.810 | 10415 | Recursively removing directory: /tmp/git.MJC6FA/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.811 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.811 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 24724 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10414 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.812 | 10414 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.812 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.812 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IjU50C +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.813 | 10418 | Recursively removing directory: /tmp/git.aM9lPD/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.815 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.815 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.816 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.816 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.816 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.817 | 24726 | Added a new worker 16 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.817 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.817 | 10414 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.817 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.817 | 10414 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.817 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s4w6GL +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.857 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.858 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.857 | 24723 | Marked run 1421 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.857 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.860 | 24722 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.861 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.861 | 24725 | Marked run 1422 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.862 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.860 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.863 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.866 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.867 | 10415 | Recursively removing directory: /tmp/git.IjU50C/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.869 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.869 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.869 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.869 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.869 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.870 | 24738 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.870 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aRK5C5 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.870 | 10414 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.870 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.870 | 10414 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.871 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.873 | 24735 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.874 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.876 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.878 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.879 | 24737 | Marked run 1423 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.879 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.880 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.882 | 24741 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.883 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.885 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.888 | 24747 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.888 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.889 | 10418 | Recursively removing directory: /tmp/git.s4w6GL/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.890 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.890 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.891 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.891 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.891 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.891 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.892 | 24752 | Added a new worker 12 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.892 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.892 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2LaSBk +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.892 | 10414 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.892 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.892 | 10414 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.898 | 24751 | Marked run 1424 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.898 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.904 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.902 | 24753 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.903 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.905 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.906 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.907 | 10415 | Recursively removing directory: /tmp/git.aRK5C5/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.909 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.909 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.909 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.909 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.909 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.909 | 24761 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.910 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WvCrFw +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.910 | 10414 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.910 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.910 | 10414 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.911 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.915 | 24759 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.916 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.917 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.919 | 24760 | Marked run 1425 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.919 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.919 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.920 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.923 | 24765 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.923 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.926 | 10418 | Recursively removing directory: /tmp/git.2LaSBk/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.927 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.927 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.927 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.927 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.927 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.928 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.928 | 24774 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.928 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cLFonB +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.928 | 10414 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.928 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.928 | 10414 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.929 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.933 | 24773 | Marked run 1426 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.933 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.935 | 24772 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.935 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.939 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.938 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.939 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.941 | 10415 | Recursively removing directory: /tmp/git.WvCrFw/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.942 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.942 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.942 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.942 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.942 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.942 | 24784 | Added a new worker 13 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.943 | 10414 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.943 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.943 | 10414 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.943 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.943 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pugan3 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.951 | 24780 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.952 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.950 | 10418 | Recursively removing directory: /tmp/git.cLFonB/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.951 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.951 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.952 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.952 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.953 | 24790 | Added a new worker 15 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.953 | 10414 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.953 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.953 | 10414 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.953 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.953 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pRLko2 +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.954 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.956 | 24783 | Marked run 1427 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.956 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.958 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.961 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.961 | 24789 | Marked run 1428 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.962 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.963 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.964 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.971 | 24792 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.971 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.973 | 10415 | Recursively removing directory: /tmp/git.pugan3/ +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.974 | 10415 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.974 | 10415 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.975 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.976 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.976 | 10415 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.976 | 24807 | Added a new worker 10 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.976 | 10414 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.976 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.976 | 10414 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.977 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.977 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PPL94F +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.978 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.981 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.980 | 10418 | Recursively removing directory: /tmp/git.pRLko2/ +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.981 | 10418 | Process exit code: 0 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.981 | 10418 | Process output: 57 bytes +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.981 | 10418 | Waiting for a new command +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.982 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.983 | 24806 | Marked run 1429 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.983 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.984 | 24810 | Added a new worker 7 to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.986 | 10414 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.986 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.987 | 10414 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.987 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z6OZRl +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.988 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.990 | 10415 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | 10415/cimple-worker: 2023-08-28 07:32:03.991 | 10415 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.992 | 24808 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.993 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.993 | 10418 | Checking out revision HEAD +2023-08-28 07:32:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:03 | INFO | 10418/cimple-worker: 2023-08-28 07:32:03.995 | 10418 | Going to run: ./ci +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.996 | 10412 | Waiting for new connections +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.998 | 24809 | Marked run 1430 as finished +2023-08-28 07:32:03 | INFO | 10412/cimple-server: 2023-08-28 07:32:03.998 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.002 | 24815 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.003 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.006 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.007 | 10415 | Recursively removing directory: /tmp/git.PPL94F/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.008 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.008 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.008 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 24828 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10414 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.009 | 10414 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.010 | 10418 | Recursively removing directory: /tmp/git.z6OZRl/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.011 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.011 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.011 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.010 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GIekGF +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 24830 | Added a new worker 16 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 10414 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.012 | 10414 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.013 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.014 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H8czsP +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.016 | 24825 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.016 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.018 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.019 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.020 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.021 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.024 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.024 | 24827 | Marked run 1431 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.025 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.027 | 24829 | Marked run 1432 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.027 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.029 | 24835 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.029 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.032 | 10415 | Recursively removing directory: /tmp/git.GIekGF/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.032 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.034 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.034 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.034 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.035 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.035 | 10418 | Recursively removing directory: /tmp/git.H8czsP/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.035 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.036 | 24848 | Added a new worker 14 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.036 | 10414 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.036 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.036 | 10414 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.036 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gs9nmY +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.037 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.037 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.037 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.037 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.037 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.037 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.038 | 24850 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.038 | 10414 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.038 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.038 | 10414 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.038 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VIwMrJ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.039 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.044 | 24846 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.043 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.043 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.045 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.043 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.043 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.048 | 24847 | Marked run 1433 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.048 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.051 | 24849 | Marked run 1434 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.051 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.053 | 24854 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.054 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.056 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.057 | 10415 | Recursively removing directory: /tmp/git.gs9nmY/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.061 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.061 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.061 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.061 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 24867 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 10414 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 10414 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.062 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.062 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QyH6ff +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.064 | 24863 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.066 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.068 | 10418 | Recursively removing directory: /tmp/git.VIwMrJ/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.069 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.069 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.070 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.069 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.070 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.070 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.070 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.071 | 24872 | Added a new worker 6 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.071 | 10414 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.071 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.071 | 10414 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.072 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.074 | 24866 | Marked run 1435 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.071 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QYhd23 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.075 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.077 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.081 | 24871 | Marked run 1436 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.081 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.080 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.082 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.083 | 24873 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.084 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.087 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.090 | 10415 | Recursively removing directory: /tmp/git.QyH6ff/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.091 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.091 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.091 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.091 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.091 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.092 | 24882 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.092 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.094 | 24887 | Added a new worker 6 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.094 | 10414 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.094 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.094 | 10414 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.094 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.094 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b0s69U +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.096 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.098 | 10418 | Recursively removing directory: /tmp/git.QYhd23/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.099 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.099 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.100 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.101 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.099 | 24886 | Marked run 1437 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.100 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.100 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.101 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.102 | 24892 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.102 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LkBEbM +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.102 | 10414 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.102 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.102 | 10414 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.102 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.108 | 24890 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.109 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.112 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.125 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.126 | 24891 | Marked run 1438 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.127 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.128 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.129 | 24896 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.129 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.132 | 10415 | Recursively removing directory: /tmp/git.b0s69U/ +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.133 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.133 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.134 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.134 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.134 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 24905 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 10414 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 10414 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.136 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.137 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5ZVm3I +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.140 | 24904 | Marked run 1439 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.140 | 10418 | Recursively removing directory: /tmp/git.LkBEbM/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.141 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.141 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.142 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 24912 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10414 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.142 | 10414 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.142 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lf8FNO +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.144 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.146 | 24907 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.147 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.147 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.148 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.151 | 24911 | Marked run 1440 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.151 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.151 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.153 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.154 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.160 | 10415 | Recursively removing directory: /tmp/git.5ZVm3I/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.161 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.161 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.161 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.161 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.161 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.162 | 24925 | Added a new worker 14 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.162 | 10414 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.162 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.163 | 10414 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.163 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.164 | 24918 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.163 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZKr3V4 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.165 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.168 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.172 | 10418 | Recursively removing directory: /tmp/git.lf8FNO/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.172 | 24924 | Marked run 1441 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.173 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.182 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.182 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 24932 | Added a new worker 14 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 10414 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 10414 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.183 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.182 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.182 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.182 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.184 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.upa8U4 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.184 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.189 | 24930 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.189 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.191 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.191 | 24931 | Marked run 1442 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.191 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.192 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.194 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.196 | 24938 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.197 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.198 | 10415 | Recursively removing directory: /tmp/git.ZKr3V4/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.200 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.200 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.200 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.200 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.200 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.200 | 24944 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.201 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.201 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.201 | 10414 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.201 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.201 | 10414 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.201 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.guBjhl +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.208 | 10418 | Recursively removing directory: /tmp/git.upa8U4/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.208 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.209 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.209 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.209 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.210 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 24952 | Added a new worker 16 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 10414 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.210 | 10414 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.210 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8ZdqQt +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.211 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.211 | 24945 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.213 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.218 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.220 | 10415 | Recursively removing directory: /tmp/git.guBjhl/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.221 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.221 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.222 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.222 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.223 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.223 | 24943 | Marked run 1443 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.223 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.224 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.224 | 24963 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.225 | 10414 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.225 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.225 | 10414 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.225 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.226 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yHwiZN +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.228 | 24951 | Marked run 1444 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.229 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.231 | 24958 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.232 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.233 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.234 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.234 | 24962 | Marked run 1445 as finished +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.235 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.236 | 10418 | Recursively removing directory: /tmp/git.8ZdqQt/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.237 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.237 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.237 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.237 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.237 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.239 | 24972 | Added a new worker 11 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.239 | 10414 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.239 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.239 | 10414 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.239 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pFZaUs +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.239 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.240 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.241 | 24971 | Marked run 1446 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.241 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.245 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.248 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.250 | 10415 | Recursively removing directory: /tmp/git.yHwiZN/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.251 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.251 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.251 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.251 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.251 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.252 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p78Ijc +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.252 | 24981 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.252 | 10414 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.252 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.252 | 10414 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.254 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.255 | 24974 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.256 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.259 | 24980 | Marked run 1447 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.259 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.259 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.262 | 10418 | Recursively removing directory: /tmp/git.pFZaUs/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.263 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.263 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.264 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 24990 | Added a new worker 14 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 10414 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.264 | 10414 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.265 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.265 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.265 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5d7pCV +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.265 | 24987 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.266 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.268 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.272 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.272 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.273 | 24989 | Marked run 1448 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.273 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.273 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.278 | 24993 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.278 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.282 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.285 | 10415 | Recursively removing directory: /tmp/git.p78Ijc/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.286 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.286 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.286 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.285 | 10418 | Recursively removing directory: /tmp/git.5d7pCV/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.287 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.287 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.287 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.287 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.287 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.287 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.288 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.288 | 25010 | Added a new worker 17 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.288 | 10414 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.288 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.288 | 10414 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.289 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.289 | 25005 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.289 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.289 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OnZOqa +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.291 | 25008 | Added a new worker 7 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.294 | 10414 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.294 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.294 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.294 | 25009 | Marked run 1450 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.294 | 10414 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.294 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5XEg24 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.295 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.298 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.299 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.299 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.299 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.302 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.306 | 25007 | Marked run 1449 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.306 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.308 | 25012 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.309 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.311 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.312 | 10418 | Recursively removing directory: /tmp/git.OnZOqa/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.314 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.314 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.314 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.314 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.314 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.315 | 25028 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.315 | 10414 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.315 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.315 | 10414 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.315 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.315 | 10415 | Recursively removing directory: /tmp/git.5XEg24/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.316 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.316 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.317 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.316 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1K6lm0 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 25030 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 10414 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.317 | 10414 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.318 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.318 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oaz8vd +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.322 | 25025 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.324 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.324 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.325 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.325 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.326 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.329 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.335 | 10415 | Recursively removing directory: /tmp/git.oaz8vd/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.336 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.336 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.336 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.336 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.337 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.337 | 25045 | Added a new worker 17 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.338 | 10414 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.338 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.338 | 10414 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.338 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.338 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gPwWFg +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.340 | 25029 | Marked run 1452 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.341 | 10418 | Recursively removing directory: /tmp/git.1K6lm0/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.342 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.345 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.345 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.345 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.345 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.345 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.345 | 25027 | Marked run 1451 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.346 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.346 | 25048 | Added a new worker 8 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.346 | 10414 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.346 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.347 | 10414 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.347 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NH3L5s +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.347 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.348 | 25044 | Marked run 1454 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.348 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.351 | 25034 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.352 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.353 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.354 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.356 | 25047 | Marked run 1453 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.356 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.356 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.357 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.356 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.359 | 25050 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.360 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.364 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.369 | 10415 | Recursively removing directory: /tmp/git.gPwWFg/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.369 | 10418 | Recursively removing directory: /tmp/git.NH3L5s/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.371 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.371 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.371 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.371 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.371 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.372 | 25058 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.373 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.374 | 25065 | Marked run 1456 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.375 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.376 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.379 | 25068 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.379 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.380 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.380 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.381 | 25066 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.381 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.381 | 10414 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.381 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.381 | 10414 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.382 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9iSUYL +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.376 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.380 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.381 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.382 | 25070 | Added a new worker 11 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.382 | 10414 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.382 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.382 | 10414 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.383 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.384 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dk0I2J +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.385 | 25069 | Marked run 1455 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.385 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.388 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.392 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.398 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.401 | 25072 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.402 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.402 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.403 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.405 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.409 | 25078 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.409 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.411 | 10418 | Recursively removing directory: /tmp/git.9iSUYL/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.413 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.413 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.414 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.414 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 25087 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 10414 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.414 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.415 | 10414 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.415 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VqcGhE +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.418 | 25085 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.419 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.422 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.420 | 10415 | Recursively removing directory: /tmp/git.Dk0I2J/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.422 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.422 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.422 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 25094 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10414 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.423 | 10414 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.423 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WgZqtH +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.426 | 25086 | Marked run 1457 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.426 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.430 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.431 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.431 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.432 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.436 | 25092 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.436 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.440 | 25093 | Marked run 1458 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.440 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.441 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.443 | 10415 | Recursively removing directory: /tmp/git.WgZqtH/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.444 | 25107 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.445 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.446 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.446 | 10418 | Recursively removing directory: /tmp/git.VqcGhE/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.445 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.445 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.445 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.447 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.448 | 25111 | Added a new worker 6 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.448 | 10414 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.448 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.448 | 10414 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.448 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZQZOzv +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.448 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.450 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.450 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.450 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.451 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.452 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.452 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.453 | 25114 | Added a new worker 16 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.453 | 10414 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.453 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.454 | 10414 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.454 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.454 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zuHWyC +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.455 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.456 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.458 | 25110 | Marked run 1460 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.458 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.460 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.462 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.463 | 25113 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.464 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.465 | 25112 | Marked run 1459 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.466 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.466 | 10415 | Recursively removing directory: /tmp/git.ZQZOzv/ +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.467 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.467 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 25125 | Added a new worker 11 to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.468 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10414 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10414 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.468 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.469 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5tQxLj +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.471 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.474 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.475 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.476 | 25124 | Marked run 1461 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.476 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.477 | 10418 | Recursively removing directory: /tmp/git.zuHWyC/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.480 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.479 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.479 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.480 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.480 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.481 | 25126 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.481 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.483 | 25134 | Added a new worker 6 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.483 | 10414 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.483 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.483 | 10414 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.483 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.483 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S80NXv +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.485 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.486 | 25133 | Marked run 1462 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.487 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.491 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.491 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.491 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.489 | 10415 | Recursively removing directory: /tmp/git.5tQxLj/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.491 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.491 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.491 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.492 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.492 | 25139 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.492 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.493 | 25142 | Added a new worker 6 to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.493 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8wDXUB +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.493 | 10414 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.493 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.493 | 10414 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.494 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.498 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.500 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.500 | 10418 | Recursively removing directory: /tmp/git.S80NXv/ +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.503 | 25141 | Marked run 1463 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.503 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.503 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.503 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.503 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.504 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.504 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.504 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.505 | 25153 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.505 | 10414 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.505 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.505 | 10414 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.506 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.505 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HP97FB +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.512 | 25151 | Marked run 1464 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.513 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.517 | 25152 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.518 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.520 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.521 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.520 | 10415 | Recursively removing directory: /tmp/git.8wDXUB/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.521 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.521 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.521 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.521 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.521 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.522 | 25161 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.522 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sJRLuA +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.522 | 10414 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.522 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.522 | 10414 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.524 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.524 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.528 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.529 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.534 | 25160 | Marked run 1465 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.535 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.536 | 10418 | Recursively removing directory: /tmp/git.HP97FB/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.537 | 25163 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.538 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.538 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.538 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.538 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.538 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.538 | 25174 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.538 | 10414 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.538 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.539 | 10414 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.539 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.539 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vgsPy2 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.541 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.544 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.546 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.546 | 10415 | Recursively removing directory: /tmp/git.sJRLuA/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.548 | 25173 | Marked run 1466 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.549 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.550 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.550 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.550 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.550 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.550 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.551 | 25181 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.552 | 10414 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.552 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.552 | 10414 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.552 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gnoGUy +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.553 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.553 | 25175 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.554 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.558 | 25180 | Marked run 1467 as finished +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.558 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.558 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.559 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.560 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.563 | 25185 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.564 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.567 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.568 | 10418 | Recursively removing directory: /tmp/git.vgsPy2/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.573 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.573 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.573 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.572 | 25192 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.573 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.573 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.575 | 25197 | Added a new worker 11 to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.575 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6dT0vi +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.575 | 10414 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.575 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.575 | 10414 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.575 | 25196 | Marked run 1468 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.576 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.576 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.577 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.580 | 10415 | Recursively removing directory: /tmp/git.gnoGUy/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.582 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.582 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.581 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.581 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.582 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.582 | 25202 | Added a new worker 14 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.582 | 10414 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.583 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.583 | 10414 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.583 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.584 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.22olrU +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.587 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.589 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.589 | 25200 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.590 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.592 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.592 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.594 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.596 | 25201 | Marked run 1469 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.597 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.598 | 25206 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.599 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.605 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.608 | 10418 | Recursively removing directory: /tmp/git.6dT0vi/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.609 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.609 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.610 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 25219 | Added a new worker 9 to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.611 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eWJl78 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.612 | 10415 | Recursively removing directory: /tmp/git.22olrU/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 10414 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.610 | 10414 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.611 | 25214 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.612 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.614 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.614 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.614 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.615 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.615 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.617 | 25223 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.617 | 10414 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.617 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.617 | 10414 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.617 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.618 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.619 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.618 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5HtHv2 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.623 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.625 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.627 | 25218 | Marked run 1470 as finished +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.627 | 10418 | Recursively removing directory: /tmp/git.eWJl78/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.627 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.631 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.631 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.632 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.632 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.632 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.633 | 25235 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.633 | 10414 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.633 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.633 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.633 | 10414 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.633 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BvGjAg +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.634 | 25222 | Marked run 1471 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.634 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.638 | 10415 | Recursively removing directory: /tmp/git.5HtHv2/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.639 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.639 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 25240 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 10414 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.639 | 10414 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.639 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.640 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Ur6zC +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.640 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.641 | 25231 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.642 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.644 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.646 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.646 | 25234 | Marked run 1472 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.647 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.648 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.652 | 25239 | Marked run 1473 as finished +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.653 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.653 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.654 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.655 | 25243 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.655 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.659 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.661 | 10418 | Recursively removing directory: /tmp/git.BvGjAg/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.662 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.662 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.663 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.662 | 25253 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.663 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.663 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.664 | 25258 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.664 | 10414 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.664 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.664 | 10414 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.664 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.665 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.By9P9J +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.666 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.669 | 10415 | Recursively removing directory: /tmp/git.4Ur6zC/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.670 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.670 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.670 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.670 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.670 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.671 | 25262 | Added a new worker 16 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.671 | 10414 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.671 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.671 | 10414 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.671 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iSWomM +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.672 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.672 | 25260 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.674 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.674 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.674 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.677 | 25257 | Marked run 1474 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.677 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.678 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.678 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.679 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.684 | 25265 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.685 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.687 | 25261 | Marked run 1475 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.687 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.689 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.690 | 10418 | Recursively removing directory: /tmp/git.By9P9J/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.691 | 10415 | Recursively removing directory: /tmp/git.iSWomM/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.692 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.692 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.691 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.691 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.692 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.693 | 25280 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.693 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.693 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.693 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.693 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.694 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.694 | 10414 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.694 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.694 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.694 | 10414 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.695 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P5NgSi +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.696 | 25282 | Added a new worker 18 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.696 | 10414 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.696 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.696 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.696 | 10414 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.696 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RjLOmm +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.699 | 25277 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.700 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.702 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.702 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.704 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.706 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.706 | 25279 | Marked run 1476 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.706 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.708 | 25281 | Marked run 1477 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.708 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.711 | 25285 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.711 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.714 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.716 | 25296 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.717 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.718 | 10418 | Recursively removing directory: /tmp/git.P5NgSi/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.719 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.719 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.719 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.719 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.719 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.719 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.720 | 10415 | Recursively removing directory: /tmp/git.RjLOmm/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.720 | 25301 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.721 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.721 | 10414 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.721 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.721 | 10414 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.722 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HDv17Z +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.723 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.723 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.723 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 25304 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 10414 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.723 | 10414 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.723 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B7eOYX +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.724 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.742 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.743 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.742 | 25302 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.744 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.746 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.747 | 25300 | Marked run 1478 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.747 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.749 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.749 | 25303 | Marked run 1479 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.750 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.751 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.753 | 10418 | Recursively removing directory: /tmp/git.HDv17Z/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.755 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.755 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.756 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.756 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.756 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 25318 | Added a new worker 8 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 25312 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 10414 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.757 | 10414 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.757 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PnSDFL +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.758 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.761 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.762 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.763 | 10415 | Recursively removing directory: /tmp/git.B7eOYX/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.764 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.765 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.766 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.766 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.766 | 25317 | Marked run 1480 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.766 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.766 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.766 | 25325 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.767 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.767 | 10414 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.767 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.767 | 10414 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.767 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y5sYS2 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.769 | 25321 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.770 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.773 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.776 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.777 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.777 | 25324 | Marked run 1481 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.778 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.782 | 10418 | Recursively removing directory: /tmp/git.PnSDFL/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.784 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.784 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.784 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.784 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.784 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.785 | 25339 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.785 | 10414 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.785 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.785 | 10414 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.785 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oYCBPO +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.786 | 25328 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.788 | 10415 | Recursively removing directory: /tmp/git.y5sYS2/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.788 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.788 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.789 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.789 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.789 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.790 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.790 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.791 | 25343 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.791 | 10414 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.791 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.791 | 10414 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.791 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZDZegx +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.793 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.793 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.796 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.796 | 25338 | Marked run 1482 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.796 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.797 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.800 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.800 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.803 | 25344 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.804 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.805 | 25342 | Marked run 1483 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.806 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.809 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.810 | 10418 | Recursively removing directory: /tmp/git.oYCBPO/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.811 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.811 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.811 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.811 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.811 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.811 | 25359 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.812 | 10414 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.812 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.812 | 10414 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.812 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.812 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SBDxRP +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.814 | 10415 | Recursively removing directory: /tmp/git.ZDZegx/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.815 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.815 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.816 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.816 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.816 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.816 | 25358 | Marked run 1484 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 25362 | Added a new worker 8 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 10414 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 10414 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.817 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.820 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qRZB4k +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.821 | 25357 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.821 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.825 | 25361 | Marked run 1485 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.825 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.826 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.826 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.827 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.833 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.834 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.838 | 25364 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.840 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.843 | 10418 | Recursively removing directory: /tmp/git.SBDxRP/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.844 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.844 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.844 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.846 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.847 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.847 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.848 | 25379 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.848 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.848 | 10414 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.848 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.848 | 10414 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.851 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6aDWsE +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.853 | 25378 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.853 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.855 | 10415 | Recursively removing directory: /tmp/git.qRZB4k/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.856 | 25375 | Marked run 1486 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.856 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.857 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.857 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.857 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.857 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.857 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.858 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.858 | 25383 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.858 | 10414 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.858 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.858 | 10414 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.858 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KzyUhQ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.859 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.868 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.869 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.870 | 25384 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.871 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.873 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.874 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.874 | 25382 | Marked run 1487 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.874 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.876 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.879 | 25390 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.879 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.880 | 10418 | Recursively removing directory: /tmp/git.6aDWsE/ +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.881 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.881 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.882 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.882 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.882 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.882 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.882 | 25398 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.883 | 10414 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.883 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.883 | 10414 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.883 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YkG0G6 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.883 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.888 | 10415 | Recursively removing directory: /tmp/git.KzyUhQ/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.889 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.890 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.890 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.890 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.890 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.890 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.890 | 25404 | Added a new worker 15 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.890 | 10414 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.890 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.891 | 10414 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.891 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KmNktZ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.891 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.892 | 25397 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.892 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.896 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.897 | 25396 | Marked run 1488 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.897 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.899 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.900 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.900 | 25403 | Marked run 1489 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.900 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.901 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.903 | 25406 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.903 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.907 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.910 | 25414 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.910 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.912 | 10418 | Recursively removing directory: /tmp/git.YkG0G6/ +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.914 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.914 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.914 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.914 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.914 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.914 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.916 | 10415 | Recursively removing directory: /tmp/git.KmNktZ/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.916 | 25422 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.916 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.918 | 25424 | Added a new worker 8 to the queue +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.919 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.919 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.919 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.920 | 25423 | Marked run 1490 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.920 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.920 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.920 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.920 | 25427 | Added a new worker 16 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.921 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CGX3oA +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.921 | 10414 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.922 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8cnC1L +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.922 | 25426 | Marked run 1491 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.922 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.924 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.926 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.927 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.927 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.928 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.932 | 25428 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.932 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.935 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.937 | 25438 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.937 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.940 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.939 | 10418 | Recursively removing directory: /tmp/git.CGX3oA/ +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.941 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.941 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.941 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.941 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.941 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.942 | 25446 | Added a new worker 13 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.942 | 10414 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.942 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.942 | 10414 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.942 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.943 | 25444 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 25448 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10414 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10414 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.944 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.942 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.152mHq +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.943 | 10415 | Recursively removing directory: /tmp/git.8cnC1L/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.944 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.944 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.944 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.947 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.949 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fIlA41 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.953 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.954 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.955 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.957 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.958 | 25450 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.959 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.961 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.964 | 25445 | Marked run 1492 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.965 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.966 | 10418 | Recursively removing directory: /tmp/git.152mHq/ +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.966 | 25456 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.967 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.969 | 10418 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.969 | 10418 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.969 | 25447 | Marked run 1493 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.969 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.969 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.969 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.969 | 10418 | Waiting for a new command +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.971 | 25467 | Added a new worker 10 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.971 | 10414 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.971 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.971 | 10414 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.971 | 10415 | Recursively removing directory: /tmp/git.fIlA41/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.972 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.972 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.972 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.971 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GPDHts +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.973 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.973 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.973 | 25469 | Added a new worker 12 to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.973 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.974 | 10414 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.974 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.974 | 10414 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.976 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aPJx4W +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.977 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.985 | 25468 | Marked run 1495 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.985 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.986 | 10418 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.986 | 10415 | Checking out revision HEAD +2023-08-28 07:32:04 | INFO | 10418/cimple-worker: 2023-08-28 07:32:04.987 | 10418 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.987 | 10415 | Going to run: ./ci +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.990 | 25466 | Marked run 1494 as finished +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.990 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.992 | 25470 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.993 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.996 | 10412 | Waiting for new connections +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.997 | 10415 | Recursively removing directory: /tmp/git.aPJx4W/ +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.998 | 10415 | Process exit code: 0 +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.998 | 10415 | Process output: 57 bytes +2023-08-28 07:32:04 | INFO | 10415/cimple-worker: 2023-08-28 07:32:04.999 | 10415 | Waiting for a new command +2023-08-28 07:32:04 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.999 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:04.999 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.000 | 25485 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.000 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.000 | 10414 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.000 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.001 | 10414 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.002 | 25481 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.001 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qiRqWA +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.003 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.006 | 10418 | Recursively removing directory: /tmp/git.GPDHts/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.008 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.008 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.008 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.008 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.009 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.010 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.010 | 25490 | Added a new worker 7 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.010 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.010 | 10414 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.011 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.011 | 10414 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.011 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.012 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.011 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AzqrQv +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.013 | 25484 | Marked run 1497 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.013 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.015 | 25488 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.016 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.019 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.019 | 25489 | Marked run 1496 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.019 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.020 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.021 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.025 | 10415 | Recursively removing directory: /tmp/git.qiRqWA/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.026 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.026 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.026 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 25503 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10414 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.027 | 10414 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.028 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DsfJvf +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.028 | 25496 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.029 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.032 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.034 | 10418 | Recursively removing directory: /tmp/git.AzqrQv/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.035 | 25502 | Marked run 1498 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.035 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.036 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.036 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.036 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.036 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.036 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.037 | 25510 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.037 | 10414 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.037 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.037 | 10414 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.037 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.037 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mHZh3g +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.038 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.039 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.042 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.043 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.044 | 25508 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.045 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.047 | 25509 | Marked run 1499 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.047 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.050 | 10415 | Recursively removing directory: /tmp/git.DsfJvf/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.052 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.052 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.052 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.052 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.052 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.052 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.053 | 25526 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.053 | 10414 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.053 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.053 | 10414 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.054 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.054 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L0V2f2 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.055 | 10418 | Recursively removing directory: /tmp/git.mHZh3g/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.059 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.060 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.060 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.057 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.057 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.057 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.061 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.061 | 25528 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.061 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.061 | 10414 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.061 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.061 | 10414 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.061 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DQchfj +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.075 | 25524 | Marked run 1500 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.075 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.077 | 25527 | Marked run 1501 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.077 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.079 | 10415 | Recursively removing directory: /tmp/git.L0V2f2/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.081 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.081 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 25536 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10414 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.081 | 10414 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.081 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.082 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XG7oUv +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.082 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.085 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.085 | 25523 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.086 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.090 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.091 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.095 | 25535 | Marked run 1502 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.095 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.095 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.097 | 10418 | Recursively removing directory: /tmp/git.DQchfj/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.100 | 25547 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.099 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.099 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.100 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.100 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.100 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.101 | 10415 | Recursively removing directory: /tmp/git.XG7oUv/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.102 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.102 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.102 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 25555 | Added a new worker 17 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 10414 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.103 | 10414 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.104 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.104 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.105 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jf0PJh +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.105 | 25554 | Marked run 1504 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.106 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.106 | 25552 | Added a new worker 11 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.107 | 10414 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.107 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.107 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.107 | 10414 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.107 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n79maz +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.112 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.113 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.114 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.115 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.115 | 25551 | Marked run 1503 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.115 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.117 | 25556 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.118 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.121 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.124 | 25564 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.125 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.126 | 10418 | Recursively removing directory: /tmp/git.n79maz/ +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.127 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.127 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.127 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.127 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.127 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.129 | 25573 | Added a new worker 11 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.129 | 10414 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.129 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.129 | 10414 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.129 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.133 | 10415 | Recursively removing directory: /tmp/git.Jf0PJh/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.129 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M4OKjS +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.135 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.135 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.135 | 25575 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.135 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.135 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.136 | 10414 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.136 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.136 | 10414 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.135 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.135 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.135 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.136 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VtQUKm +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.137 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.137 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.138 | 25572 | Marked run 1506 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.138 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.140 | 25574 | Marked run 1505 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.140 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.147 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.148 | 25577 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.148 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.149 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.153 | 10418 | Recursively removing directory: /tmp/git.M4OKjS/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.154 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.154 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.155 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 25590 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10414 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10414 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.155 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.155 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rIJiVV +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.157 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.161 | 25589 | Marked run 1507 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.162 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.162 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.161 | 10415 | Recursively removing directory: /tmp/git.VtQUKm/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.162 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.162 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.162 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 25594 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 10414 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 10414 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.163 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.163 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sW8cLF +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.164 | 25591 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.164 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.165 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.167 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.171 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.176 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.177 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.182 | 10418 | Recursively removing directory: /tmp/git.rIJiVV/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.184 | 25593 | Marked run 1508 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.184 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.187 | 10415 | Recursively removing directory: /tmp/git.sW8cLF/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.188 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.188 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.189 | 25610 | Added a new worker 14 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.190 | 10414 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.190 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.190 | 10414 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.191 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.188 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.188 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.189 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.190 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PcSlsk +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.192 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.192 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 25612 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.193 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.194 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VbUQic +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10414 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.193 | 10414 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.194 | 25597 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.195 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.198 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.199 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.199 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.201 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.202 | 25609 | Marked run 1509 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.203 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.203 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.204 | 25611 | Marked run 1510 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.204 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.207 | 25616 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.207 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.211 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.214 | 10418 | Recursively removing directory: /tmp/git.PcSlsk/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.215 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.215 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.215 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.214 | 10415 | Recursively removing directory: /tmp/git.VbUQic/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.215 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.215 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.215 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.215 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.216 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.216 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.216 | 25630 | Added a new worker 17 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.216 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.216 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.217 | 25626 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.217 | 10414 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.217 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.217 | 10414 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.218 | 25632 | Added a new worker 8 to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.217 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VZZtEI +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.218 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.osuhyA +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.218 | 10414 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.218 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.218 | 10414 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.220 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.225 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.223 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.226 | 25631 | Marked run 1511 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.226 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.227 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.228 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.229 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.235 | 25629 | Marked run 1512 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.235 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.241 | 10418 | Recursively removing directory: /tmp/git.osuhyA/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.243 | 25638 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.243 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.245 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.245 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.245 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.245 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.245 | 25652 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.245 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.245 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.246 | 10414 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.246 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.246 | 10414 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.246 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3hnTtP +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.248 | 10415 | Recursively removing directory: /tmp/git.VZZtEI/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 25654 | Added a new worker 9 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.249 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.249 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.250 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10414 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.250 | 10414 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.251 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9mNTib +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.252 | 25651 | Marked run 1514 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.252 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.256 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.256 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.257 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.258 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.258 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.267 | 10418 | Recursively removing directory: /tmp/git.3hnTtP/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.268 | 25653 | Marked run 1513 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.268 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.270 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.270 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.270 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.270 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.270 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.270 | 25668 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.270 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.271 | 10414 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.271 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.271 | 10414 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.272 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OEAKBt +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.275 | 25656 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.275 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.276 | 25667 | Marked run 1515 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.276 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.277 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.278 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.283 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.284 | 10415 | Recursively removing directory: /tmp/git.9mNTib/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.292 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.292 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.292 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.292 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.293 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.293 | 25673 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.293 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.295 | 25678 | Added a new worker 7 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.295 | 10414 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.295 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.295 | 10414 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.295 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cQgB3K +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.296 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.297 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.301 | 10418 | Recursively removing directory: /tmp/git.OEAKBt/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.305 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.305 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.305 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 25683 | Added a new worker 16 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 10414 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.306 | 10414 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.306 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.306 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gnB7ZB +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.307 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.307 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.309 | 25677 | Marked run 1516 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.309 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.311 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.313 | 25681 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.313 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.314 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.315 | 25682 | Marked run 1517 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.316 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.317 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.320 | 25691 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.320 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.322 | 10415 | Recursively removing directory: /tmp/git.cQgB3K/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.323 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.323 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.324 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 25698 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 10414 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.324 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.325 | 10414 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.325 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kr1vbH +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.326 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.329 | 10418 | Recursively removing directory: /tmp/git.gnB7ZB/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.330 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.330 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.330 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.331 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.331 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.330 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.331 | 25703 | Added a new worker 16 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.332 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.332 | 10414 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.332 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.332 | 10414 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.332 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4FI80j +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.332 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.340 | 25696 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.340 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.341 | 25697 | Marked run 1518 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.343 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.345 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.347 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.348 | 25702 | Marked run 1519 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.348 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.349 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.352 | 25709 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.353 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.355 | 10415 | Recursively removing directory: /tmp/git.kr1vbH/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.356 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.356 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.356 | 10418 | Recursively removing directory: /tmp/git.4FI80j/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.357 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.357 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.357 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 25720 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 10414 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.357 | 10414 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.357 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.358 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.361 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XIuRVs +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.360 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ARKtIC +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.358 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.361 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.361 | 25722 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.361 | 10414 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.361 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.361 | 10414 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.362 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.365 | 25719 | Marked run 1520 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.365 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.368 | 25721 | Marked run 1521 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.369 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.369 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.370 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.370 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.372 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.376 | 25723 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.376 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.378 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.384 | 10415 | Recursively removing directory: /tmp/git.ARKtIC/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.385 | 10418 | Recursively removing directory: /tmp/git.XIuRVs/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.386 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.386 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.386 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.386 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.386 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.386 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.386 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.386 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 25739 | Added a new worker 18 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10414 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10414 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.387 | 25741 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.388 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.388 | 10414 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.388 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.388 | 10414 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.389 | 25732 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.389 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.387 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XLb1H1 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.388 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mtrUWn +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.392 | 25740 | Marked run 1523 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.392 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.394 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.394 | 25738 | Marked run 1522 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.394 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.399 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.400 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.401 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.402 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.402 | 25743 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.402 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.407 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.410 | 25749 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.411 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.413 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.416 | 10418 | Recursively removing directory: /tmp/git.mtrUWn/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.417 | 10415 | Recursively removing directory: /tmp/git.XLb1H1/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.418 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.418 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.418 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.418 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.418 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.418 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.418 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.418 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.418 | 25762 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.419 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.419 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.421 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HTkz87 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.420 | 10414 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.420 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.420 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.420 | 10414 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.420 | 25758 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.421 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.421 | 25763 | Added a new worker 18 to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.422 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c7Z1k2 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.422 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.422 | 10414 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.422 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.422 | 10414 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.424 | 25760 | Marked run 1525 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.424 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.427 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.428 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.428 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.429 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.432 | 25761 | Marked run 1524 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.432 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.434 | 25767 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.435 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.437 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.443 | 10415 | Recursively removing directory: /tmp/git.c7Z1k2/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.445 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.445 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.445 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.445 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.445 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.446 | 25780 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.446 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OfclyA +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.446 | 10414 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.446 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.446 | 10414 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.447 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.447 | 10418 | Recursively removing directory: /tmp/git.HTkz87/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.448 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.448 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 25783 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10414 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10414 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.449 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lwuCJo +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.449 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.451 | 25772 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.452 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.454 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.455 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.456 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.458 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.459 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.461 | 25779 | Marked run 1527 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.461 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.462 | 25782 | Marked run 1526 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.463 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.465 | 25787 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.465 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.468 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.470 | 10418 | Recursively removing directory: /tmp/git.lwuCJo/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.471 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.471 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.471 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.472 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.472 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.472 | 10415 | Recursively removing directory: /tmp/git.OfclyA/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.473 | 25801 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.473 | 10414 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.473 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.473 | 10414 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.474 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.474 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uKkz26 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.475 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.475 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.475 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 25803 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 10414 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.476 | 10414 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.476 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lHMOke +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.477 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.480 | 25798 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.481 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.481 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.482 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.483 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.483 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.487 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.492 | 25800 | Marked run 1529 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.492 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.495 | 25802 | Marked run 1528 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.496 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.497 | 25807 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.498 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.498 | 10415 | Recursively removing directory: /tmp/git.lHMOke/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.499 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.499 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.500 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 25820 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10414 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.500 | 10414 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.500 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4kFtCY +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.504 | 10418 | Recursively removing directory: /tmp/git.uKkz26/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.506 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.508 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.508 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.508 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 25823 | Added a new worker 16 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 10414 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.510 | 10414 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.510 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.trpHzW +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.511 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.512 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.513 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.513 | 25819 | Marked run 1531 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.513 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.517 | 25821 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.518 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.520 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.521 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.524 | 10415 | Recursively removing directory: /tmp/git.4kFtCY/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.525 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.525 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.525 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.524 | 25822 | Marked run 1530 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 25833 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10414 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.526 | 10414 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.527 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7DhuvK +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.527 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.531 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.532 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.534 | 25832 | Marked run 1532 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.535 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.537 | 25834 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.537 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.539 | 10418 | Recursively removing directory: /tmp/git.trpHzW/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.542 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.542 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.542 | 10415 | Recursively removing directory: /tmp/git.7DhuvK/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.544 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.544 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.543 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.543 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.543 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.545 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 25850 | Added a new worker 14 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 10414 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.545 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.546 | 10414 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.547 | 25848 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.547 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W6saho +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.547 | 10414 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.547 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.547 | 10414 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.548 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9EdRO3 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.552 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.567 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.568 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.568 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.569 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.572 | 25847 | Marked run 1534 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.573 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.575 | 25851 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.576 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.578 | 25849 | Marked run 1533 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.578 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.580 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.581 | 10418 | Recursively removing directory: /tmp/git.W6saho/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.583 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.583 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 25867 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.583 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.583 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.583 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.584 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bLEcFm +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.582 | 10415 | Recursively removing directory: /tmp/git.9EdRO3/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.584 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.584 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.584 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10414 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.584 | 10414 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.585 | 25869 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.585 | 10414 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.585 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.585 | 10414 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.585 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8hj7ZW +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.586 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.591 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.592 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.593 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.593 | 25865 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.594 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.594 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.597 | 25868 | Marked run 1536 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.597 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.598 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.599 | 25866 | Marked run 1535 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.599 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.602 | 25874 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.603 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.606 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.607 | 10418 | Recursively removing directory: /tmp/git.bLEcFm/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.609 | 10415 | Recursively removing directory: /tmp/git.8hj7ZW/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.609 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.609 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.609 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.609 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.609 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.610 | 25887 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.610 | 10414 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.610 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.610 | 10414 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.611 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.610 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tXPhBl +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.611 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.612 | 25889 | Added a new worker 17 to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.610 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.610 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.611 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.612 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DXwIL1 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.612 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.612 | 10414 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.612 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.612 | 10414 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.613 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.632 | 25884 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.634 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.635 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.636 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.639 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.640 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.640 | 25888 | Marked run 1538 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.640 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.642 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.643 | 25892 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.644 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.646 | 25886 | Marked run 1537 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.646 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.650 | 25897 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.650 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.652 | 10418 | Recursively removing directory: /tmp/git.tXPhBl/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.653 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.653 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.653 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.654 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.654 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.654 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.655 | 25908 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.655 | 10414 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.655 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.655 | 10414 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.655 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DECrIB +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.656 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.658 | 10415 | Recursively removing directory: /tmp/git.DXwIL1/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.659 | 25906 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.660 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.660 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.660 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.660 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.660 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.660 | 25911 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.663 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.663 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.663 | 10414 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.663 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.663 | 10414 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.664 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.99ui2U +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.665 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.667 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.668 | 25907 | Marked run 1539 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.668 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.669 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.670 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.674 | 25913 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.675 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.677 | 25910 | Marked run 1540 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.678 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.679 | 10418 | Recursively removing directory: /tmp/git.DECrIB/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.680 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.682 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.682 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.682 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.683 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FXj8HX +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.682 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.682 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 25929 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 25926 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 10414 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.683 | 10414 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.687 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.688 | 10415 | Recursively removing directory: /tmp/git.99ui2U/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.690 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.690 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.690 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.690 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.690 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.690 | 25933 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.690 | 10414 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.691 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.691 | 10414 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.691 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cJY6iO +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.691 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.692 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.692 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.696 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.698 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.699 | 25928 | Marked run 1541 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.700 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.701 | 25932 | Marked run 1542 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.702 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.702 | 10418 | Recursively removing directory: /tmp/git.FXj8HX/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.704 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.704 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.704 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.704 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.704 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.704 | 25943 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.705 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.705 | 10414 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.705 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.705 | 10414 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.705 | 25931 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.706 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.705 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9I4y2u +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.709 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.709 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.710 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.715 | 25942 | Marked run 1543 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.716 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.717 | 25946 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.718 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.719 | 10415 | Recursively removing directory: /tmp/git.cJY6iO/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.720 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.720 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.721 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.721 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.721 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.721 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.722 | 25955 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.722 | 10414 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.722 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.722 | 10414 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.722 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oLqhQm +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.723 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.726 | 10418 | Recursively removing directory: /tmp/git.9I4y2u/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.727 | 25956 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.728 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.728 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.727 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.727 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.727 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.730 | 25961 | Added a new worker 12 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.732 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.733 | 10414 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.733 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.733 | 10414 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.733 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f3HTGB +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.733 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.737 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.737 | 25954 | Marked run 1544 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.737 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.739 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.739 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.740 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.746 | 25960 | Marked run 1545 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.746 | 25963 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.746 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.750 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.752 | 25976 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.753 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.755 | 10415 | Recursively removing directory: /tmp/git.oLqhQm/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.756 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.756 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.756 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.756 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.756 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.756 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.757 | 10418 | Recursively removing directory: /tmp/git.f3HTGB/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.757 | 25981 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.757 | 10414 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.757 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.757 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.757 | 10414 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.758 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cqPyo6 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.759 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.759 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.759 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.759 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p7NZrN +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 25983 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10414 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.759 | 10414 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.764 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.764 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.765 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.765 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.769 | 25980 | Marked run 1546 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.770 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.772 | 25982 | Marked run 1547 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.772 | 25979 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.773 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.777 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.778 | 10418 | Recursively removing directory: /tmp/git.p7NZrN/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.780 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.780 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.780 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.780 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.780 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.781 | 25999 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.781 | 10414 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.781 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.781 | 10414 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.781 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NWmum3 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.782 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.783 | 10415 | Recursively removing directory: /tmp/git.cqPyo6/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.784 | 25996 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.785 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.786 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.786 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.786 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.787 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.787 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.788 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.789 | 26002 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.789 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.790 | 10414 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.790 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.790 | 10414 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.793 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xm5vro +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.797 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.797 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.803 | 26003 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.804 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.806 | 10418 | Recursively removing directory: /tmp/git.NWmum3/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.807 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.808 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.808 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.808 | 26012 | Added a new worker 16 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.808 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.809 | 10414 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.809 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.809 | 10414 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.808 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.808 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.808 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.808 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.809 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FpdkzT +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.814 | 25998 | Marked run 1549 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.814 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.815 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.817 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.818 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.817 | 10415 | Recursively removing directory: /tmp/git.xm5vro/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.819 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.819 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.819 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.819 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.820 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.821 | 26022 | Added a new worker 11 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.821 | 10414 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.821 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.821 | 10414 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.821 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uuDrCm +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.824 | 26001 | Marked run 1548 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.825 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.826 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.827 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.827 | 26018 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.828 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.828 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.831 | 26011 | Marked run 1550 as finished +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.831 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.833 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.833 | 26021 | Marked run 1551 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.834 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.837 | 10418 | Recursively removing directory: /tmp/git.FpdkzT/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.839 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.839 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.840 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.840 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.840 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.841 | 26037 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.841 | 10414 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.841 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.841 | 10414 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.841 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kN68FK +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.841 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.842 | 26028 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.842 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.848 | 10415 | Recursively removing directory: /tmp/git.uuDrCm/ +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.850 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.850 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.849 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.849 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.850 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.851 | 26040 | Added a new worker 14 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.851 | 10414 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.851 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.851 | 10414 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.851 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.852 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NxCQZ4 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.853 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.856 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.857 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.858 | 26036 | Marked run 1552 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.859 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.859 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.860 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.863 | 26041 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.863 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.865 | 26039 | Marked run 1553 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.866 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.868 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.874 | 10418 | Recursively removing directory: /tmp/git.kN68FK/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.876 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.876 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.876 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.874 | 10415 | Recursively removing directory: /tmp/git.NxCQZ4/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.876 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.876 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 26057 | Added a new worker 18 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 10414 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.880 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.881 | 10414 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.881 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.881 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.882 | 26053 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.876 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.882 | 26059 | Added a new worker 8 to the queue +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.881 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bRaU5S +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.884 | 10414 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.884 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.884 | 10414 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.884 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.886 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.887 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.884 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4jWE1d +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.888 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.889 | 26056 | Marked run 1554 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.890 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.890 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.891 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.892 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.897 | 26058 | Marked run 1555 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.897 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.899 | 26064 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.899 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.901 | 10418 | Recursively removing directory: /tmp/git.bRaU5S/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.902 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.902 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.902 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 26075 | Added a new worker 10 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10414 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.903 | 10414 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.903 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HDNzJV +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.908 | 10415 | Recursively removing directory: /tmp/git.4jWE1d/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.909 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 26074 | Marked run 1556 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.909 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.909 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.910 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 26078 | Added a new worker 6 to the queue +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.911 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.911 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PfLAIX +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 10414 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.910 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.911 | 10414 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.912 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.912 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.916 | 26077 | Marked run 1557 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.917 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.919 | 26080 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.920 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.920 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.921 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.924 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.926 | 10418 | Recursively removing directory: /tmp/git.HDNzJV/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.927 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.927 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.927 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 26094 | Added a new worker 14 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10414 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.928 | 10414 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.929 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aCi1mY +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.930 | 10415 | Recursively removing directory: /tmp/git.PfLAIX/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.932 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.932 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.932 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 26097 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10414 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.932 | 10414 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.933 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.msHJPU +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.934 | 26088 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.935 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.937 | 26093 | Marked run 1558 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.937 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.938 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.940 | 26096 | Marked run 1559 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.940 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.941 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.942 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.942 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.943 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.945 | 26099 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.945 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.949 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.954 | 10418 | Recursively removing directory: /tmp/git.aCi1mY/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.955 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.955 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.956 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.955 | 10415 | Recursively removing directory: /tmp/git.msHJPU/ +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.956 | 10415 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.956 | 10415 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.956 | 10415 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 26115 | Added a new worker 13 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10414 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.956 | 10414 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.957 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z6n0Sn +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 26117 | Added a new worker 15 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 10414 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.957 | 10414 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.958 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.958 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.itlsc5 +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.967 | 26107 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.967 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.970 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.982 | 10418 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.984 | 10418 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.985 | 10415 | Checking out revision HEAD +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.985 | 26114 | Marked run 1560 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.986 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10415/cimple-worker: 2023-08-28 07:32:05.988 | 10415 | Going to run: ./ci +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.989 | 26119 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.989 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.991 | 26116 | Marked run 1561 as finished +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.991 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.993 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.996 | 10418 | Recursively removing directory: /tmp/git.z6n0Sn/ +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.997 | 10418 | Process exit code: 0 +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.997 | 10418 | Process output: 57 bytes +2023-08-28 07:32:05 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.997 | 10418 | Waiting for a new command +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.998 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.998 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.998 | 26128 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.998 | 10412 | Waiting for new connections +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.999 | 26135 | Added a new worker 7 to the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.999 | 10414 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.999 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:05 | INFO | 10412/cimple-server: 2023-08-28 07:32:05.999 | 10414 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:05.999 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rFlQ8f +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.000 | 10415 | Recursively removing directory: /tmp/git.itlsc5/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.001 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.003 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.003 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.003 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.003 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.003 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.003 | 26138 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.004 | 10414 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.004 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.004 | 10414 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.004 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nTfYUY +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.006 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.007 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.008 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.009 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.011 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.012 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.013 | 26134 | Marked run 1562 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.013 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.016 | 26139 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.016 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.019 | 26137 | Marked run 1563 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.019 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.020 | 10418 | Recursively removing directory: /tmp/git.rFlQ8f/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.021 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.021 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.021 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.021 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.021 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.022 | 26151 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.022 | 10414 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.022 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.022 | 10414 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.022 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ykTx37 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.023 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.023 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.026 | 10415 | Recursively removing directory: /tmp/git.nTfYUY/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.028 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.029 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.029 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.029 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.030 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 26158 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 10414 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.030 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.031 | 10414 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.031 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nwg08l +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.033 | 26150 | Marked run 1564 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.034 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.036 | 26154 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.037 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.039 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.039 | 26157 | Marked run 1565 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.040 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.040 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.040 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.057 | 10418 | Recursively removing directory: /tmp/git.ykTx37/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.058 | 10415 | Recursively removing directory: /tmp/git.Nwg08l/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.058 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.058 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.058 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.059 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.059 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.059 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.059 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.059 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.059 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 26173 | Added a new worker 17 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 10414 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 10414 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.060 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oLUxfr +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.060 | 26162 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.061 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.062 | 26175 | Added a new worker 7 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.062 | 10414 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.062 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.063 | 10414 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.063 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P94vFq +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.065 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.066 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.077 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.079 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.079 | 26172 | Marked run 1566 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.079 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.081 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.082 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.083 | 26174 | Marked run 1567 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.083 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.086 | 26177 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.086 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.089 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.092 | 10418 | Recursively removing directory: /tmp/git.oLUxfr/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.093 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.093 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.093 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.093 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.093 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.094 | 26193 | Added a new worker 14 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.096 | 10414 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.096 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.096 | 10414 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.096 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QYbWN1 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.094 | 10415 | Recursively removing directory: /tmp/git.P94vFq/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.096 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.096 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.097 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.097 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.097 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.097 | 26187 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.098 | 26195 | Added a new worker 8 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.098 | 10414 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.098 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.098 | 10414 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.098 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.098 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lUU4i4 +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.102 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.103 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.104 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.106 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.109 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.115 | 26192 | Marked run 1568 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.115 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.117 | 10418 | Recursively removing directory: /tmp/git.QYbWN1/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.118 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.118 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.119 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.119 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.119 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.119 | 26198 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 26211 | Added a new worker 7 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 10414 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.120 | 10414 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.121 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UcwZkX +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.121 | 10415 | Recursively removing directory: /tmp/git.lUU4i4/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.122 | 26194 | Marked run 1569 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.122 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.123 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.124 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.124 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.125 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 26215 | Added a new worker 16 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10414 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10414 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.125 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.126 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JHtZId +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.128 | 26210 | Marked run 1570 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.129 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.130 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.134 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.134 | 26213 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.135 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.136 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.138 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.139 | 26214 | Marked run 1571 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.139 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.140 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.146 | 26221 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.147 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.149 | 10418 | Recursively removing directory: /tmp/git.UcwZkX/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.150 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.150 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.150 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.150 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.150 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 26232 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 10414 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.151 | 10414 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.152 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.40x3SO +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.153 | 10415 | Recursively removing directory: /tmp/git.JHtZId/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.155 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.155 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.155 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.155 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.156 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.156 | 26235 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.156 | 10414 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.156 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.156 | 10414 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.156 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AGs7FC +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.157 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.161 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.161 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.161 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.162 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.167 | 26233 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.168 | 26231 | Marked run 1572 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.168 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.171 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.172 | 10415 | Recursively removing directory: /tmp/git.AGs7FC/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.174 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.174 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.174 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.174 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.174 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 26248 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 26234 | Marked run 1573 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 10414 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 10414 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.177 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.177 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yoniWz +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.181 | 26246 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.181 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.184 | 26247 | Marked run 1575 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.184 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.185 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.186 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.187 | 10418 | Recursively removing directory: /tmp/git.40x3SO/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.188 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.188 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.188 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.188 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.188 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.189 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.189 | 26255 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.189 | 10414 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.189 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.189 | 10414 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.189 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j9y1Oa +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.190 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.196 | 26254 | Marked run 1574 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.196 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.197 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.198 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.202 | 26256 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.203 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.206 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.208 | 26265 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.209 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.210 | 10415 | Recursively removing directory: /tmp/git.yoniWz/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.211 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.211 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.211 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.211 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.211 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 26272 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 10414 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 10414 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.212 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.213 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xUrPFA +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.215 | 10418 | Recursively removing directory: /tmp/git.j9y1Oa/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.216 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.216 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.216 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.217 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.217 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.217 | 26273 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.218 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.219 | 26275 | Added a new worker 9 to the queue +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.220 | 10414 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.220 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.220 | 10414 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.220 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.221 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hb9Zex +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.221 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.223 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.226 | 26271 | Marked run 1576 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.227 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.227 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.227 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.228 | 26274 | Marked run 1577 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.229 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.228 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.231 | 26279 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.232 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.235 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.236 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.235 | 10415 | Recursively removing directory: /tmp/git.xUrPFA/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.236 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.236 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.236 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.236 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.237 | 26290 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.238 | 10414 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.238 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.238 | 10414 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.238 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nyutja +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.238 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.241 | 26289 | Marked run 1578 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.242 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.244 | 26288 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.245 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.245 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.246 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.248 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.249 | 10418 | Recursively removing directory: /tmp/git.hb9Zex/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.250 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.250 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.250 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.250 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.250 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.251 | 26298 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.251 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ohXGGt +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.251 | 10414 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.251 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.251 | 10414 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.251 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.259 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.259 | 26297 | Marked run 1579 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.259 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.260 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.264 | 10415 | Recursively removing directory: /tmp/git.nyutja/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.269 | 26296 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.269 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.270 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.270 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.270 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.270 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.270 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.271 | 26311 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.271 | 10414 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.272 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.272 | 10414 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.272 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.272 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ktrCfE +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.274 | 10418 | Recursively removing directory: /tmp/git.ohXGGt/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.275 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.275 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.276 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.276 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.spfiAX +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 26314 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 10414 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.276 | 10414 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.277 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.278 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.279 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.280 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.286 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.287 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.288 | 26310 | Marked run 1580 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.289 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.292 | 10415 | Recursively removing directory: /tmp/git.ktrCfE/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.294 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.294 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.294 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.294 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.294 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.295 | 26326 | Added a new worker 7 to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.295 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.twpNOW +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.295 | 10414 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.295 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.295 | 10414 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.296 | 26316 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.296 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.298 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.300 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.300 | 10418 | Recursively removing directory: /tmp/git.spfiAX/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.303 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.303 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.303 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.303 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.303 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.305 | 26333 | Added a new worker 17 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.305 | 10414 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.305 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.305 | 10414 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.305 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FxwVM4 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.306 | 26313 | Marked run 1581 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.306 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.307 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.308 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.308 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.312 | 26325 | Marked run 1582 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.313 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.315 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.315 | 26332 | Marked run 1583 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.316 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.317 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.318 | 26331 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.319 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.321 | 10415 | Recursively removing directory: /tmp/git.twpNOW/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.323 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.323 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.323 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.323 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.323 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.323 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.324 | 26344 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.325 | 10414 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.325 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.325 | 10414 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.325 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.326 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SHWqUg +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.331 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.331 | 26343 | Marked run 1584 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.332 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.333 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.334 | 26345 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.335 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.336 | 10418 | Recursively removing directory: /tmp/git.FxwVM4/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.337 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.337 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.337 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.338 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.338 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.338 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.338 | 26354 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.339 | 10414 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.339 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.339 | 10414 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.339 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.340 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VP02n8 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.343 | 10415 | Recursively removing directory: /tmp/git.SHWqUg/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.343 | 26355 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.345 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.348 | 26353 | Marked run 1585 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.349 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.349 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.349 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.348 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.348 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.349 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.350 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.350 | 26362 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.350 | 10414 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.350 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.350 | 10414 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.350 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.svCxAk +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.351 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.353 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.354 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.358 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.359 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.359 | 26363 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.359 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.361 | 26361 | Marked run 1586 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.361 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.364 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.366 | 10418 | Recursively removing directory: /tmp/git.VP02n8/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.368 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.368 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.369 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.369 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.369 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.370 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.34jLba +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.369 | 26372 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.369 | 26376 | Added a new worker 8 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.369 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.370 | 10414 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.370 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.370 | 10414 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.370 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.374 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.375 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.376 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.378 | 10415 | Recursively removing directory: /tmp/git.svCxAk/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.379 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.379 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.379 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.378 | 26375 | Marked run 1587 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.380 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.380 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.381 | 26384 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.381 | 10414 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.381 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.381 | 10414 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.381 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.381 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z5uuSv +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.383 | 26380 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.383 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.386 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.390 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.390 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.392 | 10418 | Recursively removing directory: /tmp/git.34jLba/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.394 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.394 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.394 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.394 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.394 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.395 | 26395 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.395 | 10414 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.395 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.395 | 10414 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.395 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qWqnF +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.396 | 26383 | Marked run 1588 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.399 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.399 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.402 | 10415 | Recursively removing directory: /tmp/git.Z5uuSv/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.403 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.403 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.403 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.402 | 26388 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.403 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 26402 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 10414 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.404 | 10414 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.404 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BwoaDu +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.405 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.407 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.409 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.413 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.414 | 26394 | Marked run 1589 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.414 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.416 | 26403 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.417 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.418 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.418 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.422 | 26401 | Marked run 1590 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.423 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.426 | 26409 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.427 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.429 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.431 | 10418 | Recursively removing directory: /tmp/git.4qWqnF/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.432 | 10415 | Recursively removing directory: /tmp/git.BwoaDu/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.434 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.434 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.434 | 26417 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.434 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.434 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.434 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.435 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.435 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.435 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.435 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.435 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.435 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.436 | 26423 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.436 | 10414 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.436 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.436 | 10414 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.436 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.436 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rNV3Pi +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.437 | 26421 | Added a new worker 14 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.437 | 10414 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.437 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.437 | 10414 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.438 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xQz1oc +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.444 | 26422 | Marked run 1591 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.444 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.444 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.447 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.447 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.448 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.448 | 26420 | Marked run 1592 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.448 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.449 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.453 | 26425 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.453 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.457 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.459 | 10418 | Recursively removing directory: /tmp/git.rNV3Pi/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.460 | 10415 | Recursively removing directory: /tmp/git.xQz1oc/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.460 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.460 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.460 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.460 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 26441 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 10414 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 10414 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.461 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.462 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FGPRpr +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.463 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.463 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.463 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.464 | 26439 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.464 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.464 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.464 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.468 | 26443 | Added a new worker 7 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.468 | 10414 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.468 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.468 | 10414 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.468 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fV7Zv1 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.468 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.469 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.470 | 26440 | Marked run 1593 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.470 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.470 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.474 | 26442 | Marked run 1594 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.474 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.474 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.477 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.478 | 26445 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.478 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.478 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.482 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.485 | 26452 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.486 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.487 | 10418 | Recursively removing directory: /tmp/git.FGPRpr/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.489 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.489 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.489 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.489 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.489 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.489 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.490 | 26462 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.490 | 10414 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.490 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.490 | 10414 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.490 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TsZ7bd +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.491 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.493 | 10415 | Recursively removing directory: /tmp/git.fV7Zv1/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.495 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.495 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.495 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.495 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.496 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.496 | 26465 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.496 | 10414 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.496 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.496 | 10414 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.496 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AbSKtX +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.497 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.498 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.499 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.498 | 26461 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.499 | 26460 | Marked run 1595 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.500 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.503 | 26464 | Marked run 1596 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.503 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.503 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.504 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.506 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.512 | 26470 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.512 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.515 | 10415 | Recursively removing directory: /tmp/git.AbSKtX/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.516 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.517 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.517 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.517 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.517 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.517 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 26481 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 26483 | Added a new worker 8 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 10414 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.519 | 10414 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.520 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lDO1Gy +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.521 | 10418 | Recursively removing directory: /tmp/git.TsZ7bd/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.521 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.522 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.522 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.523 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 26486 | Added a new worker 14 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 10414 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.523 | 10414 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.524 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5KRO91 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.525 | 26482 | Marked run 1598 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.527 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.530 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.531 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.531 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.532 | 26485 | Marked run 1597 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.532 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.531 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.535 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.538 | 26490 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.539 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.541 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.545 | 10415 | Recursively removing directory: /tmp/git.lDO1Gy/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.545 | 10418 | Recursively removing directory: /tmp/git.5KRO91/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 26503 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10414 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.547 | 10414 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.548 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.547 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.547 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.547 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.546 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.546 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.547 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.547 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RhI9zZ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.549 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.549 | 26505 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.549 | 10414 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.549 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.549 | 10414 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.550 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.550 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XZVO6c +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.553 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.554 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.554 | 26499 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.555 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.557 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.559 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.559 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.560 | 26502 | Marked run 1599 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.560 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.562 | 26504 | Marked run 1600 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.562 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.564 | 26509 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.564 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.567 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.569 | 10415 | Recursively removing directory: /tmp/git.RhI9zZ/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.570 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.570 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.571 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.571 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.571 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.571 | 26523 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.571 | 10414 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.572 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.572 | 26522 | Marked run 1601 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.572 | 10414 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.572 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.572 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2a2XSO +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.572 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.577 | 10418 | Recursively removing directory: /tmp/git.XZVO6c/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.578 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.578 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.578 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 26525 | Added a new worker 14 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 10414 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.579 | 10414 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.580 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.580 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mloC02 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.581 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.582 | 26518 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.583 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.585 | 26524 | Marked run 1602 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.586 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.586 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.589 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.590 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.591 | 26527 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.591 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.592 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.596 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.599 | 26533 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.599 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.602 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.603 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.601 | 10415 | Recursively removing directory: /tmp/git.2a2XSO/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.603 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.602 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.602 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.603 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.604 | 26544 | Added a new worker 13 to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.605 | 10418 | Recursively removing directory: /tmp/git.mloC02/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.605 | 10414 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.605 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.605 | 10414 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.605 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.607 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fc7MHJ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.608 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.608 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.608 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 26547 | Added a new worker 16 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 10414 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.608 | 10414 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.609 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.609 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x9N7YI +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.611 | 26542 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.612 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.614 | 26543 | Marked run 1603 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.614 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.616 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.617 | 26546 | Marked run 1604 as finished +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.618 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.617 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.619 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.622 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.623 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.627 | 26549 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.627 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.630 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.631 | 10418 | Recursively removing directory: /tmp/git.x9N7YI/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.633 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.633 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.633 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 26565 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10414 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10414 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.633 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.634 | 10415 | Recursively removing directory: /tmp/git.fc7MHJ/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.635 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pLZ8Wy +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.636 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.636 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.637 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.637 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.637 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.637 | 26567 | Added a new worker 16 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.638 | 10414 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.638 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.638 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.638 | 10414 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.638 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D1SuWk +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.641 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.642 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.647 | 26564 | Marked run 1606 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.648 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.650 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.651 | 10418 | Recursively removing directory: /tmp/git.pLZ8Wy/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.652 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.652 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.652 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.653 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.653 | 26560 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 26576 | Added a new worker 6 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.651 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 10414 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.654 | 10414 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.654 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.654 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YhGx6L +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.657 | 26566 | Marked run 1605 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.657 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.659 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.660 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.661 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.662 | 26575 | Marked run 1607 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.663 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.664 | 26579 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.665 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.667 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.669 | 26586 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.669 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.670 | 10415 | Recursively removing directory: /tmp/git.D1SuWk/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.672 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.672 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.672 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.672 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.672 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.672 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.673 | 26594 | Added a new worker 12 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.673 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.673 | 10414 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.673 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.673 | 10414 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.674 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vH4r8a +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.676 | 10418 | Recursively removing directory: /tmp/git.YhGx6L/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.677 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.677 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.678 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.678 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.678 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.678 | 26597 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.678 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.679 | 10414 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.679 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.679 | 10414 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.679 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N8oBII +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.680 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.681 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.685 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.685 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.687 | 26592 | Marked run 1608 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.687 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.689 | 26593 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.690 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.692 | 10415 | Recursively removing directory: /tmp/git.vH4r8a/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.693 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.693 | 26596 | Marked run 1609 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.693 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.694 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.694 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.694 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.694 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.694 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.695 | 26607 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.695 | 26609 | Added a new worker 6 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.696 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.696 | 10414 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.696 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.696 | 10414 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.696 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ISLjX0 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.697 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.701 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.714 | 26608 | Marked run 1610 as finished +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.714 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.715 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.715 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.717 | 10418 | Recursively removing directory: /tmp/git.N8oBII/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.723 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.723 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.723 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.723 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.723 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.723 | 26612 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.724 | 26620 | Added a new worker 6 to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.724 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ajdnRx +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.724 | 10414 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.724 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.724 | 10414 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.724 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.726 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.729 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.734 | 10415 | Recursively removing directory: /tmp/git.ISLjX0/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.735 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.735 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.735 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.736 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.736 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.736 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.736 | 26627 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.737 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.737 | 26619 | Marked run 1611 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.738 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.738 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.738 | 10414 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.738 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.738 | 10414 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.739 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DGayto +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.743 | 26624 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.744 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.746 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.747 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.749 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.750 | 10418 | Recursively removing directory: /tmp/git.ajdnRx/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.751 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.751 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.752 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 26638 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 10414 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.752 | 10414 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.752 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AYnAGq +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.753 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.754 | 26626 | Marked run 1612 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.754 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.757 | 26635 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.758 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.761 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.761 | 26637 | Marked run 1613 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.762 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.762 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.764 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.765 | 26642 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.765 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.767 | 10415 | Recursively removing directory: /tmp/git.DGayto/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.769 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.769 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.769 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.769 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.769 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.770 | 26651 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.770 | 10414 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.770 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.770 | 10414 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.770 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.770 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lwtIKV +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.773 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.777 | 10418 | Recursively removing directory: /tmp/git.AYnAGq/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.778 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.778 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.778 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.777 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.778 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.778 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.778 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.779 | 26654 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.779 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.781 | 26657 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.781 | 10414 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.781 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.781 | 10414 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.781 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ycnbH +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.782 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.782 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.786 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.787 | 26650 | Marked run 1614 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.787 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.789 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.789 | 26656 | Marked run 1615 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.790 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.793 | 26660 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.793 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.797 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.800 | 10415 | Recursively removing directory: /tmp/git.lwtIKV/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.800 | 26673 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.801 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.801 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.801 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.801 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.801 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.801 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.802 | 26676 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.802 | 10414 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.802 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.802 | 10414 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.802 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fO5dii +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.803 | 10418 | Recursively removing directory: /tmp/git.3ycnbH/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.803 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.805 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.805 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.805 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.805 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.805 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.806 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.806 | 26678 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.806 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.807 | 10414 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.808 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.808 | 10414 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.808 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X5j62a +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.810 | 26675 | Marked run 1616 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.811 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.813 | 26679 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.813 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.814 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.815 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.816 | 26677 | Marked run 1617 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.816 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.818 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.818 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.819 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.821 | 26682 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.822 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.824 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.830 | 10418 | Recursively removing directory: /tmp/git.X5j62a/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.832 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.832 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.832 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.831 | 26686 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 26697 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10414 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.832 | 10414 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.833 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.833 | 10415 | Recursively removing directory: /tmp/git.fO5dii/ +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.835 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.836 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IIzdtL +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.836 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.836 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.836 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.836 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.836 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.837 | 26701 | Added a new worker 16 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.837 | 10414 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.837 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.837 | 10414 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.837 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QPdLsK +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.838 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.839 | 26696 | Marked run 1619 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.839 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.844 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.842 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.845 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.845 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.854 | 26700 | Marked run 1618 as finished +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.855 | 10418 | Recursively removing directory: /tmp/git.IIzdtL/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.857 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.859 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.856 | 10415 | Recursively removing directory: /tmp/git.QPdLsK/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.858 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.858 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.859 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.859 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.859 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.859 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.859 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 26715 | Added a new worker 18 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 10414 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 10414 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.860 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.861 | 26717 | Added a new worker 9 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.861 | 10414 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.861 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.861 | 10414 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.860 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.861 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pzPmw7 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.861 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WxOMa4 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.862 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.863 | 26699 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.867 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.871 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.871 | 26716 | Marked run 1620 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.872 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.872 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.874 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.874 | 26714 | Marked run 1621 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.874 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.875 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.876 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.878 | 26719 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.879 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.882 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.888 | 10418 | Recursively removing directory: /tmp/git.pzPmw7/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.890 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.890 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.890 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.890 | 26729 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.891 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.891 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.891 | 26734 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.891 | 10414 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.891 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.892 | 10414 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.892 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.893 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oXFv4a +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.893 | 10415 | Recursively removing directory: /tmp/git.WxOMa4/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.894 | 26733 | Marked run 1623 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.895 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.895 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.895 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.896 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.896 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.896 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.897 | 26738 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.897 | 10414 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.897 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.897 | 10414 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.898 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.898 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q00rxR +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.900 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.901 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.902 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.903 | 26737 | Marked run 1622 as finished +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.904 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.905 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.905 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.908 | 26739 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.909 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.912 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.914 | 26750 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.914 | 10418 | Recursively removing directory: /tmp/git.oXFv4a/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.915 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.915 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.915 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.915 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.915 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.916 | 26754 | Added a new worker 11 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.916 | 10414 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.916 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.916 | 10414 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.916 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9HbQSz +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.919 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.920 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.920 | 10415 | Recursively removing directory: /tmp/git.Q00rxR/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.924 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.924 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.925 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.925 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.925 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.925 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.926 | 26759 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.926 | 10414 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.926 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.926 | 10414 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.926 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.926 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mpI6Wv +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.928 | 26753 | Marked run 1624 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.929 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.931 | 26757 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.932 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.936 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.937 | 10418 | Recursively removing directory: /tmp/git.9HbQSz/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.938 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.940 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.940 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.940 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.940 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.941 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 26769 | Added a new worker 16 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 10414 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 10414 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.941 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.942 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jjmJFF +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.944 | 26758 | Marked run 1625 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.944 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.950 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.951 | 26768 | Marked run 1626 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.952 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.951 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.956 | 10415 | Recursively removing directory: /tmp/git.mpI6Wv/ +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.960 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.960 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.961 | 26770 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.962 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.962 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.962 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.962 | 10418 | Recursively removing directory: /tmp/git.jjmJFF/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.963 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.963 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.964 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 26784 | Added a new worker 10 to the queue +2023-08-28 07:32:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10414 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10414 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 26786 | Added a new worker 14 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.964 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.965 | 10414 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.965 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.965 | 10414 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.966 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iW7hRI +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.967 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.megpE9 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.973 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.974 | 10418 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.974 | 10415 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.977 | 26783 | Marked run 1627 as finished +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.978 | 10415 | Going to run: ./ci +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.978 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.988 | 10418 | Recursively removing directory: /tmp/git.megpE9/ +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.989 | 10418 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.989 | 10418 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.990 | 10418 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 26800 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.990 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ybxgqQ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 10414 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.990 | 10414 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.992 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.992 | 10415 | Recursively removing directory: /tmp/git.iW7hRI/ +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.993 | 26785 | Marked run 1628 as finished +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.994 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.994 | 10415 | Process exit code: 0 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.994 | 10415 | Process output: 57 bytes +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.994 | 10415 | Waiting for a new command +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.994 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.994 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.994 | 26803 | Added a new worker 15 to the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.994 | 10412 | Waiting for new connections +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.995 | 10414 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.995 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:06 | INFO | 10412/cimple-server: 2023-08-28 07:32:06.995 | 10414 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:06 | INFO | 10415/cimple-worker: 2023-08-28 07:32:06.995 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3WMQmq +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.997 | 10418 | Checking out revision HEAD +2023-08-28 07:32:06 | INFO | 10418/cimple-worker: 2023-08-28 07:32:06.999 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.001 | 26787 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.001 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.003 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.005 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.008 | 26799 | Marked run 1630 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.009 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.010 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.011 | 10418 | Recursively removing directory: /tmp/git.ybxgqQ/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.013 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.013 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.013 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.013 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.013 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.013 | 26802 | Marked run 1629 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.014 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.014 | 26818 | Added a new worker 9 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.014 | 10414 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.014 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.014 | 10414 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.015 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.017 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k25nNL +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.017 | 10415 | Recursively removing directory: /tmp/git.3WMQmq/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.018 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.018 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.019 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.019 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.019 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.019 | 26813 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.020 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.021 | 26821 | Added a new worker 6 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.021 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.021 | 10414 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.021 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.021 | 10414 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.022 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rrAOrE +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.023 | 26817 | Marked run 1631 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.023 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.025 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.025 | 26820 | Marked run 1632 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.026 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.029 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.031 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.031 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.032 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.034 | 26823 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.036 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.040 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.041 | 10418 | Recursively removing directory: /tmp/git.k25nNL/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.043 | 10415 | Recursively removing directory: /tmp/git.rrAOrE/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.044 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.044 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.044 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.044 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.044 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.045 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.044 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.044 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.045 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.045 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.045 | 26841 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 10414 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 10414 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 26837 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.046 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.047 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sUFRd4 +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.049 | 26839 | Added a new worker 6 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.049 | 10414 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.049 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.049 | 10414 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.049 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.050 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HjUt8t +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.051 | 26840 | Marked run 1634 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.052 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.054 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.055 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.056 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.057 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.057 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.064 | 26838 | Marked run 1633 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.065 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.067 | 26844 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.068 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.070 | 10418 | Recursively removing directory: /tmp/git.HjUt8t/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.072 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.072 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.072 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.073 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.073 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.073 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.073 | 26858 | Added a new worker 12 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.074 | 10414 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.074 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.074 | 10414 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.074 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b2gGtC +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.075 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.076 | 10415 | Recursively removing directory: /tmp/git.sUFRd4/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.077 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.077 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.077 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.078 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Tl5SI +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 26861 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 10414 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.077 | 10414 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.079 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.082 | 26856 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.083 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.085 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.087 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.087 | 26857 | Marked run 1636 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.087 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.088 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.088 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.090 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.095 | 26863 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.096 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.100 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.100 | 10415 | Recursively removing directory: /tmp/git.7Tl5SI/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.106 | 26860 | Marked run 1635 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 26878 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 10414 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.107 | 10414 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.106 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.106 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.107 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.107 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DphPBt +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.108 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.110 | 10418 | Recursively removing directory: /tmp/git.b2gGtC/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.112 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.112 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.112 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 26881 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10414 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10414 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.112 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.115 | 26874 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.116 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.113 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Fcm6C +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.120 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.121 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.122 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.123 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.124 | 26877 | Marked run 1638 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.124 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.126 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.126 | 26880 | Marked run 1637 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.126 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.129 | 26883 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.129 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.134 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.136 | 10418 | Recursively removing directory: /tmp/git.9Fcm6C/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.139 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.139 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.139 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.139 | 26894 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.140 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.140 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.140 | 26900 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.141 | 10414 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.141 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.141 | 10414 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.141 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.142 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.140 | 10415 | Recursively removing directory: /tmp/git.DphPBt/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.142 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.142 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.142 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.142 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.142 | 26902 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.142 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nifukE +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.143 | 10414 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.143 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.143 | 10414 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.143 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.146 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0PWoo7 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.147 | 26899 | Marked run 1640 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.148 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.152 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.153 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.154 | 26901 | Marked run 1639 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.155 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.155 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.156 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.159 | 26903 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.160 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.163 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.168 | 10415 | Recursively removing directory: /tmp/git.0PWoo7/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.169 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.169 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.170 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.170 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.170 | 26910 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.170 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.170 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.171 | 26920 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.171 | 10414 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.171 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.171 | 10414 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.168 | 10418 | Recursively removing directory: /tmp/git.nifukE/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.169 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.169 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.170 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.176 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SPxLN1 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.176 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.176 | 26921 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.176 | 10414 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.176 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.176 | 10414 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.178 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P1bnZ2 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.178 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.178 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.185 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.191 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.191 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.193 | 26918 | Marked run 1642 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.193 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.194 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.194 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.199 | 26923 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.200 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.203 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.204 | 26919 | Marked run 1641 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.204 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.206 | 10418 | Recursively removing directory: /tmp/git.SPxLN1/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.207 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.207 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.208 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.208 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.208 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 26936 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.210 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qC2rV +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 26933 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 10414 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 10414 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.209 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.213 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.215 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.216 | 26934 | Marked run 1644 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.216 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.219 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.220 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.223 | 26938 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.224 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.224 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.222 | 10415 | Recursively removing directory: /tmp/git.P1bnZ2/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.223 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.223 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.223 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.225 | 26945 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.225 | 10414 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.225 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.226 | 10414 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.226 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.226 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tehUDm +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.229 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.230 | 26944 | Marked run 1643 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.231 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.234 | 26948 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.234 | 10418 | Recursively removing directory: /tmp/git.4qC2rV/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.236 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.236 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.236 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.236 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.236 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.236 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.237 | 26954 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.237 | 10414 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.237 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.237 | 10414 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.237 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.238 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.239 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4ty1bJ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.239 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.241 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.245 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.246 | 26953 | Marked run 1645 as finished +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.246 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.247 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.249 | 26955 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.250 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.252 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.254 | 26964 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.254 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.255 | 10415 | Recursively removing directory: /tmp/git.tehUDm/ +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.257 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.257 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.257 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.257 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.257 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.259 | 26972 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.259 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hZRmvM +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.259 | 10414 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.259 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.259 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.259 | 10414 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.261 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.265 | 10418 | Recursively removing directory: /tmp/git.4ty1bJ/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.266 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.266 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.267 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.267 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.265 | 26971 | Marked run 1646 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.267 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.267 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.268 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.268 | 26975 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.269 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.26Nkgj +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.268 | 10414 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.268 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.268 | 10414 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.270 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.275 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.276 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.277 | 26973 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.277 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.280 | 26974 | Marked run 1647 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.280 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.281 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.285 | 10415 | Recursively removing directory: /tmp/git.hZRmvM/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.288 | 10418 | Recursively removing directory: /tmp/git.26Nkgj/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.290 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.290 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.290 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.290 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.290 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.290 | 26991 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.290 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 26993 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.289 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.289 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.290 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.291 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HtPC5N +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.291 | 10414 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.292 | 26985 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.293 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.294 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.turlDw +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.296 | 26990 | Marked run 1648 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.296 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.299 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.300 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.301 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.301 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.303 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.304 | 26992 | Marked run 1649 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.304 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.310 | 10418 | Recursively removing directory: /tmp/git.turlDw/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.311 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.311 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.312 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 27009 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10414 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10414 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.312 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.313 | 26997 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.316 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.316 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.316 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.316 | 27013 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.314 | 10415 | Recursively removing directory: /tmp/git.HtPC5N/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.315 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.315 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.316 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.317 | 10414 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.317 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.317 | 10414 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.317 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.317 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mch2BO +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.318 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kn8W76 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.320 | 27012 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.321 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.327 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.327 | 27008 | Marked run 1651 as finished +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.328 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.328 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.331 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.332 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.334 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.335 | 27011 | Marked run 1650 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.336 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.341 | 10415 | Recursively removing directory: /tmp/git.mch2BO/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.342 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.342 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.342 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.343 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.343 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.344 | 10418 | Recursively removing directory: /tmp/git.Kn8W76/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.343 | 27016 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.344 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.344 | 27029 | Added a new worker 8 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.344 | 10414 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.344 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.345 | 10414 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.346 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2khqh0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.348 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.348 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.348 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.346 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.348 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.348 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.348 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.350 | 27028 | Marked run 1653 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.350 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.352 | 27033 | Added a new worker 6 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.352 | 10414 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.352 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.352 | 10414 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.352 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7ulpmN +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.354 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.355 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.356 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.360 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.361 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.366 | 27032 | Marked run 1652 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.366 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.368 | 27031 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.369 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.370 | 10415 | Recursively removing directory: /tmp/git.2khqh0/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.371 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.371 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.371 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.372 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.372 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.372 | 27047 | Added a new worker 10 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.373 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pLT1PB +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.373 | 10414 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.373 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.373 | 10414 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.374 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.378 | 27046 | Marked run 1654 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.379 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.380 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.381 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.382 | 27048 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.383 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.384 | 10418 | Recursively removing directory: /tmp/git.7ulpmN/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.386 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.386 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.386 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.386 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.386 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.387 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.387 | 27054 | Added a new worker 12 to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.387 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.37tPkS +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.387 | 10414 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.387 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.387 | 10414 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.389 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.392 | 10415 | Recursively removing directory: /tmp/git.pLT1PB/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.394 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.394 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.394 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.394 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.394 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.395 | 27061 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.395 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.94bbin +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.395 | 10414 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.395 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.395 | 10414 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.396 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.407 | 27053 | Marked run 1655 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.410 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.412 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.414 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.415 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.415 | 27055 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.415 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.416 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.419 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.422 | 27060 | Marked run 1656 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.423 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.425 | 27065 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.426 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.427 | 10415 | Recursively removing directory: /tmp/git.94bbin/ +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.429 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.429 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.429 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.429 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.429 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.429 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.430 | 27076 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.430 | 10414 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.430 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.430 | 10414 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.431 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qS2AZ1 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.431 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.433 | 27074 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.433 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.435 | 27075 | Marked run 1658 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.435 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.437 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.437 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.438 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.439 | 10418 | Recursively removing directory: /tmp/git.37tPkS/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.441 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.441 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.441 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 27085 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10414 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10414 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.441 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.442 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wnG0Fi +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.444 | 27081 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.444 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.447 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.449 | 10415 | Recursively removing directory: /tmp/git.qS2AZ1/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.451 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.451 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.451 | 27093 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.452 | 10414 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.452 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.452 | 10414 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.452 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.451 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.451 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.451 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.452 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.73BZZ0 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.453 | 27084 | Marked run 1657 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.454 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.454 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.456 | 27090 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.457 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.457 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.461 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.462 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.463 | 27092 | Marked run 1659 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.463 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.463 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.467 | 10418 | Recursively removing directory: /tmp/git.wnG0Fi/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.468 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.468 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.469 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 27104 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.470 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Azk9kB +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 10414 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.469 | 10414 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.470 | 27097 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.470 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.473 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.473 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.479 | 27103 | Marked run 1660 as finished +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.478 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.480 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.482 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.483 | 10415 | Recursively removing directory: /tmp/git.73BZZ0/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.484 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.484 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.484 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.484 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.484 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.485 | 27114 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.485 | 10414 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.485 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.485 | 10414 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.485 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.486 | 27108 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.485 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CIxfCe +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.486 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.490 | 27113 | Marked run 1661 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.490 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.492 | 10418 | Recursively removing directory: /tmp/git.Azk9kB/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.493 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.494 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.494 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.494 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.494 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.494 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.495 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.495 | 27122 | Added a new worker 12 to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.495 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.495 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9o0LjW +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.495 | 10414 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.495 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.495 | 10414 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.496 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.499 | 27123 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.500 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.503 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.504 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.509 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.504 | 10415 | Recursively removing directory: /tmp/git.CIxfCe/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.512 | 27121 | Marked run 1662 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.513 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.514 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.514 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.515 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.515 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.516 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.516 | 27135 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.516 | 10414 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.516 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.516 | 10414 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.516 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.517 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bD24kh +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.520 | 10418 | Recursively removing directory: /tmp/git.9o0LjW/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.521 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.521 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.521 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.521 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.521 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.521 | 27141 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.522 | 10414 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.522 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.522 | 10414 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.522 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.522 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gdm9mA +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.560 | 27132 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.561 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.564 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.565 | 27134 | Marked run 1663 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.565 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.568 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.570 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.570 | 27140 | Marked run 1664 as finished +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.570 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.571 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.571 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.574 | 27143 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.574 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.577 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.579 | 10415 | Recursively removing directory: /tmp/git.bD24kh/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.582 | 27152 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.582 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.582 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.583 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.583 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.583 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.583 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.583 | 27159 | Added a new worker 10 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.584 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.583 | 10418 | Recursively removing directory: /tmp/git.gdm9mA/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.584 | 10414 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.584 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.584 | 10414 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.584 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rECOJU +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.586 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.586 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.586 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 27161 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 10414 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.586 | 10414 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.587 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.587 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k5Bm9y +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.592 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.592 | 27158 | Marked run 1665 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.592 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.592 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.596 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.602 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.603 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.605 | 27160 | Marked run 1666 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.605 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.607 | 27163 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.607 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.610 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.612 | 10415 | Recursively removing directory: /tmp/git.rECOJU/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.614 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.614 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.613 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.613 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.614 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.614 | 27179 | Added a new worker 14 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.615 | 10414 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.615 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.615 | 10414 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.615 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.618 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lmmA31 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.618 | 10418 | Recursively removing directory: /tmp/git.k5Bm9y/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.620 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.620 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.620 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.622 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IflCpK +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 27181 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 10414 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 10414 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.621 | 27173 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.622 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.622 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.626 | 27178 | Marked run 1667 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.626 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.627 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.628 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.639 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.640 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.642 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.642 | 27183 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.642 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.644 | 27180 | Marked run 1668 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.644 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.647 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.652 | 27190 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.651 | 10415 | Recursively removing directory: /tmp/git.lmmA31/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.652 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.652 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.653 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.653 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.653 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.654 | 27199 | Added a new worker 10 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.654 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.654 | 10414 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.654 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.654 | 10414 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.654 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NZxaim +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.655 | 10418 | Recursively removing directory: /tmp/git.IflCpK/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.657 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.657 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.657 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.657 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.658 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.659 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.660 | 27202 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.660 | 10414 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.660 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.660 | 10414 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.661 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MX7zKU +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.661 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.661 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.663 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.663 | 27198 | Marked run 1669 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.663 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.665 | 27203 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.666 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.669 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.670 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.671 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.672 | 27201 | Marked run 1670 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.672 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.675 | 27208 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.675 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.678 | 10415 | Recursively removing directory: /tmp/git.NZxaim/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.678 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.680 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.680 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.680 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.680 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.680 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.680 | 27220 | Added a new worker 14 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.681 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.681 | 10414 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.681 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.681 | 10414 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.681 | 27216 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.681 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rXasgh +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.682 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.685 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.687 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.688 | 10418 | Recursively removing directory: /tmp/git.MX7zKU/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.689 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.690 | 27223 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.690 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.690 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.690 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.690 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.690 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.691 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.692 | 27226 | Added a new worker 7 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.692 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.693 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AyBYfe +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.692 | 10414 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.692 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.693 | 10414 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.694 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.697 | 27219 | Marked run 1671 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.697 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.700 | 27228 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.700 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.704 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.708 | 27225 | Marked run 1672 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.709 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.709 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.710 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.711 | 10415 | Recursively removing directory: /tmp/git.rXasgh/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.713 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.713 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.713 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.713 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.713 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.714 | 27234 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.714 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.716 | 27238 | Added a new worker 7 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.716 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.717 | 10414 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.717 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.717 | 10414 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.717 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bkon5G +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.721 | 27237 | Marked run 1673 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.721 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.722 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.723 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.724 | 10418 | Recursively removing directory: /tmp/git.AyBYfe/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 27248 | Added a new worker 12 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.725 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.725 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.725 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10414 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.726 | 10414 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.727 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5pqwct +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.735 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.736 | 27247 | Marked run 1674 as finished +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.736 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.737 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.740 | 10415 | Recursively removing directory: /tmp/git.bkon5G/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.742 | 27246 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.742 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.742 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.742 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.742 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.742 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.743 | 27257 | Added a new worker 10 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.743 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.744 | 10414 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.744 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.744 | 10414 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.746 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.749 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GN4RJ2 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.751 | 27256 | Marked run 1675 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.751 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.755 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.756 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.757 | 10418 | Recursively removing directory: /tmp/git.5pqwct/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.758 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.758 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.758 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 27259 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 27267 | Added a new worker 6 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.759 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.760 | 10414 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.760 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.760 | 10414 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.760 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aTHUqX +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.765 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.766 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.766 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.769 | 10415 | Recursively removing directory: /tmp/git.GN4RJ2/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.770 | 27266 | Marked run 1676 as finished +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.770 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.770 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.771 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.770 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 27278 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10414 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.771 | 10414 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.772 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NpWFOW +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.773 | 27274 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.774 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.776 | 27277 | Marked run 1677 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.776 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.778 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.778 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.780 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.780 | 10418 | Recursively removing directory: /tmp/git.aTHUqX/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.782 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.782 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.782 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 27286 | Added a new worker 12 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 10414 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.782 | 10414 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.783 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.783 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5H2aDG +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.788 | 10415 | Recursively removing directory: /tmp/git.NpWFOW/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.790 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.790 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 27293 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 10414 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 10414 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.791 | 27285 | Marked run 1678 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.792 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.791 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.791 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Sx6hT +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.793 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.795 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.795 | 27284 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.796 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.800 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.801 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.802 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.802 | 27292 | Marked run 1679 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.802 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.806 | 27298 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.808 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.809 | 10418 | Recursively removing directory: /tmp/git.5H2aDG/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.810 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.810 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.810 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 27310 | Added a new worker 10 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 10414 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.810 | 10414 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.811 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.811 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CVBsZV +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.815 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.818 | 10415 | Recursively removing directory: /tmp/git.8Sx6hT/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.820 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.820 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.821 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.821 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.821 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.821 | 27313 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.821 | 10414 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.821 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.822 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6GPul +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.822 | 10414 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.822 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.822 | 27309 | Marked run 1680 as finished +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.823 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.824 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.824 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.829 | 27311 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.829 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.831 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.832 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.833 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.834 | 27312 | Marked run 1681 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.834 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.836 | 27321 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.837 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.838 | 10418 | Recursively removing directory: /tmp/git.CVBsZV/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.839 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.839 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.840 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.840 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.840 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.841 | 27329 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.841 | 10414 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.841 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.841 | 10414 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.841 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ceyByK +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.841 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.843 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.846 | 10415 | Recursively removing directory: /tmp/git.E6GPul/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.847 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.847 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.848 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.848 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.848 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.849 | 27333 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.849 | 10414 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.849 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.849 | 10414 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.849 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.849 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UKC88X +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.850 | 27328 | Marked run 1682 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.850 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.851 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.851 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.856 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.856 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.857 | 27330 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.858 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.860 | 27332 | Marked run 1683 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.860 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.861 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.864 | 27339 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.864 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.867 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.867 | 10418 | Recursively removing directory: /tmp/git.ceyByK/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.870 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.870 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.870 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.870 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.870 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 27351 | Added a new worker 8 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 10414 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 10414 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.871 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vyA0Wc +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 27346 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.871 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.873 | 10415 | Recursively removing directory: /tmp/git.UKC88X/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.874 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.874 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.875 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 27355 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10414 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.875 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.876 | 10414 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.876 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kaPGqs +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.881 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.881 | 27350 | Marked run 1684 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.882 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.882 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.882 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.883 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.885 | 27354 | Marked run 1685 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.885 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.888 | 27353 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.888 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.891 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.894 | 10418 | Recursively removing directory: /tmp/git.vyA0Wc/ +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.896 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.896 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.896 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.896 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.896 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.896 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 27371 | Added a new worker 18 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 10414 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 10414 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.897 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.898 | 27367 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.899 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.898 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.birpur +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.894 | 10415 | Recursively removing directory: /tmp/git.kaPGqs/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.896 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.896 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.896 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.900 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N5eJFM +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.900 | 27373 | Added a new worker 7 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.900 | 10414 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.900 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.900 | 10414 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.901 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.906 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.906 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.906 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.907 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.909 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.909 | 27372 | Marked run 1687 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.910 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.911 | 27370 | Marked run 1686 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.911 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.913 | 27377 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.914 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.919 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.921 | 27389 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.920 | 10415 | Recursively removing directory: /tmp/git.N5eJFM/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.922 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.922 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.922 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.922 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.922 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.923 | 27391 | Added a new worker 11 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.923 | 10414 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.923 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.923 | 10414 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.923 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.924 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ILXD9k +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.926 | 27390 | Marked run 1689 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.926 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.926 | 10418 | Recursively removing directory: /tmp/git.birpur/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.927 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.928 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.928 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.927 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.927 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.928 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.928 | 27395 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.929 | 10414 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.929 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.929 | 10414 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.929 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.930 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0vZwxl +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.932 | 27393 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.933 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.936 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.936 | 27394 | Marked run 1688 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.937 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.938 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.939 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.940 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.942 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.948 | 27397 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.949 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.952 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.957 | 10418 | Recursively removing directory: /tmp/git.0vZwxl/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.958 | 10415 | Recursively removing directory: /tmp/git.ILXD9k/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.959 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.959 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.959 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.959 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.959 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.959 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 27415 | Added a new worker 18 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 27414 | Added a new worker 16 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.960 | 10414 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.961 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BKa5hV +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.962 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.91BzPq +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.962 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.965 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.966 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.968 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.969 | 10418 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.969 | 27411 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.970 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.974 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.974 | 27413 | Marked run 1690 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.974 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.979 | 27422 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.978 | 10415 | Recursively removing directory: /tmp/git.BKa5hV/ +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.979 | 10415 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.979 | 10415 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.980 | 10415 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.980 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.980 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.981 | 27431 | Added a new worker 13 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.981 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.981 | 10414 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.981 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.981 | 10414 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.981 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VrImj9 +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.982 | 27412 | Marked run 1691 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.982 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.984 | 10418 | Recursively removing directory: /tmp/git.91BzPq/ +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.985 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.985 | 10418 | Process exit code: 0 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.985 | 10418 | Process output: 57 bytes +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.986 | 10418 | Waiting for a new command +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.986 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.986 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.986 | 27435 | Added a new worker 15 to the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.986 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.987 | 10414 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.987 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.987 | 10414 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.988 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w47oOO +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.991 | 27430 | Marked run 1692 as finished +2023-08-28 07:32:07 | INFO | 10412/cimple-server: 2023-08-28 07:32:07.991 | 10412 | Waiting for new connections +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.995 | 10415 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10415/cimple-worker: 2023-08-28 07:32:07.995 | 10415 | Going to run: ./ci +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.997 | 10418 | Checking out revision HEAD +2023-08-28 07:32:07 | INFO | 10418/cimple-worker: 2023-08-28 07:32:07.999 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.000 | 27433 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.000 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.003 | 27434 | Marked run 1693 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.003 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.006 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.007 | 10415 | Recursively removing directory: /tmp/git.VrImj9/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.009 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.009 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.009 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.010 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 27450 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 10414 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 10414 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.010 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.011 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iQTYH5 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.016 | 27445 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.016 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.018 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.019 | 27447 | Marked run 1694 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.019 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.020 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.020 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.022 | 10418 | Recursively removing directory: /tmp/git.w47oOO/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.023 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.023 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.023 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 27457 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 10414 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.024 | 10414 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.025 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NzTzmp +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.026 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.028 | 27453 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.029 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.031 | 27456 | Marked run 1695 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.032 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.032 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.033 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.033 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.036 | 10415 | Recursively removing directory: /tmp/git.iQTYH5/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.037 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.037 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.037 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 27467 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 10414 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.038 | 10414 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.039 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0XRzjq +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.043 | 10418 | Recursively removing directory: /tmp/git.NzTzmp/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.042 | 27463 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.044 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.045 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.045 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.045 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.045 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.045 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.045 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.045 | 27474 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.046 | 10414 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.046 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.046 | 10414 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.046 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.046 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AoxqS5 +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.048 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.051 | 27466 | Marked run 1696 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.052 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.053 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.055 | 27473 | Marked run 1697 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.055 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.058 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.059 | 10415 | Recursively removing directory: /tmp/git.0XRzjq/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.063 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.063 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.063 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.063 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.063 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.064 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.064 | 27483 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.064 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.064 | 10414 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.064 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.064 | 10414 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.065 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IAQS99 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.068 | 27477 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.068 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.071 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.072 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.078 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.079 | 27482 | Marked run 1698 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.079 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.080 | 27487 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.081 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.083 | 10418 | Recursively removing directory: /tmp/git.AoxqS5/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.084 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.084 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.085 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 27497 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10414 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.085 | 10414 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.085 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TFAqhc +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.090 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.091 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.095 | 10415 | Recursively removing directory: /tmp/git.IAQS99/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.096 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.096 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 27506 | Added a new worker 16 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.097 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.097 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9AQvK8 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 10414 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.097 | 10414 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.098 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.100 | 27496 | Marked run 1699 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.100 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.101 | 10418 | Recursively removing directory: /tmp/git.TFAqhc/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.103 | 27495 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.103 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.103 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.103 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.103 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.103 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.104 | 27511 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.104 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.104 | 10414 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.104 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.104 | 10414 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.106 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dNGs2R +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.108 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.108 | 27505 | Marked run 1700 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.109 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.112 | 27510 | Marked run 1701 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.112 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.113 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.114 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.114 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.115 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.119 | 27513 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.119 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.123 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.124 | 10418 | Recursively removing directory: /tmp/git.dNGs2R/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.126 | 10415 | Recursively removing directory: /tmp/git.9AQvK8/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.127 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.127 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.127 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 27529 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10414 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.128 | 10414 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.126 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.126 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.126 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.128 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aClSvp +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 27531 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 10414 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.129 | 10414 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.132 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5YKCwg +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.137 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.138 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.138 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.141 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.142 | 27528 | Marked run 1703 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.142 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.142 | 27527 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.142 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.145 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.146 | 27530 | Marked run 1702 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.147 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.150 | 10418 | Recursively removing directory: /tmp/git.aClSvp/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.151 | 27539 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.151 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.151 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.151 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.151 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.151 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.152 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.152 | 27545 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.152 | 10414 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.152 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.152 | 10414 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.152 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yy6cuh +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.153 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.156 | 10415 | Recursively removing directory: /tmp/git.5YKCwg/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.157 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.157 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.158 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.158 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.158 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.156 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.157 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.160 | 27544 | Marked run 1704 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.160 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.160 | 27551 | Added a new worker 6 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.161 | 10414 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.161 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.161 | 10414 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.161 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.161 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mYLBMz +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.166 | 10418 | Recursively removing directory: /tmp/git.yy6cuh/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.167 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.167 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.167 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.168 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 27558 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 10414 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.168 | 10414 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.168 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ueyic2 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.169 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.170 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.170 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.175 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.176 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.177 | 27557 | Marked run 1706 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.178 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.183 | 10415 | Recursively removing directory: /tmp/git.mYLBMz/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.186 | 27550 | Marked run 1705 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.186 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.186 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.186 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.186 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.186 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.187 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 27559 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.188 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q1CswY +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 27572 | Added a new worker 6 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 10414 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 10414 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.188 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.191 | 10418 | Recursively removing directory: /tmp/git.Ueyic2/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.192 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.192 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.192 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.193 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.193 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.194 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.194 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.194 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.195 | 27577 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.195 | 10414 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.195 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.195 | 10414 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.196 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jiFSxk +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.196 | 27571 | Marked run 1707 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.198 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.198 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.198 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.203 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.203 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.205 | 27579 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.206 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.207 | 27576 | Marked run 1708 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.207 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.210 | 10415 | Recursively removing directory: /tmp/git.Q1CswY/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.211 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.211 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 27588 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 10414 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.211 | 10414 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.211 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.212 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pklaXn +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.212 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.213 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.217 | 10418 | Recursively removing directory: /tmp/git.jiFSxk/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.219 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.219 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.219 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.218 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.219 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.219 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.219 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 27587 | Marked run 1709 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 27595 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 10414 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 10414 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.220 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.221 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dsIaIs +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.223 | 27590 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.223 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.228 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.229 | 27594 | Marked run 1710 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.230 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.230 | 10415 | Recursively removing directory: /tmp/git.pklaXn/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.230 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.232 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.232 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.232 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.232 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.232 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.233 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.234 | 27605 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.234 | 10414 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.234 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.234 | 10414 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.234 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JrEn7J +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.234 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.241 | 10418 | Recursively removing directory: /tmp/git.dsIaIs/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.243 | 27604 | Marked run 1711 as finished +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.243 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.243 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.245 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.245 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.245 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.244 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.244 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.244 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.245 | 27613 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.245 | 10414 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.245 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.246 | 10414 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.246 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E9lcmD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.247 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.254 | 10415 | Recursively removing directory: /tmp/git.JrEn7J/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.256 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.256 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.256 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 27621 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10414 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10414 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.256 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.257 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gaPWDN +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.269 | 27612 | Marked run 1712 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.269 | 27606 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.269 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.270 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.273 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.273 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.275 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.275 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.276 | 27620 | Marked run 1713 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.276 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.277 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.279 | 27625 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.280 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.283 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.286 | 10415 | Recursively removing directory: /tmp/git.gaPWDN/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.287 | 10418 | Recursively removing directory: /tmp/git.E9lcmD/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.289 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.289 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.289 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 27639 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10414 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.290 | 10414 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.290 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ItTvTY +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.292 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.292 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 27641 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 10414 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.293 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.294 | 10414 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.293 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.294 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DRTLr5 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.298 | 27635 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.299 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.304 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.307 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.309 | 27638 | Marked run 1714 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.309 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.310 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.311 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.311 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.313 | 27640 | Marked run 1715 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.314 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.319 | 27643 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.320 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.322 | 10418 | Recursively removing directory: /tmp/git.ItTvTY/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.323 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.323 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.324 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.324 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.324 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.324 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.325 | 10415 | Recursively removing directory: /tmp/git.DRTLr5/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.325 | 27659 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.325 | 10414 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.325 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.325 | 10414 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.325 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.326 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N9NOGr +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.327 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.327 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.327 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 27661 | Added a new worker 16 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10414 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.327 | 10414 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.328 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CYEcOd +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.329 | 27657 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.330 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.333 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.336 | 27658 | Marked run 1716 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.336 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.338 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.339 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.340 | 27660 | Marked run 1717 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.341 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.346 | 27663 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.346 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.347 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.349 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.351 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.353 | 10415 | Recursively removing directory: /tmp/git.CYEcOd/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.355 | 27672 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.355 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.355 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.355 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.356 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.356 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.356 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.358 | 27675 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.358 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.358 | 10414 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.358 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.358 | 10414 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.358 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KMLPjh +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.359 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.364 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.365 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.366 | 27673 | Marked run 1719 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.366 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.370 | 27677 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.370 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.371 | 10418 | Recursively removing directory: /tmp/git.N9NOGr/ +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.373 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.373 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.373 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.374 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.374 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.374 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.374 | 27687 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.375 | 10414 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.375 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.375 | 10414 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.375 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.375 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nqdrBq +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.379 | 10415 | Recursively removing directory: /tmp/git.KMLPjh/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.380 | 27686 | Marked run 1718 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.380 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.381 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.381 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.381 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 27693 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 10414 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.381 | 10414 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.382 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.384 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3du3Fr +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.388 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.388 | 27688 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.389 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.389 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.391 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.392 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.395 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.396 | 27692 | Marked run 1720 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.396 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.403 | 27699 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.404 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.405 | 10415 | Recursively removing directory: /tmp/git.3du3Fr/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.404 | 10418 | Recursively removing directory: /tmp/git.nqdrBq/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.405 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.406 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.406 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.406 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.406 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.406 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.406 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.406 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.406 | 27710 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.406 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.407 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.407 | 10414 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.407 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.407 | 10414 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.407 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xgSP5Z +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.408 | 27712 | Added a new worker 8 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.408 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sQI31c +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.408 | 10414 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.408 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.408 | 10414 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.408 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.412 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.418 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.418 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.418 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.419 | 27711 | Marked run 1722 as finished +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.419 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.419 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.422 | 27713 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.423 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.426 | 27709 | Marked run 1721 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.426 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.428 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.430 | 10415 | Recursively removing directory: /tmp/git.sQI31c/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.431 | 10418 | Recursively removing directory: /tmp/git.xgSP5Z/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.432 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.432 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.432 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.432 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.432 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.433 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.432 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.432 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.432 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 27729 | Added a new worker 17 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 10414 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 10414 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.434 | 27726 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.435 | 27731 | Added a new worker 18 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.437 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Delkb6 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.434 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6gvTdG +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.436 | 10414 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.436 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.436 | 10414 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.437 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.437 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.443 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.444 | 27730 | Marked run 1723 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.444 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.445 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.448 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.448 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.449 | 27733 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.449 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.451 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.453 | 27728 | Marked run 1724 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.453 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.455 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.458 | 27739 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.458 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.460 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.462 | 10418 | Recursively removing directory: /tmp/git.Delkb6/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.464 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.463 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.463 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.464 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.464 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.465 | 27746 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.465 | 10415 | Recursively removing directory: /tmp/git.6gvTdG/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.466 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.466 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.467 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 27754 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10414 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10414 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 27751 | Added a new worker 6 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10414 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.468 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.468 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zjDmDd +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.469 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ij0c8y +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.469 | 10414 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.470 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.470 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.472 | 27750 | Marked run 1726 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.473 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.475 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.476 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.477 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.479 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.482 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.482 | 27753 | Marked run 1725 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.482 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.485 | 27756 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.486 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.490 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.492 | 10418 | Recursively removing directory: /tmp/git.zjDmDd/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.493 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.493 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.494 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.494 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.494 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.494 | 27770 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.495 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V8ru1b +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.495 | 10414 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.495 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.495 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.495 | 10414 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.496 | 10415 | Recursively removing directory: /tmp/git.ij0c8y/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.497 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.497 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.498 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 27773 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10414 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.498 | 10414 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.498 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lIv2hB +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.500 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.501 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.502 | 27768 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.502 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.503 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.504 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.510 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.511 | 27769 | Marked run 1728 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.511 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.513 | 27772 | Marked run 1727 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.513 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.514 | 27779 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.515 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.516 | 10418 | Recursively removing directory: /tmp/git.V8ru1b/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.518 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.518 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.518 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.518 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.518 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.519 | 27789 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.519 | 10414 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.519 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.519 | 10414 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.520 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EuvTBh +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.520 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.523 | 10415 | Recursively removing directory: /tmp/git.lIv2hB/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.524 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.525 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.525 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.525 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.525 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.525 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.526 | 27793 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.526 | 10414 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.526 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.526 | 10414 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.526 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.526 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.526 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bgEdl3 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.527 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.529 | 27788 | Marked run 1729 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.529 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.531 | 27791 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.531 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.535 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.535 | 27792 | Marked run 1730 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.535 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.536 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.536 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.539 | 27797 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.539 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.542 | 10418 | Recursively removing directory: /tmp/git.EuvTBh/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.543 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.543 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.543 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.543 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.543 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.545 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.546 | 27807 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.546 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kGIhxd +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.546 | 10414 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.546 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.546 | 10414 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.547 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.549 | 27810 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.552 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.554 | 10415 | Recursively removing directory: /tmp/git.bgEdl3/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.554 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.554 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.555 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.555 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.555 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.556 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.556 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.556 | 27815 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.557 | 10414 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.557 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.557 | 10414 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.557 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.557 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kOyUFg +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.558 | 27806 | Marked run 1731 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.558 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.558 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.563 | 27814 | Marked run 1732 as finished +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.564 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.564 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.565 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.566 | 27816 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.567 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.569 | 10418 | Recursively removing directory: /tmp/git.kGIhxd/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.570 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.570 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.571 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 27826 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 10414 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.571 | 10414 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.572 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.572 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ARq4s +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.573 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.579 | 27825 | Marked run 1733 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.580 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.581 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.582 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.583 | 10415 | Recursively removing directory: /tmp/git.kOyUFg/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.584 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.584 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.584 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.584 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.585 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SQzWrb +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.584 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.585 | 27834 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.585 | 10414 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.585 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.585 | 10414 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.586 | 27827 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.587 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.589 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.594 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.594 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.595 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.597 | 27833 | Marked run 1734 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.597 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.599 | 10418 | Recursively removing directory: /tmp/git.3ARq4s/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.601 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.601 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.601 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 27848 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.602 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C8Go2Q +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 10414 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.601 | 10414 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.602 | 27842 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.602 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.604 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.605 | 27847 | Marked run 1735 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.605 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.606 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.609 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.609 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.610 | 10415 | Recursively removing directory: /tmp/git.SQzWrb/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.611 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 27854 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.611 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.611 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.611 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 10414 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.612 | 10414 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.613 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mMNWZI +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.616 | 27851 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.616 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.620 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.625 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.626 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.628 | 10418 | Recursively removing directory: /tmp/git.C8Go2Q/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.629 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.629 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.630 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.630 | 27853 | Marked run 1736 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 27867 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 10414 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.631 | 10414 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.631 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pBRBQg +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.632 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.636 | 27861 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.636 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.638 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.639 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.640 | 27865 | Marked run 1737 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.640 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.640 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.641 | 10415 | Recursively removing directory: /tmp/git.mMNWZI/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.643 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.643 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.643 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.643 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.644 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.644 | 27874 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.645 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XBiiMj +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.644 | 10414 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.644 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.644 | 10414 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.645 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.651 | 27872 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.652 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.653 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.654 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.656 | 10418 | Recursively removing directory: /tmp/git.pBRBQg/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.657 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.657 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.658 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 27873 | Marked run 1738 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 27883 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.659 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gYO90r +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10414 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.658 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.659 | 10414 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.659 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.664 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.665 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.667 | 27885 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.668 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.671 | 27882 | Marked run 1739 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.671 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.671 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.674 | 10415 | Recursively removing directory: /tmp/git.XBiiMj/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.675 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.675 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.675 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.675 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.675 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.675 | 27899 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.676 | 10414 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.676 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.676 | 10414 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.676 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.677 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KYG5DM +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.678 | 10418 | Recursively removing directory: /tmp/git.gYO90r/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.679 | 27893 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.680 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.680 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.680 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.680 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.681 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 27902 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 10414 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 10414 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.681 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.681 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dvwmxi +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.686 | 27898 | Marked run 1740 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.687 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.687 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.688 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.689 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.690 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.691 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.691 | 27901 | Marked run 1741 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.691 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.693 | 27903 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.694 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.700 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.703 | 27911 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.704 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.707 | 10415 | Recursively removing directory: /tmp/git.KYG5DM/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.708 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.709 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.709 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 27918 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.709 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.710 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QmhoGF +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 10414 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.709 | 10414 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.711 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.714 | 10418 | Recursively removing directory: /tmp/git.Dvwmxi/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.715 | 27916 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.716 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.719 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.722 | 27917 | Marked run 1742 as finished +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.723 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.723 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.723 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.723 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.723 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.724 | 27925 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.724 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.725 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Np5sLW +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.724 | 10414 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.724 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.724 | 10414 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.726 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.727 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.730 | 27923 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.730 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.734 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.736 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.737 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.740 | 27924 | Marked run 1743 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.740 | 27930 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.741 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.741 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.743 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.742 | 10415 | Recursively removing directory: /tmp/git.QmhoGF/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.743 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.743 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.743 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.743 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.745 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.745 | 27938 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.745 | 10414 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.745 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.745 | 10414 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.746 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.745 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.geQgeL +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.755 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.756 | 10418 | Recursively removing directory: /tmp/git.Np5sLW/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.756 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.757 | 27937 | Marked run 1744 as finished +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.757 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.757 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.757 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 27946 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10414 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.758 | 10414 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.758 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KAaS4p +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.765 | 27939 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.765 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.769 | 27945 | Marked run 1745 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.769 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.771 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.771 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.770 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.771 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.770 | 10415 | Recursively removing directory: /tmp/git.geQgeL/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.771 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.771 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.771 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.772 | 27954 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.773 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LINbzd +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.773 | 10414 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.773 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.773 | 10414 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.774 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.775 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.777 | 27953 | Marked run 1746 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.777 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.781 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.781 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.782 | 27956 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.784 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.786 | 10418 | Recursively removing directory: /tmp/git.KAaS4p/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.788 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.788 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.788 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 27967 | Added a new worker 12 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10414 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.789 | 10414 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.789 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lkXJjN +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.795 | 10415 | Recursively removing directory: /tmp/git.LINbzd/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.798 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.798 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.798 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.798 | 27966 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.799 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.799 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mZ5ke8 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 27973 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10414 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.799 | 10414 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.803 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.805 | 27965 | Marked run 1747 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.805 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.806 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.807 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.807 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.809 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.810 | 27975 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.811 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.813 | 27972 | Marked run 1748 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.813 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.816 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.818 | 10418 | Recursively removing directory: /tmp/git.lkXJjN/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.819 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.819 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.819 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.819 | 27984 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.820 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.820 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.821 | 27990 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.821 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dPDkGa +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.821 | 10414 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.821 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.821 | 10414 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.823 | 10415 | Recursively removing directory: /tmp/git.mZ5ke8/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.823 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.824 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.824 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.824 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.825 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.825 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 27994 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 10414 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 10414 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.826 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.826 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rOJiC9 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.828 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.829 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.833 | 27993 | Marked run 1750 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.833 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.833 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.835 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.835 | 27995 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.836 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.838 | 27989 | Marked run 1749 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.839 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.841 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.845 | 10418 | Recursively removing directory: /tmp/git.dPDkGa/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.846 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.846 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.846 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.843 | 28004 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.845 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.848 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.848 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.850 | 28009 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.850 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.850 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lWypn7 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.850 | 10414 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.850 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.850 | 10414 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.851 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.854 | 10415 | Recursively removing directory: /tmp/git.rOJiC9/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.857 | 28008 | Marked run 1751 as finished +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.857 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.857 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.857 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.857 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.857 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.858 | 28015 | Added a new worker 14 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.858 | 10414 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.858 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.859 | 10414 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.859 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.859 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hMpaKW +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.861 | 28012 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.861 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.862 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.863 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.866 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.867 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.868 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.871 | 28014 | Marked run 1752 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.872 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.873 | 28018 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.874 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.876 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.877 | 10418 | Recursively removing directory: /tmp/git.lWypn7/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.878 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.878 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.878 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.878 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.878 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.879 | 28030 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.879 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zjVvZn +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.879 | 10414 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.879 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.879 | 10414 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.880 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.885 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.885 | 28027 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.886 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.887 | 10415 | Recursively removing directory: /tmp/git.hMpaKW/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.888 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.888 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.889 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.889 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.889 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.887 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 28029 | Marked run 1753 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 28037 | Added a new worker 10 to the queue +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.891 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rqKe6g +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 10414 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.890 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.891 | 10414 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.893 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.900 | 10418 | Recursively removing directory: /tmp/git.zjVvZn/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.902 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.902 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.902 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.902 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.903 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.903 | 28045 | Added a new worker 15 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.904 | 10414 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.904 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.904 | 10414 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.905 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.905 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CzXFgh +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.903 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.907 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.910 | 28038 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.912 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.913 | 28036 | Marked run 1754 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.913 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.914 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.916 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.916 | 28044 | Marked run 1755 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.916 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.916 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.920 | 28049 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.921 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.922 | 10415 | Recursively removing directory: /tmp/git.rqKe6g/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.924 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.924 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.924 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.925 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.925 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 28058 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 10414 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 10414 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.926 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.927 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WPu42L +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.928 | 28057 | Marked run 1756 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.929 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.931 | 28059 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.931 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.934 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.934 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.937 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.938 | 10418 | Recursively removing directory: /tmp/git.CzXFgh/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.939 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.939 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.939 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.939 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.939 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.940 | 28069 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.940 | 10414 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.940 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.940 | 10414 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.940 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1P63Ay +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.941 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.942 | 28066 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.943 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.946 | 28068 | Marked run 1757 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.946 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.948 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.949 | 10415 | Recursively removing directory: /tmp/git.WPu42L/ +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.952 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.949 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.952 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.952 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.952 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.952 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.953 | 28077 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.953 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.953 | 10414 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.953 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.953 | 10414 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.953 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BaApM6 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.954 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.961 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.961 | 28076 | Marked run 1758 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.961 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.962 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.965 | 28078 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.965 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.968 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.970 | 10418 | Recursively removing directory: /tmp/git.1P63Ay/ +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.972 | 10418 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.973 | 10418 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.974 | 10418 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.973 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.973 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.974 | 28090 | Added a new worker 13 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.974 | 10414 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.974 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.974 | 10414 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.974 | 28087 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.975 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.975 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KNuQuw +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.976 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.980 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.983 | 10418 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.983 | 10415 | Recursively removing directory: /tmp/git.BaApM6/ +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.985 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.985 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.985 | 10415 | Process exit code: 0 +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.985 | 10415 | Process output: 57 bytes +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.985 | 10415 | Waiting for a new command +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.985 | 10418 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.985 | 28097 | Added a new worker 11 to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.986 | 10414 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.986 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.986 | 10414 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.986 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.987 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GkXRmC +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.988 | 28089 | Marked run 1759 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.988 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.991 | 28095 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.992 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.993 | 28096 | Marked run 1760 as finished +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.994 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.995 | 10415 | Checking out revision HEAD +2023-08-28 07:32:08 | INFO | 10415/cimple-worker: 2023-08-28 07:32:08.996 | 10415 | Going to run: ./ci +2023-08-28 07:32:08 | INFO | 10412/cimple-server: 2023-08-28 07:32:08.998 | 10412 | Waiting for new connections +2023-08-28 07:32:08 | INFO | 10418/cimple-worker: 2023-08-28 07:32:08.999 | 10418 | Recursively removing directory: /tmp/git.KNuQuw/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.000 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.000 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.001 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 28108 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 10414 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.001 | 10414 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.001 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t8ebwm +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.002 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.006 | 28107 | Marked run 1761 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.006 | 28106 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.006 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.009 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.010 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.012 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.016 | 28115 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.016 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.015 | 10415 | Recursively removing directory: /tmp/git.GkXRmC/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.017 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.017 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.017 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.017 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.017 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.018 | 28121 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.018 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.018 | 10414 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.018 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.018 | 10414 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.018 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iYF7wn +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.023 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.026 | 28120 | Marked run 1762 as finished +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.027 | 10418 | Recursively removing directory: /tmp/git.t8ebwm/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.028 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.028 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.028 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.029 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 28126 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 10414 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.029 | 10414 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.029 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jGLVqo +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.030 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.031 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.031 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.034 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.035 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.037 | 28125 | Marked run 1763 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.037 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.039 | 28127 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.039 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.042 | 10415 | Recursively removing directory: /tmp/git.iYF7wn/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.043 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.043 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.044 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 28140 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10414 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.044 | 10414 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.045 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.045 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GYvmBa +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.050 | 28139 | Marked run 1764 as finished +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.050 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.050 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.052 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.051 | 10418 | Recursively removing directory: /tmp/git.jGLVqo/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.052 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.052 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.053 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.053 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.053 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.054 | 28146 | Added a new worker 14 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.055 | 10414 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.055 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.055 | 10414 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.055 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XpMrJ1 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.056 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.057 | 28138 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.057 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.060 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.064 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.065 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.069 | 10415 | Recursively removing directory: /tmp/git.GYvmBa/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.071 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.071 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.071 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.071 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.071 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.072 | 28157 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.072 | 10414 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.072 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.072 | 10414 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.074 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cajQ4f +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.075 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.076 | 28148 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.076 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.081 | 10418 | Recursively removing directory: /tmp/git.XpMrJ1/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.082 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.082 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.082 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.081 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.082 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.083 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.084 | 28165 | Added a new worker 17 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.084 | 10414 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.084 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.084 | 10414 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.085 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9xsoLz +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.085 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.086 | 28145 | Marked run 1765 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.086 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.086 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.088 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.088 | 28156 | Marked run 1766 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.088 | 28163 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.089 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.094 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.095 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.097 | 28164 | Marked run 1767 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.097 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.097 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.100 | 28168 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.101 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.103 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.106 | 28177 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.106 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.108 | 10418 | Recursively removing directory: /tmp/git.9xsoLz/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.107 | 10415 | Recursively removing directory: /tmp/git.cajQ4f/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.108 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.108 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.108 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.110 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.110 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.110 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.110 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.109 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.109 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.109 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.111 | 28184 | Added a new worker 14 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.111 | 10414 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.111 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.111 | 10414 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.111 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.112 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.112 | 28186 | Added a new worker 8 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.112 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.112 | 10414 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.112 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.113 | 10414 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.111 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1K1gx1 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.113 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0FoUhm +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.116 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.117 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.117 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.120 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.121 | 28185 | Marked run 1769 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.122 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.123 | 28187 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.124 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.126 | 28183 | Marked run 1768 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.126 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.127 | 10415 | Recursively removing directory: /tmp/git.1K1gx1/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.128 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.129 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.129 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.129 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.129 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.129 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.130 | 28199 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.130 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.130 | 10414 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.130 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.130 | 10414 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.131 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TKjy9v +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.136 | 28197 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.137 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.136 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.138 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.138 | 28198 | Marked run 1770 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.139 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.139 | 10418 | Recursively removing directory: /tmp/git.0FoUhm/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.141 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.141 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.141 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.141 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.141 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.142 | 28208 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.143 | 10414 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.143 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.143 | 10414 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.144 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.143 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lnUlJr +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.150 | 10415 | Recursively removing directory: /tmp/git.TKjy9v/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.152 | 28207 | Marked run 1771 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.152 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.153 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.153 | 28215 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.153 | 10414 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.153 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.153 | 10414 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.152 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.152 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.152 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.154 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.155 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5eh6i0 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.158 | 28210 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.159 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.159 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.161 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.162 | 28214 | Marked run 1772 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.164 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.165 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.166 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.169 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.170 | 10418 | Recursively removing directory: /tmp/git.lnUlJr/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.172 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.172 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.172 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.176 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.173 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.178 | 28227 | Added a new worker 14 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.178 | 10414 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.178 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.178 | 10414 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.178 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.181 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ya7zP3 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.182 | 28225 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.183 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.184 | 10415 | Recursively removing directory: /tmp/git.5eh6i0/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.186 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.186 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.186 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.187 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.187 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 28226 | Marked run 1773 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 28234 | Added a new worker 9 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 10414 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.190 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.191 | 10414 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.191 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.190 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.192 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.61sHNO +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.194 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.198 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.199 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.202 | 28233 | Marked run 1774 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.202 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.203 | 10418 | Recursively removing directory: /tmp/git.Ya7zP3/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.205 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.205 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.206 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.208 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.208 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.209 | 28235 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.210 | 28249 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.210 | 10414 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.210 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.210 | 10414 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.210 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.211 | 10415 | Recursively removing directory: /tmp/git.61sHNO/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.211 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ob4HcP +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.214 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.214 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.213 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.213 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.214 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.217 | 28252 | Added a new worker 14 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.217 | 10414 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.217 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.217 | 10414 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.219 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.217 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pmilv9 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.222 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.223 | 28248 | Marked run 1775 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.223 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.223 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.225 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.226 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.227 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.228 | 28251 | Marked run 1776 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.228 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.231 | 28254 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.231 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.234 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.235 | 10415 | Recursively removing directory: /tmp/git.pmilv9/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.236 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.236 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.236 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 28266 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10414 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10414 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.237 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.238 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K7JsHf +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.242 | 28265 | Marked run 1778 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.242 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.243 | 10418 | Recursively removing directory: /tmp/git.Ob4HcP/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.244 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.244 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.245 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.245 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.245 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.245 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.246 | 28271 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.246 | 10414 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.246 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.246 | 10414 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.246 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.247 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.crBYcp +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.247 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.252 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.253 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.254 | 28263 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.254 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.257 | 28270 | Marked run 1777 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.257 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.258 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.260 | 28278 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.261 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.263 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.264 | 10415 | Recursively removing directory: /tmp/git.K7JsHf/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.266 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.266 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.266 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.266 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.266 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.267 | 28286 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.267 | 10418 | Recursively removing directory: /tmp/git.crBYcp/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.268 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.270 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.270 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.270 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.270 | 28289 | Added a new worker 7 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 28288 | Marked run 1779 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10414 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.271 | 10414 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.272 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UmdAtV +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.273 | 28292 | Added a new worker 7 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.273 | 10414 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.273 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.273 | 10414 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.274 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.274 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.274 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9wsze8 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.277 | 28291 | Marked run 1780 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.278 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.279 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.280 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.280 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.283 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.286 | 28293 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.287 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.291 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.294 | 10418 | Recursively removing directory: /tmp/git.9wsze8/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.295 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.295 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.295 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.295 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.295 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.296 | 28308 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.296 | 10414 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.296 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.296 | 10414 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.297 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.297 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pDuQhv +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.301 | 10415 | Recursively removing directory: /tmp/git.UmdAtV/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.302 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.302 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.302 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.302 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.303 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.303 | 28311 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.303 | 10414 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.303 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.303 | 10414 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.303 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cF12eo +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.304 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.305 | 28303 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.305 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.306 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.307 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.311 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.311 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.313 | 28307 | Marked run 1782 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.313 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.314 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.315 | 28310 | Marked run 1781 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.315 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.317 | 28316 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.317 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.321 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.322 | 10418 | Recursively removing directory: /tmp/git.pDuQhv/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.324 | 10415 | Recursively removing directory: /tmp/git.cF12eo/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.324 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.324 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.324 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.325 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 28329 | Added a new worker 14 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 10414 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 10414 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.325 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.325 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WQgk3j +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.327 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.327 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.327 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.327 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 28331 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 10414 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.328 | 10414 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.329 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aRYj4e +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.330 | 28326 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.331 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.331 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.332 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.335 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.335 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.336 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.341 | 28330 | Marked run 1784 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.341 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.343 | 28334 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.344 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.346 | 28328 | Marked run 1783 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.346 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.347 | 10415 | Recursively removing directory: /tmp/git.aRYj4e/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.348 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.348 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.348 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.348 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.348 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.348 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.349 | 28348 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.349 | 10414 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.349 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.349 | 10414 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.349 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RW037b +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.350 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.351 | 10418 | Recursively removing directory: /tmp/git.WQgk3j/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.353 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.353 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.353 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 28351 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 10414 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.353 | 10414 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.354 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NruMfV +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.354 | 28346 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.355 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.355 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.358 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.359 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.359 | 28347 | Marked run 1786 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.360 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.363 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.363 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.363 | 28350 | Marked run 1785 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.364 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.364 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.368 | 28354 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.369 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.371 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.375 | 28361 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.375 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.377 | 10418 | Recursively removing directory: /tmp/git.NruMfV/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.378 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.378 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.378 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.379 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.379 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.379 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.379 | 28371 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.379 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.380 | 10414 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.380 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.380 | 10414 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.380 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FFEbrl +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.381 | 10415 | Recursively removing directory: /tmp/git.RW037b/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.381 | 28369 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.383 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.384 | 28370 | Marked run 1788 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.385 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.385 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.385 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.385 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 28374 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 10414 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.386 | 10414 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.387 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.387 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3BK5Mr +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.390 | 28373 | Marked run 1787 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.390 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.390 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.391 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.394 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.395 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.396 | 28375 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.397 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.402 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.405 | 28385 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.406 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.407 | 10415 | Recursively removing directory: /tmp/git.3BK5Mr/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.408 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.408 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.408 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 28392 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 10414 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.408 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.409 | 10414 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.409 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fw8TUl +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.410 | 10418 | Recursively removing directory: /tmp/git.FFEbrl/ +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.414 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.414 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.414 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.415 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.415 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.415 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.415 | 28394 | Added a new worker 9 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.416 | 10414 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.416 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.416 | 10414 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.416 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MSus0Y +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.417 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.417 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.418 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.420 | 28391 | Marked run 1790 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.420 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.422 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.424 | 28395 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.424 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.425 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.427 | 28393 | Marked run 1789 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.427 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.429 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.432 | 10415 | Recursively removing directory: /tmp/git.Fw8TUl/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.433 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.433 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.434 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.434 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.434 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.434 | 28408 | Added a new worker 9 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.435 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.435 | 10414 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.435 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.435 | 10414 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.435 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pq9ymE +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.435 | 28404 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.437 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.440 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.443 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.443 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.446 | 10418 | Recursively removing directory: /tmp/git.MSus0Y/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.447 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.447 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.447 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.448 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.448 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.448 | 28417 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.449 | 10414 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.449 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.449 | 10414 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.449 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s8U1lA +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.454 | 10415 | Recursively removing directory: /tmp/git.Pq9ymE/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.455 | 28407 | Marked run 1791 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.456 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.456 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.456 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 28423 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 10414 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.456 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.457 | 10414 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.457 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.457 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iTjAWA +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.459 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.460 | 28413 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.460 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.464 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.464 | 28416 | Marked run 1792 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.464 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.465 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.466 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.467 | 28422 | Marked run 1793 as finished +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.467 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.468 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.470 | 28426 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.471 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.473 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.475 | 10418 | Recursively removing directory: /tmp/git.s8U1lA/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.477 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.477 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.477 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.477 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.477 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.478 | 28440 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.478 | 10414 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.478 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.478 | 10414 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.479 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.svcT6l +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.479 | 28434 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.480 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.480 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.483 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.484 | 10415 | Recursively removing directory: /tmp/git.iTjAWA/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.486 | 28443 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.487 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.487 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.487 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.488 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.486 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.486 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.486 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.489 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.489 | 28446 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.490 | 10414 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.490 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.490 | 10414 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.490 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.490 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6qXH2D +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.493 | 28439 | Marked run 1794 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.493 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.497 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.498 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.498 | 28448 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.499 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.502 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.502 | 28445 | Marked run 1795 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.502 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.504 | 10418 | Recursively removing directory: /tmp/git.svcT6l/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.505 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.505 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.505 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.505 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 28459 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 10414 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.506 | 10414 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.507 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aVtfak +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.507 | 28455 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.507 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.515 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.511 | 28458 | Marked run 1796 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.516 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.516 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.517 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.523 | 10415 | Recursively removing directory: /tmp/git.6qXH2D/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.524 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.524 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.524 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.524 | 28464 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.525 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.525 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.527 | 28471 | Marked run 1797 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 28472 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 10414 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.528 | 10414 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.529 | 10418 | Recursively removing directory: /tmp/git.aVtfak/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.530 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.530 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.531 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.531 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gac2Ts +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 28476 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10414 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.531 | 10414 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.528 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5FuWnb +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.535 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.535 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.536 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.536 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.538 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.539 | 28475 | Marked run 1798 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.540 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.542 | 28479 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.542 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.545 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.547 | 10415 | Recursively removing directory: /tmp/git.5FuWnb/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.548 | 10418 | Recursively removing directory: /tmp/git.Gac2Ts/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.550 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.550 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.550 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.550 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.550 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.549 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.549 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.550 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.550 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 28493 | Added a new worker 9 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 28495 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 10414 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.551 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.552 | 10414 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.552 | 10414 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.552 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.552 | 10414 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.552 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EkSaHq +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.552 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UQqNCH +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.553 | 28489 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.553 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.557 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.558 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.558 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.559 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.561 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.562 | 28494 | Marked run 1800 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.562 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.564 | 28492 | Marked run 1799 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.564 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.566 | 28499 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.566 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.569 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.571 | 10418 | Recursively removing directory: /tmp/git.UQqNCH/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.572 | 28508 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.572 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.572 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.572 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 28513 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 10414 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.573 | 10414 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.574 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.574 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sN3spd +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.575 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.577 | 10415 | Recursively removing directory: /tmp/git.EkSaHq/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.578 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.578 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.578 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.578 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.579 | 28515 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.580 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.580 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.581 | 28518 | Added a new worker 6 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.581 | 10414 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.581 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.581 | 10414 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.582 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EvHkp6 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.582 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.583 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.583 | 28512 | Marked run 1802 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.583 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.584 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.585 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.587 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.589 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.590 | 28516 | Marked run 1801 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.591 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.593 | 28520 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.594 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.597 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.599 | 28529 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.599 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.601 | 10418 | Recursively removing directory: /tmp/git.sN3spd/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.602 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.602 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.602 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.603 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.603 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.603 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.604 | 28535 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.604 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mdgPMH +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.604 | 10414 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.604 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.604 | 10414 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.605 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.607 | 10415 | Recursively removing directory: /tmp/git.EvHkp6/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.609 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.609 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.609 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.609 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.609 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.609 | 28536 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.610 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.610 | 28539 | Added a new worker 11 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.610 | 10414 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.610 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.610 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.610 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6KeOS2 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.611 | 10414 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.613 | 28534 | Marked run 1803 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.613 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.614 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.615 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.615 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.619 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.620 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.625 | 10418 | Recursively removing directory: /tmp/git.mdgPMH/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.625 | 28541 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.626 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.626 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.626 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.626 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.626 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.627 | 28550 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.627 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.627 | 10414 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.627 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.627 | 10414 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.628 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KvIaLz +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.629 | 28538 | Marked run 1804 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.629 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.630 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.634 | 28549 | Marked run 1805 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.635 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.639 | 10415 | Recursively removing directory: /tmp/git.6KeOS2/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.642 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.642 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.643 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.643 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 28559 | Added a new worker 9 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10414 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.643 | 10414 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.644 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HlrBUJ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.645 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.645 | 28553 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.646 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.655 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.657 | 28558 | Marked run 1806 as finished +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.658 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.659 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.660 | 10418 | Recursively removing directory: /tmp/git.KvIaLz/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.661 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.662 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.662 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.662 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.662 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.662 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.663 | 28565 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.663 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.663 | 28570 | Added a new worker 6 to the queue +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.664 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BQIwM1 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.664 | 10414 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.664 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.664 | 10414 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.665 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.666 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.670 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.670 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.672 | 28573 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.673 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.675 | 28569 | Marked run 1807 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.675 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.675 | 10415 | Recursively removing directory: /tmp/git.HlrBUJ/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.677 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.677 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.677 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.677 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.677 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.678 | 28582 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.678 | 10414 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.678 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.678 | 10414 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.678 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1XV4b2 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.679 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.680 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.684 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.684 | 28584 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.685 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.686 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.687 | 10418 | Recursively removing directory: /tmp/git.BQIwM1/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.688 | 28581 | Marked run 1808 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.688 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.688 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.688 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.689 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.689 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.689 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.690 | 28591 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.690 | 10414 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.690 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.690 | 10414 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.690 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.690 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A4xIVJ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.691 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.693 | 28590 | Marked run 1809 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.693 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.696 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.698 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.698 | 10415 | Recursively removing directory: /tmp/git.1XV4b2/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.699 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.699 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.700 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 28600 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10414 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.700 | 10414 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.701 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.73GF0Q +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.701 | 28593 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.702 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.704 | 28599 | Marked run 1810 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.705 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.708 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.709 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.710 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.711 | 28604 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.712 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.714 | 10418 | Recursively removing directory: /tmp/git.A4xIVJ/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.716 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.716 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.716 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.716 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.716 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.717 | 28612 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.717 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.717 | 10414 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.717 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.717 | 10414 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.717 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dytlZJ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.718 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.722 | 28611 | Marked run 1811 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.722 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.723 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.724 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.726 | 28613 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.727 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.730 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.730 | 10415 | Recursively removing directory: /tmp/git.73GF0Q/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.731 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.731 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.731 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.731 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 28623 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 10414 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.732 | 10414 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.732 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eYZrY3 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.737 | 28621 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.738 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.743 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.747 | 10418 | Recursively removing directory: /tmp/git.dytlZJ/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.747 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.748 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.750 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.750 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.750 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.750 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.750 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.751 | 28632 | Added a new worker 15 to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.751 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2mHE7G +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.751 | 10414 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.751 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.751 | 10414 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.753 | 28622 | Marked run 1812 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.753 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.754 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.765 | 28629 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.766 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.766 | 28631 | Marked run 1813 as finished +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.766 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.769 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.770 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.770 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.773 | 10415 | Recursively removing directory: /tmp/git.eYZrY3/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.775 | 28638 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.775 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.777 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.777 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.776 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.776 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.777 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.778 | 28644 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.779 | 10414 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.779 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.779 | 10414 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.779 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ubdDet +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.780 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.783 | 28643 | Marked run 1814 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.783 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.787 | 10418 | Recursively removing directory: /tmp/git.2mHE7G/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.789 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.789 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.789 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.789 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.789 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.788 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.790 | 28650 | Added a new worker 11 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.790 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.790 | 10414 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.790 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.790 | 10414 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.790 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFZRh7 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.791 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.793 | 28649 | Marked run 1815 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.793 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.794 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.800 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.801 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.802 | 28651 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.803 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.806 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.809 | 28659 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.810 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.811 | 10415 | Recursively removing directory: /tmp/git.ubdDet/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.812 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.812 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.813 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.813 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.813 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.813 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.815 | 10418 | Recursively removing directory: /tmp/git.RFZRh7/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.814 | 28668 | Added a new worker 12 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.816 | 10414 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.816 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.816 | 10414 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.817 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.818 | 28666 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.819 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.817 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q3RTSc +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.823 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.823 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.823 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.822 | 28667 | Marked run 1816 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.824 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.824 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.824 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.825 | 28673 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.825 | 10414 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.825 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.825 | 10414 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.825 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.828 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.COm6l0 +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.830 | 28671 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.831 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.833 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.834 | 28672 | Marked run 1817 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.835 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.841 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.842 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.842 | 28675 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.843 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.844 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.846 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.850 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.859 | 28680 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 28691 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 10414 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.861 | 10414 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.858 | 10415 | Recursively removing directory: /tmp/git.q3RTSc/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.859 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.859 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.860 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.861 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9mNMsK +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.864 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.865 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.867 | 10418 | Recursively removing directory: /tmp/git.COm6l0/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.868 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.868 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.868 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.869 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WZnZZb +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.868 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.868 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.868 | 28695 | Added a new worker 16 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.868 | 10414 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.868 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.869 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.869 | 10414 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.873 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.874 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.875 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.876 | 28693 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.876 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.880 | 28690 | Marked run 1818 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.880 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.881 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.882 | 28694 | Marked run 1819 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.882 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.884 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.886 | 28698 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.887 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.890 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.892 | 28702 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.893 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.896 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.899 | 28705 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.901 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.904 | 10418 | Recursively removing directory: /tmp/git.WZnZZb/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.905 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.905 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.906 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 28715 | Added a new worker 10 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10414 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.906 | 10414 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.907 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zzpK3F +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.907 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.917 | 10415 | Recursively removing directory: /tmp/git.9mNMsK/ +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.920 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.920 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.921 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.921 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.921 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.929 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.929 | 28720 | Added a new worker 16 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.929 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.929 | 10414 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.929 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.929 | 10414 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.931 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VD2QCM +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.923 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.939 | 28714 | Marked run 1821 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.939 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.944 | 28717 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.945 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.946 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.947 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.949 | 28719 | Marked run 1820 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.949 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.952 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.956 | 10418 | Recursively removing directory: /tmp/git.zzpK3F/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.960 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.960 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.960 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.960 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.960 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.961 | 28735 | Added a new worker 13 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.961 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.961 | 10414 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.961 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.961 | 10414 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.962 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GKBmJe +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.965 | 28730 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.969 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.974 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.978 | 10415 | Recursively removing directory: /tmp/git.VD2QCM/ +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.978 | 10418 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.979 | 10418 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.979 | 10415 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.979 | 10415 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.979 | 10415 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 28741 | Added a new worker 16 to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10414 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.980 | 10414 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.981 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1llryz +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.983 | 28734 | Marked run 1822 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.983 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.987 | 10415 | Checking out revision HEAD +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.987 | 28738 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.988 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:09 | INFO | 10415/cimple-worker: 2023-08-28 07:32:09.990 | 10415 | Going to run: ./ci +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.992 | 28740 | Marked run 1823 as finished +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.992 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.994 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.996 | 10418 | Recursively removing directory: /tmp/git.GKBmJe/ +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.998 | 28750 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.998 | 10418 | Process exit code: 0 +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.998 | 10418 | Process output: 57 bytes +2023-08-28 07:32:09 | INFO | 10418/cimple-worker: 2023-08-28 07:32:09.999 | 10418 | Waiting for a new command +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.999 | 10412 | Waiting for new connections +2023-08-28 07:32:09 | INFO | 10412/cimple-server: 2023-08-28 07:32:09.999 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.000 | 28755 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.000 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.000 | 10414 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.000 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.000 | 10414 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.000 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tfD7Ob +2023-08-28 07:32:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.003 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.005 | 10415 | Recursively removing directory: /tmp/git.1llryz/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.012 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.012 | 28754 | Marked run 1824 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.012 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.012 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.012 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.012 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.012 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.012 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.013 | 28760 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.013 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EOBuWT +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.013 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.013 | 10414 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.013 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.013 | 10414 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.014 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.016 | 28758 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.016 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.020 | 28759 | Marked run 1825 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.020 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.022 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.022 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.023 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.027 | 28764 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.027 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.033 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.036 | 28774 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.037 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.038 | 10415 | Recursively removing directory: /tmp/git.EOBuWT/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.039 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.039 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.039 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.039 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.039 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.041 | 10418 | Recursively removing directory: /tmp/git.tfD7Ob/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.042 | 28779 | Added a new worker 11 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.042 | 10414 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.042 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.042 | 10414 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.042 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.044 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V1pyQy +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.044 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.044 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.045 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.045 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.045 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.045 | 28782 | Added a new worker 8 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.046 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.046 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JhWTD5 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.046 | 10414 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.046 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.046 | 10414 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.046 | 28778 | Marked run 1827 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.047 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.054 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.055 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.056 | 28781 | Marked run 1826 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.056 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.056 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.057 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.062 | 28780 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.063 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.068 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.069 | 10415 | Recursively removing directory: /tmp/git.V1pyQy/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.070 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.071 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.071 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.071 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.071 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.072 | 28798 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.072 | 10414 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.072 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.072 | 10414 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.072 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fjEJeo +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.072 | 10418 | Recursively removing directory: /tmp/git.JhWTD5/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.073 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.075 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.075 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.075 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.075 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.075 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.075 | 28800 | Added a new worker 16 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.076 | 10414 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.076 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.076 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.076 | 10414 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.076 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kq7kZo +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.080 | 28795 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.080 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.081 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.082 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.087 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.087 | 28797 | Marked run 1828 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.088 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.088 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.090 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.091 | 28799 | Marked run 1829 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.091 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.094 | 10415 | Recursively removing directory: /tmp/git.fjEJeo/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.095 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.095 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.096 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.096 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.096 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.097 | 28804 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.097 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.100 | 28815 | Added a new worker 7 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.100 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.100 | 10414 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.100 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.100 | 10414 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.100 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FVlyMO +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.102 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.103 | 28814 | Marked run 1830 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.103 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.104 | 10418 | Recursively removing directory: /tmp/git.kq7kZo/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.105 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.105 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.106 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.106 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.106 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.107 | 28820 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.107 | 10414 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.107 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.112 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.113 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.107 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.afYIGo +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.107 | 10414 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.107 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.115 | 28818 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.116 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.117 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.119 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.122 | 28819 | Marked run 1831 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.122 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.123 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.125 | 28826 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.126 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.129 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.131 | 28834 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.131 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.132 | 10418 | Recursively removing directory: /tmp/git.afYIGo/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.134 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.134 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.134 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.132 | 10415 | Recursively removing directory: /tmp/git.FVlyMO/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.135 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.135 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.135 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.136 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.136 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 28841 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.137 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7Mu10 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 10414 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.137 | 10414 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.138 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 28839 | Added a new worker 17 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 10414 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.139 | 10414 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.140 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uPiYjw +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.145 | 28842 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.146 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.146 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.147 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.148 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.148 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.151 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.158 | 28838 | Marked run 1833 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.160 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.162 | 28846 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.163 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.165 | 10415 | Recursively removing directory: /tmp/git.v7Mu10/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.166 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.166 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.166 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.166 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.167 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.167 | 28840 | Marked run 1832 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.167 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.168 | 28859 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.168 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.168 | 10414 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.168 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.168 | 10414 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.169 | 10418 | Recursively removing directory: /tmp/git.uPiYjw/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.169 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zBmhAk +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.173 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.173 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.173 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 28862 | Added a new worker 16 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 10414 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.173 | 10414 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.173 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k5gNfy +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.174 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.176 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.177 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.177 | 28858 | Marked run 1834 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.177 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.181 | 28860 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.182 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.183 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.185 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.186 | 28861 | Marked run 1835 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.186 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.187 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.191 | 28867 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.191 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.193 | 10415 | Recursively removing directory: /tmp/git.zBmhAk/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.195 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.195 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.195 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.195 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.195 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.195 | 28879 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.196 | 10414 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.196 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.196 | 10414 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.196 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KLIQ72 +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.197 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.198 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.199 | 28878 | Marked run 1836 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.199 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.199 | 10418 | Recursively removing directory: /tmp/git.k5gNfy/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.202 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.202 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.202 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.202 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.202 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.203 | 28882 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.203 | 10414 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.203 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.203 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C1bpXU +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.203 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.203 | 10414 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.207 | 28880 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.209 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.211 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.212 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.214 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.216 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.217 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.221 | 28881 | Marked run 1837 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.221 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.224 | 28887 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.224 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.227 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.227 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.225 | 10415 | Recursively removing directory: /tmp/git.KLIQ72/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.226 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.226 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.227 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.227 | 28899 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.227 | 10414 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.228 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.228 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.228 | 10414 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.228 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.229 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VQKWQh +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.231 | 28898 | Marked run 1838 as finished +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.230 | 10418 | Recursively removing directory: /tmp/git.C1bpXU/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.232 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.232 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.232 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.232 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.233 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.234 | 28902 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.234 | 10414 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.234 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.234 | 10414 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.234 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pmiCca +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.235 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.241 | 28901 | Marked run 1839 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.242 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.243 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.244 | 28900 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.245 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.246 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.246 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.247 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.248 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.252 | 28906 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.252 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.255 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.258 | 28916 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.258 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.259 | 10418 | Recursively removing directory: /tmp/git.pmiCca/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.260 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.261 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.261 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.262 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.262 | 10415 | Recursively removing directory: /tmp/git.VQKWQh/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.264 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.264 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.264 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 28922 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10414 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10414 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.262 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.263 | 28920 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 28924 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10414 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10414 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.264 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.266 | 28921 | Marked run 1841 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.266 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.266 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AS4YeN +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.267 | 28923 | Marked run 1840 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.268 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.268 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4IymBZ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.269 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.273 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.273 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.274 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.275 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.277 | 28926 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.278 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.281 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.285 | 28933 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.285 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.287 | 10415 | Recursively removing directory: /tmp/git.4IymBZ/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.289 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.289 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.289 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.289 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.289 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.290 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.291 | 10418 | Recursively removing directory: /tmp/git.AS4YeN/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.291 | 28943 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.291 | 10414 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.291 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.291 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.291 | 10414 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.292 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.noKSH9 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.293 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.293 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.294 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 28946 | Added a new worker 16 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10414 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.294 | 10414 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.295 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mZVOOh +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.298 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.298 | 28942 | Marked run 1843 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.298 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.301 | 28944 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.301 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.302 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.302 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.303 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.305 | 28945 | Marked run 1842 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.305 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.306 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.312 | 28950 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.312 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.316 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.317 | 10415 | Recursively removing directory: /tmp/git.noKSH9/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.319 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.319 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.319 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.320 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.320 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.320 | 10418 | Recursively removing directory: /tmp/git.mZVOOh/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.322 | 28964 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.322 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.322 | 10414 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.322 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.322 | 10414 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.323 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VBxFBv +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.325 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.325 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.325 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.325 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.325 | 28966 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.325 | 10414 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.326 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.326 | 10414 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.325 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.326 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iPygdq +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.326 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.330 | 28962 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.331 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.331 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.332 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.334 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.336 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.338 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.339 | 28963 | Marked run 1844 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.340 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.342 | 28969 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.343 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.345 | 28965 | Marked run 1845 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.345 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.346 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.346 | 10418 | Recursively removing directory: /tmp/git.iPygdq/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.352 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.352 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.353 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.353 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.353 | 28978 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.353 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.354 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.355 | 28982 | Marked run 1847 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.355 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.356 | 28983 | Added a new worker 6 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.357 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.357 | 10414 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.357 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.357 | 10414 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.358 | 10415 | Recursively removing directory: /tmp/git.VBxFBv/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.358 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.357 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GHawjr +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.360 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.361 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.360 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.360 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.360 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.362 | 28986 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.363 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.365 | 28988 | Added a new worker 7 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.365 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.365 | 10414 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.365 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.365 | 10414 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.366 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.367 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O5xrdL +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.369 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.372 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.373 | 28987 | Marked run 1846 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.373 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.377 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.378 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.380 | 28990 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.380 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.386 | 10418 | Recursively removing directory: /tmp/git.GHawjr/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.387 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.387 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.387 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.386 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.387 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.387 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.388 | 29006 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.388 | 10414 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.388 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.388 | 10414 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.388 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.389 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0zDBZm +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.390 | 10415 | Recursively removing directory: /tmp/git.O5xrdL/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.391 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.391 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.391 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 29008 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 10414 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.392 | 10414 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.392 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZDgceG +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.393 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.394 | 29004 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.395 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.400 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.401 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.402 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.401 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.402 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.403 | 29005 | Marked run 1848 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.403 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.405 | 29007 | Marked run 1849 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.405 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.409 | 29010 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.410 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.412 | 10415 | Recursively removing directory: /tmp/git.ZDgceG/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.414 | 10418 | Recursively removing directory: /tmp/git.0zDBZm/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.413 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.413 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.414 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.415 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.415 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.416 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.414 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.414 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.415 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.416 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.417 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.417 | 29028 | Added a new worker 17 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.417 | 10414 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.417 | 10414 | Removed worker 17 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.417 | 10414 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.418 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.418 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iDFTDJ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.418 | 29025 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.418 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MevJOo +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.418 | 10414 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.418 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.418 | 10414 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.419 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.424 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.425 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.438 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.439 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.447 | 29026 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.448 | 29027 | Marked run 1850 as finished +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.449 | 10418 | Recursively removing directory: /tmp/git.iDFTDJ/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.450 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.450 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.451 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.450 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.451 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.451 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.451 | 29038 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.451 | 10414 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.451 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.452 | 10414 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.452 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.453 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4yJLAK +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.457 | 29024 | Marked run 1851 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.458 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.460 | 29037 | Marked run 1852 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.461 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.460 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.462 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.462 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.462 | 10415 | Recursively removing directory: /tmp/git.MevJOo/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.464 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.464 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.464 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.464 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.465 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.465 | 29048 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.466 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2maUmw +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.466 | 10414 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.466 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.466 | 10414 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.467 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.472 | 10418 | Recursively removing directory: /tmp/git.4yJLAK/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.473 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.473 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 29054 | Added a new worker 16 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10414 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10414 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.474 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.474 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.474 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RYoKZR +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.505 | 29046 | Marked run 1853 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.506 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.508 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.512 | 29045 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.513 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.516 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.519 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.522 | 29053 | Marked run 1854 as finished +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.521 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.522 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.525 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.536 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.536 | 29058 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.537 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.533 | 10415 | Recursively removing directory: /tmp/git.2maUmw/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.535 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.535 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.538 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.538 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.540 | 10418 | Recursively removing directory: /tmp/git.RYoKZR/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.540 | 29071 | Added a new worker 9 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.540 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.541 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.541 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.541 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.541 | 10414 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.541 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.541 | 10414 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.542 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7p1G1j +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.542 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.542 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.542 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.543 | 29074 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.543 | 10414 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.543 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.543 | 10414 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.543 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2sg0SM +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.544 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.548 | 29067 | Marked run 1855 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.548 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.557 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.564 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.565 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.566 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.567 | 29073 | Marked run 1856 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.567 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.570 | 29075 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.570 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.574 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.575 | 10415 | Recursively removing directory: /tmp/git.7p1G1j/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.576 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.576 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.576 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.576 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 29088 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 10414 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 10414 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.577 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.577 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j4D1iW +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.579 | 29085 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.579 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.582 | 29087 | Marked run 1857 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.582 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.583 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.584 | 10418 | Recursively removing directory: /tmp/git.2sg0SM/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.586 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.586 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.586 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.585 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.586 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.586 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.586 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.587 | 29096 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.587 | 10414 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.587 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.587 | 10414 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.587 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.587 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ROnXl4 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.596 | 29093 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.599 | 10415 | Recursively removing directory: /tmp/git.j4D1iW/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.599 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.600 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.600 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.600 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.600 | 29095 | Marked run 1858 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.600 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.600 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.600 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.601 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.601 | 29104 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.601 | 10414 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.601 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.601 | 10414 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.601 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OLNmHn +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.602 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.602 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.606 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.607 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.608 | 29103 | Marked run 1859 as finished +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.608 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.608 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.611 | 29106 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.611 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.615 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.618 | 10418 | Recursively removing directory: /tmp/git.ROnXl4/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.619 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.619 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.619 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.619 | 10415 | Recursively removing directory: /tmp/git.OLNmHn/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.620 | 29118 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.621 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.621 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.621 | 29121 | Added a new worker 11 to the queue +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.622 | 10414 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.622 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QPQGzK +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.623 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.623 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.623 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.622 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.622 | 10414 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.623 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.624 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.624 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.625 | 29120 | Marked run 1860 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.625 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.626 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.627 | 29124 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.627 | 10414 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.627 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.627 | 10414 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.627 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.627 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pPjvXn +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.631 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.632 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.633 | 29123 | Marked run 1861 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.633 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.634 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.635 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.637 | 29125 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.637 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.643 | 10415 | Recursively removing directory: /tmp/git.pPjvXn/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.644 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.644 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.644 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 29137 | Added a new worker 11 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 10414 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.645 | 10414 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.645 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xxUOS8 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.646 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.651 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.652 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.652 | 29136 | Marked run 1863 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.652 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.656 | 10418 | Recursively removing directory: /tmp/git.QPQGzK/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.657 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.657 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.658 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.658 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.658 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.659 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.660 | 29144 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.660 | 10414 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.660 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.660 | 10414 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.660 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.660 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rV2wpC +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.664 | 29143 | Marked run 1862 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.665 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.666 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.667 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.669 | 10415 | Recursively removing directory: /tmp/git.xxUOS8/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.671 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.671 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.671 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.673 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.673 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.673 | 29155 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.674 | 10414 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.674 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.674 | 10414 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.674 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.675 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qqeSxw +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.677 | 29145 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.677 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.680 | 10418 | Recursively removing directory: /tmp/git.rV2wpC/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.682 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 29161 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10414 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10414 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.683 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.684 | 29154 | Marked run 1864 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.684 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.682 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.682 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.682 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.683 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iY1Zi1 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.686 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.687 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.691 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.692 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.693 | 29160 | Marked run 1865 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.693 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.693 | 29162 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.694 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.696 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.700 | 29168 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.700 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.704 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.703 | 10415 | Recursively removing directory: /tmp/git.qqeSxw/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.705 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.705 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.705 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.705 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.705 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.706 | 29180 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.706 | 10414 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.706 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.706 | 10414 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.706 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nUATNv +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.706 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.707 | 10418 | Recursively removing directory: /tmp/git.iY1Zi1/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.709 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.709 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.710 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 29178 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 29182 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10414 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.710 | 10414 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.710 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WKJenq +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.712 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.714 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.715 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.717 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.717 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.718 | 29179 | Marked run 1866 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.718 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.720 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.720 | 29181 | Marked run 1867 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.720 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.725 | 29186 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.726 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.727 | 10415 | Recursively removing directory: /tmp/git.nUATNv/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.729 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.729 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.729 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.729 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.729 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.729 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.730 | 29199 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.731 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.731 | 10414 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.731 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.731 | 10414 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.731 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pVT7VW +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.733 | 29198 | Marked run 1868 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.733 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.735 | 10418 | Recursively removing directory: /tmp/git.WKJenq/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 29202 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.736 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.736 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.737 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10414 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.737 | 10414 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.738 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.738 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XF3C6k +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.744 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.746 | 29197 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.751 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.751 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.752 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.753 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.758 | 29201 | Marked run 1869 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.758 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.759 | 10415 | Recursively removing directory: /tmp/git.pVT7VW/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.760 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.760 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.760 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.760 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 29217 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 10414 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.761 | 10414 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.762 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O3z1i6 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.764 | 10418 | Recursively removing directory: /tmp/git.XF3C6k/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.765 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.765 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.766 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.766 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.766 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.766 | 29220 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.767 | 10414 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.767 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.767 | 10414 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.767 | 29206 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.768 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.769 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sJ9y2x +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.770 | 29216 | Marked run 1870 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.771 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.771 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.783 | 29219 | Marked run 1871 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.784 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.783 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.784 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.785 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.788 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.789 | 29222 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.789 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.792 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.797 | 29228 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.798 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 29235 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.797 | 10418 | Recursively removing directory: /tmp/git.sJ9y2x/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.799 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.799 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.799 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10414 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10414 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.799 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.800 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y8ymcL +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.805 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.807 | 29234 | Marked run 1873 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.807 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.808 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.808 | 10415 | Recursively removing directory: /tmp/git.O3z1i6/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.810 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.810 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.810 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.810 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.810 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.811 | 29243 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.811 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.811 | 10414 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.811 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.811 | 10414 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.809 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.811 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uPxqIp +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.814 | 29239 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.817 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.820 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.824 | 29242 | Marked run 1872 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.824 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.826 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.827 | 29245 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.827 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.827 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.829 | 10418 | Recursively removing directory: /tmp/git.y8ymcL/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.830 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.831 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.831 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.831 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.831 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.831 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.832 | 29255 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.832 | 10414 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.832 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.832 | 10414 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.832 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0yvkTw +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.833 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.838 | 29253 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.838 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.841 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.842 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.841 | 29254 | Marked run 1874 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.841 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.842 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.848 | 10415 | Recursively removing directory: /tmp/git.uPxqIp/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.848 | 29261 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.849 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.850 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.850 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.849 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.849 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.850 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.850 | 29270 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.850 | 10414 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.850 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.851 | 10414 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.851 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.851 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z5nJoS +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.853 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.856 | 10418 | Recursively removing directory: /tmp/git.0yvkTw/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.858 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.858 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.858 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.858 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.858 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.858 | 29274 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.858 | 10414 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.858 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.859 | 10414 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.859 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.859 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7bouw6 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.861 | 29269 | Marked run 1875 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.861 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.861 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.863 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.866 | 29272 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.867 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.869 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.870 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.870 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.872 | 29273 | Marked run 1876 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.873 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.874 | 29280 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.875 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.877 | 10415 | Recursively removing directory: /tmp/git.Z5nJoS/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.878 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.878 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.878 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.877 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.878 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.878 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.879 | 29288 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.879 | 10414 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.879 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.879 | 10414 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.880 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HO1E05 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.880 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.884 | 29286 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.885 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.886 | 10418 | Recursively removing directory: /tmp/git.7bouw6/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.886 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.887 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.887 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.887 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.887 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.887 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.888 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.891 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 29295 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.892 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IAvlkJ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 10414 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 10414 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 29287 | Marked run 1877 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.892 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.893 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.898 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.899 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.901 | 29294 | Marked run 1878 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.901 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.903 | 29297 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.904 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.904 | 10415 | Recursively removing directory: /tmp/git.HO1E05/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.905 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.905 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.905 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.905 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.905 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.905 | 29307 | Added a new worker 10 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.906 | 10414 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.906 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.906 | 10414 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.906 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.906 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2629w6 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.908 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.911 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.913 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.916 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.916 | 29306 | Marked run 1879 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.915 | 10418 | Recursively removing directory: /tmp/git.IAvlkJ/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.916 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.916 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.917 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 29316 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10414 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10414 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.917 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.918 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8IB0uU +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.920 | 29308 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.920 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.924 | 29314 | Marked run 1880 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.924 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.926 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.926 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.927 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.928 | 10415 | Recursively removing directory: /tmp/git.2629w6/ +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.930 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.930 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.930 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.930 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.930 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.931 | 29325 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.931 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hmYP1m +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.931 | 10414 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.931 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.931 | 10414 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.931 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.933 | 29322 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.934 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.937 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.938 | 29324 | Marked run 1881 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.939 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.941 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.942 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.941 | 29328 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.942 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.947 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.947 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.945 | 10418 | Recursively removing directory: /tmp/git.8IB0uU/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.947 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.947 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.947 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.947 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.948 | 29337 | Added a new worker 13 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.948 | 10414 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.948 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.948 | 10414 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.948 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.949 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QquD9T +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.952 | 29336 | Marked run 1882 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.952 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.956 | 29335 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.957 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.958 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.959 | 10415 | Recursively removing directory: /tmp/git.hmYP1m/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.959 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.960 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.960 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.960 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.960 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.960 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.963 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.963 | 29346 | Added a new worker 12 to the queue +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.963 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.scnupl +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.963 | 10414 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.963 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.963 | 10414 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.965 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.968 | 10418 | Recursively removing directory: /tmp/git.QquD9T/ +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.969 | 10418 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.969 | 10418 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.969 | 10418 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.969 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.969 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.970 | 29354 | Added a new worker 15 to the queue +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.971 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iP31mb +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.971 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.970 | 10414 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.970 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.970 | 10414 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.972 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.973 | 10415 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.976 | 29345 | Marked run 1883 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.976 | 29349 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.977 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.979 | 10418 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10418/cimple-worker: 2023-08-28 07:32:10.980 | 10418 | Going to run: ./ci +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.982 | 29353 | Marked run 1884 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.982 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.983 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.985 | 10415 | Recursively removing directory: /tmp/git.scnupl/ +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.987 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.987 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.987 | 10415 | Process exit code: 0 +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.987 | 10415 | Process output: 57 bytes +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.987 | 10415 | Waiting for a new command +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.988 | 29366 | Added a new worker 14 to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.988 | 10414 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.988 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.988 | 10414 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.988 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.989 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UaoOai +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.990 | 29362 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.992 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.994 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.996 | 29365 | Marked run 1885 as finished +2023-08-28 07:32:10 | INFO | 10412/cimple-server: 2023-08-28 07:32:10.996 | 10412 | Waiting for new connections +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.997 | 10415 | Checking out revision HEAD +2023-08-28 07:32:10 | INFO | 10415/cimple-worker: 2023-08-28 07:32:10.998 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.000 | 10418 | Recursively removing directory: /tmp/git.iP31mb/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.002 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.002 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.002 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.002 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5kVBy4 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 29375 | Added a new worker 14 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 10414 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.002 | 10414 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.003 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.008 | 29369 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.009 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.013 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.014 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.016 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.016 | 29374 | Marked run 1886 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.017 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.019 | 29378 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.020 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.023 | 10415 | Recursively removing directory: /tmp/git.UaoOai/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.023 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.024 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.024 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.024 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.024 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.024 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.025 | 29389 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.025 | 10414 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.025 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.025 | 10414 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.025 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.026 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wny8Bh +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.028 | 29387 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.028 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.031 | 29388 | Marked run 1887 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.032 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.032 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.034 | 10418 | Recursively removing directory: /tmp/git.5kVBy4/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.035 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.036 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.036 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.036 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.036 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.036 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.036 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.037 | 29397 | Added a new worker 9 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.037 | 10414 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.037 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.037 | 10414 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.037 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.037 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hAok0o +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.039 | 29394 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.040 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.045 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.046 | 10415 | Recursively removing directory: /tmp/git.wny8Bh/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.047 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.047 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.047 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.047 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 29405 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 10414 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 10414 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.048 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.049 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.048 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QJPixV +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.049 | 29396 | Marked run 1888 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.049 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.054 | 29404 | Marked run 1889 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.055 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.055 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.056 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.057 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.059 | 29409 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.060 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.062 | 10418 | Recursively removing directory: /tmp/git.hAok0o/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.064 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.064 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.065 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.065 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.065 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.066 | 29420 | Added a new worker 10 to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.066 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QGwiJF +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.066 | 10414 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.066 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.066 | 10414 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.067 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.067 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.068 | 10415 | Recursively removing directory: /tmp/git.QJPixV/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.069 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.069 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 29424 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10414 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10414 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.070 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.070 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.070 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lclP79 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.077 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.077 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.079 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.081 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.081 | 29419 | Marked run 1890 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.082 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.084 | 29423 | Marked run 1891 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.084 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.090 | 10415 | Recursively removing directory: /tmp/git.lclP79/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.091 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.091 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.092 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.092 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.092 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.093 | 29438 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.093 | 10414 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.093 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.093 | 10414 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.093 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.093 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wlt6r5 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.093 | 10418 | Recursively removing directory: /tmp/git.QGwiJF/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.095 | 29422 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.096 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.097 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.097 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.097 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.097 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.097 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.098 | 29441 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.098 | 10414 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.098 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.098 | 10414 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.098 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.098 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ezgsmo +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.104 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.113 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.113 | 29437 | Marked run 1893 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.113 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.114 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.115 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.122 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.123 | 29442 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.123 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.126 | 29440 | Marked run 1892 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.126 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.128 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.129 | 10415 | Recursively removing directory: /tmp/git.wlt6r5/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.130 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.130 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.131 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.131 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.131 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.132 | 29457 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.132 | 10414 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.132 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.132 | 10414 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.132 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.133 | 29452 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.134 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.132 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wATWH4 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.136 | 10418 | Recursively removing directory: /tmp/git.ezgsmo/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.137 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.137 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.137 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 29461 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 10414 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.137 | 10414 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.138 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.139 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y9VhWc +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.140 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.141 | 29456 | Marked run 1894 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.141 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.144 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.147 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.147 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.146 | 29460 | Marked run 1895 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.146 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.150 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.158 | 10418 | Recursively removing directory: /tmp/git.Y9VhWc/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.158 | 10415 | Recursively removing directory: /tmp/git.wATWH4/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.159 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.159 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.160 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 29476 | Added a new worker 11 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 10414 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.160 | 10414 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.160 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7DOpFD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.161 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.165 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.165 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.166 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.166 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.168 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QstHhk +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.166 | 29462 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.167 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.168 | 29478 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.168 | 10414 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.168 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.168 | 10414 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.168 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.171 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.173 | 29475 | Marked run 1896 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.173 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.178 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.178 | 29480 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.179 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.180 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.178 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.181 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.184 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.185 | 29477 | Marked run 1897 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.186 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.187 | 29485 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.188 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.191 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.191 | 10418 | Recursively removing directory: /tmp/git.QstHhk/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.194 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.194 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.194 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.195 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mzFHwY +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.194 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 29498 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 10414 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 10414 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 29493 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.195 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.197 | 10415 | Recursively removing directory: /tmp/git.7DOpFD/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.199 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.199 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.199 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 29501 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10414 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10414 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.201 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.202 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OPPSz2 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.210 | 29497 | Marked run 1899 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.210 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.211 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.213 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.213 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.214 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.217 | 29500 | Marked run 1898 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.217 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.223 | 29502 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.225 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.229 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.232 | 29515 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.233 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.234 | 10415 | Recursively removing directory: /tmp/git.OPPSz2/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.235 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.235 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.235 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.235 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.235 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.237 | 29519 | Added a new worker 11 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.239 | 29518 | Marked run 1901 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.240 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.241 | 10414 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.241 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.241 | 10414 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.242 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QEZifW +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.243 | 10418 | Recursively removing directory: /tmp/git.mzFHwY/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.246 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.246 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.246 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.247 | 29520 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.247 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.248 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.249 | 29521 | Marked run 1900 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.249 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.251 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.251 | 29522 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.251 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.251 | 10414 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.251 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.251 | 10414 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.252 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0v1Jqe +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.252 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.255 | 29524 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.255 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.257 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.265 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.265 | 29526 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.266 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.270 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.271 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.274 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.275 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.276 | 10415 | Recursively removing directory: /tmp/git.QEZifW/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.277 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.277 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.278 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 29538 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10414 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.278 | 10414 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.279 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nHIoNv +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.284 | 29535 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.284 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.287 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.287 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.288 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.290 | 10418 | Recursively removing directory: /tmp/git.0v1Jqe/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.292 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.292 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.292 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.293 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.293 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.293 | 29537 | Marked run 1902 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.293 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.294 | 29549 | Added a new worker 8 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.294 | 10414 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.294 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.294 | 10414 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.294 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oevpUP +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.294 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.305 | 10415 | Recursively removing directory: /tmp/git.nHIoNv/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.306 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.306 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.306 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.306 | 29543 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.307 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.307 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.308 | 29554 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.309 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.309 | 10414 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.309 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.309 | 10414 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.310 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lmpCK6 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.315 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.316 | 29548 | Marked run 1903 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.316 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.317 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.317 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.319 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.319 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.320 | 29553 | Marked run 1904 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.321 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.328 | 29557 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.328 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.330 | 10418 | Recursively removing directory: /tmp/git.oevpUP/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.331 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.331 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.331 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 29570 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10414 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.332 | 10414 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.332 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aicvws +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.335 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.336 | 10415 | Recursively removing directory: /tmp/git.lmpCK6/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.337 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.337 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.337 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 29574 | Added a new worker 16 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 10414 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.337 | 10414 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.338 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.339 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M3UEYj +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.342 | 29571 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.342 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.346 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.349 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.350 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.348 | 29569 | Marked run 1905 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.348 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.356 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.357 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.358 | 10418 | Recursively removing directory: /tmp/git.aicvws/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.359 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.359 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 29585 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10414 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10414 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.360 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.360 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.361 | 29573 | Marked run 1906 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.361 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.362 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vNAC4J +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.367 | 10415 | Recursively removing directory: /tmp/git.M3UEYj/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.369 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.369 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.369 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 29593 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 10414 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 10414 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.369 | 29584 | Marked run 1907 as finished +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.367 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.368 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.370 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.371 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2U96hb +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.375 | 29576 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.377 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.376 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.379 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.380 | 29592 | Marked run 1908 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.380 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.381 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.384 | 29601 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.384 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.387 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.389 | 10418 | Recursively removing directory: /tmp/git.vNAC4J/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.390 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.390 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.390 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 29610 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10414 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10414 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.391 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.392 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yyyswH +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.393 | 10415 | Recursively removing directory: /tmp/git.2U96hb/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.394 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.394 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.394 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 29612 | Added a new worker 16 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10414 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.395 | 10414 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.395 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yw1Fnu +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.397 | 29609 | Marked run 1909 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.397 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.402 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.403 | 29605 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.404 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.405 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.406 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.407 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.408 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.408 | 29611 | Marked run 1910 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.408 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.411 | 29615 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.411 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.413 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.420 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.420 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.420 | 29621 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.418 | 10418 | Recursively removing directory: /tmp/git.yyyswH/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.419 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.419 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.420 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.422 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 29629 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 29628 | Marked run 1911 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 10414 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.423 | 10414 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.423 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zbv3a3 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.425 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.428 | 10415 | Recursively removing directory: /tmp/git.Yw1Fnu/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.430 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.430 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.429 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.430 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.430 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.430 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.430 | 29634 | Added a new worker 14 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.431 | 10414 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.431 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.431 | 10414 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.431 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UfPIx4 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.431 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.432 | 29632 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.434 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.434 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.435 | 29633 | Marked run 1912 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.436 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.438 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.438 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.439 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.442 | 29638 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.443 | 10418 | Recursively removing directory: /tmp/git.Zbv3a3/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.444 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.444 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.445 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.443 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.445 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.445 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.448 | 29646 | Added a new worker 10 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.448 | 10414 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.448 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.448 | 10414 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.449 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KA6koU +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.449 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.451 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.452 | 29645 | Marked run 1913 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.452 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.457 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.458 | 29648 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.459 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.458 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.460 | 10415 | Recursively removing directory: /tmp/git.UfPIx4/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.462 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.462 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.462 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.463 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.463 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.463 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.465 | 29656 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.465 | 10414 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.465 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.465 | 10414 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.465 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.465 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VG1ldr +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.468 | 29657 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.469 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.473 | 29655 | Marked run 1914 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.473 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.475 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.475 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.476 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.479 | 10418 | Recursively removing directory: /tmp/git.KA6koU/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.481 | 29663 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.481 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.481 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.481 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.481 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.481 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.482 | 29671 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.482 | 10414 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.482 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.482 | 10414 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.483 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.483 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hgzFWR +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.485 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.488 | 10415 | Recursively removing directory: /tmp/git.VG1ldr/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.489 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.489 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.489 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 29676 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 10414 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.490 | 10414 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.490 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.34IS6R +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.491 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.497 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.497 | 29674 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.498 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.499 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.499 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.499 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.501 | 29670 | Marked run 1915 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.502 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.503 | 29675 | Marked run 1916 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.503 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.503 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.505 | 29681 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.505 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.509 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.512 | 10418 | Recursively removing directory: /tmp/git.hgzFWR/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.512 | 29686 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.513 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.513 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.514 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.514 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.514 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.515 | 10415 | Recursively removing directory: /tmp/git.34IS6R/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.517 | 29695 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.517 | 10414 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.517 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.518 | 10414 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.518 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.518 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.518 | 29694 | Marked run 1917 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.519 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.518 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Caa4jR +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.522 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.522 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.522 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.522 | 29696 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.522 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.522 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.523 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.524 | 29698 | Added a new worker 7 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.524 | 10414 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.524 | 10414 | Removed worker 7 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.524 | 10414 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.524 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pCXkNE +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.525 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.526 | 29697 | Marked run 1918 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.528 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.532 | 29700 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.534 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.534 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.536 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.536 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.535 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.537 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.540 | 29703 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.541 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.544 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.546 | 10418 | Recursively removing directory: /tmp/git.Caa4jR/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.548 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.548 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.548 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.548 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.548 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.549 | 29712 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.550 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.550 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.550 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.548 | 10415 | Recursively removing directory: /tmp/git.pCXkNE/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.550 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.550 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.550 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.551 | 29721 | Added a new worker 14 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.551 | 10414 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.551 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.551 | 10414 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.551 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3LBTV2 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.553 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.556 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.556 | 29718 | Added a new worker 8 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.556 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.556 | 10414 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.557 | 10414 | Removed worker 8 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.557 | 10414 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.557 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5VygyU +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.558 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.564 | 29717 | Marked run 1919 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.564 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.564 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.567 | 29722 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.568 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.570 | 29720 | Marked run 1920 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.571 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.572 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.574 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.576 | 29730 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.576 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.580 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.581 | 10415 | Recursively removing directory: /tmp/git.3LBTV2/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.583 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.583 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.583 | 10418 | Recursively removing directory: /tmp/git.5VygyU/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.583 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.583 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.583 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.584 | 29740 | Added a new worker 14 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.584 | 10414 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.584 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.584 | 10414 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.584 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.585 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VDMvHv +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.585 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.585 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.586 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.586 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.587 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.587 | 29742 | Added a new worker 16 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.588 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.588 | 10414 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.588 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.588 | 10414 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.588 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.24bXT1 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.593 | 29737 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.593 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.596 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.597 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.597 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.597 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.598 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.601 | 29744 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.602 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.603 | 29739 | Marked run 1921 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.604 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.605 | 29741 | Marked run 1922 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.606 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.608 | 29754 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.609 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.610 | 10415 | Recursively removing directory: /tmp/git.VDMvHv/ +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.611 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.611 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.611 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.611 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.611 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.612 | 10418 | Recursively removing directory: /tmp/git.24bXT1/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.613 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.613 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.613 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.613 | 29761 | Added a new worker 10 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.613 | 10414 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.613 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.613 | 10414 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.613 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bQP4B8 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 29764 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10414 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.614 | 10414 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.616 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8lYsbX +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.618 | 29760 | Marked run 1923 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.618 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.619 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.620 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.624 | 29762 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.624 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.625 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.626 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.629 | 10415 | Recursively removing directory: /tmp/git.bQP4B8/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.630 | 29763 | Marked run 1924 as finished +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.630 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.630 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.630 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.631 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.631 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.632 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.632 | 29774 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.632 | 10414 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.632 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.632 | 10414 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.633 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NqN1ws +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.633 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.635 | 29773 | Marked run 1925 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.636 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.639 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.643 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.647 | 29775 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.648 | 10418 | Recursively removing directory: /tmp/git.8lYsbX/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.647 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.652 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.652 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.652 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.652 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 29787 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10414 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.653 | 10414 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.653 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fQlXQD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.656 | 29785 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.657 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.661 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.661 | 29786 | Marked run 1926 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.661 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.662 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.662 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.663 | 10415 | Recursively removing directory: /tmp/git.NqN1ws/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.665 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.665 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.666 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 29796 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10414 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.666 | 10414 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.666 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4TkWzW +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.667 | 29792 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.667 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.672 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.675 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.677 | 29795 | Marked run 1927 as finished +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.677 | 10418 | Recursively removing directory: /tmp/git.fQlXQD/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.677 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.678 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.678 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.678 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.678 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.678 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 29805 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 10414 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.679 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kiZaPQ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.679 | 10414 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.685 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.685 | 29803 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.686 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.689 | 29804 | Marked run 1928 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.689 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.689 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.690 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.691 | 10415 | Recursively removing directory: /tmp/git.4TkWzW/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 29815 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10414 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.693 | 10414 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.692 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.692 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.692 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.696 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tv57qI +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.699 | 29813 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.699 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.704 | 29814 | Marked run 1929 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.705 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.705 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.705 | 10418 | Recursively removing directory: /tmp/git.kiZaPQ/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.706 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.706 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.707 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.706 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.707 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.707 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.707 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.708 | 29823 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.708 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SMEjbe +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.708 | 10414 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.708 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.708 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.708 | 10414 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.716 | 29822 | Marked run 1930 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.716 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.718 | 10415 | Recursively removing directory: /tmp/git.Tv57qI/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.719 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.719 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.720 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.720 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.720 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.721 | 29832 | Added a new worker 14 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.721 | 10414 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.721 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.721 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.721 | 10414 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.722 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cPHHrF +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.725 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.727 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.728 | 29825 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.728 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.730 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.731 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.731 | 29831 | Marked run 1931 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.732 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.735 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.741 | 29837 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.741 | 10418 | Recursively removing directory: /tmp/git.SMEjbe/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.743 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.743 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.743 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.743 | 10415 | Recursively removing directory: /tmp/git.cPHHrF/ +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.742 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.743 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.743 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.745 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.745 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.745 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.745 | 29849 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.745 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.745 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.746 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hq89M9 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 29851 | Added a new worker 12 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Removed worker 12 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.746 | 10414 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.747 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.747 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.747 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6HvoTa +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.759 | 29850 | Marked run 1933 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.760 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.763 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.764 | 29848 | Marked run 1932 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.764 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.765 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.765 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.766 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.774 | 29852 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.774 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.776 | 10415 | Recursively removing directory: /tmp/git.6HvoTa/ +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.778 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.778 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.778 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 29864 | Added a new worker 10 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10414 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.778 | 10414 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.778 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hXlrus +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.780 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.784 | 29863 | Marked run 1935 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.784 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.788 | 10418 | Recursively removing directory: /tmp/git.hq89M9/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.789 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.789 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.789 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.790 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.790 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.790 | 29865 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.789 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.791 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DCnX5X +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.792 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 29870 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 10414 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.791 | 10414 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.797 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.798 | 29869 | Marked run 1934 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.799 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.799 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.800 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.802 | 10415 | Recursively removing directory: /tmp/git.hXlrus/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.805 | 29878 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.805 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.805 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.805 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.805 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.805 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.807 | 29883 | Added a new worker 11 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.807 | 10414 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.807 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.807 | 10414 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.807 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.810 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WvTjKU +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.812 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.812 | 29882 | Marked run 1936 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.812 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.819 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.820 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.818 | 10418 | Recursively removing directory: /tmp/git.DCnX5X/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.819 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.819 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.819 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.821 | 29890 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.821 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tMLIyV +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.821 | 10414 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.821 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.821 | 10414 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.822 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.825 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.825 | 29885 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.825 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.826 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.831 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.832 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.832 | 29889 | Marked run 1937 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.833 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.833 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.836 | 29895 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.837 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.839 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.840 | 10415 | Recursively removing directory: /tmp/git.WvTjKU/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.843 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.843 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.843 | 10418 | Recursively removing directory: /tmp/git.tMLIyV/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.843 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.844 | 29903 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.844 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.845 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 29908 | Added a new worker 11 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 10414 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.845 | 10414 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.846 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8ATirK +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.846 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.846 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.847 | 29911 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.847 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.847 | 10414 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.847 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.847 | 10414 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.846 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.846 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.846 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.847 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sZIJKL +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.850 | 29907 | Marked run 1938 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.850 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.851 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.855 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.856 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.857 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.858 | 29910 | Marked run 1939 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.858 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.859 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.861 | 29912 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.862 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.864 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.868 | 29917 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.868 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.871 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.872 | 10418 | Recursively removing directory: /tmp/git.sZIJKL/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.877 | 10415 | Recursively removing directory: /tmp/git.8ATirK/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.878 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.878 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.878 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 29930 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 10414 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.877 | 10414 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.878 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.879 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.879 | 29932 | Added a new worker 18 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.879 | 10414 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.879 | 10414 | Removed worker 18 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.879 | 10414 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.882 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.879 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oYDdcJ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.877 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.877 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.877 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.878 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pSvrGm +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.883 | 29928 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.884 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.885 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.886 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.886 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.887 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.889 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.890 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.893 | 29931 | Marked run 1940 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.893 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.898 | 10415 | Recursively removing directory: /tmp/git.oYDdcJ/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.899 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.899 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.899 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.899 | 10418 | Recursively removing directory: /tmp/git.pSvrGm/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.899 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.899 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.900 | 29948 | Added a new worker 15 to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.900 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.900 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.900 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 29950 | Added a new worker 20 to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.902 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VTO9Mo +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.902 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oLOhnC +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Removed worker 15 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Removed worker 20 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.901 | 10414 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 20 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.903 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.903 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.908 | 29929 | Marked run 1941 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.909 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.909 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.911 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.912 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.912 | 29936 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.913 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.913 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.917 | 29947 | Marked run 1943 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.918 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.919 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.919 | 29949 | Marked run 1942 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.919 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.921 | 29957 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.922 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.924 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.925 | 10415 | Recursively removing directory: /tmp/git.VTO9Mo/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.926 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.926 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.927 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.927 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.927 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.928 | 29968 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.928 | 10418 | Recursively removing directory: /tmp/git.oLOhnC/ +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.930 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NTehuF +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.930 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.930 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.930 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.929 | 10414 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.929 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.930 | 10414 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.930 | 29965 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.931 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.931 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.931 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 29970 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 10414 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.932 | 10414 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.934 | 29967 | Marked run 1944 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.934 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.935 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.933 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rx1HPP +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.944 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.942 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.943 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.946 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.946 | 29972 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.947 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.953 | 29969 | Marked run 1945 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.953 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.957 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.960 | 10418 | Recursively removing directory: /tmp/git.Rx1HPP/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.961 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.961 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.961 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.962 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.962 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.963 | 29985 | Added a new worker 13 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.963 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.963 | 10414 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.963 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.963 | 10414 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.963 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fQM90k +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.966 | 10415 | Recursively removing directory: /tmp/git.NTehuF/ +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.967 | 29982 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.968 | 10415 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.968 | 10415 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.968 | 10415 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.968 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.968 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 29990 | Added a new worker 6 to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 10414 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 10414 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.969 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.972 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.972 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z26EmO +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.976 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.977 | 29984 | Marked run 1947 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.977 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.977 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.983 | 10415 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10415/cimple-worker: 2023-08-28 07:32:11.984 | 10415 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.984 | 29989 | Marked run 1946 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.984 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.986 | 10418 | Recursively removing directory: /tmp/git.fQM90k/ +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.987 | 10418 | Process exit code: 0 +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.987 | 10418 | Process output: 57 bytes +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.988 | 10418 | Waiting for a new command +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.986 | 29992 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.986 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.988 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.988 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.988 | 30002 | Added a new worker 10 to the queue +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.989 | 10414 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.989 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.989 | 10414 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.989 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.989 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dl1yhS +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.992 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.995 | 30001 | Marked run 1948 as finished +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.996 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.996 | 10418 | Checking out revision HEAD +2023-08-28 07:32:11 | INFO | 10418/cimple-worker: 2023-08-28 07:32:11.998 | 10418 | Going to run: ./ci +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.998 | 30004 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:11 | INFO | 10412/cimple-server: 2023-08-28 07:32:11.999 | 10412 | Waiting for new connections +2023-08-28 07:32:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.003 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.004 | 10415 | Recursively removing directory: /tmp/git.Z26EmO/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.005 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.005 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.005 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.005 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.006 | 30014 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.005 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.006 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.778tiv +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.006 | 10414 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.006 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.006 | 10414 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.006 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.007 | 30013 | Marked run 1949 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.007 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.011 | 10418 | Recursively removing directory: /tmp/git.Dl1yhS/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.014 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.014 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.014 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.013 | 30012 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 30021 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 10414 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.014 | 10414 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.016 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.016 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UI8n2h +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.021 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.022 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.025 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.025 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.026 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.026 | 30020 | Marked run 1950 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.027 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.030 | 30022 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.031 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.034 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.037 | 10418 | Recursively removing directory: /tmp/git.UI8n2h/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.038 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.038 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.038 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.038 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.038 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.039 | 30038 | Added a new worker 14 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.039 | 10414 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.039 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.039 | 10414 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.039 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.040 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NUqJym +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.042 | 30033 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.042 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.044 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.046 | 10415 | Recursively removing directory: /tmp/git.778tiv/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.047 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.048 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.048 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.048 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.048 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.048 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.049 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.049 | 30040 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.050 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.050 | 30043 | Added a new worker 6 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.050 | 10414 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.050 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.051 | 10414 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.051 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFdBWC +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.051 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.052 | 30037 | Marked run 1952 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.052 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.055 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.057 | 30042 | Marked run 1951 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.057 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.059 | 30046 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.060 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.061 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.061 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.063 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.066 | 10418 | Recursively removing directory: /tmp/git.NUqJym/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.068 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.068 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.068 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.068 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.068 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.069 | 30059 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.069 | 10414 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.069 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.069 | 10414 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.070 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.070 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CZK6Jp +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.070 | 30052 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.071 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.074 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.077 | 10415 | Recursively removing directory: /tmp/git.RFdBWC/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.078 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.078 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.078 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.078 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.079 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.079 | 30058 | Marked run 1953 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.079 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.080 | 30064 | Added a new worker 9 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.080 | 10414 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.080 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.080 | 10414 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.080 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.080 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XNpPno +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.083 | 30062 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.084 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.084 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.087 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.093 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.095 | 30063 | Marked run 1954 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.095 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.098 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.099 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.101 | 10418 | Recursively removing directory: /tmp/git.CZK6Jp/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.103 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.103 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.103 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.102 | 30066 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 30078 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10414 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10414 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.104 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.105 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D4azNU +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.108 | 10415 | Recursively removing directory: /tmp/git.XNpPno/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.109 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.109 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.109 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.109 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 30083 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 10414 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 10414 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.110 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.112 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.113 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.113 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fnmr5m +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.115 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.117 | 30082 | Marked run 1956 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.118 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.118 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.126 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.126 | 30084 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.126 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.128 | 30076 | Marked run 1955 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.128 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.130 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.135 | 10418 | Recursively removing directory: /tmp/git.D4azNU/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.136 | 30093 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.137 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.138 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.138 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.138 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.138 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.138 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.139 | 30101 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.139 | 10415 | Recursively removing directory: /tmp/git.Fnmr5m/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10414 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10414 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.141 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TH9cZY +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.141 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.141 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.141 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.141 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.142 | 30104 | Added a new worker 16 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.142 | 10414 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.142 | 10414 | Removed worker 16 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.142 | 10414 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.142 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.143 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ug5kep +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.144 | 30100 | Marked run 1957 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.144 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.148 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.149 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.149 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.150 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.157 | 30102 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.157 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.159 | 30103 | Marked run 1958 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.160 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.171 | 10415 | Recursively removing directory: /tmp/git.Ug5kep/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.173 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.173 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.173 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.177 | 10418 | Recursively removing directory: /tmp/git.TH9cZY/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.173 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.174 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.177 | 30118 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.177 | 10414 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.177 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.177 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.177 | 10414 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.177 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xTdhr5 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.179 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.179 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.179 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.180 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.180 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.180 | 30120 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.180 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.181 | 10414 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.181 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.181 | 10414 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.182 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TdIL8E +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.185 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.185 | 30117 | Marked run 1960 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.186 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.186 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.189 | 30119 | Marked run 1959 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.189 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.194 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.195 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.196 | 10415 | Recursively removing directory: /tmp/git.xTdhr5/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.197 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.197 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.197 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.197 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.197 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.200 | 30129 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.200 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.200 | 10414 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.200 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.200 | 10414 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.200 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Iqzrwr +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.206 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.207 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.208 | 30128 | Marked run 1961 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.208 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.218 | 10415 | Recursively removing directory: /tmp/git.Iqzrwr/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.219 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.219 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.219 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.219 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.219 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.221 | 10418 | Recursively removing directory: /tmp/git.TdIL8E/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.222 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.222 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.222 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 30142 | Added a new worker 14 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10414 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.226 | 10414 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.226 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6i1ILg +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.227 | 30144 | Added a new worker 9 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.227 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.227 | 10414 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.227 | 10414 | Removed worker 9 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.227 | 10414 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.228 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RHfOiJ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.234 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.235 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.236 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.238 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.240 | 30141 | Marked run 1963 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.240 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.244 | 30143 | Marked run 1962 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.244 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.248 | 10415 | Recursively removing directory: /tmp/git.6i1ILg/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.249 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.249 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.249 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 30158 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 10414 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.249 | 10414 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.249 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SUplU4 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.250 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.251 | 10418 | Recursively removing directory: /tmp/git.RHfOiJ/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.253 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.253 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 30160 | Added a new worker 14 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10414 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10414 | Removed worker 14 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10414 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.253 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.253 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.254 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aMYG49 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.256 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.259 | 30157 | Marked run 1964 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.264 | 30159 | Marked run 1965 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.266 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.260 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.261 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.267 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.273 | 10418 | Recursively removing directory: /tmp/git.aMYG49/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.275 | 10415 | Recursively removing directory: /tmp/git.SUplU4/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.276 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.276 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 30174 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 10414 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.275 | 10414 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.276 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.275 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.275 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.275 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.275 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qG6kvT +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.276 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.276 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.276 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.278 | 30176 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.278 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GggCOz +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.278 | 10414 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.278 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.278 | 10414 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.279 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.281 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.283 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.284 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.285 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.288 | 30173 | Marked run 1967 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.288 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.290 | 30175 | Marked run 1966 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.290 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.292 | 10418 | Recursively removing directory: /tmp/git.qG6kvT/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.294 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.294 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.294 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.294 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.294 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.294 | 30190 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.294 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.295 | 10414 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.295 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.295 | 10414 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.295 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AAwVhR +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.296 | 10415 | Recursively removing directory: /tmp/git.GggCOz/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.297 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.297 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.298 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.298 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.298 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.298 | 30192 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.298 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.299 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UxKPu9 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.298 | 10414 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.299 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.299 | 10414 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.300 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.301 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.304 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.305 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.309 | 30189 | Marked run 1968 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.309 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.311 | 30191 | Marked run 1969 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.311 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.313 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.311 | 10418 | Recursively removing directory: /tmp/git.AAwVhR/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.313 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.313 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.313 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.313 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.314 | 30206 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.314 | 10414 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.314 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.314 | 10414 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.314 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.314 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wGZmLy +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.316 | 10415 | Recursively removing directory: /tmp/git.UxKPu9/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.324 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.324 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.325 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.324 | 30205 | Marked run 1970 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.325 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.325 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.326 | 30208 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.326 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.326 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.00IYPn +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.326 | 10414 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.326 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.326 | 10414 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.327 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.328 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.331 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.332 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.336 | 30207 | Marked run 1971 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.336 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.337 | 10418 | Recursively removing directory: /tmp/git.wGZmLy/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.339 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.339 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.339 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.339 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.339 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.340 | 30221 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.340 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M1aV49 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.340 | 10414 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.340 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.340 | 10414 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.341 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.342 | 10415 | Recursively removing directory: /tmp/git.00IYPn/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.353 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.353 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.353 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 30220 | Marked run 1972 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.356 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 30224 | Added a new worker 6 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 10414 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.356 | 10414 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.357 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iX09XV +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.357 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.357 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.358 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.363 | 30223 | Marked run 1973 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.364 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.364 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.365 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.367 | 10418 | Recursively removing directory: /tmp/git.M1aV49/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.368 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.368 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.368 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.368 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.368 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.369 | 30234 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.369 | 10414 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.369 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.369 | 10414 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.370 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.370 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GpZWd1 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.373 | 10415 | Recursively removing directory: /tmp/git.iX09XV/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.375 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.375 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.375 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.375 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.375 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.376 | 30233 | Marked run 1974 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.376 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.376 | 30240 | Added a new worker 6 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.377 | 10414 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.377 | 10414 | Removed worker 6 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.377 | 10414 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.377 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.377 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hlQcn6 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.379 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.380 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.382 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.383 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.385 | 30239 | Marked run 1975 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.385 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.389 | 10418 | Recursively removing directory: /tmp/git.GpZWd1/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.390 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.390 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.390 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.390 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.390 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.391 | 30253 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.392 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HXJyfk +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.391 | 10414 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.391 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.391 | 10414 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.392 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.394 | 10415 | Recursively removing directory: /tmp/git.hlQcn6/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.395 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.395 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.396 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 30256 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.397 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Lbfuk +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 10414 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.396 | 10414 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.398 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.398 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.399 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.400 | 30252 | Marked run 1976 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.400 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.402 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.403 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.406 | 30255 | Marked run 1977 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.407 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.411 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.410 | 10418 | Recursively removing directory: /tmp/git.HXJyfk/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.411 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.411 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.411 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.412 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.412 | 30269 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.413 | 10414 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.413 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.413 | 10414 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.413 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.npZmwc +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.413 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.415 | 10415 | Recursively removing directory: /tmp/git.1Lbfuk/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.417 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.417 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.417 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.417 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.417 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.418 | 30272 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.418 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kx7y7K +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.418 | 10414 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.418 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.418 | 10414 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.419 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.420 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.420 | 30268 | Marked run 1978 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.421 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.423 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.424 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.425 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.429 | 10418 | Recursively removing directory: /tmp/git.npZmwc/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.431 | 30271 | Marked run 1979 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.431 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.431 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.431 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.432 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 30282 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 10414 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.432 | 10414 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.432 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RrCG7i +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.433 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.441 | 10415 | Recursively removing directory: /tmp/git.kx7y7K/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.444 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.444 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 30288 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10414 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10414 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.445 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.445 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.446 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SiRg89 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.449 | 30281 | Marked run 1980 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.449 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.453 | 30287 | Marked run 1981 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.453 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.454 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.455 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.456 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.456 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.464 | 10418 | Recursively removing directory: /tmp/git.RrCG7i/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.465 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.465 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.466 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.466 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.466 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.467 | 30299 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.467 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8KB1vj +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.467 | 10414 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.467 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.467 | 10414 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.469 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.472 | 10415 | Recursively removing directory: /tmp/git.SiRg89/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.482 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.482 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.482 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.483 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.483 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.483 | 30304 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.483 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.484 | 10414 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.484 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.484 | 10414 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.484 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uFttMJ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.484 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.485 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.486 | 30298 | Marked run 1982 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.486 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.494 | 30303 | Marked run 1983 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.494 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.496 | 10418 | Recursively removing directory: /tmp/git.8KB1vj/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.498 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.498 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.498 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.497 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.498 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.498 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.498 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.498 | 30312 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.498 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.499 | 10414 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.499 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.499 | 10414 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.500 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8rwWc3 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.505 | 30311 | Marked run 1984 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.505 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.507 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.509 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.510 | 10415 | Recursively removing directory: /tmp/git.uFttMJ/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.511 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.511 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.511 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.511 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.511 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.512 | 30321 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.512 | 10414 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.512 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.513 | 10414 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.513 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.513 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7CYDuK +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.516 | 30320 | Marked run 1985 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.516 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.520 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.521 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.523 | 10418 | Recursively removing directory: /tmp/git.8rwWc3/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.526 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.525 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.525 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.526 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.527 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.527 | 30332 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.528 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kakQ2R +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.528 | 10414 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.528 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.528 | 10414 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.530 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.534 | 10415 | Recursively removing directory: /tmp/git.7CYDuK/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.535 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.535 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.536 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.536 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.536 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.536 | 30336 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.537 | 10414 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.537 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.537 | 10414 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.537 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.537 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i7JI1X +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.541 | 30330 | Marked run 1986 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.541 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.546 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.546 | 30335 | Marked run 1987 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.546 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.548 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.548 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.549 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.556 | 10418 | Recursively removing directory: /tmp/git.kakQ2R/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.557 | 10415 | Recursively removing directory: /tmp/git.i7JI1X/ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.558 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.558 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.558 | 30350 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.558 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.558 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.557 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.557 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.558 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.559 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tKPLEJ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.559 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.560 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.frB53i +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10414 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10414 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 30352 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10414 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.559 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.560 | 10414 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.560 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.565 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.566 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.566 | 30351 | Marked run 1989 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.567 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.572 | 30349 | Marked run 1988 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.572 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.574 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.575 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.578 | 10418 | Recursively removing directory: /tmp/git.tKPLEJ/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.579 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.579 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.579 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.579 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.579 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.580 | 30362 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.580 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.580 | 10414 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.580 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.581 | 10414 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.581 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yrLPpj +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.586 | 10415 | Recursively removing directory: /tmp/git.frB53i/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.587 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.587 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.586 | 30361 | Marked run 1990 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.586 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.587 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.587 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.587 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.587 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.589 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.589 | 30368 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.589 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.589 | 10414 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.589 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.589 | 10414 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.590 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QM0VZE +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.595 | 30367 | Marked run 1991 as finished +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.596 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.597 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.598 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.598 | 10418 | Recursively removing directory: /tmp/git.yrLPpj/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.600 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.600 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.600 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.600 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.600 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.601 | 30377 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.601 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.601 | 10414 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.601 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.601 | 10414 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.601 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lVBpLT +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.610 | 10415 | Recursively removing directory: /tmp/git.QM0VZE/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.612 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.612 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.612 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.612 | 30384 | Added a new worker 13 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.612 | 10414 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.612 | 10414 | Removed worker 13 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.612 | 10414 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.613 | 30376 | Marked run 1992 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.613 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.613 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.612 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.612 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MA3F6z +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.614 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.622 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.623 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.625 | 30383 | Marked run 1993 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.626 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.627 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.628 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.631 | 10418 | Recursively removing directory: /tmp/git.lVBpLT/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.632 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.632 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.633 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 30395 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 10414 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.633 | 10414 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.633 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3LeAat +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.634 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.639 | 30394 | Marked run 1994 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.639 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.640 | 10415 | Recursively removing directory: /tmp/git.MA3F6z/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.642 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.642 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.642 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.642 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.642 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.640 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.641 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.643 | 30401 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.643 | 10414 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.643 | 10414 | Removed worker 10 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.643 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.643 | 10414 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.643 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MhKP9P +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.651 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.652 | 30400 | Marked run 1995 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.653 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.653 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.655 | 10418 | Recursively removing directory: /tmp/git.3LeAat/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.656 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.656 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.656 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.657 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.657 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.657 | 30410 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.657 | 10414 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.657 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.658 | 10414 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.658 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QaSolJ +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.658 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.661 | 30409 | Marked run 1996 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.661 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.664 | 10415 | Recursively removing directory: /tmp/git.MhKP9P/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.665 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.665 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.665 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.666 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.666 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.667 | 30416 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.667 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.668 | 10414 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.668 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.668 | 10414 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.668 | 10415 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aSPiaK +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.669 | 30415 | Marked run 1997 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.670 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.672 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.673 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.677 | 10415 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.678 | 10415 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.683 | 10418 | Recursively removing directory: /tmp/git.QaSolJ/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.685 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.685 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.685 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.685 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.685 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.686 | 30429 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.686 | 10414 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.686 | 10414 | Removed worker 11 from the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.686 | 10414 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.686 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.687 | 10418 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zXy719 +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.690 | 30428 | Marked run 1998 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.690 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.690 | 10415 | Recursively removing directory: /tmp/git.aSPiaK/ +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.692 | 10415 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.692 | 10415 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.692 | 10415 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.692 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.692 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.692 | 30432 | Added a new worker 10 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.693 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.698 | 10418 | Checking out revision HEAD +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.699 | 10418 | Going to run: ./ci +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.699 | 30431 | Marked run 1999 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.699 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.706 | 10418 | Recursively removing directory: /tmp/git.zXy719/ +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.708 | 10418 | Process exit code: 0 +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.708 | 10418 | Process output: 57 bytes +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.708 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.708 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.708 | 30440 | Added a new worker 11 to the queue +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.708 | 10412 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.708 | 10418 | Waiting for a new command +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.711 | 30439 | Marked run 2000 as finished +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.711 | 10412 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:32:12 | INFO | Terminating process 10418/cimple-worker +2023-08-28 07:32:12 | INFO | 10418/cimple-worker: 2023-08-28 07:32:12.747 | 10418 | Shutting down +2023-08-28 07:32:12 | INFO | Terminating process 10415/cimple-worker +2023-08-28 07:32:12 | INFO | 10415/cimple-worker: 2023-08-28 07:32:12.751 | 10415 | Shutting down +2023-08-28 07:32:12 | INFO | Terminating process 10412/cimple-server +2023-08-28 07:32:12 | INFO | 10412/cimple-server: 2023-08-28 07:32:12.754 | 10412 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_simple-numof_clients=4-runs_per_client=500]33.58
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite'] +2023-08-28 07:32:12 | INFO | Process 30442/cimple-server has started +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.791 | 30442 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.792 | 30442 | SQLite database version: 0 +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.792 | 30442 | Newest database version: 1 +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.792 | 30442 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.817 | 30442 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Process 30442/cimple-server is ready +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:32:12 | INFO | Process 30445/cimple-worker has started +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.832 | 30442 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.832 | 30447 | Added a new worker 8 to the queue +2023-08-28 07:32:12 | INFO | 30445/cimple-worker: 2023-08-28 07:32:12.832 | 30445 | Waiting for a new command +2023-08-28 07:32:12 | INFO | Process 30445/cimple-worker is ready +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.833 | 30442 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:32:12 | INFO | Process 30448/cimple-worker has started +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.846 | 30442 | Waiting for new connections +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.846 | 30450 | Added a new worker 9 to the queue +2023-08-28 07:32:12 | INFO | 30448/cimple-worker: 2023-08-28 07:32:12.846 | 30448 | Waiting for a new command +2023-08-28 07:32:12 | INFO | Process 30448/cimple-worker is ready +2023-08-28 07:32:12 | INFO | 30442/cimple-server: 2023-08-28 07:32:12.846 | 30442 | Waiting for new connections +2023-08-28 07:32:12 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:32:12 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:32:12 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:32:12 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:32:12 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:32:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:32:12 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:32:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:32:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:32:13 | INFO | Executing 500 clients +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.338 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Executing 500 clients +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.352 | 30469 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.352 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sUFWFn +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.352 | 30444 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.352 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.352 | 30444 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:13 | INFO | Executing 500 clients +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.355 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.356 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.358 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.358 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.359 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.360 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.362 | 30473 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.363 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.miMrQv +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.362 | 30444 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.362 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.362 | 30444 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.363 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.366 | 30474 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.367 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.372 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.374 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.375 | 30475 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.376 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.379 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.381 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.383 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Executing 500 clients +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.387 | 30482 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.388 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.389 | 30483 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.390 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.392 | 30485 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.392 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.395 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.395 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.398 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.398 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.400 | 30499 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.401 | 30445 | Recursively removing directory: /tmp/git.sUFWFn/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.402 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.402 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.402 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.402 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.403 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.403 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.403 | 30448 | Recursively removing directory: /tmp/git.miMrQv/ +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.405 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.405 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.405 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.405 | 30505 | Added a new worker 20 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30444 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30444 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.406 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.apXDEP +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.406 | 30508 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.408 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MPyIer +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.407 | 30498 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.407 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.407 | 30444 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.407 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.408 | 30444 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.412 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.415 | 30501 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.416 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.419 | 30500 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.420 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.420 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.421 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.422 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.423 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.423 | 30506 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.424 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.424 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.426 | 30504 | Marked run 1 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.426 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.428 | 30507 | Marked run 2 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.428 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.429 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.430 | 30512 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.430 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.433 | 30516 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.433 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.434 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.435 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.437 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.438 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.446 | 30520 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.445 | 30445 | Recursively removing directory: /tmp/git.apXDEP/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.447 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.447 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.447 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.448 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.448 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.448 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.449 | 30534 | Added a new worker 17 to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.449 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wVsO0S +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.449 | 30444 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.449 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.449 | 30444 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.450 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.452 | 30522 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.452 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.453 | 30525 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.455 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.455 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.456 | 30524 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.457 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.457 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.459 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.461 | 30533 | Marked run 3 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.461 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.461 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.463 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.463 | 30535 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.464 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.465 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.467 | 30538 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.468 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.470 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.472 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.472 | 30448 | Recursively removing directory: /tmp/git.MPyIer/ +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.473 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.473 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.473 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.473 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30554 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30444 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30444 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.474 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.475 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gHHxt2 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.478 | 30445 | Recursively removing directory: /tmp/git.wVsO0S/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.480 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.480 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.480 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.481 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.481 | 30541 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.481 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.482 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.483 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.483 | 30556 | Added a new worker 6 to the queue +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.483 | 30444 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.483 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.483 | 30444 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.484 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qhXwZB +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.484 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.486 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.485 | 30544 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.486 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.488 | 30549 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.489 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.491 | 30548 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.492 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.492 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.493 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.494 | 30552 | Marked run 4 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.494 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.494 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.496 | 30555 | Marked run 5 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.496 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.499 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.499 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.500 | 30564 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.500 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.501 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.505 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.507 | 30565 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.508 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.510 | 30567 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.510 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.510 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.512 | 30566 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.514 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.516 | 30573 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.516 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.517 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.518 | 30445 | Recursively removing directory: /tmp/git.qhXwZB/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.519 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.519 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.519 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.520 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30587 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30444 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.521 | 30444 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.523 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7O9dp4 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.529 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.531 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.533 | 30448 | Recursively removing directory: /tmp/git.gHHxt2/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.534 | 30578 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.535 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.535 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.535 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.536 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.536 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.537 | 30592 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.537 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k3T3ul +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.537 | 30444 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.537 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.537 | 30444 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.538 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.539 | 30585 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.540 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.540 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.544 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.545 | 30586 | Marked run 7 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.545 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.546 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.547 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.555 | 30445 | Recursively removing directory: /tmp/git.7O9dp4/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.556 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.556 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.556 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.557 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.557 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.557 | 30588 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.559 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.559 | 30604 | Added a new worker 17 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.560 | 30444 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.560 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.560 | 30444 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.560 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q4InmI +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.561 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.563 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.563 | 30584 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.565 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.566 | 30591 | Marked run 6 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.566 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.567 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.569 | 30448 | Recursively removing directory: /tmp/git.k3T3ul/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.570 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.571 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.571 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.571 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.572 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.572 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.572 | 30603 | Marked run 8 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30615 | Added a new worker 11 to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.574 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QHvpSd +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30444 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.574 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.575 | 30444 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.576 | 30600 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.577 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.579 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.580 | 30594 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.581 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.583 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.584 | 30614 | Marked run 9 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.584 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.584 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.595 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.596 | 30609 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.597 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.600 | 30612 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.601 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.603 | 30617 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.605 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.606 | 30619 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.607 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.609 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.611 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.609 | 30445 | Recursively removing directory: /tmp/git.Q4InmI/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.611 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.611 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.611 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30640 | Added a new worker 20 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30444 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.612 | 30444 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.612 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pD4EXs +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.614 | 30448 | Recursively removing directory: /tmp/git.QHvpSd/ +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.615 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.615 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.615 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.615 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30642 | Added a new worker 22 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30444 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30444 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.616 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.617 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c8xR4K +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.621 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.621 | 30633 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.622 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.624 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.625 | 30628 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.626 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.627 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.629 | 30639 | Marked run 10 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.629 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.632 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.633 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.635 | 30636 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.636 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.636 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.638 | 30641 | Marked run 11 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.638 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.639 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.640 | 30638 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.640 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30657 | Added a new worker 17 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30444 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30444 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.642 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.640 | 30445 | Recursively removing directory: /tmp/git.pD4EXs/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.642 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.642 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.642 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.644 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AM81sq +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.645 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.646 | 30646 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.647 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.647 | 30649 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.648 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.649 | 30655 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.650 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.650 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.652 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.655 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.657 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.661 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.662 | 30664 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.663 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.667 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.668 | 30663 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.668 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.670 | 30656 | Marked run 12 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.670 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.672 | 30659 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.672 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.674 | 30665 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.674 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.675 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.677 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.678 | 30448 | Recursively removing directory: /tmp/git.c8xR4K/ +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.679 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.679 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.679 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.679 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.680 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.680 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.680 | 30682 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.681 | 30444 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.681 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.681 | 30444 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.681 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.681 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3o7dkG +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.690 | 30445 | Recursively removing directory: /tmp/git.AM81sq/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.691 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.692 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.691 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.691 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.691 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.693 | 30678 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.694 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.695 | 30688 | Added a new worker 6 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.695 | 30444 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.695 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.695 | 30444 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.695 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.697 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u5EA3H +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.697 | 30673 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.698 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.699 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.701 | 30681 | Marked run 13 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.701 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.702 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.703 | 30679 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.705 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.708 | 30680 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.709 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.711 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.713 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.715 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.716 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.720 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.721 | 30687 | Marked run 14 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.721 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.723 | 30695 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.723 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.724 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.726 | 30694 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.727 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.729 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.732 | 30698 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.733 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.734 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.735 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.736 | 30700 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.737 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.738 | 30703 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.739 | 30445 | Recursively removing directory: /tmp/git.u5EA3H/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.739 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.741 | 30708 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.741 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.741 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.741 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.741 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.742 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.742 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.742 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.744 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.748 | 30717 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.749 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.751 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.752 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.753 | 30715 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.753 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y31pm3 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.753 | 30444 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.753 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.753 | 30444 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.754 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.755 | 30720 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.757 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.761 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.762 | 30448 | Recursively removing directory: /tmp/git.3o7dkG/ +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.764 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.764 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.764 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.764 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.764 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.765 | 30728 | Added a new worker 22 to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.767 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bJ6jiE +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.767 | 30713 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.767 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.767 | 30444 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.767 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.767 | 30444 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.770 | 30710 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.770 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.770 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.774 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.774 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.774 | 30719 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.774 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.776 | 30714 | Marked run 16 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.776 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.778 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.779 | 30727 | Marked run 15 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.779 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.781 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.781 | 30726 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.782 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.785 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.785 | 30731 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.785 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.788 | 30733 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.788 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.790 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.791 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.791 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.792 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.793 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.796 | 30741 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.797 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.798 | 30742 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.798 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.801 | 30736 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.801 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.803 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.805 | 30743 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.805 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.807 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.809 | 30445 | Recursively removing directory: /tmp/git.Y31pm3/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.810 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.810 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.810 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.810 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30759 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30444 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.811 | 30444 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.812 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.812 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8odYuA +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.816 | 30751 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.817 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.820 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.821 | 30753 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.823 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.824 | 30758 | Marked run 17 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.824 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.825 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.826 | 30756 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.828 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.829 | 30757 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.829 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.830 | 30448 | Recursively removing directory: /tmp/git.bJ6jiE/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.831 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.831 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.832 | 30766 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.834 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.833 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.837 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.836 | 30769 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.839 | 30771 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.840 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.840 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.840 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.837 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.837 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.846 | 30774 | Added a new worker 14 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.846 | 30764 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.847 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.847 | 30444 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.847 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.847 | 30444 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.848 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.848 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1x66HY +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.850 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.852 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.854 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.855 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.857 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.857 | 30772 | Marked run 18 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.857 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.859 | 30773 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.860 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.862 | 30779 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.864 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.864 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.866 | 30780 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.866 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.870 | 30448 | Recursively removing directory: /tmp/git.1x66HY/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.871 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.872 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.872 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.872 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.872 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.873 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.873 | 30799 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.874 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PdnSa6 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.874 | 30444 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.874 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.874 | 30444 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.874 | 30798 | Marked run 20 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.874 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.875 | 30782 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.876 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.878 | 30445 | Recursively removing directory: /tmp/git.8odYuA/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.879 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.879 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.879 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.878 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.879 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.880 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.882 | 30793 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.882 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.883 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.885 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.886 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.883 | 30804 | Added a new worker 8 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.886 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.887 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iz3ici +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.886 | 30444 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.887 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.887 | 30444 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.888 | 30792 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.888 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.891 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.893 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.896 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.897 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.897 | 30797 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.899 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.900 | 30802 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.902 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.903 | 30803 | Marked run 19 as finished +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.904 | 30448 | Recursively removing directory: /tmp/git.PdnSa6/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.904 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.904 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.905 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.905 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.905 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30821 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30444 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.906 | 30444 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.907 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gx0WtI +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.907 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.909 | 30807 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.909 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.912 | 30818 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.913 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.915 | 30820 | Marked run 21 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.915 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.915 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.916 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.917 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.918 | 30811 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.919 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.922 | 30819 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.923 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.924 | 30445 | Recursively removing directory: /tmp/git.iz3ici/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.925 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.925 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.926 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30837 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30444 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30444 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.926 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.927 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7MupRY +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.927 | 30826 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.928 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.930 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.935 | 30448 | Recursively removing directory: /tmp/git.gx0WtI/ +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.936 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.936 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.936 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.936 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.937 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.937 | 30846 | Added a new worker 21 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.938 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.939 | 30444 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.939 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.939 | 30444 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.940 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QNINta +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.941 | 30834 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.943 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.944 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.945 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.946 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.950 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.951 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.951 | 30827 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.952 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.955 | 30836 | Marked run 22 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.955 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.957 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.957 | 30835 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.958 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.962 | 30845 | Marked run 23 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.963 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.965 | 30839 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.966 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.966 | 30448 | Recursively removing directory: /tmp/git.QNINta/ +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.968 | 30445 | Recursively removing directory: /tmp/git.7MupRY/ +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.969 | 30848 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.970 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.972 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.972 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.974 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.974 | 30868 | Added a new worker 17 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.975 | 30444 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.975 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.975 | 30444 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.976 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.971 | 30445 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.971 | 30445 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.972 | 30445 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.975 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dZXJaE +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.969 | 30448 | Process exit code: 0 +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.970 | 30448 | Process output: 57 bytes +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.978 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.981 | 30448 | Waiting for a new command +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.981 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.983 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.983 | 30872 | Added a new worker 19 to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.983 | 30444 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.983 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.983 | 30444 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.984 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.983 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.913xgW +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.986 | 30857 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.988 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.991 | 30448 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.990 | 30865 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.992 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.994 | 30445 | Checking out revision HEAD +2023-08-28 07:32:13 | INFO | 30445/cimple-worker: 2023-08-28 07:32:13.994 | 30445 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30448/cimple-worker: 2023-08-28 07:32:13.993 | 30448 | Going to run: ./ci +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.996 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.996 | 30867 | Marked run 24 as finished +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.996 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.998 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.999 | 30869 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:13.999 | 30442 | Waiting for new connections +2023-08-28 07:32:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.002 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.003 | 30871 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.004 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.006 | 30870 | Marked run 25 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.006 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.007 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.009 | 30877 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.010 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.011 | 30878 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.012 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.013 | 30882 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.013 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.015 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.016 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.017 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.015 | 30448 | Recursively removing directory: /tmp/git.913xgW/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.016 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.016 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.017 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.018 | 30445 | Recursively removing directory: /tmp/git.dZXJaE/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.020 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.020 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.020 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.019 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.020 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.020 | 30885 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.021 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.021 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.023 | 30896 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.025 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.025 | 30898 | Added a new worker 7 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.025 | 30444 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.025 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.025 | 30444 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.025 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M9nyBm +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.026 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.028 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.028 | 30901 | Added a new worker 10 to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.028 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3kiujS +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.028 | 30444 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.028 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.028 | 30444 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.031 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.033 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.035 | 30897 | Marked run 27 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.035 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.036 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.037 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.037 | 30900 | Marked run 26 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.039 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.040 | 30899 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.040 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.041 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.044 | 30904 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.045 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.045 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.046 | 30905 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.047 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.048 | 30906 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.049 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.050 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.052 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.052 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.056 | 30918 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.058 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.062 | 30448 | Recursively removing directory: /tmp/git.M9nyBm/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.064 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.064 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.064 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.064 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.064 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.065 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.066 | 30930 | Added a new worker 20 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.067 | 30444 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.067 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.067 | 30444 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.067 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.067 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.066 | 30445 | Recursively removing directory: /tmp/git.3kiujS/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.067 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.067 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.067 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.068 | 30932 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.068 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tYJtMd +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.069 | 30444 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.069 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.069 | 30444 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.069 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.069 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d3ruJv +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.074 | 30915 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.075 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.078 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.082 | 30917 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.083 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.086 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.089 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.089 | 30924 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.089 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.093 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.094 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.096 | 30927 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.097 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.102 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.103 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.104 | 30934 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.105 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.105 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.110 | 30448 | Recursively removing directory: /tmp/git.tYJtMd/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.111 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.111 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.111 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.111 | 30936 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.111 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.112 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.112 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.112 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.113 | 30952 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.114 | 30444 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.114 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.114 | 30444 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.115 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.115 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.115 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N83ayM +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.116 | 30928 | Marked run 28 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.117 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.119 | 30931 | Marked run 29 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.119 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.120 | 30445 | Recursively removing directory: /tmp/git.d3ruJv/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.121 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.121 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.121 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.122 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30960 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30444 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.122 | 30444 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.123 | 30951 | Marked run 30 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.124 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.122 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m2Mkhv +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.126 | 30938 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.128 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.130 | 30946 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.132 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.133 | 30949 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.134 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.135 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.137 | 30955 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.138 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.139 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.141 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.142 | 30959 | Marked run 31 as finished +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.142 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.144 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.147 | 30965 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.148 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.150 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.151 | 30966 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.152 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.153 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.156 | 30968 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.157 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.159 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.159 | 30972 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.160 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.163 | 30969 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.164 | 30445 | Recursively removing directory: /tmp/git.m2Mkhv/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.164 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.166 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.166 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.166 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.168 | 30981 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.169 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.169 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.169 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.169 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.170 | 30991 | Added a new worker 15 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.170 | 30444 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.170 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.170 | 30444 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.170 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.170 | 30448 | Recursively removing directory: /tmp/git.N83ayM/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.171 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NIKWIe +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.173 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.173 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.173 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.173 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.173 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.174 | 30982 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.174 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.174 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.176 | 30994 | Added a new worker 9 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.177 | 30444 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.177 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.177 | 30444 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.177 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.178 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.179 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.177 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8ATHVf +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.183 | 30990 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.185 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.189 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.189 | 30989 | Marked run 33 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.189 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.189 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.193 | 30992 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.194 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.194 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.195 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.199 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.201 | 30993 | Marked run 32 as finished +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.201 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.202 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.207 | 30997 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.208 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.210 | 30998 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.211 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.211 | 30448 | Recursively removing directory: /tmp/git.8ATHVf/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.213 | 30445 | Recursively removing directory: /tmp/git.NIKWIe/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.214 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.214 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.214 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.213 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.213 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.213 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.215 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cs7WSL +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.214 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.214 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.214 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.214 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.215 | 31020 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.215 | 30444 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.215 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.215 | 30444 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.215 | 31000 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.216 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.217 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.218 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.218 | 31018 | Added a new worker 17 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.218 | 30444 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.218 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.219 | 30444 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.220 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.221 | 31003 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.221 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.223 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.219 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YATYam +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.224 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.227 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.227 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.228 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.229 | 31023 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.229 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.233 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.236 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.239 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.240 | 31019 | Marked run 34 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.241 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.242 | 30445 | Recursively removing directory: /tmp/git.Cs7WSL/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.243 | 31025 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.245 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.245 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.244 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.244 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.244 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.246 | 31038 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.246 | 30444 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.246 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.246 | 30444 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.247 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.248 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U3rSWR +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.249 | 31017 | Marked run 35 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.250 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.251 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.252 | 31022 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.260 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.261 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.253 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 31047 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30444 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30444 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.256 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.254 | 30448 | Recursively removing directory: /tmp/git.YATYam/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.255 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.255 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.256 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.261 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CXrkgW +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.264 | 31026 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.264 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.269 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.271 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.272 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.273 | 31037 | Marked run 36 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.274 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.275 | 31030 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.276 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.277 | 31046 | Marked run 37 as finished +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.277 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.279 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.281 | 31042 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.282 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.283 | 30445 | Recursively removing directory: /tmp/git.U3rSWR/ +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.285 | 30448 | Recursively removing directory: /tmp/git.CXrkgW/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.286 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.286 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.285 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.286 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.286 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.286 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.287 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.287 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.287 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.287 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.287 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.288 | 31049 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.288 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 31068 | Added a new worker 10 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 31070 | Added a new worker 12 to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.290 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NPXRIB +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.289 | 30444 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.290 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.290 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.291 | 31052 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.292 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.294 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.290 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SLKYyi +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.298 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.299 | 31069 | Marked run 38 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.299 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.301 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.302 | 31066 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.302 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.303 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.303 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.304 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.305 | 31061 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.306 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.308 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.308 | 31067 | Marked run 39 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.308 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.313 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.315 | 31073 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.315 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.318 | 31076 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.318 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.319 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.321 | 31082 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.321 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.323 | 30448 | Recursively removing directory: /tmp/git.NPXRIB/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.324 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.324 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.324 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.323 | 31080 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.325 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.325 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.325 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.326 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CxHuFh +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.327 | 30445 | Recursively removing directory: /tmp/git.SLKYyi/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.326 | 31097 | Added a new worker 15 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.326 | 30444 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.326 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.326 | 30444 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.327 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.328 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.331 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.331 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.332 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.332 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.332 | 31090 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.332 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.333 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.333 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.333 | 31101 | Added a new worker 14 to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.334 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kvx8He +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.334 | 30444 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.334 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.334 | 30444 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.337 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.340 | 31096 | Marked run 40 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.340 | 31100 | Marked run 41 as finished +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.342 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.342 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.343 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.353 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.360 | 31098 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.361 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.364 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.364 | 31099 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.365 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.365 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.367 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.368 | 31103 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.369 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.370 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.370 | 31104 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.371 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.373 | 31109 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.374 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.374 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.375 | 31115 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.378 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.378 | 30448 | Recursively removing directory: /tmp/git.CxHuFh/ +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.381 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.381 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.381 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.381 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.381 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.381 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.382 | 31125 | Added a new worker 16 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.383 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.383 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.384 | 30444 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.384 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.384 | 30444 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.384 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O5CEcB +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.386 | 30445 | Recursively removing directory: /tmp/git.Kvx8He/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.387 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.387 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.388 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.388 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 31131 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 30444 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.389 | 30444 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.389 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fhzMdX +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.390 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.397 | 31120 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.398 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.400 | 31123 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.403 | 31124 | Marked run 42 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.405 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.409 | 31126 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.410 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.410 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.409 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.411 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.414 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.418 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.421 | 31130 | Marked run 43 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.422 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.422 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.423 | 31132 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.424 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.426 | 31134 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.427 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.428 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.430 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.434 | 31139 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.435 | 30445 | Recursively removing directory: /tmp/git.fhzMdX/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.437 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.437 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.437 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.435 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.437 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.437 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.439 | 30448 | Recursively removing directory: /tmp/git.O5CEcB/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.442 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.442 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.443 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.439 | 31157 | Added a new worker 17 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.443 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.444 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.444 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.445 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cf7GBY +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.444 | 31160 | Added a new worker 24 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.445 | 30444 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.446 | 31141 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.448 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.448 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.450 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CQd4wA +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.451 | 31148 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.452 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.458 | 31156 | Marked run 45 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.458 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.458 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.460 | 31159 | Marked run 44 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.461 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.460 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.464 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.468 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.470 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.469 | 31150 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.470 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.473 | 31158 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.474 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.476 | 31163 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.477 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.478 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.479 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.479 | 31165 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.480 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.481 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.483 | 31179 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.484 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.483 | 30445 | Recursively removing directory: /tmp/git.cf7GBY/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.486 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.486 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.486 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.486 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.486 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.487 | 31185 | Added a new worker 16 to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.487 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.228BT4 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.487 | 30444 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.487 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.487 | 30444 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.488 | 31176 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.488 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.489 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.491 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.492 | 31177 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.493 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.493 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.495 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.496 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.497 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.499 | 30448 | Recursively removing directory: /tmp/git.CQd4wA/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.500 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.500 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.500 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.500 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.500 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.500 | 31194 | Added a new worker 21 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.500 | 30444 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.500 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.501 | 30444 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.501 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.502 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MBnH4O +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.502 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.504 | 31184 | Marked run 46 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.505 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.507 | 31193 | Marked run 47 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.507 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.513 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.513 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.514 | 31186 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.515 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.517 | 31191 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.519 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.519 | 30445 | Recursively removing directory: /tmp/git.228BT4/ +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.524 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.523 | 31192 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.524 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.524 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.524 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.525 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.526 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.527 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.529 | 31190 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.530 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.532 | 31207 | Added a new worker 6 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.533 | 30444 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.533 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.533 | 30444 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.533 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.533 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eElFwV +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.534 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.537 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.539 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.540 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.541 | 30448 | Recursively removing directory: /tmp/git.MBnH4O/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.542 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.543 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.543 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.543 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 31220 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 30444 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 30444 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.544 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.545 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H0Tdkd +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.545 | 31205 | Marked run 48 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.546 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.550 | 30445 | Recursively removing directory: /tmp/git.eElFwV/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.552 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.552 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.552 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 31226 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 30444 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.552 | 30444 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.553 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TCRZit +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.553 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.554 | 31208 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.555 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.555 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.558 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.563 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.565 | 31218 | Marked run 49 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.565 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.568 | 31210 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.568 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.569 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.569 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.571 | 31225 | Marked run 50 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.572 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.575 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.576 | 30448 | Recursively removing directory: /tmp/git.H0Tdkd/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.577 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.577 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.577 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 31240 | Added a new worker 20 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 30444 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.578 | 30444 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.579 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W2O0UC +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.580 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.580 | 31215 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.584 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.586 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.592 | 30445 | Recursively removing directory: /tmp/git.TCRZit/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.594 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.594 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.594 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.594 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.595 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.596 | 31248 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.596 | 30444 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.596 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.597 | 30444 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.597 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n2dux5 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.598 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.598 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.599 | 31216 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.600 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.601 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.603 | 31228 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.603 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.604 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.605 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.605 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.607 | 31239 | Marked run 51 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.607 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.609 | 31238 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.610 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.611 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.612 | 31247 | Marked run 52 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.612 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.613 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.618 | 30445 | Recursively removing directory: /tmp/git.n2dux5/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.618 | 30448 | Recursively removing directory: /tmp/git.W2O0UC/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.619 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.619 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.619 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.619 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.619 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.620 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.620 | 31246 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.620 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.620 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.621 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.621 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.622 | 31268 | Added a new worker 21 to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.622 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.622 | 30444 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.622 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.622 | 30444 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.623 | 31252 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.623 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.622 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZMx5wa +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.626 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.626 | 31258 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.627 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.629 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.631 | 31269 | Marked run 53 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.631 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.632 | 31271 | Added a new worker 17 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.632 | 30444 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.632 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.633 | 30444 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.633 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jFfdD9 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.633 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.634 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.635 | 31259 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.635 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.636 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.637 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.639 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.644 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.645 | 31267 | Marked run 54 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.645 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.649 | 30445 | Recursively removing directory: /tmp/git.ZMx5wa/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.652 | 31273 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.653 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.652 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.652 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.653 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.654 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.654 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.655 | 31291 | Added a new worker 11 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.655 | 30444 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.655 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.655 | 30444 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.655 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f5MDHH +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.656 | 31275 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.656 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.657 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.659 | 30448 | Recursively removing directory: /tmp/git.jFfdD9/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.660 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.660 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.660 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.659 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.660 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.661 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.662 | 31297 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.663 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jVygtB +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.662 | 30444 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.663 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.663 | 30444 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.663 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.664 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.673 | 31278 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.673 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.678 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.679 | 31279 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.679 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.681 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.681 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.682 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.682 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.685 | 31290 | Marked run 55 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.686 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.688 | 31295 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.688 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.691 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.694 | 31298 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.694 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.696 | 31296 | Marked run 56 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.696 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.697 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.699 | 30445 | Recursively removing directory: /tmp/git.f5MDHH/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.699 | 30448 | Recursively removing directory: /tmp/git.jVygtB/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.701 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.701 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 31321 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 31322 | Added a new worker 24 to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.700 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.700 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.701 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.700 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.700 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.701 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.702 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sJ4spS +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.702 | 30444 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.703 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.703 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.704 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E1TxFx +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.705 | 31302 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.707 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.708 | 31305 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.710 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.712 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.714 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.715 | 31312 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.715 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.718 | 31319 | Marked run 57 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.718 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.720 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.722 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.723 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.726 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.727 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.728 | 31318 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.728 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.737 | 31326 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.738 | 30445 | Recursively removing directory: /tmp/git.sJ4spS/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.740 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.740 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.740 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.742 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.742 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.742 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.744 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.745 | 30448 | Recursively removing directory: /tmp/git.E1TxFx/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.746 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.746 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.746 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.747 | 31345 | Added a new worker 23 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.747 | 30444 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.747 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.747 | 30444 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.747 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.747 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7QeB3x +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.746 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.748 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.748 | 31320 | Marked run 58 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.749 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.749 | 31348 | Added a new worker 15 to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.750 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Xcltc +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.750 | 30444 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.750 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.750 | 30444 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.752 | 31347 | Marked run 59 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.754 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.754 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.754 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.757 | 31325 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.758 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.762 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.766 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.767 | 31328 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.768 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.770 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.774 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.776 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.778 | 30445 | Recursively removing directory: /tmp/git.7QeB3x/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.778 | 31346 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.779 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.779 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.779 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.779 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.780 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.781 | 31363 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.781 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vre2Od +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.781 | 30444 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.781 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.781 | 30444 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.782 | 31344 | Marked run 60 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.782 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.783 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.784 | 31343 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.785 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.786 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.787 | 31350 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.788 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.790 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.792 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.792 | 31362 | Marked run 61 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.793 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.794 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.796 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.797 | 31359 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.797 | 30448 | Recursively removing directory: /tmp/git.9Xcltc/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.797 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.798 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.798 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.798 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.799 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.798 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.800 | 31377 | Added a new worker 17 to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.800 | 30444 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.800 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.800 | 30444 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.800 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cJWKYD +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.802 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.803 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.804 | 31365 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.805 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.808 | 30445 | Recursively removing directory: /tmp/git.vre2Od/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.810 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.810 | 31372 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.809 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.809 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.810 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.812 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.813 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.813 | 31386 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.813 | 30444 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.813 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.813 | 30444 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.814 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.814 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Th20N4 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.815 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.827 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.829 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.834 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.836 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.838 | 31376 | Marked run 62 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.838 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.839 | 30448 | Recursively removing directory: /tmp/git.cJWKYD/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.840 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.840 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.840 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.841 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.icw9r0 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.840 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.841 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.841 | 31397 | Added a new worker 21 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.841 | 30444 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.841 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.841 | 30444 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.842 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.848 | 31384 | Marked run 63 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.848 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.849 | 31373 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.849 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.851 | 31387 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.852 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.852 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.854 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.854 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.855 | 30445 | Recursively removing directory: /tmp/git.Th20N4/ +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.856 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.856 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.857 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.857 | 31396 | Marked run 64 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.857 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.857 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.858 | 31408 | Added a new worker 14 to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.858 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CyLCxd +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.858 | 30444 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.858 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.858 | 30444 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.859 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.860 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.860 | 31381 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.861 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.865 | 31388 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.866 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.867 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.868 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.873 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.875 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.876 | 30448 | Recursively removing directory: /tmp/git.icw9r0/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.878 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.878 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.878 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.878 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.878 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.879 | 31423 | Added a new worker 21 to the queue +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.879 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zpcUh8 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.879 | 30444 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.879 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.879 | 30444 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.880 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.881 | 31407 | Marked run 65 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.881 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.882 | 30445 | Recursively removing directory: /tmp/git.CyLCxd/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.884 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.884 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.885 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.885 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.885 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.885 | 31428 | Added a new worker 21 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.886 | 30444 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.886 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.886 | 30444 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.887 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OZX2fU +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.887 | 31405 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.888 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.890 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.892 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.893 | 31409 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.894 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.896 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.897 | 31422 | Marked run 66 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.898 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.898 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.900 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.901 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.903 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.904 | 31417 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.904 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.908 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.911 | 31419 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.912 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.916 | 31430 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.917 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.918 | 30448 | Recursively removing directory: /tmp/git.zpcUh8/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.919 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.921 | 31427 | Marked run 67 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.921 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.922 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.922 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.922 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.922 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.922 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.923 | 31434 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 31451 | Added a new worker 19 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 30444 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 30444 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.925 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.926 | 31437 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.929 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zyFANw +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.928 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.928 | 31450 | Marked run 68 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.929 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.930 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.931 | 30445 | Recursively removing directory: /tmp/git.OZX2fU/ +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.934 | 31449 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.934 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.936 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.937 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.937 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.938 | 31453 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.938 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.938 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.940 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.941 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.943 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.943 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.944 | 31456 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.944 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.946 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 31458 | Marked run 69 as finished +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 31459 | Added a new worker 12 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 30444 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.947 | 30444 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.947 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VMdfGz +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.948 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.951 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.954 | 31455 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.954 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.957 | 31461 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.957 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.958 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.959 | 30445 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.960 | 30445 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.961 | 31464 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.961 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.962 | 31466 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.962 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.964 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.967 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.969 | 30448 | Recursively removing directory: /tmp/git.zyFANw/ +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.970 | 30448 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.970 | 30448 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.971 | 30448 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.970 | 31472 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 31483 | Added a new worker 17 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30444 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.971 | 30444 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.972 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZUB3ab +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.972 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.974 | 31477 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.974 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.975 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.978 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.980 | 31479 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.980 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.986 | 30445 | Recursively removing directory: /tmp/git.VMdfGz/ +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.987 | 30445 | Process exit code: 0 +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.987 | 30445 | Process output: 57 bytes +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.987 | 30445 | Waiting for a new command +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.986 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.987 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.987 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.988 | 31494 | Added a new worker 22 to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.988 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.988 | 30444 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.988 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.988 | 30444 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.989 | 30448 | Checking out revision HEAD +2023-08-28 07:32:14 | INFO | 30445/cimple-worker: 2023-08-28 07:32:14.989 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tt1lbP +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.990 | 30448 | Going to run: ./ci +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.990 | 31480 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.991 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:14 | INFO | 30442/cimple-server: 2023-08-28 07:32:14.994 | 30442 | Waiting for new connections +2023-08-28 07:32:14 | INFO | 30448/cimple-worker: 2023-08-28 07:32:14.997 | 30448 | Recursively removing directory: /tmp/git.ZUB3ab/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.009 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.009 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.010 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 31504 | Added a new worker 23 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 30444 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.010 | 30444 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.011 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8ZdOcu +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.012 | 31485 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.012 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.013 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.015 | 31481 | Marked run 70 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.015 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.015 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.016 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.017 | 31493 | Marked run 71 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.017 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.020 | 31503 | Marked run 72 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.020 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.022 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.025 | 30445 | Recursively removing directory: /tmp/git.Tt1lbP/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.027 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.028 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.028 | 31514 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.028 | 30444 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.028 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.028 | 30444 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.027 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.027 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.027 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.029 | 31489 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.031 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.032 | 31492 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.032 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.031 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.033 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.034 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DYXg8B +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.035 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.039 | 31513 | Marked run 73 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.039 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.040 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.041 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.042 | 31498 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.042 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.042 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.047 | 31509 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.048 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.051 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.054 | 30448 | Recursively removing directory: /tmp/git.8ZdOcu/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.055 | 31519 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.055 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.055 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.055 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.056 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.056 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.057 | 31518 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.057 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.060 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.060 | 31534 | Added a new worker 15 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.061 | 30444 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.061 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.061 | 30444 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.061 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fPdDJq +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.062 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.063 | 31529 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.064 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.064 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.065 | 31533 | Marked run 74 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.066 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.067 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.068 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.070 | 30445 | Recursively removing directory: /tmp/git.DYXg8B/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.071 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.071 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.072 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.072 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.072 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.074 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.075 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.074 | 31538 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.075 | 31544 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.075 | 30444 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.075 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.075 | 30444 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.076 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.075 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NouxLR +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.080 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.086 | 30448 | Recursively removing directory: /tmp/git.fPdDJq/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.087 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.087 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.087 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.088 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.088 | 31554 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.089 | 30444 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.089 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.089 | 30444 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.087 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.089 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5ZMKFy +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.089 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.276 | 31540 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.277 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.280 | 31541 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.282 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.285 | 31543 | Marked run 75 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.285 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.285 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.285 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.287 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.288 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.287 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.288 | 31553 | Marked run 76 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.289 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.290 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.291 | 31542 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.291 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.293 | 31547 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.295 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.296 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.299 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.299 | 31557 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.300 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.302 | 31560 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.305 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.306 | 31564 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.306 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.307 | 31566 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.308 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.308 | 30445 | Recursively removing directory: /tmp/git.NouxLR/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.311 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.311 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.311 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 31580 | Added a new worker 12 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 30444 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.311 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.312 | 30444 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.312 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MCICJJ +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.314 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.316 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.319 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.319 | 30448 | Recursively removing directory: /tmp/git.5ZMKFy/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.321 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.320 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.320 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.322 | 31579 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.322 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.321 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.322 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.321 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.324 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.325 | 31584 | Added a new worker 18 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.325 | 30444 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.325 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.325 | 30444 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.325 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.325 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zb6QCm +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.326 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.326 | 31578 | Marked run 77 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.327 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.329 | 31582 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.330 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.331 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.336 | 30445 | Recursively removing directory: /tmp/git.MCICJJ/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.336 | 31587 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.337 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.338 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.338 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.338 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.340 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.340 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.341 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.341 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.342 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.342 | 31583 | Marked run 78 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.342 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.343 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.343 | 31600 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.344 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MnshKP +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.343 | 30444 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.343 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.343 | 30444 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.345 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.345 | 31588 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.346 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.350 | 30448 | Recursively removing directory: /tmp/git.Zb6QCm/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.352 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.352 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.352 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.351 | 31591 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.352 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.352 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.353 | 31610 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.353 | 30444 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.353 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.353 | 30444 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.354 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ScB5UL +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.354 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.356 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.355 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.355 | 31598 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.356 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.357 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.359 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.360 | 31601 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.360 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.362 | 31599 | Marked run 79 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.363 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.366 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.366 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.369 | 31609 | Marked run 80 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.370 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.371 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.372 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.373 | 31613 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.374 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.376 | 30445 | Recursively removing directory: /tmp/git.MnshKP/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.376 | 31614 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.377 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.378 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.378 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.378 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.378 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.378 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.380 | 31617 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.380 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.381 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.382 | 31627 | Added a new worker 13 to the queue +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.382 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SHTaXJ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.382 | 30444 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.382 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.382 | 30444 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.383 | 31618 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.383 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.383 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.386 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.388 | 31626 | Marked run 81 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.389 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.390 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.390 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.391 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.392 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.394 | 30448 | Recursively removing directory: /tmp/git.ScB5UL/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.394 | 31630 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.395 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.395 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.395 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.396 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.396 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.396 | 31642 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.397 | 30444 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.397 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.397 | 30444 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.397 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.397 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FA8k5h +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.404 | 31633 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.404 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.404 | 30445 | Recursively removing directory: /tmp/git.SHTaXJ/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.403 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.407 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.407 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.407 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.407 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.407 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.408 | 31634 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.408 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.408 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.409 | 31650 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.409 | 30444 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.409 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.409 | 30444 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.409 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VOZmp6 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.409 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.411 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.411 | 31635 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.412 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.415 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.416 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.416 | 31641 | Marked run 82 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.417 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.417 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.419 | 31651 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.423 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.423 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.427 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.427 | 31649 | Marked run 83 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.428 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.431 | 31655 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.434 | 30448 | Recursively removing directory: /tmp/git.FA8k5h/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.436 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.436 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.433 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.436 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.436 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.438 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.439 | 30445 | Recursively removing directory: /tmp/git.VOZmp6/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.439 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.440 | 31674 | Added a new worker 20 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.442 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6IsnIv +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.441 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.441 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.441 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30444 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.441 | 30444 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.442 | 31676 | Added a new worker 20 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.442 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.447 | 30444 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.447 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.447 | 30444 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.448 | 31659 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.449 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.90ZIb7 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.449 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.452 | 31673 | Marked run 84 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.453 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.453 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.471 | 31658 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.472 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.475 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.478 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.479 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.480 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.485 | 31663 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.485 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.485 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.489 | 31675 | Marked run 85 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.489 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.491 | 30448 | Recursively removing directory: /tmp/git.6IsnIv/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.491 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.492 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.492 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.492 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.492 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.492 | 31692 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.492 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.493 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oukCsY +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.492 | 30444 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.492 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.493 | 30444 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.493 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.501 | 30445 | Recursively removing directory: /tmp/git.90ZIb7/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.503 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.503 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.503 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.503 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.503 | 31698 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.503 | 30444 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.503 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.504 | 30444 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.504 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.503 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.504 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A0mxDN +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.507 | 31672 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.507 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.510 | 31678 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.511 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.512 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.513 | 31680 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.513 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.515 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.517 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.517 | 31690 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.518 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.520 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.520 | 31691 | Marked run 86 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.520 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.521 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.521 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.522 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.523 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.523 | 31701 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.524 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.526 | 31697 | Marked run 87 as finished +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.526 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.529 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.530 | 31702 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.532 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.535 | 30448 | Recursively removing directory: /tmp/git.oukCsY/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.536 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.536 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.537 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.537 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.537 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.538 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.538 | 31720 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.538 | 30444 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.538 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.538 | 30444 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.538 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7YQDXS +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.539 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.540 | 31705 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.541 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.542 | 30445 | Recursively removing directory: /tmp/git.A0mxDN/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.544 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.544 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.544 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.543 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 31728 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30444 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30444 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.544 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.546 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KT726H +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.547 | 31708 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.548 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.551 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.554 | 31719 | Marked run 88 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.554 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.555 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.557 | 31727 | Marked run 89 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.557 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.558 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.559 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.561 | 31713 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.561 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.562 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.565 | 31723 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.566 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.567 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.567 | 31726 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.568 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.569 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.571 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.572 | 31730 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.572 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.575 | 31738 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.576 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.578 | 31740 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.578 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.580 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.584 | 30448 | Recursively removing directory: /tmp/git.7YQDXS/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.586 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.586 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.586 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.586 | 31741 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.587 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.587 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.587 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.588 | 30445 | Recursively removing directory: /tmp/git.KT726H/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.590 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.590 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.590 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 31755 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 30444 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.591 | 30444 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.592 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.593 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eZe0EZ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.593 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.594 | 31758 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.594 | 30444 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.594 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.594 | 30444 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.595 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.595 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3scme5 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.599 | 31748 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.599 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.601 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.602 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.603 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.603 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.604 | 31754 | Marked run 90 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.604 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.606 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.607 | 31757 | Marked run 91 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.607 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.611 | 31753 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.612 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.615 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.616 | 31756 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.617 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.619 | 31760 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.620 | 30448 | Recursively removing directory: /tmp/git.eZe0EZ/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.620 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.623 | 30445 | Recursively removing directory: /tmp/git.3scme5/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.624 | 31763 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.624 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.626 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.628 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.628 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.629 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.628 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.628 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.629 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 31774 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.629 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 31784 | Added a new worker 7 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 31785 | Added a new worker 10 to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.632 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ac5NLv +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.632 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8fiQYp +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.632 | 30444 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.634 | 31779 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.638 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.639 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.639 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.640 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.640 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.640 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.641 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.646 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.647 | 31781 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.648 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.651 | 31782 | Marked run 93 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.651 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.654 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.661 | 31783 | Marked run 92 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.661 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.663 | 31788 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.664 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.664 | 30445 | Recursively removing directory: /tmp/git.ac5NLv/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.668 | 30448 | Recursively removing directory: /tmp/git.8fiQYp/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.671 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.671 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.670 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.670 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.671 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.672 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.672 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.673 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.677 | 31807 | Added a new worker 16 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.677 | 30444 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.677 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.677 | 30444 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.678 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.678 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.678 | 31809 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.679 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.679 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.679 | 30444 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.679 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.679 | 30444 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.679 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OqrpQJ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.680 | 31789 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.680 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.680 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QkiE3J +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.683 | 31806 | Marked run 95 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.684 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.688 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.689 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.690 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.690 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.691 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.693 | 31808 | Marked run 94 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.693 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.698 | 31792 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.699 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.704 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.706 | 31797 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.707 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.714 | 30445 | Recursively removing directory: /tmp/git.OqrpQJ/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.715 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.715 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.715 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.718 | 30448 | Recursively removing directory: /tmp/git.QkiE3J/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.719 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.719 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.710 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.716 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.716 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 31830 | Added a new worker 22 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 30444 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 30444 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.720 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.721 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u4mO3U +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.721 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.720 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.722 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fJar6c +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.721 | 31832 | Added a new worker 15 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.721 | 30444 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.721 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.721 | 30444 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.723 | 31810 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.724 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.725 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.729 | 31812 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.730 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.731 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.732 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.733 | 31825 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.733 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.737 | 31829 | Marked run 97 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.738 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.739 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.739 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.741 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.742 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.742 | 31828 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.743 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.743 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.746 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.746 | 31837 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.748 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.750 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.751 | 31831 | Marked run 96 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.753 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.757 | 31838 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.758 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.760 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.761 | 30445 | Recursively removing directory: /tmp/git.u4mO3U/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.763 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.763 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.763 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.766 | 31839 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 31857 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.768 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nOf7en +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 30444 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.767 | 30444 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.768 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.772 | 30448 | Recursively removing directory: /tmp/git.fJar6c/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.773 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.773 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.774 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.773 | 31856 | Marked run 98 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.774 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.774 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.775 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.775 | 31862 | Added a new worker 18 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.776 | 30444 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.776 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.776 | 30444 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.776 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.777 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1fv4IM +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.781 | 31842 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.783 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.784 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.785 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.785 | 31844 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.786 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.788 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.789 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.790 | 31853 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.791 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.792 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.793 | 31860 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.793 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.795 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.796 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.796 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.800 | 31861 | Marked run 99 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.801 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.805 | 30445 | Recursively removing directory: /tmp/git.nOf7en/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.806 | 31870 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.806 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.806 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.807 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.808 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UEn6YG +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.807 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.808 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.808 | 31884 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.808 | 30444 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.808 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.808 | 30444 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.809 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.811 | 30448 | Recursively removing directory: /tmp/git.1fv4IM/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.813 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.813 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.813 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.813 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.814 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.814 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.815 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.815 | 31872 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.816 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.817 | 31887 | Added a new worker 14 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.817 | 30444 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.817 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.817 | 30444 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.817 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.818 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Qxu7C +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.819 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.820 | 31883 | Marked run 100 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.820 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.822 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.825 | 31866 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.827 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.831 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.832 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.834 | 31867 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.834 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.835 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.838 | 31890 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.838 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.841 | 31886 | Marked run 101 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.841 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.843 | 31891 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.844 | 30445 | Recursively removing directory: /tmp/git.UEn6YG/ +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.844 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.846 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.846 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.847 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.847 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.847 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.847 | 31901 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.848 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 31910 | Added a new worker 17 to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.850 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E4fkg1 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 30444 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 30444 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.849 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.852 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.854 | 30448 | Recursively removing directory: /tmp/git.3Qxu7C/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.856 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.856 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.856 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.856 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.856 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.857 | 31916 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.857 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Guj9tD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.860 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.861 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.857 | 30444 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.857 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.857 | 30444 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.858 | 31897 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.859 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.869 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.869 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.873 | 31905 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.875 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.876 | 30445 | Recursively removing directory: /tmp/git.E4fkg1/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.878 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.878 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.878 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.878 | 31912 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.878 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.878 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.881 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.882 | 31927 | Added a new worker 21 to the queue +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.883 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.884 | 31929 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.885 | 30444 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.885 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.885 | 30444 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.885 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PtuB2b +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.886 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.886 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.889 | 31923 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.890 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.893 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.894 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.894 | 31913 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.894 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.895 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.896 | 31931 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.898 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.899 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.900 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.900 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.903 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.908 | 30445 | Recursively removing directory: /tmp/git.PtuB2b/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.910 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.910 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.910 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.910 | 31937 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.911 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.911 | 31951 | Added a new worker 8 to the queue +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.910 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.912 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d0aoR7 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.911 | 30444 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.911 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.911 | 30444 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.912 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.912 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.914 | 31938 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.915 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.917 | 30448 | Recursively removing directory: /tmp/git.Guj9tD/ +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.919 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.919 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.918 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.918 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.919 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.920 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.921 | 31909 | Marked run 102 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.921 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.922 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.922 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.922 | 31956 | Added a new worker 24 to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.923 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sJQ4Y8 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.922 | 30444 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.922 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.922 | 30444 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.924 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.925 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.925 | 31934 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.926 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.929 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.931 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.932 | 31915 | Marked run 103 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.932 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.934 | 30445 | Recursively removing directory: /tmp/git.d0aoR7/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.934 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.936 | 31926 | Marked run 104 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.937 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.937 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.937 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.937 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.938 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.938 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.939 | 31941 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.939 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.940 | 31969 | Added a new worker 18 to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.940 | 30444 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.940 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.940 | 30444 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.941 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.942 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wBF3Sd +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.944 | 31950 | Marked run 106 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.944 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.945 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.946 | 31955 | Marked run 105 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.946 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.948 | 31959 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.949 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.957 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.957 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.959 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.960 | 31957 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.960 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.963 | 31968 | Marked run 107 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.963 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.964 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.964 | 30448 | Recursively removing directory: /tmp/git.sJQ4Y8/ +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.966 | 30448 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.966 | 30448 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.966 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.966 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.966 | 30448 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.966 | 31984 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.967 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dIP612 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.967 | 30444 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.967 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.967 | 30444 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.967 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.970 | 31962 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.971 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.973 | 30445 | Recursively removing directory: /tmp/git.wBF3Sd/ +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.975 | 30445 | Process exit code: 0 +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.975 | 30445 | Process output: 57 bytes +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.975 | 30445 | Waiting for a new command +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.975 | 30448 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.976 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.976 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.976 | 31991 | Added a new worker 19 to the queue +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.976 | 30448 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.977 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6UNE0L +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.977 | 30444 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.977 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.977 | 30444 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.978 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.978 | 31973 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.979 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.980 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.981 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.982 | 31983 | Marked run 108 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.982 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.989 | 31990 | Marked run 109 as finished +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.990 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.990 | 30445 | Checking out revision HEAD +2023-08-28 07:32:15 | INFO | 30445/cimple-worker: 2023-08-28 07:32:15.992 | 30445 | Going to run: ./ci +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.993 | 31978 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.994 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:15 | INFO | 30442/cimple-server: 2023-08-28 07:32:15.997 | 30442 | Waiting for new connections +2023-08-28 07:32:15 | INFO | 30448/cimple-worker: 2023-08-28 07:32:15.998 | 30448 | Recursively removing directory: /tmp/git.dIP612/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.000 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.000 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.000 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.000 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.001 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.001 | 31982 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.002 | 32009 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.002 | 30444 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.002 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.002 | 30444 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.003 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.005 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dHhwuA +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.006 | 31993 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.007 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.009 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.011 | 31995 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.012 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.015 | 32004 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.015 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.015 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.017 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.018 | 30445 | Recursively removing directory: /tmp/git.6UNE0L/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.019 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.019 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.020 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.019 | 32013 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.020 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.020 | 32019 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.020 | 30444 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.020 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.020 | 30444 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.021 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.021 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.023 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5M7Vl9 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.024 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.025 | 32014 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.025 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.029 | 32017 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.029 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.029 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.030 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.032 | 32020 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.032 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.035 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.037 | 32022 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.037 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.038 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.040 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.040 | 32008 | Marked run 110 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.041 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.043 | 32024 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.044 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.046 | 32018 | Marked run 111 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.046 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.047 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.048 | 32027 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.048 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.051 | 30448 | Recursively removing directory: /tmp/git.dHhwuA/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.052 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.052 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.053 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.053 | 32029 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.053 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.055 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.055 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.056 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 32047 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 32039 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 30444 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 30444 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.057 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.059 | 32037 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.059 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.060 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.062 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oEEPyP +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.062 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.065 | 32043 | Marked run 112 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.065 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.065 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.070 | 32051 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.070 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.071 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.072 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.074 | 30445 | Recursively removing directory: /tmp/git.5M7Vl9/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.075 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.075 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.075 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.074 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.075 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.076 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.076 | 32048 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.077 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.077 | 32059 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.078 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Chu8yw +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.078 | 30444 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.078 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.078 | 30444 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.081 | 32053 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.081 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.082 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.083 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.084 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.087 | 32052 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.087 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.090 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.090 | 32057 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.090 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.093 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.098 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.098 | 30448 | Recursively removing directory: /tmp/git.oEEPyP/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.101 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.101 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.101 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.101 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.101 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.105 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.106 | 32075 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.106 | 32058 | Marked run 113 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.107 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.107 | 30444 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.107 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.107 | 30444 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.107 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a1grTj +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.108 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.110 | 32063 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.110 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.113 | 32064 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.114 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.117 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.119 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.119 | 30445 | Recursively removing directory: /tmp/git.Chu8yw/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.120 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.120 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.121 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.121 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.121 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.121 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.121 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.121 | 32087 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.122 | 30444 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.122 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.122 | 30444 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.123 | 32071 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.128 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.129 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aaTHoV +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.133 | 32074 | Marked run 114 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.134 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.134 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.137 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.138 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.138 | 32077 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.139 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.141 | 32086 | Marked run 115 as finished +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.142 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.143 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.144 | 32083 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.144 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.146 | 32085 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.147 | 30448 | Recursively removing directory: /tmp/git.a1grTj/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.147 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.149 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.149 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.150 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.150 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.150 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.151 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.152 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.152 | 32089 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.153 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.156 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.156 | 32102 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.156 | 30444 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.156 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.156 | 30444 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.157 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.blxgPc +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.157 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.159 | 32097 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.160 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.164 | 32101 | Marked run 116 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.165 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.166 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.167 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.169 | 32104 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.170 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.170 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.171 | 32103 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.171 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.173 | 32107 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.173 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.174 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.176 | 30445 | Recursively removing directory: /tmp/git.aaTHoV/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.177 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.177 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.177 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.178 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.178 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.180 | 32121 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.180 | 30444 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.180 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.180 | 30444 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.181 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yHRtOk +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.182 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.182 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.183 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.187 | 32113 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.188 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.189 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.190 | 30448 | Recursively removing directory: /tmp/git.blxgPc/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.191 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.191 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.191 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 32129 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 30444 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 30444 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.192 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.192 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vC3Uhm +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.192 | 32117 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.193 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.194 | 32120 | Marked run 117 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.195 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.197 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.199 | 32125 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.200 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.202 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.203 | 32128 | Marked run 118 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.203 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.204 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.204 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.205 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.206 | 32126 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.206 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.213 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.214 | 32132 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.217 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.221 | 30445 | Recursively removing directory: /tmp/git.yHRtOk/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.222 | 32136 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.222 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.222 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.222 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.222 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.222 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.223 | 32148 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.223 | 30444 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.223 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.223 | 30444 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.223 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2zE5EU +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.224 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.225 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.228 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.230 | 30448 | Recursively removing directory: /tmp/git.vC3Uhm/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.231 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.231 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.232 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.232 | 32137 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.233 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.235 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.235 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.236 | 32143 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.236 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.237 | 32157 | Added a new worker 13 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.237 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.237 | 30444 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.237 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.237 | 30444 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.237 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7wxQzL +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.239 | 32147 | Marked run 119 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.240 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.242 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.243 | 32152 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.244 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.244 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.246 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.246 | 32153 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.247 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.247 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.249 | 32155 | Marked run 120 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.249 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.250 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.252 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.254 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.255 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.256 | 32163 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.257 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.260 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.262 | 30448 | Recursively removing directory: /tmp/git.7wxQzL/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.263 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.263 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.263 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.264 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.264 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.265 | 32167 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.265 | 32177 | Added a new worker 6 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.266 | 30444 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.266 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.266 | 30444 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.266 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.267 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2YnHJ8 +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.269 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.274 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.276 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.278 | 30445 | Recursively removing directory: /tmp/git.2zE5EU/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.281 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.282 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.281 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.281 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.281 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.282 | 32185 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.283 | 32176 | Marked run 122 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.283 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.284 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ccgiK +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.283 | 32164 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.284 | 30444 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.284 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.284 | 30444 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.285 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.286 | 32184 | Marked run 121 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.287 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.288 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.293 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.294 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.295 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.297 | 32166 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.298 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.301 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.307 | 32174 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.308 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.310 | 30448 | Recursively removing directory: /tmp/git.2YnHJ8/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.310 | 32181 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.312 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.314 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.314 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.314 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.315 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.315 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.316 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.316 | 32204 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.316 | 30444 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.316 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.317 | 30444 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.320 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rQUf8A +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.320 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.325 | 32188 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.325 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.326 | 30445 | Recursively removing directory: /tmp/git.9ccgiK/ +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.328 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.328 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.329 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.329 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.329 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.330 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.332 | 32210 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.332 | 30444 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.332 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.333 | 30444 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.333 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.334 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KUN5mr +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.333 | 32192 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.333 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.337 | 32203 | Marked run 123 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.337 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.340 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.340 | 32199 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.341 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.343 | 32205 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.343 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.343 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.345 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.349 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.352 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.353 | 32209 | Marked run 124 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.353 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.358 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.368 | 30445 | Recursively removing directory: /tmp/git.KUN5mr/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.368 | 32218 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.369 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.371 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.371 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.371 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.371 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.372 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.372 | 32224 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.373 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.373 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.374 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.376 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.377 | 32230 | Marked run 126 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.378 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.379 | 32211 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.379 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.380 | 32231 | Added a new worker 11 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.380 | 30444 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.380 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.380 | 30444 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.380 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.06kBVc +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.381 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.383 | 30448 | Recursively removing directory: /tmp/git.rQUf8A/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.385 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.385 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.385 | 32233 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.386 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.384 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.384 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.385 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.392 | 32238 | Added a new worker 9 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.392 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.109BA5 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.393 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.392 | 30444 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.392 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.392 | 30444 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.394 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.395 | 32235 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.396 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.399 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.400 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.400 | 32237 | Marked run 125 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.400 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.401 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.404 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.404 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.405 | 32229 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.405 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.411 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.413 | 32242 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.413 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.414 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.419 | 32244 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.420 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.422 | 32247 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.423 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.424 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.424 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.427 | 30448 | Recursively removing directory: /tmp/git.109BA5/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.429 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.430 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.430 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.430 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.434 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.435 | 30445 | Recursively removing directory: /tmp/git.06kBVc/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.435 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.436 | 32265 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.436 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cfy7kf +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.437 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.437 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.437 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.436 | 30444 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.436 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.436 | 30444 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.437 | 32249 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.438 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.438 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.438 | 32267 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.439 | 30444 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.439 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.439 | 30444 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.439 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.440 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qrbOks +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.441 | 32260 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.441 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.444 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.445 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.446 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.451 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.452 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.455 | 32259 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.455 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.459 | 32263 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.460 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.461 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.463 | 32264 | Marked run 128 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.463 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.463 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.463 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.469 | 32266 | Marked run 127 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.470 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.471 | 30448 | Recursively removing directory: /tmp/git.Cfy7kf/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.472 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.472 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.472 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.472 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.473 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.473 | 32289 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.474 | 30444 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.474 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.474 | 30444 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.474 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.477 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x9FQDE +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.479 | 30445 | Recursively removing directory: /tmp/git.qrbOks/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.479 | 32272 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.479 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.480 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.480 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.480 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.482 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.482 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.484 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.485 | 32292 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.485 | 30444 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.485 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.485 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.485 | 30444 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.486 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jLl31P +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.490 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.491 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.492 | 32277 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.493 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.493 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.494 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.497 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.502 | 32293 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.502 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.505 | 32279 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.506 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.511 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.512 | 32297 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.513 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.517 | 30445 | Recursively removing directory: /tmp/git.jLl31P/ +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.520 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.520 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.520 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.520 | 32314 | Added a new worker 23 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.521 | 30448 | Recursively removing directory: /tmp/git.x9FQDE/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.522 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.522 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.522 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.519 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.519 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.519 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.521 | 30444 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.521 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.521 | 30444 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.523 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.523 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.523 | 32317 | Added a new worker 25 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.524 | 30444 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.524 | 30444 | Removed worker 25 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.524 | 30444 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 25 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.524 | 32287 | Marked run 129 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.524 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.525 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9BR9R5 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.526 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O0YXHb +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.530 | 32291 | Marked run 130 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.530 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.534 | 32280 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.535 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.536 | 32316 | Marked run 131 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.539 | 32313 | Marked run 132 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.541 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.546 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.547 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.548 | 32308 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.548 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.549 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.552 | 32315 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.552 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.552 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.554 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.555 | 32311 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.555 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.556 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.557 | 32319 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.558 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.559 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.561 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.566 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.566 | 32328 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.566 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.569 | 32330 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.569 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.572 | 30448 | Recursively removing directory: /tmp/git.9BR9R5/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.572 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.573 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.573 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.573 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.573 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.573 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.574 | 32324 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.574 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.576 | 32334 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.577 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.578 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.580 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.581 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.582 | 32341 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.582 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sNMdG8 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.582 | 30444 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.582 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.582 | 30444 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.583 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.585 | 32347 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.586 | 30445 | Recursively removing directory: /tmp/git.O0YXHb/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.587 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.587 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.587 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.588 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.588 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.588 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.589 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.589 | 32351 | Added a new worker 18 to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.590 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AR6kOU +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.590 | 30444 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.590 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.590 | 30444 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.591 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.597 | 32340 | Marked run 134 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.598 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.599 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.602 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.603 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.603 | 32350 | Marked run 133 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.604 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.605 | 30448 | Recursively removing directory: /tmp/git.sNMdG8/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.607 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.607 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.607 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 32363 | Added a new worker 20 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.608 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kPVIvb +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 30444 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.607 | 30444 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.609 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.609 | 32349 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.610 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.612 | 32339 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.614 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.616 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.619 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.620 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.622 | 32344 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.622 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.627 | 32358 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.629 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.629 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.629 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.629 | 32375 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.627 | 30445 | Recursively removing directory: /tmp/git.AR6kOU/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.629 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.629 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.629 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.633 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1aEDeR +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.630 | 30444 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.630 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.630 | 30444 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.630 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.632 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.635 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.639 | 32367 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.639 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.643 | 32362 | Marked run 135 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.644 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.644 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.647 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.647 | 32368 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.648 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.647 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.650 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.650 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.649 | 30448 | Recursively removing directory: /tmp/git.kPVIvb/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.650 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.650 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.650 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.651 | 32389 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.651 | 30444 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.651 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.652 | 30444 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.652 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.653 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w4hwKX +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.654 | 32374 | Marked run 136 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.655 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.658 | 32377 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.659 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.661 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.662 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.662 | 32378 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.663 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.663 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.665 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.666 | 32384 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.666 | 30445 | Recursively removing directory: /tmp/git.1aEDeR/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.667 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.668 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.668 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.668 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.668 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.669 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.673 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.676 | 32402 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.677 | 30444 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.677 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.677 | 30444 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.677 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.677 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wgcAZW +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.678 | 32388 | Marked run 137 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.678 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.681 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.685 | 32393 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.685 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.686 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.687 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.690 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.691 | 32401 | Marked run 138 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.692 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.694 | 32403 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.694 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.694 | 30448 | Recursively removing directory: /tmp/git.w4hwKX/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.695 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.695 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.695 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.696 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.696 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.697 | 32399 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.698 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.698 | 32419 | Added a new worker 10 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.699 | 30444 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.699 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.699 | 30444 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.699 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.699 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UtVDUn +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.701 | 32405 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.701 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.705 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.706 | 32411 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.706 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.707 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.708 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.709 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.710 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.712 | 32417 | Marked run 139 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.712 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.714 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.714 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.713 | 30445 | Recursively removing directory: /tmp/git.wgcAZW/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.714 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.714 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.714 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.715 | 32431 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.715 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ymJIhn +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.715 | 30444 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.715 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.715 | 30444 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.716 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.719 | 32421 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.720 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.726 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.727 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.730 | 30448 | Recursively removing directory: /tmp/git.UtVDUn/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.728 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.729 | 32426 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.729 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.732 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.732 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.732 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.735 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.735 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.736 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.737 | 32441 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.737 | 30444 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.737 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.737 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I750yh +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.737 | 30444 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.738 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.738 | 32430 | Marked run 140 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.739 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.742 | 32427 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.743 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.743 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.745 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.746 | 30445 | Recursively removing directory: /tmp/git.ymJIhn/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.747 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.747 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.747 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.747 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.747 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.747 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.748 | 32428 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.748 | 32452 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.748 | 30444 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.748 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.748 | 30444 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.749 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.749 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.749 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lxeznF +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.752 | 32440 | Marked run 141 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.753 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.754 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.757 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.757 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.759 | 32437 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.759 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.762 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.762 | 32451 | Marked run 142 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.763 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.764 | 32443 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.765 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.767 | 30448 | Recursively removing directory: /tmp/git.I750yh/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.768 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.774 | 30445 | Recursively removing directory: /tmp/git.lxeznF/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.773 | 32450 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.775 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.776 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.778 | 32455 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.778 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.778 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.778 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.778 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.779 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.779 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 32474 | Added a new worker 19 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 30444 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 30444 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.781 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.781 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.feRHwC +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.781 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.782 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.782 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.782 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.783 | 32477 | Added a new worker 11 to the queue +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.782 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.783 | 30444 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.783 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.783 | 30444 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.783 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.783 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1pWgbI +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.784 | 32463 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.784 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.788 | 32469 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.789 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.790 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.791 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.794 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.794 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.796 | 32471 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.797 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.798 | 32475 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.798 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.800 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.801 | 32476 | Marked run 143 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.801 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.802 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.808 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.808 | 32473 | Marked run 144 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.808 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.809 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.811 | 32481 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.811 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.814 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.816 | 30445 | Recursively removing directory: /tmp/git.feRHwC/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.818 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.818 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.818 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.818 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 32497 | Added a new worker 18 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30444 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30444 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 32482 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.819 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.820 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NJUgVb +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.822 | 32485 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.823 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.824 | 32486 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.825 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.827 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.828 | 32493 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.828 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.831 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.833 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.833 | 32496 | Marked run 145 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.833 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.834 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.835 | 32501 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.836 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.838 | 32502 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.838 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.841 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 32516 | Added a new worker 6 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 32508 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30444 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30444 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.842 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.840 | 30448 | Recursively removing directory: /tmp/git.1pWgbI/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.841 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.841 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.842 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.845 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4gZluf +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.845 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.846 | 32505 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.846 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.849 | 32514 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.849 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.850 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.852 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.853 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.855 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.856 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.857 | 32515 | Marked run 146 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.858 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.860 | 32518 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.860 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.864 | 30445 | Recursively removing directory: /tmp/git.NJUgVb/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.865 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.865 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.865 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.866 | 32521 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.867 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.867 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.867 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.869 | 32533 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.869 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.870 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wez1CE +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.869 | 30444 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.869 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.869 | 30444 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.871 | 32522 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.872 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.872 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.873 | 32523 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.875 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.877 | 32532 | Marked run 147 as finished +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.878 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.878 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.881 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.881 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.883 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.889 | 30448 | Recursively removing directory: /tmp/git.4gZluf/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.891 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.891 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.891 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.893 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.894 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.894 | 32551 | Added a new worker 18 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.894 | 30444 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.894 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.894 | 30444 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.896 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.896 | 32534 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.896 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.897 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QXdHz8 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.900 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.901 | 32536 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.901 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.904 | 32541 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.906 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.908 | 32542 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.909 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.913 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.913 | 32549 | Marked run 148 as finished +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.915 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.915 | 32553 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.916 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.916 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.918 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.918 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.920 | 32558 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.921 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.922 | 30445 | Recursively removing directory: /tmp/git.wez1CE/ +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.923 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.923 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.924 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.923 | 32560 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.925 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.926 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.926 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.928 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.928 | 32565 | Added a new worker 17 to the queue +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.930 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6SE1wH +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.929 | 30444 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.930 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.930 | 30444 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.930 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.931 | 32564 | Marked run 149 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.932 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.932 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.936 | 30448 | Recursively removing directory: /tmp/git.QXdHz8/ +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.937 | 30448 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.937 | 30448 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.938 | 30448 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.938 | 32568 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.938 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.938 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.939 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.940 | 32575 | Added a new worker 15 to the queue +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.940 | 30444 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.940 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.940 | 30444 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.941 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.942 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.944 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rTjJrB +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.945 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.948 | 32557 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.948 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.952 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.955 | 30445 | Recursively removing directory: /tmp/git.6SE1wH/ +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.957 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.957 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.956 | 30445 | Process exit code: 0 +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.956 | 30445 | Process output: 57 bytes +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.956 | 30445 | Waiting for a new command +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.958 | 32587 | Added a new worker 21 to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.958 | 30444 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.958 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.958 | 30444 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.958 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.959 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NkbZ6D +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.961 | 32566 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.962 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.964 | 30448 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30448/cimple-worker: 2023-08-28 07:32:16.966 | 30448 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.966 | 32570 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.968 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.970 | 32574 | Marked run 150 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.971 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.976 | 32577 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.977 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.978 | 30445 | Checking out revision HEAD +2023-08-28 07:32:16 | INFO | 30445/cimple-worker: 2023-08-28 07:32:16.980 | 30445 | Going to run: ./ci +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.982 | 32581 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.983 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.986 | 32586 | Marked run 151 as finished +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.987 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.988 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.989 | 32591 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.990 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.997 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.998 | 32592 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.998 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | 30442/cimple-server: 2023-08-28 07:32:16.999 | 30442 | Waiting for new connections +2023-08-28 07:32:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.002 | 30448 | Recursively removing directory: /tmp/git.rTjJrB/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.003 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.003 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.003 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.004 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.004 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.004 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.005 | 32613 | Added a new worker 20 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.005 | 30445 | Recursively removing directory: /tmp/git.NkbZ6D/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.006 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.006 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.007 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.007 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.007 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.008 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g4FA5E +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 32615 | Added a new worker 24 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 32601 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30444 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.008 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.011 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.011 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z1bn0N +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.020 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.023 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.024 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.023 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.024 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.025 | 32607 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.025 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.028 | 32614 | Marked run 153 as finished +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.029 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.030 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.031 | 32604 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.033 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.036 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.036 | 32612 | Marked run 152 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.036 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.038 | 32611 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.039 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.041 | 30448 | Recursively removing directory: /tmp/git.g4FA5E/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.042 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.042 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.043 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.043 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.043 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.043 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.043 | 32637 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.044 | 30444 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.044 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.044 | 30444 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.044 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.044 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HqjFsm +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.049 | 32617 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.052 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.055 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.056 | 32622 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.065 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.065 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.066 | 32635 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.066 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.068 | 30445 | Recursively removing directory: /tmp/git.z1bn0N/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.068 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.069 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.072 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.073 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.073 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.074 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.074 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.076 | 32645 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.076 | 30444 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.076 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.076 | 30444 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.077 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gRLxSy +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.078 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.079 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.080 | 32629 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.080 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.088 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.088 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.089 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.090 | 32636 | Marked run 154 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.090 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.092 | 32639 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.093 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.095 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.095 | 32641 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.096 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.098 | 32644 | Marked run 155 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.099 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.099 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.101 | 32646 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.103 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.106 | 30448 | Recursively removing directory: /tmp/git.HqjFsm/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.108 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.108 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.108 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.106 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.108 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 32650 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 32667 | Added a new worker 6 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 30444 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 30444 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.109 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.111 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Df8UD5 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.112 | 30445 | Recursively removing directory: /tmp/git.gRLxSy/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.113 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.113 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.113 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.114 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.114 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.115 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.115 | 32671 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.115 | 30444 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.115 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.115 | 30444 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.116 | 32655 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.117 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.120 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.120 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VLM3eW +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.125 | 32658 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.126 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.130 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.131 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.132 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.131 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.133 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.133 | 32665 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.135 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.138 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.139 | 32669 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.139 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.141 | 32670 | Marked run 157 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.142 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.143 | 32673 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.144 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.147 | 32666 | Marked run 156 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.147 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.149 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.150 | 32675 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.151 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.153 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.154 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.156 | 32680 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.157 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.157 | 30448 | Recursively removing directory: /tmp/git.Df8UD5/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.158 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.158 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.158 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.158 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.159 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.160 | 32686 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.161 | 32698 | Added a new worker 6 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.162 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.162 | 30444 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.162 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.162 | 30444 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.162 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.162 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IJN1mn +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.163 | 30445 | Recursively removing directory: /tmp/git.VLM3eW/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.164 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.166 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.166 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.166 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.167 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.167 | 32691 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.167 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.168 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.169 | 32702 | Added a new worker 22 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.169 | 30444 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.169 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.169 | 30444 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.169 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KbZxWu +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.170 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.172 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.173 | 32692 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.173 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.175 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.175 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.179 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.181 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.187 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.188 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.186 | 30448 | Recursively removing directory: /tmp/git.IJN1mn/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.187 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.187 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.187 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.190 | 32715 | Added a new worker 23 to the queue +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.190 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rImhIP +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.190 | 30444 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.190 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.190 | 30444 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.190 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.208 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.211 | 32703 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.211 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.216 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.216 | 32700 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.217 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.219 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.220 | 32697 | Marked run 158 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.220 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.220 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.222 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.225 | 30445 | Recursively removing directory: /tmp/git.KbZxWu/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.227 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.227 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.227 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.227 | 32705 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.228 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.228 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.229 | 32733 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.229 | 30444 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.229 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.229 | 30444 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.229 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.230 | 30448 | Recursively removing directory: /tmp/git.rImhIP/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.230 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lGHxzm +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.232 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.232 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.233 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.233 | 32701 | Marked run 159 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.233 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.234 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.234 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.237 | 32714 | Marked run 160 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.239 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.239 | 32736 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.240 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tVMbWi +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.240 | 30444 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.240 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.240 | 30444 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.242 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.244 | 32708 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.245 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.242 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.243 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.246 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.248 | 32722 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.248 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.250 | 32732 | Marked run 161 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.250 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.252 | 32725 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.253 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.256 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.257 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.257 | 32735 | Marked run 162 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.258 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.260 | 32737 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.262 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.262 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.262 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.264 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.266 | 30445 | Recursively removing directory: /tmp/git.lGHxzm/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.267 | 32750 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.267 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.268 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 32755 | Added a new worker 10 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.267 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.267 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.267 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.269 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZhLHFI +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 30444 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 30444 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.269 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.272 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.274 | 32748 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.275 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.276 | 30448 | Recursively removing directory: /tmp/git.tVMbWi/ +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.279 | 32754 | Marked run 163 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.279 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.281 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.282 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.282 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.282 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.282 | 32749 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.282 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.282 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.282 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.286 | 32752 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.286 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.287 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.290 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.291 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.291 | 32758 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.291 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.293 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.293 | 32764 | Added a new worker 17 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.294 | 30444 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.294 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.294 | 30444 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.294 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.294 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZZXTKE +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.297 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.299 | 32766 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.299 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.303 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.303 | 32763 | Marked run 164 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.303 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.304 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.304 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.306 | 32768 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.306 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.308 | 32771 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.309 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.311 | 32773 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.312 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.314 | 32777 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.316 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.317 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.317 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.319 | 32783 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.319 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.322 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.322 | 32782 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.322 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.326 | 32787 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.326 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.327 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.329 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.331 | 30448 | Recursively removing directory: /tmp/git.ZZXTKE/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.332 | 32786 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.333 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.331 | 30445 | Recursively removing directory: /tmp/git.ZhLHFI/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.334 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.334 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.335 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.335 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.335 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.335 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.335 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.334 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.334 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.334 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.336 | 32804 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.337 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.337 | 30444 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.337 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.337 | 30444 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.337 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TWPUSQ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 32802 | Added a new worker 18 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 30444 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 30444 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.338 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.339 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pCwXa9 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.342 | 32796 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.342 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.348 | 32791 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.348 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.350 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.354 | 32799 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.354 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.354 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.355 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.357 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.358 | 32801 | Marked run 166 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.359 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.359 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.358 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.361 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.363 | 32803 | Marked run 165 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.363 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.365 | 32805 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.366 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.367 | 32808 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.368 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.369 | 32811 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.369 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.370 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.373 | 32812 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.373 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.374 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.376 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.378 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.379 | 30445 | Recursively removing directory: /tmp/git.TWPUSQ/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.380 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.380 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.381 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.380 | 30448 | Recursively removing directory: /tmp/git.pCwXa9/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.381 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.381 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.382 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 32835 | Added a new worker 10 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.382 | 32823 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.383 | 30444 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.383 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.383 | 30444 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.384 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.385 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HEui63 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.386 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.386 | 32827 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.386 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.390 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.391 | 32833 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.391 | 30444 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.391 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.391 | 30444 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.391 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MWm9z4 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.392 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.394 | 32832 | Marked run 167 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.395 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.396 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.397 | 32834 | Marked run 168 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.397 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.398 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.401 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.402 | 32837 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.402 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.402 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.406 | 32831 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.407 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.409 | 32829 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.409 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.411 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.412 | 32839 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.413 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.415 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.417 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.418 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.418 | 32846 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.420 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.421 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.422 | 32848 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.422 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.426 | 32851 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.427 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.430 | 32850 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.430 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.432 | 32854 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.432 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.435 | 30448 | Recursively removing directory: /tmp/git.HEui63/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.435 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.436 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.436 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.436 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.437 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.438 | 32859 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.438 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.438 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.441 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.441 | 30445 | Recursively removing directory: /tmp/git.MWm9z4/ +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.442 | 32865 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.443 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.443 | 32870 | Added a new worker 8 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.444 | 30444 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.444 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.444 | 30444 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.444 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.446 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m3ZlDq +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.447 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.448 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.448 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.448 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.449 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.449 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.449 | 32876 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.449 | 30444 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.449 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.449 | 30444 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.449 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WadK92 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.450 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.451 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.453 | 32868 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.453 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.458 | 32869 | Marked run 169 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.459 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.460 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.462 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.462 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.463 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.464 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.468 | 32872 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.469 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.470 | 32874 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.471 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.472 | 32875 | Marked run 170 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.472 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.474 | 32877 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.475 | 30445 | Recursively removing directory: /tmp/git.WadK92/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.475 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.477 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.477 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.478 | 32881 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.478 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.478 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.478 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.480 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.482 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.483 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.483 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.483 | 32893 | Added a new worker 18 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.484 | 30444 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.484 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.484 | 30444 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.484 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.leinA7 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.484 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.487 | 30448 | Recursively removing directory: /tmp/git.m3ZlDq/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.489 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.490 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.489 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.489 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.489 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.491 | 32903 | Added a new worker 22 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.491 | 30444 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.491 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.491 | 30444 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.492 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.492 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fo0ipa +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.494 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.495 | 32892 | Marked run 172 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.497 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.497 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.499 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.499 | 32898 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.500 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.500 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.502 | 32899 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.502 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.504 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.506 | 32897 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.506 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.507 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.508 | 32900 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.510 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.511 | 32902 | Marked run 171 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.511 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.511 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.515 | 32908 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.516 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.517 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.520 | 30445 | Recursively removing directory: /tmp/git.leinA7/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.521 | 32911 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.522 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.523 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.523 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.523 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.523 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.523 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.524 | 32915 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.524 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.526 | 32921 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.526 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.527 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.527 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.529 | 32927 | Added a new worker 17 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.530 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.530 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.531 | 30444 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.531 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.531 | 30444 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.531 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.27eDPT +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.531 | 30448 | Recursively removing directory: /tmp/git.Fo0ipa/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.532 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.533 | 32926 | Marked run 173 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.534 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.534 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.534 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.534 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.536 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.536 | 32935 | Added a new worker 20 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.536 | 30444 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.536 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.536 | 30444 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.536 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.537 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rEy5tT +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.538 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.538 | 32930 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.538 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.544 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.544 | 32931 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.545 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.547 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.551 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.551 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.552 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.553 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.553 | 32933 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.554 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.556 | 32934 | Marked run 174 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.556 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.563 | 32932 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.563 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.565 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.568 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.568 | 30448 | Recursively removing directory: /tmp/git.rEy5tT/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.570 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.570 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.570 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.571 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.571 | 32937 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.571 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.571 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.572 | 32956 | Added a new worker 6 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.572 | 30444 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.572 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.572 | 30444 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.573 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.572 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z1NECT +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.576 | 32939 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.577 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.580 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.581 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.582 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.583 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.584 | 30445 | Recursively removing directory: /tmp/git.27eDPT/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.585 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.585 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.585 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 32965 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.586 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NsN2hA +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 30444 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.586 | 30444 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.590 | 32947 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.591 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.592 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.593 | 30448 | Recursively removing directory: /tmp/git.Z1NECT/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.595 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.595 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.595 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.595 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.595 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.596 | 32972 | Added a new worker 8 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.596 | 30444 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.596 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.596 | 30444 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.596 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.597 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AGlRk +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.597 | 32952 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.598 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.602 | 32955 | Marked run 176 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.603 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.606 | 32960 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.607 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.609 | 32962 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.609 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.612 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.612 | 32964 | Marked run 175 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.613 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.613 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.613 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.614 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.615 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.616 | 32971 | Marked run 177 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.616 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.617 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.620 | 32975 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.620 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.623 | 32978 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.624 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.624 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.625 | 32976 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.626 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.628 | 32981 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.629 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.630 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.630 | 32988 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.631 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.632 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.633 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.631 | 30445 | Recursively removing directory: /tmp/git.NsN2hA/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.633 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.633 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.633 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.633 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.635 | 32998 | Added a new worker 14 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.636 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.636 | 30444 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.636 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.636 | 30444 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.636 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.636 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PvLvie +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.639 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.641 | 30448 | Recursively removing directory: /tmp/git.6AGlRk/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.643 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.644 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.644 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.644 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.645 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.646 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.646 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.646 | 33006 | Added a new worker 14 to the queue +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.647 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lGQpkM +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.646 | 30444 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.646 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.646 | 30444 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.651 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.651 | 33001 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.653 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.655 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.656 | 32997 | Marked run 178 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.657 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.659 | 30445 | Recursively removing directory: /tmp/git.PvLvie/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.661 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.661 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.661 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.662 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.661 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.663 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.662 | 32994 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.664 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.664 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.664 | 33015 | Added a new worker 7 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.664 | 30444 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.664 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.664 | 30444 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.665 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.665 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YEalp2 +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.668 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.670 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.671 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.669 | 32996 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.669 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.677 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.677 | 30448 | Recursively removing directory: /tmp/git.lGQpkM/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.678 | 33005 | Marked run 179 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.678 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.680 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.680 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.680 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.680 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.680 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.681 | 33030 | Added a new worker 22 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.681 | 30444 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.681 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.681 | 30444 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.681 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NRWwK8 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.681 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.685 | 33003 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.685 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.687 | 30445 | Recursively removing directory: /tmp/git.YEalp2/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.688 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.688 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.688 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.689 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.689 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.689 | 33014 | Marked run 180 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.689 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.689 | 33036 | Added a new worker 10 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.690 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xGCDaS +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.691 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.690 | 30444 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.690 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.690 | 30444 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.691 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.693 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.695 | 33013 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.696 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.697 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.698 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.699 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.700 | 33029 | Marked run 181 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.701 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.702 | 33019 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.703 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.706 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.706 | 33041 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.707 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.711 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.714 | 30445 | Recursively removing directory: /tmp/git.xGCDaS/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.715 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.715 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.716 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 33056 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 30444 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.716 | 33035 | Marked run 182 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.718 | 30444 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.718 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.720 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n2veBW +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.723 | 33026 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.724 | 30448 | Recursively removing directory: /tmp/git.NRWwK8/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.724 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.726 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.726 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.726 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.726 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.726 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.726 | 33060 | Added a new worker 20 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.727 | 30444 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.727 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.727 | 30444 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.727 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wzsJeH +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.730 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.730 | 33044 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.731 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.732 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.735 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.740 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.741 | 33055 | Marked run 184 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.741 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.741 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.744 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.744 | 33040 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.746 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.745 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.757 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.758 | 30448 | Recursively removing directory: /tmp/git.wzsJeH/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.759 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.759 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.759 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.760 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.760 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.760 | 33059 | Marked run 183 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.760 | 33048 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.760 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.761 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.764 | 33076 | Added a new worker 11 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 33062 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 30444 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 30444 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.766 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.766 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4GcCB6 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.767 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.769 | 33072 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.770 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.771 | 33075 | Marked run 186 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.771 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.773 | 33063 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.774 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.775 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.776 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.778 | 30445 | Recursively removing directory: /tmp/git.n2veBW/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.779 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.779 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.779 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.777 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.781 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.781 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.783 | 33080 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.784 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.785 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.786 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.789 | 33089 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.789 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RGAZbk +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.789 | 30444 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.789 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.789 | 30444 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.790 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.792 | 33084 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.792 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.795 | 33091 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.796 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.797 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.798 | 33092 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.798 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.800 | 33088 | Marked run 185 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.800 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.801 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.803 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.803 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.804 | 33086 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.805 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.806 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.810 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.811 | 33104 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.812 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.814 | 30448 | Recursively removing directory: /tmp/git.4GcCB6/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.815 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.815 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.815 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.816 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.816 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.816 | 33102 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.818 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.818 | 30445 | Recursively removing directory: /tmp/git.RGAZbk/ +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.820 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.820 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.820 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.820 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.821 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.821 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.822 | 33101 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.823 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.823 | 33117 | Added a new worker 11 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.824 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l0Jg8I +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.824 | 30444 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.824 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.824 | 30444 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.824 | 33113 | Marked run 187 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.825 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.826 | 33116 | Marked run 188 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.827 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.827 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.829 | 33107 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.830 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.831 | 33120 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.832 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.833 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.835 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.836 | 33114 | Added a new worker 11 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.837 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.837 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lJlCL5 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.836 | 30444 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.836 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.836 | 30444 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.838 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.840 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.840 | 33123 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.841 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.844 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.843 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.845 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.847 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.850 | 33118 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.851 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.853 | 33124 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.853 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.855 | 33125 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.857 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.858 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.858 | 33131 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.859 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.860 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.861 | 33138 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.861 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.862 | 30448 | Recursively removing directory: /tmp/git.lJlCL5/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.864 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.864 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.864 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.864 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.864 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.864 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.866 | 30445 | Recursively removing directory: /tmp/git.l0Jg8I/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.866 | 33149 | Added a new worker 16 to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.867 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.867 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.867 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30444 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.868 | 30444 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.869 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M3peIr +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.869 | 33153 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.869 | 30444 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.869 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.869 | 30444 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.869 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.870 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IHYsbv +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.872 | 33152 | Marked run 189 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.873 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.888 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.886 | 33151 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.889 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.890 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.891 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.893 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.900 | 30448 | Recursively removing directory: /tmp/git.M3peIr/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.901 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.901 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 33163 | Added a new worker 21 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30444 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30444 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.902 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.902 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.902 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1n6Bg0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.905 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.905 | 33150 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.906 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.911 | 33148 | Marked run 190 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.911 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.911 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.913 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.914 | 33146 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.914 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.916 | 33162 | Marked run 191 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.916 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.917 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.917 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.918 | 33144 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.919 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.920 | 33156 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.922 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.923 | 33173 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.924 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.924 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.926 | 33181 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.926 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.927 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.929 | 30445 | Recursively removing directory: /tmp/git.IHYsbv/ +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.929 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.930 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.931 | 33174 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.932 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.932 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.932 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.932 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.932 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.933 | 33188 | Added a new worker 19 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.933 | 30444 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.933 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.934 | 30444 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.934 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.934 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.935 | 33184 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.935 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.937 | 30448 | Recursively removing directory: /tmp/git.1n6Bg0/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.939 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.939 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.939 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.938 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D8Kuy4 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.940 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.940 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.941 | 33185 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.942 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.942 | 33193 | Added a new worker 7 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.942 | 30444 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.942 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.942 | 30444 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.943 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tnVdg7 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.944 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.944 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.947 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.948 | 33186 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.949 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.950 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.952 | 30445 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.953 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.955 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.956 | 30448 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.957 | 33187 | Marked run 192 as finished +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.957 | 30445 | Going to run: ./ci +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.957 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.959 | 33195 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.960 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.963 | 33192 | Marked run 193 as finished +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.964 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.964 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.969 | 33198 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.969 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.972 | 33199 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.972 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.973 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.975 | 30448 | Recursively removing directory: /tmp/git.tnVdg7/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.976 | 30448 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.976 | 30448 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.976 | 30448 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.975 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.976 | 33196 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.977 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.977 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.979 | 33220 | Added a new worker 17 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.979 | 30444 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.979 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.979 | 30444 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.981 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.983 | 30445 | Recursively removing directory: /tmp/git.D8Kuy4/ +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.984 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zSuPjo +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.985 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.986 | 30445 | Process exit code: 0 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.986 | 30445 | Process output: 57 bytes +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.986 | 30445 | Waiting for a new command +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.986 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.986 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.987 | 33205 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.987 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.989 | 33223 | Added a new worker 6 to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.989 | 30444 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.989 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.989 | 30444 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:17 | INFO | 30445/cimple-worker: 2023-08-28 07:32:17.990 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1WrX1N +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.990 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.991 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.991 | 33215 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:17 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.993 | 30442 | Waiting for new connections +2023-08-28 07:32:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.998 | 30448 | Checking out revision HEAD +2023-08-28 07:32:17 | INFO | 30448/cimple-worker: 2023-08-28 07:32:17.999 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:17.999 | 33219 | Marked run 195 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.000 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.000 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.008 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.008 | 33217 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.010 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.010 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.012 | 33222 | Marked run 194 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.012 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.016 | 30448 | Recursively removing directory: /tmp/git.zSuPjo/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.019 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.020 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.020 | 33221 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.021 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.020 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.023 | 33234 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 33244 | Added a new worker 15 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 30444 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.025 | 30444 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.026 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.025 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.026 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g9LI9c +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.030 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.032 | 33225 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.033 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.038 | 30445 | Recursively removing directory: /tmp/git.1WrX1N/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.039 | 33235 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.040 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.040 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.040 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.041 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.041 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.042 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.043 | 33242 | Marked run 196 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.044 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.045 | 33250 | Added a new worker 13 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.046 | 30444 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.046 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.046 | 30444 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.046 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9dri8W +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.046 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.047 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.047 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.047 | 33246 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.048 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.050 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.051 | 33249 | Marked run 197 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.051 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.052 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.053 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.055 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.055 | 33251 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.056 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.056 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.061 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.062 | 33252 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.062 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.063 | 33253 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.063 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.066 | 33256 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.066 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.069 | 33264 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.070 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.071 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.072 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.072 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.075 | 30445 | Recursively removing directory: /tmp/git.9dri8W/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.075 | 30448 | Recursively removing directory: /tmp/git.g9LI9c/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.077 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.078 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.078 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.078 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.078 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.077 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.077 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.077 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.076 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.076 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.076 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.079 | 33274 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.079 | 33280 | Added a new worker 12 to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.080 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1wS1dZ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.079 | 30444 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.079 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.079 | 30444 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.081 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.081 | 33278 | Added a new worker 23 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.081 | 30444 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.081 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.081 | 30444 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.082 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hztx14 +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.082 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.089 | 33276 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.090 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.093 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.089 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.096 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.098 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.097 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.100 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.104 | 33277 | Marked run 199 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.104 | 33275 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.104 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.106 | 33279 | Marked run 198 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.107 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.109 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.109 | 33281 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.110 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.111 | 33285 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.113 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.114 | 33287 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.114 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.115 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.117 | 30445 | Recursively removing directory: /tmp/git.Hztx14/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.117 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.123 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.123 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.122 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.122 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.123 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.128 | 30448 | Recursively removing directory: /tmp/git.1wS1dZ/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.130 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.130 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.130 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.130 | 33298 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.131 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.131 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.131 | 33309 | Added a new worker 8 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.131 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.132 | 30444 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.132 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.132 | 30444 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.133 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pIARBW +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.133 | 33308 | Marked run 200 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.133 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.135 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.135 | 33307 | Added a new worker 15 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.136 | 30444 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.136 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.136 | 30444 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.137 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.okh7um +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.137 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.138 | 33302 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.139 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.142 | 33303 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.143 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.143 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.144 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.146 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.147 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.147 | 33305 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.148 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.148 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.150 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.152 | 33311 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.153 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.156 | 33306 | Marked run 201 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.156 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.158 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.159 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.161 | 33314 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.162 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.165 | 33318 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.167 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.168 | 33321 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.168 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.171 | 30445 | Recursively removing directory: /tmp/git.okh7um/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.172 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.172 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.172 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.172 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.173 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.174 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.174 | 33323 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.174 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.176 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.177 | 33338 | Added a new worker 17 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.177 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tkZV8E +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.177 | 30444 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.177 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.177 | 30444 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.179 | 30448 | Recursively removing directory: /tmp/git.pIARBW/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.179 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.181 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.184 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.184 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.185 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 33343 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30444 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30444 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.186 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.186 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H6JVfW +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.187 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.188 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.191 | 33336 | Marked run 203 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.192 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.194 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.198 | 33337 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.198 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.199 | 30445 | Recursively removing directory: /tmp/git.tkZV8E/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.199 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.202 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.202 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.202 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.202 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.202 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.202 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.203 | 33354 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.204 | 30444 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.204 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.204 | 30444 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.204 | 33335 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.205 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.206 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2XeC94 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.208 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.209 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.212 | 33342 | Marked run 202 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.212 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.211 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.215 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.216 | 33353 | Marked run 204 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.216 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.220 | 30448 | Recursively removing directory: /tmp/git.H6JVfW/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.223 | 33340 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.223 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.223 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.223 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.226 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.226 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.227 | 33366 | Added a new worker 16 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.228 | 30444 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.228 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.228 | 30444 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.228 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.229 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UmZmmO +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.230 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.232 | 30445 | Recursively removing directory: /tmp/git.2XeC94/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.234 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.234 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.234 | 33373 | Added a new worker 16 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.234 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.234 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.234 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.235 | 30444 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.235 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.235 | 30444 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.235 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.238 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.239 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.235 | 33341 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.239 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.242 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.246 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4sLQhi +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.250 | 33352 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.251 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.252 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.253 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.254 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.255 | 30448 | Recursively removing directory: /tmp/git.UmZmmO/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.256 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.256 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.256 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.257 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.257 | 33386 | Added a new worker 23 to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.256 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.257 | 33365 | Marked run 205 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.258 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.258 | 30444 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.258 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.258 | 30444 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.258 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.258 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.822Bej +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.263 | 33358 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.263 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.265 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.266 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.266 | 33372 | Marked run 206 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.266 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.267 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.271 | 33371 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.273 | 30445 | Recursively removing directory: /tmp/git.4sLQhi/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.274 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.274 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.275 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.275 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.275 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.275 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.276 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.276 | 33401 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.277 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yqIZk3 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.276 | 30444 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.276 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.277 | 30444 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.280 | 30448 | Recursively removing directory: /tmp/git.822Bej/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.279 | 33376 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.279 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.282 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.282 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.282 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.282 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.282 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.282 | 33406 | Added a new worker 25 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.283 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.283 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.283 | 30444 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.283 | 30444 | Removed worker 25 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.283 | 30444 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 25 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.284 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aaXfKY +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.286 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.287 | 33384 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.287 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.290 | 33385 | Marked run 207 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.290 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.291 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.293 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.292 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.294 | 33400 | Marked run 208 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.294 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.296 | 33388 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.298 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.297 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.301 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.302 | 33405 | Marked run 209 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.302 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.305 | 33402 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.306 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.306 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.308 | 33407 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.309 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.311 | 33409 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.312 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.313 | 30445 | Recursively removing directory: /tmp/git.yqIZk3/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.314 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.314 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.315 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.315 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.315 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.316 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.316 | 33426 | Added a new worker 17 to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.316 | 30444 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.316 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.316 | 30444 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.317 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.317 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fxx216 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.317 | 33425 | Marked run 210 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.318 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.320 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.320 | 33420 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.323 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.324 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.325 | 33424 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.326 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.327 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.327 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.329 | 33418 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.329 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.331 | 33427 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.332 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.333 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.334 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.338 | 33430 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.339 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.339 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.344 | 30448 | Recursively removing directory: /tmp/git.aaXfKY/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.346 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.346 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.346 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 33445 | Added a new worker 18 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30444 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30444 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.346 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.347 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e5ffIk +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.349 | 33436 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.351 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.355 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.356 | 30445 | Recursively removing directory: /tmp/git.Fxx216/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.358 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.358 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.358 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.358 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.358 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.358 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.359 | 33437 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.359 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.361 | 33453 | Added a new worker 8 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.361 | 30444 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.361 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.361 | 30444 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.362 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.362 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.363 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6MgCzc +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.365 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.368 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.369 | 33441 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.370 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.372 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.373 | 33444 | Marked run 211 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.373 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.373 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.379 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.379 | 33451 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.380 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.383 | 33452 | Marked run 212 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.383 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.387 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.391 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.391 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.392 | 33470 | Added a new worker 19 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.392 | 30444 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.392 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.392 | 30444 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.393 | 33450 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.394 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.388 | 30448 | Recursively removing directory: /tmp/git.e5ffIk/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.391 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.391 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.391 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.393 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iMwvi9 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.398 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.403 | 33455 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.404 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.407 | 30445 | Recursively removing directory: /tmp/git.6MgCzc/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.408 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.408 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.407 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.408 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.410 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.410 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.411 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.411 | 33480 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.411 | 30444 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.411 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.411 | 30444 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.410 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.412 | 33458 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.412 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.413 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9k3yZT +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.415 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.419 | 33469 | Marked run 213 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.419 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.422 | 33478 | Marked run 214 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.423 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.425 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.426 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.432 | 30448 | Recursively removing directory: /tmp/git.iMwvi9/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.433 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.433 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 33490 | Added a new worker 17 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 30444 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.433 | 30444 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.434 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.433 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.434 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4dyYNV +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.437 | 33467 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.437 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.442 | 33472 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.442 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.446 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.446 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.450 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.451 | 30445 | Recursively removing directory: /tmp/git.9k3yZT/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.455 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.455 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.455 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.456 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.457 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.457 | 33479 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.457 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.458 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.458 | 33501 | Added a new worker 18 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.458 | 30444 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.458 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.458 | 30444 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.460 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.461 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.463 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XKZne4 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.465 | 33482 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.466 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.470 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.472 | 33489 | Marked run 215 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.472 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.472 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.474 | 30448 | Recursively removing directory: /tmp/git.4dyYNV/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.475 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.475 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.476 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.474 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.475 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.476 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.478 | 33514 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.479 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Sd7y8 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.478 | 30444 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.478 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.478 | 30444 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.481 | 33495 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.482 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.488 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.488 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.492 | 30445 | Recursively removing directory: /tmp/git.XKZne4/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.493 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.493 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.493 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.493 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 33523 | Added a new worker 23 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 30444 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 30444 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.494 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.494 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9x5PPp +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.497 | 33500 | Marked run 216 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.497 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.500 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.501 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.502 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.501 | 33499 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.502 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.504 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.505 | 33513 | Marked run 217 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.505 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.507 | 33504 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.508 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.509 | 33522 | Marked run 218 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.510 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.511 | 33508 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.512 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.514 | 33521 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.515 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.516 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.517 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.517 | 33527 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.518 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.520 | 33537 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.521 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.523 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.523 | 33538 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.525 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.526 | 30445 | Recursively removing directory: /tmp/git.9x5PPp/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.527 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.527 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.527 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.527 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.527 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 33550 | Added a new worker 7 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.529 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mTWEc8 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 30444 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.528 | 30444 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.530 | 33540 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.532 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.533 | 33548 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.533 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.535 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.537 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.540 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.540 | 33549 | Marked run 220 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.541 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.541 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.543 | 33543 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.544 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.546 | 30448 | Recursively removing directory: /tmp/git.8Sd7y8/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.547 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.547 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.548 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.549 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.549 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.550 | 33546 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.550 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.550 | 33561 | Added a new worker 19 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.551 | 30444 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.551 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.551 | 30444 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.552 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gHFtZp +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.553 | 33553 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.554 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.557 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.559 | 33554 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.560 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.561 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.564 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.564 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.566 | 30445 | Recursively removing directory: /tmp/git.mTWEc8/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.567 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.567 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.568 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.568 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.568 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.568 | 33576 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.569 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FwlHgj +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.568 | 30444 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.568 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.569 | 30444 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.571 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.572 | 30448 | Recursively removing directory: /tmp/git.gHFtZp/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.576 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.577 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.583 | 33567 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.585 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.586 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.587 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.587 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.589 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.589 | 33563 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.590 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.591 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.591 | 30445 | Recursively removing directory: /tmp/git.FwlHgj/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.592 | 33588 | Added a new worker 17 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.593 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.593 | 30444 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.593 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.593 | 30444 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.594 | 33560 | Marked run 219 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.595 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.595 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.595 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.596 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.596 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.596 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.596 | 33592 | Added a new worker 20 to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.597 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qMUMhl +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.597 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vGfKfu +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.597 | 30444 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.597 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.597 | 30444 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.598 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.599 | 33568 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.600 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.603 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.605 | 33571 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.606 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.608 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.612 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.613 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.615 | 33575 | Marked run 221 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.616 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.617 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.620 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.621 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.622 | 33587 | Marked run 222 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.623 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.624 | 33590 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.625 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.627 | 33591 | Marked run 223 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.627 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.628 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.629 | 33593 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.630 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.633 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.633 | 33595 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.634 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.637 | 33598 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.638 | 30448 | Recursively removing directory: /tmp/git.qMUMhl/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.639 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.639 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.639 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.638 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.640 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.640 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.641 | 30445 | Recursively removing directory: /tmp/git.vGfKfu/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.643 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.643 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.644 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 33621 | Added a new worker 23 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30444 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30444 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.644 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.645 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pVbbAb +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.645 | 33618 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.645 | 30444 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.645 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.645 | 30444 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.646 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.646 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pgR3sX +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.657 | 33617 | Marked run 224 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.658 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.668 | 33604 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.669 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.670 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.672 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.673 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.673 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.674 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.679 | 33620 | Marked run 225 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.681 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.682 | 33619 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.683 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.686 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.687 | 33612 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.687 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.689 | 30445 | Recursively removing directory: /tmp/git.pVbbAb/ +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.690 | 30448 | Recursively removing directory: /tmp/git.pgR3sX/ +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.692 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.692 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.691 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.691 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.691 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.692 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.692 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.693 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.693 | 33640 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.694 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.694 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.694 | 33616 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.694 | 30444 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.695 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.695 | 30444 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.695 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KmNQ91 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.694 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.696 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.696 | 33644 | Added a new worker 7 to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.698 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hZuvxn +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.698 | 30444 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.698 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.698 | 30444 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.699 | 33624 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.699 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.701 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.701 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.702 | 33636 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.703 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.705 | 33639 | Marked run 226 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.708 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.709 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.710 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.710 | 33642 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.711 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.711 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.713 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.713 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.714 | 33641 | Marked run 227 as finished +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.714 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.715 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.716 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.722 | 33646 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.723 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.727 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.728 | 30445 | Recursively removing directory: /tmp/git.KmNQ91/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.729 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.729 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.730 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.730 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.730 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.730 | 33648 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.731 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.732 | 33649 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.733 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.734 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.735 | 33666 | Added a new worker 11 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.735 | 30444 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.735 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.735 | 30444 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.735 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gJjom6 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.735 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.737 | 30448 | Recursively removing directory: /tmp/git.hZuvxn/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.742 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.742 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.742 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.742 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.742 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.743 | 33653 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.744 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.745 | 33672 | Added a new worker 13 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.745 | 30444 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.745 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.745 | 30444 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.745 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.745 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bOjAcs +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.747 | 33661 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.747 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.751 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.755 | 33673 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.755 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.757 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.756 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.757 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.759 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.764 | 33665 | Marked run 228 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.765 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.767 | 30445 | Recursively removing directory: /tmp/git.gJjom6/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.769 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.769 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.770 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.767 | 33670 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.771 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.774 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.774 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.775 | 33688 | Added a new worker 22 to the queue +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.775 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KOUF2n +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.775 | 30444 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.775 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.775 | 30444 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.776 | 33671 | Marked run 229 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.776 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.777 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.777 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.779 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.780 | 33676 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.780 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.783 | 33677 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.784 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.787 | 33687 | Marked run 230 as finished +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.787 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.787 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.789 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.792 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.792 | 33680 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.793 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.795 | 33689 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.795 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.797 | 33692 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.799 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.799 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.800 | 30448 | Recursively removing directory: /tmp/git.bOjAcs/ +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.802 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.802 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.802 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.802 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.802 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.802 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.803 | 33709 | Added a new worker 18 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.803 | 30444 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.803 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.803 | 30444 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.804 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.804 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N1iLxX +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.806 | 30445 | Recursively removing directory: /tmp/git.KOUF2n/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.808 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.808 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.808 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.808 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.809 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 33714 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 30444 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 30444 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.810 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.811 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u0D1vZ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.812 | 33700 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.813 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.826 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.826 | 33706 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.827 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.829 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.829 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.830 | 33707 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.831 | 33708 | Marked run 231 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.831 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.832 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.832 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.833 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.834 | 33713 | Marked run 232 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.834 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.837 | 33715 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.837 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.838 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.843 | 33717 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.844 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.845 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.846 | 33720 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.847 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.849 | 30448 | Recursively removing directory: /tmp/git.N1iLxX/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.849 | 33724 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.849 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.854 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.854 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.854 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.850 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.850 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.850 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.857 | 33737 | Added a new worker 17 to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.857 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.93mmJE +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.857 | 30444 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.857 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.857 | 30444 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.859 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.865 | 33732 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.864 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.865 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.866 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.870 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.871 | 33733 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.872 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.875 | 30445 | Recursively removing directory: /tmp/git.u0D1vZ/ +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.876 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.876 | 33736 | Marked run 233 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.877 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.879 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.881 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.881 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.881 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.882 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HaNR9H +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.881 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.881 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.882 | 33751 | Added a new worker 20 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.882 | 30444 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.882 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.882 | 30444 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.884 | 33738 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.884 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.884 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.895 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.900 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.901 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.905 | 33745 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.907 | 30448 | Recursively removing directory: /tmp/git.93mmJE/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.907 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.917 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.918 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.918 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.917 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.918 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.919 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.920 | 33764 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.920 | 30444 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.920 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.920 | 30444 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.920 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IcFU4H +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.921 | 33748 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.921 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.922 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.925 | 30445 | Recursively removing directory: /tmp/git.HaNR9H/ +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.925 | 33747 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.926 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.927 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.927 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.927 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.927 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.927 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.928 | 33749 | Marked run 234 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.928 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.929 | 33771 | Added a new worker 9 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.930 | 30444 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.930 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.930 | 30444 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.930 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.930 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.930 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MUS3P0 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.931 | 33754 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.932 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.934 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.935 | 33762 | Marked run 235 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.936 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.936 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.936 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.939 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.938 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.940 | 33761 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.940 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.941 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.944 | 33772 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.944 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.947 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.949 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.949 | 33770 | Marked run 236 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.950 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.953 | 33774 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.953 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.955 | 33777 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.956 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.958 | 30445 | Recursively removing directory: /tmp/git.MUS3P0/ +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.960 | 30445 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.960 | 30445 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.959 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.960 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.960 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.961 | 33783 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.961 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.962 | 30445 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.962 | 30448 | Recursively removing directory: /tmp/git.IcFU4H/ +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.965 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.966 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.968 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.969 | 33784 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.965 | 30448 | Process exit code: 0 +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.965 | 30448 | Process output: 57 bytes +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.965 | 30448 | Waiting for a new command +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.970 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6FSlPf +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.969 | 33799 | Added a new worker 21 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.969 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.969 | 30444 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.969 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.970 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.970 | 30444 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.971 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.973 | 33796 | Added a new worker 14 to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.973 | 30444 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.973 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.973 | 30444 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.973 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.975 | 33793 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.975 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.978 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.981 | 33798 | Marked run 237 as finished +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.973 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.abyDIF +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.982 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.984 | 33800 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.986 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.986 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.988 | 30448 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.988 | 30445 | Checking out revision HEAD +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.988 | 33795 | Marked run 238 as finished +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.989 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30448/cimple-worker: 2023-08-28 07:32:18.990 | 30448 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30445/cimple-worker: 2023-08-28 07:32:18.991 | 30445 | Going to run: ./ci +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.991 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.991 | 33801 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.992 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.995 | 33804 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.995 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.997 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.998 | 33806 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:18 | INFO | 30442/cimple-server: 2023-08-28 07:32:18.998 | 30442 | Waiting for new connections +2023-08-28 07:32:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.003 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.004 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.006 | 33808 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.007 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.011 | 33814 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.013 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.014 | 30445 | Recursively removing directory: /tmp/git.abyDIF/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.015 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.015 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.015 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.015 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.015 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.015 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.016 | 33818 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.016 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.017 | 33829 | Added a new worker 7 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.018 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R6952K +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.018 | 30444 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.018 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.018 | 30444 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.019 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.024 | 30448 | Recursively removing directory: /tmp/git.6FSlPf/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.025 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.025 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.026 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.025 | 33819 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.025 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.026 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.026 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.027 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.028 | 33833 | Added a new worker 18 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.028 | 30444 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.028 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.029 | 30444 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.029 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KjQfFV +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.029 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.029 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.030 | 33827 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.030 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.032 | 33828 | Marked run 240 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.032 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.032 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.034 | 33832 | Marked run 239 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.036 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.036 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.036 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.038 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.038 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.041 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.042 | 33835 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.043 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.045 | 33838 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.045 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.048 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.049 | 33839 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.050 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.052 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.053 | 33840 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.053 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.057 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.058 | 33845 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.059 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.061 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.062 | 30445 | Recursively removing directory: /tmp/git.R6952K/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.064 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.064 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.064 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.065 | 30448 | Recursively removing directory: /tmp/git.KjQfFV/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.066 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jSBeQ5 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.064 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.064 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.066 | 33862 | Added a new worker 18 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.066 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.066 | 30444 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.066 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.066 | 30444 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 33865 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30444 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30444 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.069 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.066 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.066 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.067 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.069 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OqokEz +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.074 | 33861 | Marked run 241 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.074 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.075 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.076 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.078 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.079 | 33864 | Marked run 242 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.079 | 33849 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.079 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.081 | 33856 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.082 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.082 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.084 | 33860 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.084 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.087 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.088 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.091 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.091 | 33863 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.092 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.094 | 33873 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.094 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.097 | 33874 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.097 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.098 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.099 | 33878 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.100 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.100 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.101 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.100 | 30445 | Recursively removing directory: /tmp/git.jSBeQ5/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.101 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.101 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.101 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.102 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.103 | 30448 | Recursively removing directory: /tmp/git.OqokEz/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.104 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.105 | 33886 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.105 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.105 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.106 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.106 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.106 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.106 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.106 | 33894 | Added a new worker 7 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.107 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.107 | 33891 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.108 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i40hxe +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.108 | 30444 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.109 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.112 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.110 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KRrOiZ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.119 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.123 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.124 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.126 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.127 | 33889 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.127 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.127 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.129 | 33890 | Marked run 243 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.130 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.132 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.134 | 33893 | Marked run 244 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.136 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.136 | 33892 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.139 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.144 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.144 | 33896 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.145 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.146 | 30445 | Recursively removing directory: /tmp/git.i40hxe/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.147 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.147 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.147 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.146 | 33897 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.149 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.149 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.149 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.150 | 33914 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.151 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hJ5dnU +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.151 | 30444 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.151 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.151 | 30444 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.152 | 33901 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.153 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.155 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.155 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.158 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.162 | 30448 | Recursively removing directory: /tmp/git.KRrOiZ/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.167 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.165 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.165 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.165 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.168 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.168 | 33923 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.168 | 30444 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.168 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.169 | 30444 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.169 | 33910 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.169 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.169 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.169 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F0wEOn +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.173 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.175 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.183 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.184 | 33915 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.184 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.189 | 33921 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.190 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.192 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.193 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.193 | 33912 | Marked run 246 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.194 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.194 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.196 | 33920 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.196 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.197 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.201 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.202 | 33922 | Marked run 245 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.202 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.204 | 30445 | Recursively removing directory: /tmp/git.hJ5dnU/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.206 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.206 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.206 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.206 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.206 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.206 | 33942 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.206 | 30444 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.207 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.207 | 30444 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.207 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.207 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XHGmVW +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.212 | 30448 | Recursively removing directory: /tmp/git.F0wEOn/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.214 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.214 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.214 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.214 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.215 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.215 | 33947 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.215 | 30444 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.215 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.215 | 30444 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.216 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.215 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.shjbSb +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.233 | 33930 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.233 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.239 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.239 | 33925 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.240 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.244 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.245 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.245 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.246 | 33939 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.246 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.246 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.248 | 33941 | Marked run 247 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.249 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.251 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.257 | 30448 | Recursively removing directory: /tmp/git.shjbSb/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.258 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.258 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.258 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.259 | 33936 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.260 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.260 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.258 | 30445 | Recursively removing directory: /tmp/git.XHGmVW/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.259 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.259 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.259 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.262 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.262 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.263 | 33946 | Marked run 248 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.263 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.264 | 33969 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.264 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uwq2cu +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.264 | 30444 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.264 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.264 | 30444 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.265 | 33949 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.265 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.266 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.267 | 33967 | Added a new worker 15 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.267 | 30444 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.267 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.267 | 30444 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.267 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.268 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.270 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.271 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XpzHwP +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.272 | 33951 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.273 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.276 | 33957 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.277 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.278 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.279 | 33972 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.280 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.282 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.282 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.283 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.284 | 33968 | Marked run 249 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.284 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.284 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.288 | 33966 | Marked run 250 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.288 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.289 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.292 | 33973 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.292 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.293 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.295 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.297 | 33977 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.298 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.300 | 33981 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.300 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.302 | 33980 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.303 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.305 | 33984 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.306 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.308 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.308 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.310 | 33991 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.310 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.312 | 30448 | Recursively removing directory: /tmp/git.XpzHwP/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.314 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.317 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.317 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.317 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.318 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.318 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.318 | 34005 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.319 | 30444 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.319 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.319 | 30444 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.319 | 33996 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.319 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4yhVRa +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.320 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.320 | 30445 | Recursively removing directory: /tmp/git.uwq2cu/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.322 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.322 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.322 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.323 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.323 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.323 | 33999 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.324 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.325 | 34008 | Added a new worker 11 to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.326 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RktTqi +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.326 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.327 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.325 | 30444 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.325 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.326 | 30444 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.330 | 34000 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.330 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.335 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.335 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.335 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.336 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.341 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.342 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.343 | 34003 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.343 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.347 | 30448 | Recursively removing directory: /tmp/git.4yhVRa/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.349 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.349 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.349 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.349 | 34012 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.349 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.349 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.352 | 34014 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.352 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.352 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.353 | 34023 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.353 | 30444 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.353 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.353 | 30444 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.353 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.19irKj +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.354 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.355 | 34004 | Marked run 252 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.356 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.356 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.361 | 34013 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.361 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.364 | 30445 | Recursively removing directory: /tmp/git.RktTqi/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.366 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.367 | 34007 | Marked run 251 as finished +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.367 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.367 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.368 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.367 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.369 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.369 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.369 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.369 | 34036 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.369 | 30444 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.369 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.370 | 30444 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.370 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l4bMm9 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.371 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.371 | 34026 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.372 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.372 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.376 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.376 | 34022 | Marked run 253 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.377 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.380 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.381 | 34028 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.382 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.383 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.384 | 34034 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.384 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.386 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.387 | 34038 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.388 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.389 | 34035 | Marked run 254 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.390 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.390 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.391 | 34040 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.392 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.394 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.396 | 34046 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.396 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.400 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.400 | 34049 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.401 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.402 | 30448 | Recursively removing directory: /tmp/git.19irKj/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.403 | 30445 | Recursively removing directory: /tmp/git.l4bMm9/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.404 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 34065 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.406 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.406 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.406 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 30444 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 30444 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.406 | 34055 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.407 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.407 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.407 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.408 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.408 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.408 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.409 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UYBmAW +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.410 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.411 | 34068 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.411 | 30444 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.411 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.411 | 30444 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.411 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HkxOsQ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.411 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.415 | 34064 | Marked run 255 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.415 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.415 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.417 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.417 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.419 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.423 | 34053 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.423 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.425 | 34063 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.426 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.428 | 34069 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.428 | 34067 | Marked run 256 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.430 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.430 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.430 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.432 | 34061 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.433 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.433 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.435 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.437 | 30445 | Recursively removing directory: /tmp/git.HkxOsQ/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.439 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.439 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.439 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.438 | 30448 | Recursively removing directory: /tmp/git.UYBmAW/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.439 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.439 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.439 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.440 | 34087 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.440 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.441 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.441 | 34091 | Added a new worker 20 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.441 | 30444 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.441 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.441 | 30444 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.443 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.443 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.444 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N9nRnl +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.444 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.445 | 34094 | Added a new worker 20 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.445 | 30444 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.445 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.445 | 30444 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.446 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YGu2Wc +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.446 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.451 | 34083 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.451 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.452 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.453 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.453 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.455 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.456 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.459 | 34093 | Marked run 257 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.459 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.461 | 34090 | Marked run 258 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.461 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.464 | 34095 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.465 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.471 | 34088 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.471 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.473 | 30448 | Recursively removing directory: /tmp/git.YGu2Wc/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.475 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.475 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.475 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.475 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.475 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.475 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.476 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.477 | 34114 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.477 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GQp6RJ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.477 | 34084 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.477 | 30444 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.477 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.477 | 30444 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.478 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.479 | 30445 | Recursively removing directory: /tmp/git.N9nRnl/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.479 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.482 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.482 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.482 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.482 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.482 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.482 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.482 | 34119 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 30444 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 30444 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 34099 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.483 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.486 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tzOsWc +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.487 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.489 | 34112 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.490 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.491 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.491 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.494 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.495 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.497 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.498 | 34115 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.498 | 34113 | Marked run 260 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.499 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.501 | 34117 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.502 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.503 | 34118 | Marked run 259 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.504 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.504 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.511 | 30445 | Recursively removing directory: /tmp/git.tzOsWc/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.513 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.513 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.512 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.514 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.515 | 30448 | Recursively removing directory: /tmp/git.GQp6RJ/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.516 | 34121 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.516 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.516 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.516 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.519 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.519 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.519 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.519 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.519 | 34143 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.520 | 30444 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.520 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.520 | 30444 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.520 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hpy8dL +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.520 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.521 | 34144 | Added a new worker 7 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.521 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jKZF30 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.521 | 30444 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.521 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.521 | 30444 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.522 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.522 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.525 | 34124 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.526 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.527 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.528 | 34132 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.529 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.528 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.530 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.532 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.533 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.533 | 34140 | Marked run 262 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.534 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.534 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.535 | 34142 | Marked run 261 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.536 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.539 | 34145 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.543 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.548 | 30445 | Recursively removing directory: /tmp/git.jKZF30/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.550 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.550 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.550 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.550 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.550 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 34164 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 30444 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 30444 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 34139 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.551 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.552 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.90qzb0 +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.554 | 34149 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.555 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.556 | 34150 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.557 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.558 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.560 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.561 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.562 | 30448 | Recursively removing directory: /tmp/git.Hpy8dL/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.565 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.565 | 34168 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.567 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.571 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.571 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.571 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.571 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.572 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.573 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.574 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.575 | 34173 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.575 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oBreGM +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.575 | 30444 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.575 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.575 | 30444 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.577 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.579 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.582 | 34163 | Marked run 264 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.582 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.584 | 30445 | Recursively removing directory: /tmp/git.90qzb0/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.586 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.586 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.586 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.586 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.586 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.587 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.588 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.588 | 34183 | Added a new worker 8 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.589 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MjEV7L +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.588 | 30444 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.588 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.589 | 30444 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.590 | 34169 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.590 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.591 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.594 | 34172 | Marked run 263 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.594 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.599 | 30448 | Recursively removing directory: /tmp/git.oBreGM/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.600 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.600 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.599 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.600 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.600 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.601 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.601 | 34193 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.601 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uz2ZPp +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.601 | 30444 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.601 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.601 | 30444 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.602 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.605 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.606 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.607 | 34170 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.609 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.611 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.612 | 34176 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.612 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.614 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.614 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.616 | 34182 | Marked run 265 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.617 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.617 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.618 | 34175 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.619 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.621 | 34192 | Marked run 266 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.621 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.623 | 34191 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.624 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.627 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.628 | 34198 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.628 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.629 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.631 | 34200 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.631 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.632 | 30445 | Recursively removing directory: /tmp/git.MjEV7L/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.633 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.633 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.633 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.633 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.634 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.634 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.635 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.635 | 34218 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.635 | 30444 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.635 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.635 | 30444 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.636 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.APmcpu +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.637 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.638 | 30448 | Recursively removing directory: /tmp/git.uz2ZPp/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.641 | 34211 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.642 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.642 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.642 | 34221 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.643 | 30444 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.643 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.643 | 30444 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.643 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.639 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.639 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.640 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.643 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4yEcJ7 +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.644 | 34217 | Marked run 267 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.644 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.648 | 34219 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.648 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.651 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.652 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.652 | 34220 | Marked run 268 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.652 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.653 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.654 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.658 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.658 | 34213 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.658 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.663 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.664 | 34216 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.664 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.666 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.668 | 34226 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.669 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.670 | 34224 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.671 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.672 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.674 | 34232 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.674 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.675 | 30448 | Recursively removing directory: /tmp/git.4yEcJ7/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.679 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.679 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.679 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.679 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.679 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.679 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.680 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.682 | 34244 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.682 | 30444 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.682 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.683 | 30444 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.683 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ivYtPr +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.683 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.693 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.693 | 34238 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.694 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.699 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.699 | 34240 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.699 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.700 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.700 | 30445 | Recursively removing directory: /tmp/git.APmcpu/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.702 | 34243 | Marked run 270 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.702 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.703 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.703 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.703 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.703 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.703 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.703 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.703 | 34255 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.704 | 30444 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.704 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.704 | 30444 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.704 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KPmzGK +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.706 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.707 | 34254 | Marked run 269 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.708 | 34242 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.708 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.709 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.712 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.714 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.714 | 34253 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.715 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.716 | 34246 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.718 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.719 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.719 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.720 | 34256 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.721 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.722 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.726 | 34263 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.726 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.728 | 34264 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.728 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.730 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.731 | 34267 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.731 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.732 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.735 | 34275 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.735 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.736 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.736 | 30445 | Recursively removing directory: /tmp/git.KPmzGK/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.738 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.739 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.739 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.739 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.739 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.739 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.741 | 30448 | Recursively removing directory: /tmp/git.ivYtPr/ +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.743 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.746 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 34286 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30444 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.748 | 30444 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.748 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WhDckk +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.749 | 34278 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.750 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.752 | 34284 | Added a new worker 6 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.752 | 30444 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.752 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.752 | 30444 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.752 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.752 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I1DmkB +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.754 | 34280 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.756 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.756 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.759 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.761 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.776 | 34285 | Marked run 271 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.777 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.777 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.779 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.779 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.780 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.780 | 34282 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.781 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.783 | 34289 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.785 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.786 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.787 | 34283 | Marked run 272 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.790 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.792 | 34290 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.792 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.793 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.795 | 34291 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.796 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.796 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.800 | 34297 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.800 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.803 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.804 | 34300 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.807 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.807 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.814 | 34302 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.815 | 30445 | Recursively removing directory: /tmp/git.I1DmkB/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.816 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.818 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.818 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.818 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.817 | 30448 | Recursively removing directory: /tmp/git.WhDckk/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.819 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.819 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.819 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.820 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.820 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.820 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.821 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.821 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.821 | 34308 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.822 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.823 | 34317 | Added a new worker 7 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.823 | 34319 | Added a new worker 12 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.824 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gHur6K +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.825 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9GIEZk +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 30444 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.824 | 34318 | Marked run 273 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.826 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.827 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.828 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.829 | 34312 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.830 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.832 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.833 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.835 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.836 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.837 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.841 | 34322 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.842 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.845 | 34320 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.845 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.846 | 30448 | Recursively removing directory: /tmp/git.9GIEZk/ +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.849 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.849 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.849 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.849 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.849 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.850 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.850 | 34323 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.851 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.851 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.854 | 34339 | Added a new worker 19 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.854 | 30444 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.854 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.854 | 30444 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.854 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.855 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.enzyzY +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.856 | 34316 | Marked run 274 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.856 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.857 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.857 | 30445 | Recursively removing directory: /tmp/git.gHur6K/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.860 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.860 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.861 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.861 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.862 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.862 | 34347 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.863 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yyiyEu +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.867 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.862 | 30444 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.862 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.863 | 30444 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.864 | 34326 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.868 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.869 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.869 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.875 | 34341 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.876 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.878 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.879 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.879 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.881 | 34338 | Marked run 276 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.882 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.882 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.883 | 34337 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.884 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.886 | 30448 | Recursively removing directory: /tmp/git.enzyzY/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.887 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.887 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.887 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.888 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.888 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.888 | 34346 | Marked run 275 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.889 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.890 | 34365 | Added a new worker 17 to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.891 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eHxQ0u +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.890 | 30444 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.890 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.890 | 30444 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.892 | 34345 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.893 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.894 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.894 | 34356 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.895 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.898 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.901 | 34357 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.901 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.903 | 30445 | Recursively removing directory: /tmp/git.yyiyEu/ +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.906 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.907 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.906 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.908 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.909 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.908 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.908 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.909 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.910 | 34376 | Added a new worker 13 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.910 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FI5wOS +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.910 | 30444 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.910 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.910 | 30444 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.910 | 34368 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.911 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.912 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.922 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.923 | 34364 | Marked run 277 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.924 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.926 | 30448 | Recursively removing directory: /tmp/git.eHxQ0u/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.929 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.930 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.930 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.931 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.931 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.931 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.931 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.932 | 34385 | Added a new worker 22 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.932 | 30444 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.932 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.932 | 30444 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.933 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.933 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HW5LIU +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.935 | 34369 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.935 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.940 | 34371 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.942 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.942 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.944 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.945 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.945 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.951 | 34375 | Marked run 278 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.952 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.955 | 34384 | Marked run 279 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.955 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.956 | 34373 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.957 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.958 | 30445 | Recursively removing directory: /tmp/git.FI5wOS/ +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.960 | 30445 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.960 | 30445 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.960 | 30445 | Waiting for a new command +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.960 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.960 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.960 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.962 | 34383 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.963 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.963 | 34401 | Added a new worker 10 to the queue +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.964 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fLrh4u +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.964 | 30444 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.964 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.964 | 30444 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.966 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.970 | 30448 | Recursively removing directory: /tmp/git.HW5LIU/ +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.969 | 34390 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.970 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.969 | 30445 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.972 | 30448 | Process exit code: 0 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.972 | 30448 | Process output: 57 bytes +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.972 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.972 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.972 | 30448 | Waiting for a new command +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.974 | 34392 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.975 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30445/cimple-worker: 2023-08-28 07:32:19.976 | 30445 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.976 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.977 | 34410 | Added a new worker 21 to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.977 | 30444 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.977 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.977 | 30444 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.977 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BA93H8 +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.977 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.978 | 34400 | Marked run 280 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.979 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.982 | 34402 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.982 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.985 | 34407 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.986 | 30448 | Checking out revision HEAD +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.986 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.989 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30448/cimple-worker: 2023-08-28 07:32:19.989 | 30448 | Going to run: ./ci +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.990 | 34412 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.991 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.992 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.992 | 34409 | Marked run 281 as finished +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.993 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.995 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.996 | 34413 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:19 | INFO | 30442/cimple-server: 2023-08-28 07:32:19.996 | 30442 | Waiting for new connections +2023-08-28 07:32:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.001 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.004 | 34421 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.005 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.008 | 30445 | Recursively removing directory: /tmp/git.fLrh4u/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.011 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.012 | 34424 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.014 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.016 | 30448 | Recursively removing directory: /tmp/git.BA93H8/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.018 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.018 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.018 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.018 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.018 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.018 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.019 | 34439 | Added a new worker 20 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.019 | 30444 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.019 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.019 | 30444 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.019 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.019 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tb4atO +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.011 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.020 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.021 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.021 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.021 | 34441 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.021 | 30444 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.021 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.022 | 30444 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.022 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.021 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.022 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YubPhZ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.025 | 34426 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.025 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.027 | 34429 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.028 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.030 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.032 | 34432 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.032 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.033 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.035 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.036 | 34438 | Marked run 283 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.036 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.038 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.039 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.040 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.040 | 34437 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.040 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.039 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.044 | 34440 | Marked run 282 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.044 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.044 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.046 | 34444 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.048 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.051 | 34445 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.054 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.060 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.062 | 34447 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.063 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.064 | 30448 | Recursively removing directory: /tmp/git.Tb4atO/ +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.066 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.066 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.066 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.067 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.067 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 34468 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 34460 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 30444 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 30444 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.068 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.069 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.65Ui7b +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.070 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.071 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.072 | 34452 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.074 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.075 | 30445 | Recursively removing directory: /tmp/git.YubPhZ/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.077 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.077 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.078 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.077 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.077 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.077 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.078 | 34464 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.078 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.079 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.081 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.082 | 34473 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.083 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xyDiRd +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.082 | 30444 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.082 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.083 | 30444 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.084 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.084 | 34467 | Marked run 284 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.084 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.085 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.089 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.089 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.090 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.093 | 34470 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.093 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.096 | 34476 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.097 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.099 | 34472 | Marked run 285 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.100 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.100 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.101 | 30448 | Recursively removing directory: /tmp/git.65Ui7b/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.102 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.102 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.102 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 34494 | Added a new worker 10 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.103 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zee1gR +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 30444 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.103 | 30444 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.104 | 34478 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.105 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.106 | 30445 | Recursively removing directory: /tmp/git.xyDiRd/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.107 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.107 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.107 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 34498 | Added a new worker 23 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30444 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.108 | 30444 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.109 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.110 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h6uI6M +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.113 | 34477 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.113 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.117 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.118 | 34487 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.119 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.118 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.123 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.124 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.127 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.127 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.128 | 34489 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.129 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.132 | 34497 | Marked run 287 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.132 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.133 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.134 | 34493 | Marked run 286 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.135 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.136 | 34499 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.137 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.139 | 34501 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.140 | 30448 | Recursively removing directory: /tmp/git.zee1gR/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.140 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.143 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.144 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.144 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.144 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.144 | 34503 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.144 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.145 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.146 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.147 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.148 | 30445 | Recursively removing directory: /tmp/git.h6uI6M/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.150 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.150 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.149 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.149 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.150 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.150 | 34523 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.150 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 34527 | Added a new worker 24 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.151 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JQSSbf +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 34509 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.151 | 30444 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.152 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.153 | 34525 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.153 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.154 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Ulund +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.155 | 34524 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.156 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.157 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.160 | 34520 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.160 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.162 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.164 | 34521 | Marked run 288 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.164 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.165 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.168 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.169 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.169 | 34526 | Marked run 289 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.170 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.170 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.171 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.171 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.173 | 34532 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.173 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.174 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.175 | 34533 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.175 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.177 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.179 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.180 | 34535 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.181 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.184 | 34538 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.185 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.187 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.188 | 34540 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.188 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.191 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.191 | 34541 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.191 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.193 | 30448 | Recursively removing directory: /tmp/git.JQSSbf/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.194 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.194 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.195 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.195 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.195 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 34561 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 30444 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 30444 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.196 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.197 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gODNH8 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.198 | 30445 | Recursively removing directory: /tmp/git.5Ulund/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.200 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.200 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.200 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.201 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 34563 | Added a new worker 22 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 30444 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 30444 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.202 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.202 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e0el0m +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.207 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.211 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.213 | 34560 | Marked run 290 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.213 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.214 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.216 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.216 | 34562 | Marked run 291 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.217 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.217 | 34553 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.218 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.220 | 34559 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.221 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.222 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.232 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.235 | 30445 | Recursively removing directory: /tmp/git.e0el0m/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.236 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.236 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.236 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.237 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.237 | 30448 | Recursively removing directory: /tmp/git.gODNH8/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.238 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.238 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.239 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.239 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.240 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.240 | 34583 | Added a new worker 23 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.240 | 30444 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.240 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.240 | 30444 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.240 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ee7j3F +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.241 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.241 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.241 | 34581 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.241 | 34557 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.242 | 30444 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.242 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.242 | 30444 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.243 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.243 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eS0xlB +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.245 | 34573 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.246 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.249 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.250 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.252 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.253 | 34580 | Marked run 293 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.254 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.253 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.256 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.257 | 34549 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.257 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.260 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.260 | 34582 | Marked run 292 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.261 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.273 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.276 | 30448 | Recursively removing directory: /tmp/git.ee7j3F/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.278 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.278 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.277 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.277 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.277 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.278 | 34598 | Added a new worker 11 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.279 | 34579 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.279 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.279 | 30444 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.279 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.279 | 30444 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.279 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ViVZYs +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.281 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.285 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.288 | 34586 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.290 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.291 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.291 | 30445 | Recursively removing directory: /tmp/git.eS0xlB/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.293 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.293 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.293 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.292 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.293 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.293 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.296 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.296 | 34609 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.297 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lLjpGM +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.297 | 34587 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.297 | 30444 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.297 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.297 | 30444 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.297 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.300 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.301 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.304 | 34597 | Marked run 294 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.304 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.305 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.306 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.309 | 34608 | Marked run 295 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.310 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.311 | 30448 | Recursively removing directory: /tmp/git.ViVZYs/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.312 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.312 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.313 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.313 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.313 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.314 | 34624 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.314 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RkapO6 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.314 | 30444 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.314 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.314 | 30444 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.315 | 34592 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.315 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.316 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.321 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.321 | 34602 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.322 | 30445 | Recursively removing directory: /tmp/git.lLjpGM/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.322 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.325 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.325 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.326 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.326 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.326 | 34611 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.326 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.327 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.329 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.330 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.331 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.331 | 34623 | Marked run 296 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.331 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 34632 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.333 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HRNx7C +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 30444 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.332 | 30444 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.333 | 34616 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.333 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.335 | 34627 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.335 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.337 | 34634 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.337 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.338 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.340 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.341 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.342 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.346 | 34633 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.347 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.348 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.350 | 34629 | Marked run 297 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.350 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.351 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.353 | 34637 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.353 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.356 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.356 | 34644 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.357 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.358 | 30445 | Recursively removing directory: /tmp/git.HRNx7C/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.359 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.359 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.360 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.360 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.360 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.360 | 34645 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.362 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.363 | 34638 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.364 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.365 | 34656 | Added a new worker 8 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.365 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.365 | 30444 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.365 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.365 | 30444 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.366 | 34651 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.366 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gilg2n +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.366 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.370 | 34658 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.370 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.372 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.373 | 34655 | Marked run 299 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.373 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.375 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.376 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.378 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.379 | 34661 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.379 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.381 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.383 | 30448 | Recursively removing directory: /tmp/git.RkapO6/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.384 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.384 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.385 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.385 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.385 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.385 | 34672 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.386 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5uKsUB +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.385 | 30444 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.385 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.386 | 30444 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.387 | 34665 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.387 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.391 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.392 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.393 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.395 | 34667 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.395 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.395 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.398 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.400 | 34669 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.401 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.404 | 34674 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.405 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.405 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.407 | 34671 | Marked run 298 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.407 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.408 | 30445 | Recursively removing directory: /tmp/git.gilg2n/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.410 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.410 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.411 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.411 | 30448 | Recursively removing directory: /tmp/git.5uKsUB/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.411 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.411 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.411 | 34675 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.412 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.412 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.412 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.413 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.412 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.412 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.413 | 34692 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.413 | 30444 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.413 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.413 | 30444 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.413 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.415 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LPF6Di +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.416 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V0fHIc +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.415 | 34696 | Added a new worker 13 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.416 | 30444 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.416 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.416 | 30444 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.416 | 34678 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.416 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.422 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.424 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.425 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.425 | 34691 | Marked run 300 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.426 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.427 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.427 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.436 | 34689 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.436 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.439 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.440 | 34694 | Marked run 301 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.440 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.441 | 30448 | Recursively removing directory: /tmp/git.V0fHIc/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.442 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.442 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.443 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 34711 | Added a new worker 18 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 30444 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.443 | 30444 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.444 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KDoJ2H +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.445 | 34697 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.446 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.446 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.450 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.451 | 34693 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.451 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.454 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.459 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.463 | 34710 | Marked run 303 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.464 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.467 | 30445 | Recursively removing directory: /tmp/git.LPF6Di/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.468 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.468 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.469 | 34699 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.469 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.470 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.470 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.471 | 34726 | Added a new worker 16 to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.473 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.473 | 34708 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.474 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.475 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9dLyuD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.475 | 30444 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.475 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.475 | 30444 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.480 | 30448 | Recursively removing directory: /tmp/git.KDoJ2H/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.482 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.482 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.483 | 34715 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.483 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.487 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.489 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.489 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.491 | 34733 | Added a new worker 7 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.491 | 30444 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.491 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.491 | 30444 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.492 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.490 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.491 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.488 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.488 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.492 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HuHdYe +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.493 | 34717 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.493 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.497 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.500 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.502 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.517 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.517 | 34731 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.518 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.520 | 34725 | Marked run 302 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.521 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.522 | 34730 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.523 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.524 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.524 | 34732 | Marked run 304 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.525 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.526 | 30445 | Recursively removing directory: /tmp/git.9dLyuD/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.527 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.527 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.528 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.528 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.528 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.528 | 34737 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.530 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.531 | 34751 | Added a new worker 12 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.531 | 30444 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.531 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.531 | 30444 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.533 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.533 | 34739 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.533 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.531 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.msKLwI +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.535 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.538 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.539 | 30448 | Recursively removing directory: /tmp/git.HuHdYe/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.543 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.543 | 34753 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.543 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.543 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.544 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.544 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z9nGq4 +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 34761 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30444 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30444 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.544 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.550 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.550 | 34748 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.551 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.552 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.553 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.555 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.555 | 34756 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.555 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.559 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.561 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.563 | 34750 | Marked run 305 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.564 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.570 | 30445 | Recursively removing directory: /tmp/git.msKLwI/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.571 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.571 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.571 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 34780 | Added a new worker 9 to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.573 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y1wA6U +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 30444 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.572 | 30444 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.573 | 34759 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.574 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.574 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.577 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.577 | 30448 | Recursively removing directory: /tmp/git.Z9nGq4/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.579 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.579 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.579 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.578 | 34760 | Marked run 306 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.579 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.579 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.580 | 34785 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.580 | 30444 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.580 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.580 | 30444 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.580 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.580 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yfCKD1 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.585 | 34765 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.587 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.588 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.589 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.589 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.591 | 34769 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.592 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.595 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.596 | 34771 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.596 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.597 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.599 | 34779 | Marked run 307 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.600 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.601 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.603 | 34783 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.604 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.605 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.606 | 34784 | Marked run 308 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.607 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.608 | 30448 | Recursively removing directory: /tmp/git.yfCKD1/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.611 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.611 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.610 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.610 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.611 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.612 | 34806 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.612 | 30444 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.612 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.612 | 30444 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.613 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.613 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c0Hja2 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.614 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.616 | 30445 | Recursively removing directory: /tmp/git.y1wA6U/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.621 | 34793 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.621 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.621 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.618 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.618 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.618 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.622 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.623 | 34809 | Added a new worker 6 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.623 | 30444 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.623 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.623 | 30444 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.623 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.624 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.625 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HJyK5L +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.628 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.633 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.634 | 34797 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.635 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.638 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.641 | 34805 | Marked run 310 as finished +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.641 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.642 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.642 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.646 | 34799 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.646 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.649 | 30448 | Recursively removing directory: /tmp/git.c0Hja2/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.650 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.650 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.651 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 34825 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 30444 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.651 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.652 | 30444 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.652 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.652 | 34808 | Marked run 309 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.652 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.653 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1aEcTL +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.656 | 34824 | Marked run 311 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.656 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.659 | 34807 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.659 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.661 | 30445 | Recursively removing directory: /tmp/git.HJyK5L/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.662 | 34811 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.662 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.663 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.663 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.663 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.663 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.663 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.663 | 34832 | Added a new worker 15 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.664 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.666 | 30444 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.666 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.666 | 30444 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.666 | 34815 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.666 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.666 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xW6xdJ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.669 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.669 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.669 | 34823 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.670 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.673 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.675 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.676 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.677 | 34831 | Marked run 312 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.678 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.679 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.680 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.680 | 34835 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.681 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.686 | 34838 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.687 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.690 | 34839 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.691 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.692 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.694 | 30448 | Recursively removing directory: /tmp/git.1aEcTL/ +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.695 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.695 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.695 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.695 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.698 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.698 | 34840 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.699 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.699 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.700 | 34854 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.701 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D2pdKz +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.700 | 30444 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.700 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.700 | 30444 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.701 | 34853 | Marked run 313 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.702 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.703 | 34857 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.706 | 30445 | Recursively removing directory: /tmp/git.xW6xdJ/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.707 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.707 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.707 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.708 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.709 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.710 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.710 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.710 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.712 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.712 | 34852 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.713 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.713 | 34864 | Added a new worker 8 to the queue +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.714 | 30444 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.714 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.714 | 30444 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.714 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wegvLW +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.715 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.717 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.722 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.723 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.724 | 34863 | Marked run 314 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.724 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.728 | 34856 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.728 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.731 | 34865 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.732 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.735 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.735 | 30448 | Recursively removing directory: /tmp/git.D2pdKz/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.736 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.736 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.737 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.737 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.737 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.737 | 34885 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.738 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rllihf +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.737 | 30444 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.738 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.738 | 30444 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.738 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.739 | 34867 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.740 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.742 | 30445 | Recursively removing directory: /tmp/git.wegvLW/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.745 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.745 | 34870 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.747 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.751 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.752 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.752 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.752 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.753 | 34878 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.754 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.754 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.757 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.758 | 34892 | Added a new worker 22 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.758 | 30444 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.758 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.758 | 30444 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.759 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YlBwBQ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.760 | 34887 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.760 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.762 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.762 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.764 | 34882 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.765 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.767 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.767 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.771 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.772 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.772 | 34889 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.773 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.779 | 34893 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.780 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.782 | 30448 | Recursively removing directory: /tmp/git.rllihf/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.783 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.783 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.784 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.783 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.784 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.784 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.785 | 34911 | Added a new worker 23 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.785 | 30444 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.785 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.785 | 30444 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.785 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.786 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KLmnrO +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.791 | 30445 | Recursively removing directory: /tmp/git.YlBwBQ/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.792 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.792 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.792 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.793 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.795 | 34884 | Marked run 315 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.795 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.796 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.796 | 34917 | Added a new worker 15 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.796 | 30444 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.796 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.796 | 30444 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.797 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZWWBno +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.798 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.798 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.799 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.805 | 34891 | Marked run 316 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.805 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.810 | 34899 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.811 | 30448 | Recursively removing directory: /tmp/git.KLmnrO/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.811 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.812 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.812 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.812 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.813 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.813 | 34926 | Added a new worker 17 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.813 | 30444 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.813 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.813 | 30444 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.813 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.813 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P5hymy +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.815 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.817 | 34910 | Marked run 317 as finished +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.818 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.818 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.818 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.820 | 34916 | Marked run 318 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.820 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.824 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.825 | 34898 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.825 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.828 | 34907 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.828 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.830 | 34924 | Marked run 319 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.831 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.833 | 34909 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.834 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.834 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.835 | 30445 | Recursively removing directory: /tmp/git.ZWWBno/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.837 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.837 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.837 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.837 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.837 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.841 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.842 | 34928 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.843 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.844 | 34946 | Added a new worker 15 to the queue +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.847 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WTzucE +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.844 | 34943 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.845 | 30444 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.845 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.845 | 30444 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.849 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.849 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.851 | 30448 | Recursively removing directory: /tmp/git.P5hymy/ +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.850 | 34942 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.853 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.853 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.853 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.853 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.853 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.853 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.854 | 34952 | Added a new worker 13 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.854 | 30444 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.854 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.854 | 30444 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.854 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.855 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vhsBgx +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.858 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.861 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.862 | 34947 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.863 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.868 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.871 | 34954 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.871 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.871 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.872 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.873 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.875 | 34945 | Marked run 320 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.875 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.876 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.877 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.881 | 34951 | Marked run 321 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.882 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.885 | 34950 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.886 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.889 | 30445 | Recursively removing directory: /tmp/git.WTzucE/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.890 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.890 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.893 | 34955 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.893 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.894 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.894 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.894 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.893 | 30448 | Recursively removing directory: /tmp/git.vhsBgx/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.894 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.894 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.895 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 34976 | Added a new worker 19 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30444 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30444 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.895 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.897 | 34974 | Added a new worker 16 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.897 | 30444 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.898 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.898 | 30444 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.898 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.900 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0gAr2u +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.903 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PuaLER +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.904 | 34957 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.904 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.909 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.911 | 34961 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.911 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.911 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.912 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.913 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.915 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.920 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.922 | 34975 | Marked run 323 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.922 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.924 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.925 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.927 | 30448 | Recursively removing directory: /tmp/git.0gAr2u/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.928 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.928 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.928 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.928 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.928 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.929 | 34979 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.929 | 34993 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.929 | 30444 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.929 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.930 | 30444 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.930 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.931 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bFrw8K +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.933 | 34973 | Marked run 322 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.933 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.937 | 30445 | Recursively removing directory: /tmp/git.PuaLER/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.938 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.938 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.938 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 35001 | Added a new worker 21 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 30444 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 30444 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.939 | 34980 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.940 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.942 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Npfgso +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.946 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.946 | 34983 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.947 | 30448 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.947 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.948 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.956 | 34985 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.957 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.960 | 30445 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.962 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.962 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.965 | 30445 | Going to run: ./ci +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.966 | 30448 | Recursively removing directory: /tmp/git.bFrw8K/ +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.968 | 30448 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.968 | 30448 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.968 | 30448 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.968 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.969 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.969 | 35016 | Added a new worker 23 to the queue +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.969 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HcUeoU +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.969 | 30444 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.969 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.969 | 30444 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.971 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.977 | 30445 | Recursively removing directory: /tmp/git.Npfgso/ +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.978 | 30445 | Process exit code: 0 +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.978 | 30445 | Process output: 57 bytes +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.978 | 30445 | Waiting for a new command +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.979 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.980 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.980 | 35023 | Added a new worker 25 to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.980 | 30444 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.980 | 30444 | Removed worker 25 from the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.980 | 30444 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 25 +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.981 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30445/cimple-worker: 2023-08-28 07:32:20.981 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fCsSqw +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.984 | 34992 | Marked run 324 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.985 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.988 | 35000 | Marked run 325 as finished +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.988 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | 30448/cimple-worker: 2023-08-28 07:32:20.990 | 30448 | Checking out revision HEAD +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.990 | 34998 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.992 | 30442 | Waiting for new connections +2023-08-28 07:32:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:20 | INFO | 30442/cimple-server: 2023-08-28 07:32:20.995 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.000 | 35005 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.001 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.000 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.002 | 35013 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.003 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.004 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.006 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.007 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.007 | 35015 | Marked run 326 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.008 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.011 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.012 | 35012 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.016 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.020 | 35025 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.021 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.023 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.025 | 35022 | Marked run 327 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.025 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.027 | 30448 | Recursively removing directory: /tmp/git.HcUeoU/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.030 | 35029 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.031 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.034 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.034 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.035 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.035 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.035 | 35030 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.035 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.036 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.037 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.037 | 35047 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.037 | 30444 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.037 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.038 | 30444 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.038 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1m7Z4U +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.038 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.039 | 35039 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.040 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.041 | 30445 | Recursively removing directory: /tmp/git.fCsSqw/ +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.043 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.043 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.046 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.046 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.047 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.047 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.048 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.049 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.049 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.049 | 35040 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.050 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.051 | 35055 | Added a new worker 11 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.051 | 30444 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.051 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.051 | 30444 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.051 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.052 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qai7lG +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.057 | 35049 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.058 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.061 | 35046 | Marked run 328 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.061 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.062 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.064 | 35052 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.066 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.074 | 30448 | Recursively removing directory: /tmp/git.1m7Z4U/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.075 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.076 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.076 | 35054 | Marked run 329 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.077 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.076 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.078 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.078 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.077 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.077 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.079 | 35053 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.079 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.081 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.081 | 35069 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.081 | 30444 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.081 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.081 | 30444 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.081 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bZVj8J +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.082 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.084 | 35059 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.084 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.086 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.090 | 35061 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.091 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.090 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.093 | 35068 | Marked run 330 as finished +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.093 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.094 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.096 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.096 | 35072 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.098 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.099 | 35074 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.100 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.103 | 35083 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.104 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.105 | 35080 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.106 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.108 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.110 | 35082 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.110 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.111 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.112 | 35089 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.112 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.113 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.115 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.115 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.117 | 30445 | Recursively removing directory: /tmp/git.qai7lG/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.119 | 30448 | Recursively removing directory: /tmp/git.bZVj8J/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.119 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.119 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.119 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.120 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.120 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.120 | 35101 | Added a new worker 20 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.120 | 30444 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.120 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.121 | 30444 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.121 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aiNki5 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.121 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.121 | 35096 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.122 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.127 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.138 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.138 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.138 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.140 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DT59PB +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.139 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 35105 | Added a new worker 21 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 30444 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 30444 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.140 | 35095 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.141 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.146 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.147 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.146 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.148 | 35092 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.149 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.150 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.152 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.152 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.159 | 30445 | Recursively removing directory: /tmp/git.aiNki5/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.160 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.160 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.160 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.160 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.161 | 35103 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.160 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 35122 | Added a new worker 12 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.163 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r7nAqo +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 30444 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.162 | 30444 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.163 | 35100 | Marked run 331 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.164 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.166 | 30448 | Recursively removing directory: /tmp/git.DT59PB/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.167 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.169 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.169 | 35094 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.170 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.168 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.168 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.171 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.171 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.171 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.172 | 35128 | Added a new worker 21 to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.172 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.172 | 30444 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.172 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.172 | 30444 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.173 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ffU94 +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.173 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.175 | 35104 | Marked run 332 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.175 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.180 | 35107 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.181 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.182 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.183 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.188 | 35111 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.191 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.191 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.196 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.197 | 30445 | Recursively removing directory: /tmp/git.r7nAqo/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.198 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.198 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.198 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 35147 | Added a new worker 23 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 30444 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 30444 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.199 | 35121 | Marked run 333 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.200 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.199 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zKHgvh +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.202 | 30448 | Recursively removing directory: /tmp/git.9ffU94/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.205 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.205 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.205 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.206 | 35125 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.206 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.209 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.209 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.210 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.210 | 35150 | Added a new worker 13 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.210 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yIqvpj +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.211 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.210 | 30444 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.210 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.210 | 30444 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.211 | 35126 | Marked run 334 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.211 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.213 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.217 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.224 | 35148 | Marked run 336 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.224 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.225 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.227 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.227 | 35146 | Marked run 335 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.228 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.231 | 35130 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.231 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.235 | 35135 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.237 | 30445 | Recursively removing directory: /tmp/git.zKHgvh/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.238 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.239 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.239 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.239 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kImoYF +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.238 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 35163 | Added a new worker 14 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 30444 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.239 | 30444 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.240 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.244 | 35144 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.245 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.246 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.247 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.250 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.250 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.251 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.256 | 35152 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.257 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.259 | 30448 | Recursively removing directory: /tmp/git.yIqvpj/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.259 | 35162 | Marked run 337 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.260 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.261 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.261 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.261 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.262 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.262 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.262 | 35166 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.262 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.263 | 35180 | Added a new worker 19 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.263 | 30444 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.263 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.263 | 30444 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.263 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.263 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oaD3Y8 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.264 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.265 | 35165 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.265 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.268 | 30445 | Recursively removing directory: /tmp/git.kImoYF/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.268 | 35168 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.268 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.269 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.272 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.272 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.272 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.272 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.272 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.274 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.275 | 35181 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 35187 | Added a new worker 6 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.275 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 30444 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 30444 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.276 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.277 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ezWANg +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.278 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.280 | 35179 | Marked run 338 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.280 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.283 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.284 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.284 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.286 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.289 | 35185 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.290 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.291 | 35186 | Marked run 339 as finished +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.291 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.293 | 35190 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.293 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.296 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.297 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.297 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.294 | 30448 | Recursively removing directory: /tmp/git.oaD3Y8/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.296 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.296 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.296 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.298 | 35206 | Added a new worker 6 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.298 | 35192 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.298 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.298 | 30444 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.298 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.299 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.299 | 30444 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.300 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9OXipf +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.301 | 35191 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.301 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.303 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.305 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.307 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.307 | 35205 | Marked run 340 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.307 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.308 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.309 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.311 | 30445 | Recursively removing directory: /tmp/git.ezWANg/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.313 | 35207 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.314 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.316 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.316 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.317 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.317 | 35210 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.318 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.319 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.319 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.319 | 35211 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.320 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.321 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.321 | 35221 | Added a new worker 8 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.321 | 30444 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.321 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.321 | 30444 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.322 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hjMySp +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.322 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.323 | 35214 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.327 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.330 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.332 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.334 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.334 | 35220 | Marked run 341 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.335 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.335 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.337 | 30448 | Recursively removing directory: /tmp/git.9OXipf/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.338 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.338 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.339 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.337 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.339 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.343 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.343 | 35233 | Added a new worker 19 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.344 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.13ChUo +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.343 | 30444 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.343 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.344 | 30444 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.345 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.346 | 35224 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.347 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.352 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.353 | 35227 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.353 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.355 | 35231 | Marked run 342 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.355 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.356 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.357 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.357 | 35229 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.357 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.358 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.359 | 30445 | Recursively removing directory: /tmp/git.hjMySp/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.362 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.362 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.363 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.361 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.361 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.362 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.363 | 35230 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.364 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.367 | 35239 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.368 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.368 | 35245 | Added a new worker 9 to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.368 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sroVSA +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.368 | 30444 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.368 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.368 | 30444 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.369 | 35241 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.370 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.371 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.378 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.380 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.380 | 35246 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.380 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.384 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.385 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.386 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.387 | 35244 | Marked run 343 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.387 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.395 | 30448 | Recursively removing directory: /tmp/git.13ChUo/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.398 | 35250 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.398 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.398 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.398 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.399 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.399 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.399 | 35264 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.400 | 30444 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.400 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.400 | 30444 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.400 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.400 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0uv474 +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.406 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.407 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.408 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.408 | 35252 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.410 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.412 | 35263 | Marked run 344 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.413 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.414 | 35254 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.415 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.417 | 30445 | Recursively removing directory: /tmp/git.sroVSA/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.418 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.418 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.419 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.419 | 30448 | Recursively removing directory: /tmp/git.0uv474/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.420 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.420 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 35280 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 35256 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 30444 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 30444 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.421 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.422 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.422 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.422 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.422 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.422 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.424 | 35283 | Added a new worker 19 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.425 | 30444 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.425 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.425 | 30444 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.425 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.425 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.426 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LptGda +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.425 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aY7167 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.426 | 35268 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.427 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.431 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.431 | 35279 | Marked run 345 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.432 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.433 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.436 | 35282 | Marked run 346 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.437 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.437 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.440 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.440 | 35272 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.440 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.441 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.444 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.447 | 35284 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.449 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.451 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.451 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.454 | 30445 | Recursively removing directory: /tmp/git.aY7167/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.455 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.455 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.455 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.456 | 35286 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.458 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.458 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.459 | 35305 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.459 | 30444 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.459 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.459 | 30444 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.460 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GcOTb2 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.460 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.462 | 35287 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.464 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.465 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.467 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.468 | 30448 | Recursively removing directory: /tmp/git.LptGda/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.468 | 35297 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.469 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.469 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.469 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.470 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.469 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.469 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.469 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.470 | 35310 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.471 | 30444 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.471 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.471 | 30444 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.471 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.472 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bphoDq +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.473 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.475 | 35298 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.475 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.477 | 35304 | Marked run 347 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.478 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.479 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.481 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.482 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.484 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.484 | 35308 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.486 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.489 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.491 | 35313 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.492 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.493 | 30445 | Recursively removing directory: /tmp/git.GcOTb2/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.494 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.494 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.494 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.495 | 35309 | Marked run 348 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.495 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.495 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.494 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.496 | 35332 | Added a new worker 7 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.497 | 30448 | Recursively removing directory: /tmp/git.bphoDq/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.497 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.67kL8Z +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.497 | 30444 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.497 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.497 | 30444 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.499 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.499 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.499 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.498 | 35316 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.500 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.500 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.500 | 35334 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.501 | 30444 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.501 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.501 | 30444 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.502 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XXVyF3 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.502 | 35322 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.503 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.503 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.505 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.508 | 35331 | Marked run 349 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.508 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.509 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.512 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.513 | 35328 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.513 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.513 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.516 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.516 | 35333 | Marked run 350 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.517 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.517 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.522 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.523 | 35337 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.524 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.524 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.528 | 35338 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.529 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.530 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.532 | 35339 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.532 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.533 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.535 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.537 | 35341 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.538 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.540 | 35348 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.543 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.544 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.544 | 35350 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.546 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.548 | 30448 | Recursively removing directory: /tmp/git.XXVyF3/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.551 | 30445 | Recursively removing directory: /tmp/git.67kL8Z/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.550 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.551 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.551 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.552 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.552 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.552 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.552 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 35366 | Added a new worker 19 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30444 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30444 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.552 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.553 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2QQ7x6 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.553 | 35352 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.553 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.556 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.559 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.559 | 35362 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.560 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.560 | 35368 | Added a new worker 7 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.561 | 30444 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.561 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.561 | 30444 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.561 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.562 | 35365 | Marked run 352 as finished +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.561 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KsqsNL +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.562 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.566 | 35367 | Marked run 351 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.566 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.569 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.570 | 35363 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.570 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.572 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.572 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.573 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.575 | 35370 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.576 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.576 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.578 | 35371 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.578 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.582 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.582 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.584 | 35375 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.585 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.585 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.590 | 30445 | Recursively removing directory: /tmp/git.KsqsNL/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.591 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.591 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.591 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.589 | 35385 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.591 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.592 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.592 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.594 | 35384 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.595 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.596 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.596 | 35390 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.598 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.598 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.598 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.598 | 35387 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.599 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.603 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.603 | 35397 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.603 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.605 | 35400 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.605 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.606 | 35394 | Added a new worker 9 to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.606 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5zI2Dt +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.606 | 30444 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.606 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.606 | 30444 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.607 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.609 | 35403 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.611 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.612 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.613 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.615 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.616 | 30448 | Recursively removing directory: /tmp/git.2QQ7x6/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.618 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.618 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.618 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 35412 | Added a new worker 21 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.620 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vgVacZ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30444 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30444 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.619 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.622 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.623 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.622 | 35393 | Marked run 354 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.623 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.635 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.638 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.639 | 35411 | Marked run 353 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.639 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.641 | 35410 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.642 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.644 | 35407 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.646 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.647 | 35409 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.648 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.650 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.651 | 35408 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.652 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.655 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.659 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.661 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.661 | 35423 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.662 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.668 | 35418 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.670 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.671 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.671 | 30448 | Recursively removing directory: /tmp/git.vgVacZ/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.673 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.673 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.674 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.676 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.677 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.678 | 35422 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 35436 | Added a new worker 6 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 30444 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.681 | 30444 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.682 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C8iT6G +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.683 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.685 | 35424 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.685 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.689 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.690 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.691 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.692 | 30445 | Recursively removing directory: /tmp/git.5zI2Dt/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.693 | 35434 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.693 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.693 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.693 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.693 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.694 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.694 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.695 | 35445 | Added a new worker 18 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.695 | 30444 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.695 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.695 | 30444 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.696 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.697 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x4FMLv +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.697 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.703 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.703 | 35435 | Marked run 356 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.704 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.705 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.706 | 35439 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.707 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.709 | 35441 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.709 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.710 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.711 | 35444 | Marked run 355 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.712 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.713 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.715 | 35443 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.716 | 30448 | Recursively removing directory: /tmp/git.C8iT6G/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.715 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.718 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.719 | 35447 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.719 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.719 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.719 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.719 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.719 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.721 | 35462 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.722 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.07j0fn +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.721 | 30444 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.721 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.721 | 30444 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.721 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.724 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.726 | 35455 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.727 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.731 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.732 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.732 | 35457 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.733 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.735 | 35460 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.736 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.737 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.739 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.739 | 35461 | Marked run 357 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.739 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.741 | 35465 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.742 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.743 | 35475 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.744 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.746 | 35474 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.746 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.748 | 30445 | Recursively removing directory: /tmp/git.x4FMLv/ +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.749 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.749 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.750 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.750 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.750 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.750 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.751 | 35484 | Added a new worker 11 to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.751 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ox3GSJ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.751 | 30444 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.751 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.751 | 30444 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.752 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.753 | 35473 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.753 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.756 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.758 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.759 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.760 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.763 | 35480 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.764 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.765 | 35482 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.767 | 30448 | Recursively removing directory: /tmp/git.07j0fn/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.768 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.768 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.768 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.767 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.772 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.773 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.773 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.774 | 35495 | Added a new worker 19 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.775 | 30444 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.775 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.775 | 30444 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.776 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VCmaEg +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.777 | 35483 | Marked run 358 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.777 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.778 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.782 | 30445 | Recursively removing directory: /tmp/git.Ox3GSJ/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.785 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.785 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.784 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.784 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.785 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.789 | 35485 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.790 | 35503 | Added a new worker 7 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.793 | 30444 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.793 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.793 | 30444 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.793 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.796 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.797 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ojZNDY +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.799 | 35494 | Marked run 359 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.800 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.804 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.805 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.806 | 35487 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.807 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.811 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.811 | 35496 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.812 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.813 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.813 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.816 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.817 | 35504 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.818 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.820 | 35502 | Marked run 360 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.820 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.823 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.825 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.825 | 30448 | Recursively removing directory: /tmp/git.VCmaEg/ +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.827 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.827 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.828 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.828 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.828 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.829 | 35521 | Added a new worker 20 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.829 | 30444 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.829 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.829 | 30444 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.829 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.831 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O0dDY1 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.835 | 35510 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.836 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.839 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.839 | 35518 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.841 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.847 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.847 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.855 | 35520 | Marked run 361 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.855 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.865 | 35513 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.866 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.870 | 30445 | Recursively removing directory: /tmp/git.ojZNDY/ +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.872 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.874 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.874 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.875 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.875 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.875 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.875 | 35538 | Added a new worker 18 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.875 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.876 | 30444 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.876 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.876 | 30444 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.877 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5bXnC6 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.879 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.879 | 30448 | Recursively removing directory: /tmp/git.O0dDY1/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.880 | 35519 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.880 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.891 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.891 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.892 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.893 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.892 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.894 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.895 | 35526 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.895 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.896 | 35543 | Added a new worker 7 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.896 | 30444 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.896 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.896 | 30444 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.897 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.898 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.899 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ANCjWV +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.900 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.901 | 35536 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.902 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.909 | 35544 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.910 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.913 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.914 | 35537 | Marked run 362 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.915 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.916 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.918 | 35540 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.918 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.923 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.925 | 35542 | Marked run 363 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.926 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.927 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.928 | 30445 | Recursively removing directory: /tmp/git.5bXnC6/ +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.929 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.930 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.930 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.930 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.930 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.930 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.931 | 35560 | Added a new worker 13 to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.931 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mCWwfq +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.931 | 30444 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.931 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.931 | 30444 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.932 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.933 | 35554 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.934 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.935 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.936 | 35555 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.937 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.939 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.940 | 35559 | Marked run 364 as finished +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.941 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.942 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.943 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.944 | 35557 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.945 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.947 | 30445 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.947 | 35562 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.948 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.950 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.950 | 35564 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.952 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.954 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.956 | 35565 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.956 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.959 | 35569 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.960 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.962 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.965 | 35573 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.966 | 30448 | Recursively removing directory: /tmp/git.ANCjWV/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.966 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.967 | 30448 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.967 | 30448 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.968 | 30448 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.968 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.968 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.971 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.972 | 35587 | Added a new worker 17 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.973 | 35572 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.973 | 30445 | Recursively removing directory: /tmp/git.mCWwfq/ +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.973 | 30444 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.973 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.973 | 30444 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.974 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R82GXF +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.974 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.974 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.978 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.978 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.980 | 30445 | Process exit code: 0 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.980 | 30445 | Process output: 57 bytes +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.981 | 30445 | Waiting for a new command +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.982 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.984 | 35581 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.986 | 30448 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | 30448/cimple-worker: 2023-08-28 07:32:21.987 | 30448 | Going to run: ./ci +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.989 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.989 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.991 | 35597 | Added a new worker 8 to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.991 | 30444 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.991 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.991 | 30444 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.991 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CKu604 +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.992 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.993 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.996 | 35588 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:21 | INFO | 30442/cimple-server: 2023-08-28 07:32:21.996 | 30442 | Waiting for new connections +2023-08-28 07:32:21 | INFO | 30445/cimple-worker: 2023-08-28 07:32:21.997 | 30445 | Checking out revision HEAD +2023-08-28 07:32:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.001 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.003 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.005 | 30448 | Recursively removing directory: /tmp/git.R82GXF/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.007 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.007 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.007 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.007 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.007 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.008 | 35608 | Added a new worker 23 to the queue +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.009 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fpHspo +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.008 | 30444 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.008 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.008 | 30444 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.009 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.009 | 35586 | Marked run 365 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.010 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.015 | 35591 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.015 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.018 | 35593 | Marked run 366 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.019 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.021 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.021 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.023 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.023 | 35592 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.024 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.028 | 30445 | Recursively removing directory: /tmp/git.CKu604/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.030 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.030 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.031 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.031 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.031 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.032 | 35607 | Marked run 367 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.032 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.034 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.035 | 35598 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.036 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SKITk3 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.036 | 35618 | Added a new worker 6 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.036 | 30444 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.036 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.036 | 30444 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.036 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.037 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.040 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.043 | 35605 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.044 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.047 | 35614 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.052 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.054 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.055 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.056 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.058 | 35617 | Marked run 368 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.058 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.059 | 30448 | Recursively removing directory: /tmp/git.fpHspo/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.060 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.060 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 35633 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 30444 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.060 | 30444 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.061 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.060 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.061 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YunwVy +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.063 | 35619 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.063 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.066 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.071 | 35622 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.072 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.075 | 35628 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.076 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.074 | 30445 | Recursively removing directory: /tmp/git.SKITk3/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.074 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.075 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.078 | 35632 | Marked run 369 as finished +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.078 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.078 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.079 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.078 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.083 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.083 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.084 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.085 | 35647 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.085 | 30444 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.085 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.085 | 30444 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.085 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TDxlzL +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.086 | 35630 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.087 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.088 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.089 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.091 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.095 | 30448 | Recursively removing directory: /tmp/git.YunwVy/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.097 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.097 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 35656 | Added a new worker 21 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30444 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30444 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.098 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.097 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.098 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ADsM4t +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.119 | 35636 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.120 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.125 | 35646 | Marked run 370 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.125 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.129 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.132 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.133 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.134 | 35655 | Marked run 371 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.134 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.136 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.136 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.140 | 35652 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.141 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.144 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.145 | 35648 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.145 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.150 | 35654 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.151 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.151 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.152 | 30445 | Recursively removing directory: /tmp/git.TDxlzL/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.152 | 35658 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.154 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.155 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.155 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.155 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.155 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.155 | 35668 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.156 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.156 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.156 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.158 | 35679 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.158 | 30444 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.158 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.158 | 30444 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.159 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.159 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.159 | 30448 | Recursively removing directory: /tmp/git.ADsM4t/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.161 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tj2Fo6 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.163 | 35674 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.163 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.164 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.164 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.164 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.165 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.165 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.166 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.169 | 35681 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.168 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.169 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.170 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.170 | 35685 | Added a new worker 9 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.171 | 30444 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.171 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.171 | 30444 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.171 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.171 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OWZBQR +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.173 | 35678 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.173 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.174 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.178 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.180 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.181 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.180 | 35677 | Marked run 372 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.181 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.183 | 35683 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.184 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.186 | 35684 | Marked run 373 as finished +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.186 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.188 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.191 | 35690 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.192 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.193 | 30445 | Recursively removing directory: /tmp/git.tj2Fo6/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.195 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.195 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.195 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.196 | 35691 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.196 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.197 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.198 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.199 | 35707 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.199 | 30444 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.199 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.199 | 30444 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.199 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PcjvaX +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.200 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.200 | 35695 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.202 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.205 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.205 | 35699 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.206 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.207 | 30448 | Recursively removing directory: /tmp/git.OWZBQR/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.208 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.208 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.209 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.208 | 35708 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.209 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.209 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.211 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 35703 | Marked run 374 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 35714 | Added a new worker 6 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 30444 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 30444 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.212 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.213 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uViP5X +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.214 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.215 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.216 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.217 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.218 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.218 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.224 | 35713 | Marked run 375 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.225 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.226 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.226 | 30445 | Recursively removing directory: /tmp/git.PcjvaX/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.228 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.228 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.228 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.228 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.229 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.229 | 35711 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.230 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.231 | 35729 | Added a new worker 8 to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.232 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qos8Ij +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.232 | 30444 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.232 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.232 | 30444 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.233 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.234 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.236 | 35716 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.237 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.240 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.243 | 35719 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.243 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.248 | 30448 | Recursively removing directory: /tmp/git.uViP5X/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.249 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.250 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.253 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.253 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.252 | 35727 | Marked run 376 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.254 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.254 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.255 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.256 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.256 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.256 | 35741 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.257 | 30444 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.257 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.257 | 30444 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.257 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.258 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aRHnug +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.258 | 35725 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.259 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.261 | 35733 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.262 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.266 | 35736 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.267 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.268 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.269 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.270 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.271 | 35739 | Marked run 377 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.272 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.273 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.275 | 35740 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.276 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.277 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.283 | 30445 | Recursively removing directory: /tmp/git.Qos8Ij/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.284 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.288 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.288 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.289 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.289 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.288 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.289 | 35747 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.290 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.291 | 35759 | Added a new worker 8 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.291 | 30444 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.291 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.291 | 30444 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.292 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QyIzDQ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.292 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.293 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.295 | 30448 | Recursively removing directory: /tmp/git.aRHnug/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.296 | 35749 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.296 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.297 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.297 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.297 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.297 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.297 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.298 | 35767 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.298 | 30444 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.298 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.299 | 30444 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.299 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.299 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.301 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bXItcP +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.306 | 35754 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.307 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.309 | 35756 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.309 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.310 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.310 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.312 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.315 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.315 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.316 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.317 | 35758 | Marked run 378 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.317 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.321 | 35763 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.322 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.325 | 35766 | Marked run 379 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.325 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.330 | 30448 | Recursively removing directory: /tmp/git.bXItcP/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.330 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.331 | 30445 | Recursively removing directory: /tmp/git.QyIzDQ/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.333 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.333 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.333 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.333 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.333 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.334 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.334 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.334 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 35789 | Added a new worker 23 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 35790 | Added a new worker 24 to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.336 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fScnEs +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.335 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FqbdRG +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Removed worker 24 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.335 | 30444 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 24 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.336 | 35768 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.340 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.340 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.341 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.345 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.345 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.344 | 35771 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.347 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.348 | 35787 | Marked run 381 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.348 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.348 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.351 | 35788 | Marked run 380 as finished +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.352 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.352 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.354 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.360 | 35772 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.360 | 30445 | Recursively removing directory: /tmp/git.fScnEs/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.361 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.363 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.363 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.364 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.364 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.364 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.367 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.369 | 35786 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.370 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.371 | 35805 | Added a new worker 7 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.371 | 30444 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.371 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.371 | 30444 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.372 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.372 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6a2qJu +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.375 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.378 | 35792 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.378 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.380 | 30448 | Recursively removing directory: /tmp/git.FqbdRG/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.382 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.382 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.382 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.382 | 35795 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.382 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.382 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.383 | 35815 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.384 | 30444 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.384 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.384 | 30444 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.384 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pf6mTM +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.385 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.385 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.386 | 35804 | Marked run 383 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.386 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.386 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.388 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.391 | 35806 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.392 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.392 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.395 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.398 | 35809 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.398 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.398 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.399 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.401 | 35814 | Marked run 382 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.401 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.402 | 35818 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.403 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.406 | 30445 | Recursively removing directory: /tmp/git.6a2qJu/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.406 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.408 | 35821 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.408 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.408 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.408 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.409 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.409 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.410 | 35835 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.411 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.411 | 30444 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.411 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.411 | 30444 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.411 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KUeswB +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.411 | 35825 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.412 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.414 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.417 | 35828 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.418 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.421 | 30448 | Recursively removing directory: /tmp/git.pf6mTM/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.421 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.422 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.423 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.423 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.422 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.422 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.422 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.423 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.424 | 35834 | Marked run 384 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.424 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.425 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.425 | 35845 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.426 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R024Km +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.425 | 30444 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.425 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.425 | 30444 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.427 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.430 | 35837 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.431 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.433 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.434 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.435 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.439 | 35832 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.440 | 30445 | Recursively removing directory: /tmp/git.KUeswB/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.440 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.443 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.443 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.443 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.443 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.443 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.444 | 35860 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.444 | 30444 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.444 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.444 | 30444 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.445 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R9RSic +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.444 | 35846 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.445 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.446 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.446 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.451 | 35844 | Marked run 385 as finished +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.451 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.452 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.453 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.454 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.455 | 35847 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.456 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.458 | 35850 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.459 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.460 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.462 | 30448 | Recursively removing directory: /tmp/git.R024Km/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.463 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.463 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.463 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.463 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 35874 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 30444 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 30444 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 35859 | Marked run 386 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.464 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.465 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TpzHIG +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.467 | 35873 | Marked run 387 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.467 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.471 | 30445 | Recursively removing directory: /tmp/git.R9RSic/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.472 | 35862 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.473 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.473 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.472 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.472 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.472 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.476 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.477 | 35866 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.477 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.481 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.481 | 35871 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.481 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.483 | 35880 | Added a new worker 7 to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.485 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.485 | 30444 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.485 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.485 | 30444 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.485 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PCSYua +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.486 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.487 | 35879 | Marked run 388 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.487 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.490 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.489 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.492 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.492 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.494 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.495 | 35881 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.497 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.498 | 35885 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.499 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.501 | 35883 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.502 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.502 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.504 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.506 | 35896 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.506 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.507 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.508 | 35898 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.508 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.511 | 30445 | Recursively removing directory: /tmp/git.PCSYua/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.512 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.512 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.512 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.513 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.513 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.513 | 35887 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.513 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.515 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 35905 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 30444 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 30444 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.516 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.517 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DD2Aip +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.518 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.530 | 35901 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.533 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.533 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.535 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.535 | 35904 | Marked run 390 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.536 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.537 | 30448 | Recursively removing directory: /tmp/git.TpzHIG/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.540 | 35909 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.543 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.543 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.544 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.544 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.545 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.545 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.547 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.548 | 35918 | Added a new worker 18 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.548 | 30444 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.548 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.549 | 30444 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.549 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.549 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mFSeSi +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.550 | 35908 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.552 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.554 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.557 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.561 | 35907 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.562 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.564 | 35917 | Marked run 389 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.564 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.566 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.567 | 30445 | Recursively removing directory: /tmp/git.DD2Aip/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.568 | 35920 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.569 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.569 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.569 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.569 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.569 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.571 | 35931 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.571 | 30444 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.571 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.571 | 30444 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.571 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BKiDS1 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.573 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.574 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.575 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.576 | 35922 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.577 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.578 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.580 | 35923 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.581 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.581 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.582 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.585 | 35928 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.586 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.587 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.588 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.589 | 35930 | Marked run 391 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.589 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.593 | 35937 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.594 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.596 | 35941 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.597 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.601 | 35939 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.602 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.602 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.602 | 30445 | Recursively removing directory: /tmp/git.BKiDS1/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.604 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.604 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.604 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.604 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.605 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.606 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.607 | 35956 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.607 | 30444 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.607 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.607 | 30444 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.607 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.607 | 30448 | Recursively removing directory: /tmp/git.mFSeSi/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.609 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.609 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.609 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.608 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GlGJNN +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.609 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.610 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.611 | 35959 | Added a new worker 20 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.611 | 30444 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.611 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.611 | 30444 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.612 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.612 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dLvjN0 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.613 | 35954 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.613 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.616 | 35949 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.618 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.619 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.622 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.624 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.625 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.626 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.626 | 35957 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.626 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.628 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.628 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.628 | 35955 | Marked run 393 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.629 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.633 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.633 | 35958 | Marked run 392 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.634 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.636 | 35962 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.636 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.638 | 35963 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.639 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.640 | 35966 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.641 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.642 | 35970 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.643 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.644 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.644 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.647 | 35982 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.647 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.648 | 30448 | Recursively removing directory: /tmp/git.dLvjN0/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.650 | 35983 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.651 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.651 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.651 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.651 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.651 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.652 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.652 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.653 | 35987 | Added a new worker 8 to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.653 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gz4mMw +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.653 | 30444 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.653 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.653 | 30444 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.656 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.656 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.657 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.659 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.665 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.667 | 35990 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.666 | 30445 | Recursively removing directory: /tmp/git.GlGJNN/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.668 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.670 | 35992 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.671 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.671 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.671 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.671 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.672 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.673 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.674 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.674 | 35996 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.674 | 30444 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.675 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.675 | 30444 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.675 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.676 | 35991 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.676 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.675 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6lgTek +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.679 | 35986 | Marked run 395 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.679 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.684 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.684 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.685 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.686 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.689 | 30448 | Recursively removing directory: /tmp/git.gz4mMw/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.690 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.690 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.691 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.692 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.692 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.692 | 35989 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.693 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.694 | 36009 | Added a new worker 12 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.694 | 30444 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.694 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.694 | 30444 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.695 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.695 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.695 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aRIkF2 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.698 | 35999 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.699 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.702 | 36005 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.702 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.704 | 36004 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.705 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.707 | 30445 | Recursively removing directory: /tmp/git.6lgTek/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.709 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.710 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.710 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.710 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.710 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.710 | 35995 | Marked run 394 as finished +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.711 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.711 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.714 | 36022 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.714 | 30444 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.714 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.714 | 30444 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.715 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.716 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z0yB32 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.719 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.720 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.721 | 36008 | Marked run 396 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.723 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.723 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.742 | 30448 | Recursively removing directory: /tmp/git.aRIkF2/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.743 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.743 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.743 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.743 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.744 | 36011 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.745 | 36032 | Added a new worker 21 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.746 | 30444 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.746 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.746 | 30444 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.746 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.747 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.747 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X3gyOd +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.750 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.750 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.769 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.769 | 36025 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.770 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.774 | 36021 | Marked run 397 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.774 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.776 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.783 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.784 | 36031 | Marked run 398 as finished +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.784 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.785 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.787 | 36020 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.787 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.790 | 30445 | Recursively removing directory: /tmp/git.z0yB32/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.792 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.792 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.792 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.791 | 36026 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.791 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.792 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.792 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.792 | 36048 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.792 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.793 | 30444 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.793 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.793 | 30444 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.794 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CtCjue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.796 | 36034 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.797 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.797 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.800 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.801 | 36038 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.802 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.802 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.805 | 36047 | Marked run 399 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.805 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.804 | 30448 | Recursively removing directory: /tmp/git.X3gyOd/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.806 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.806 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.806 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.806 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.806 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.808 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.808 | 36059 | Added a new worker 19 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.809 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SC0yxU +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 30444 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 30444 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.809 | 36046 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.811 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.813 | 36052 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.814 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.815 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.816 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.817 | 36055 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.817 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.817 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.820 | 36061 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.821 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.822 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.822 | 36058 | Marked run 400 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.822 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.828 | 36064 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.828 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.828 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.829 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.832 | 36069 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.832 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.834 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.837 | 30445 | Recursively removing directory: /tmp/git.CtCjue/ +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.839 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.839 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.839 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.839 | 36072 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 36084 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30444 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30444 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.840 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.841 | 36073 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.842 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.841 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XLI9Qu +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.846 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.847 | 36079 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.848 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.851 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.851 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.852 | 36083 | Marked run 401 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.852 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.853 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.854 | 30448 | Recursively removing directory: /tmp/git.SC0yxU/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.856 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.856 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.857 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.857 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.857 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.857 | 36086 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.858 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.858 | 36094 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.858 | 30444 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.858 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.858 | 30444 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.858 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ujTM9 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.857 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.865 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.874 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.874 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.876 | 36092 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.877 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.881 | 30445 | Recursively removing directory: /tmp/git.XLI9Qu/ +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.883 | 36091 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.884 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.884 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.885 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.885 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.885 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.885 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.887 | 36088 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.888 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.889 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.890 | 36107 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.890 | 36093 | Marked run 402 as finished +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.891 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rgGtH5 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.890 | 30444 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.890 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.890 | 30444 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.891 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.891 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.893 | 36101 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.894 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.896 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.898 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.899 | 36106 | Marked run 403 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.900 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.900 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.901 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.902 | 36110 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.902 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.903 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.906 | 36112 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.906 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.909 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.910 | 36115 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.911 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.912 | 30448 | Recursively removing directory: /tmp/git.0ujTM9/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.913 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.913 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.913 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.913 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.913 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.915 | 36117 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.916 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.917 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.918 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.918 | 36123 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.920 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.920 | 36126 | Added a new worker 9 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.921 | 30444 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.921 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.921 | 30444 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.921 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XKPQCD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.922 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.923 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.927 | 36129 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.928 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.932 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.933 | 36128 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.933 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.932 | 30445 | Recursively removing directory: /tmp/git.rgGtH5/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.935 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.935 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.936 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.937 | 36132 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.938 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.939 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.939 | 36125 | Marked run 404 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.939 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.938 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.940 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.941 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.941 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.943 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.943 | 36141 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.943 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.944 | 30444 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.944 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.944 | 30444 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.944 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9qzP9a +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.946 | 36139 | Marked run 405 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.946 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.949 | 36143 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.949 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.952 | 30445 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.953 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.954 | 30445 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.955 | 30448 | Recursively removing directory: /tmp/git.XKPQCD/ +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.956 | 30448 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.956 | 30448 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.956 | 30448 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.956 | 36137 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.956 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.957 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.957 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 36154 | Added a new worker 17 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 30444 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 30444 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.959 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.960 | 36144 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.960 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.960 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b3hrzQ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.963 | 36151 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.963 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.969 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.969 | 36156 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.971 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.976 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.978 | 36153 | Marked run 406 as finished +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.978 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.978 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.979 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.979 | 30448 | Checking out revision HEAD +2023-08-28 07:32:22 | INFO | 30448/cimple-worker: 2023-08-28 07:32:22.981 | 30448 | Going to run: ./ci +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.982 | 36163 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.983 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.984 | 30445 | Recursively removing directory: /tmp/git.9qzP9a/ +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.986 | 30445 | Process exit code: 0 +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.986 | 30445 | Process output: 57 bytes +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.986 | 30445 | Waiting for a new command +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.986 | 36160 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.987 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.988 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.989 | 36165 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.991 | 36173 | Added a new worker 15 to the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.991 | 30444 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.991 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.991 | 30444 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.992 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.991 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nxuqxN +2023-08-28 07:32:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.996 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30442/cimple-server: 2023-08-28 07:32:22.997 | 30442 | Waiting for new connections +2023-08-28 07:32:22 | INFO | 30445/cimple-worker: 2023-08-28 07:32:22.999 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.000 | 36164 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.001 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.000 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.007 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.009 | 30448 | Recursively removing directory: /tmp/git.b3hrzQ/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.010 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.010 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.011 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 36191 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 30444 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.013 | 30444 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.013 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CkZytK +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.014 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.015 | 36172 | Marked run 407 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.015 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.017 | 30445 | Recursively removing directory: /tmp/git.nxuqxN/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.019 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.019 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.019 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.019 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.019 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.019 | 36194 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.020 | 30444 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.020 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.020 | 30444 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.020 | 36175 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.022 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.020 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.021 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.020 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pd1dBm +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.023 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.028 | 36177 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.030 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.032 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.034 | 30448 | Recursively removing directory: /tmp/git.CkZytK/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.033 | 36178 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.034 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.036 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.036 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.036 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.037 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.037 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.037 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.038 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.038 | 36190 | Marked run 408 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.039 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.039 | 36206 | Added a new worker 18 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.039 | 30444 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.039 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.039 | 30444 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.040 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aUjpSo +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.040 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.041 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.042 | 36186 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.043 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.046 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.046 | 36193 | Marked run 409 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.047 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.047 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.049 | 36203 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.052 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.054 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.056 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.058 | 36205 | Marked run 410 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.060 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.067 | 36208 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.069 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.069 | 30448 | Recursively removing directory: /tmp/git.aUjpSo/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.077 | 36207 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.076 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.076 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.077 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.080 | 36215 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.080 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.080 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.081 | 30445 | Recursively removing directory: /tmp/git.pd1dBm/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.082 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.082 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.083 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.083 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.083 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.084 | 36227 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.087 | 30444 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.087 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.087 | 30444 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.087 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.087 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.088 | 36230 | Added a new worker 19 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.088 | 30444 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.088 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.088 | 30444 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.088 | 36217 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.089 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.090 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.088 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lE4EVz +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.088 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XobM94 +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.094 | 36229 | Marked run 411 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.095 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.095 | 36226 | Marked run 412 as finished +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.095 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.096 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.096 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.099 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.103 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.107 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.109 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.116 | 36232 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.117 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.120 | 30448 | Recursively removing directory: /tmp/git.lE4EVz/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.121 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.121 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.122 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.122 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.122 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.122 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.123 | 36249 | Added a new worker 20 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.123 | 30444 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.123 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.123 | 30444 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.123 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.125 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xjJ806 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.132 | 30445 | Recursively removing directory: /tmp/git.XobM94/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.133 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.133 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.133 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.133 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.134 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.134 | 36231 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.136 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.139 | 36254 | Added a new worker 18 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.139 | 30444 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.139 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.139 | 30444 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.140 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.140 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zNU6wO +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.143 | 36236 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.144 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.148 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.149 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.150 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.152 | 36248 | Marked run 413 as finished +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.153 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.153 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.154 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.156 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.158 | 36237 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.159 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.169 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.170 | 36253 | Marked run 414 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.171 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.175 | 36247 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.176 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.179 | 36258 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.181 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.181 | 30445 | Recursively removing directory: /tmp/git.zNU6wO/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.183 | 30448 | Recursively removing directory: /tmp/git.xjJ806/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.184 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.184 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.184 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.184 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.184 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.184 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.185 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.185 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.185 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.186 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.186 | 36279 | Added a new worker 23 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.186 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.187 | 30444 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.187 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.187 | 30444 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.187 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.187 | 36259 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.188 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.189 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nCogAT +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.190 | 36277 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.190 | 30444 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.190 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.190 | 30444 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.191 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.191 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iuHfpN +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.194 | 36265 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.196 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.199 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.200 | 36276 | Marked run 416 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.200 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.201 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.204 | 36274 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.204 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.209 | 36280 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.214 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.215 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.215 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.216 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.220 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.220 | 36278 | Marked run 415 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.221 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.223 | 36288 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.225 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.227 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.227 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.230 | 36287 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.232 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.232 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.234 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.235 | 36294 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.236 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.238 | 30448 | Recursively removing directory: /tmp/git.nCogAT/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.241 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.241 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.241 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.242 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.243 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.243 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.243 | 36299 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.244 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.244 | 36308 | Added a new worker 13 to the queue +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.245 | 30445 | Recursively removing directory: /tmp/git.iuHfpN/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.246 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.246 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.247 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.248 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wAmmCh +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.247 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.248 | 30444 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.248 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.248 | 30444 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.250 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.250 | 36312 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.250 | 30444 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.250 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.250 | 30444 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.250 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tQivUX +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.252 | 36293 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.253 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.253 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.255 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.256 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.259 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.261 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.261 | 36307 | Marked run 417 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.261 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.263 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.263 | 36310 | Marked run 418 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.263 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.266 | 36301 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.267 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.271 | 36306 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.272 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.275 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.279 | 36311 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.281 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.281 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.287 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.290 | 36315 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.290 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.294 | 36330 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.294 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.298 | 36328 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.299 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.299 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.301 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.303 | 36335 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.304 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.305 | 30445 | Recursively removing directory: /tmp/git.tQivUX/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.307 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.309 | 30448 | Recursively removing directory: /tmp/git.wAmmCh/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.313 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.313 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.313 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.307 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.307 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.310 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.310 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.310 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.311 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.312 | 36332 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.314 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.314 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.315 | 36337 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.315 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 36341 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 36345 | Added a new worker 22 to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.320 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zmsK5i +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.321 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3HrHLk +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.319 | 30444 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.322 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.322 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.324 | 36339 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.324 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.326 | 36342 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.326 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.329 | 36344 | Marked run 419 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.330 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.330 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.339 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.340 | 36340 | Marked run 420 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.341 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.344 | 36348 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.345 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.346 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.347 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.348 | 36351 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.348 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.350 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.352 | 36347 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.353 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.354 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.356 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.356 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.357 | 36352 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.358 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.358 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.360 | 36358 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.360 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.363 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.364 | 36363 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.365 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.366 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.368 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.370 | 30448 | Recursively removing directory: /tmp/git.zmsK5i/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.371 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.371 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.371 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.372 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.372 | 36361 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.372 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.373 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.373 | 36378 | Added a new worker 6 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.373 | 30444 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.373 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.373 | 30444 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.374 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.376 | 30445 | Recursively removing directory: /tmp/git.3HrHLk/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.377 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.377 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.378 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.376 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.378 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.378 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.379 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZlrT2U +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.381 | 36368 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.382 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.386 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.387 | 36382 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.387 | 30444 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.387 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.387 | 30444 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.393 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6pNyGl +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.393 | 36373 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.394 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.397 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.398 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.400 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.401 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.402 | 36371 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.402 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.406 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.410 | 36377 | Marked run 422 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.410 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.411 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.415 | 30448 | Recursively removing directory: /tmp/git.ZlrT2U/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.417 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.420 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.420 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.420 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.420 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.420 | 36398 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 30444 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 30444 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 36381 | Marked run 421 as finished +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.420 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.421 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uJnK1i +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.421 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.431 | 36397 | Marked run 423 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.432 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.433 | 36384 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.434 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.434 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.437 | 30445 | Recursively removing directory: /tmp/git.6pNyGl/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.438 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.439 | 36380 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.439 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.440 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.440 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.440 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.441 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.441 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.443 | 36407 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.443 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.444 | 30444 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.444 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.444 | 30444 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.444 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.444 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.444 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Fa73b +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.446 | 36389 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.446 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.450 | 36386 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.451 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.454 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.456 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.456 | 36406 | Marked run 424 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.457 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.458 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.459 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.466 | 36404 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.469 | 30448 | Recursively removing directory: /tmp/git.uJnK1i/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.471 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.471 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.471 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.468 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.471 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.471 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.472 | 36424 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.473 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.473 | 30444 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.473 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.473 | 30444 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.473 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.473 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2xh1ds +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.474 | 36409 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.475 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.479 | 36414 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.479 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.482 | 30445 | Recursively removing directory: /tmp/git.1Fa73b/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.484 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.486 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.486 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.486 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.487 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.489 | 36415 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.489 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.489 | 36434 | Added a new worker 6 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.490 | 30444 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.490 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.490 | 30444 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.490 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C1rZK8 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.490 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.493 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.495 | 36429 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.495 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.497 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.498 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.499 | 36423 | Marked run 425 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.499 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.501 | 36425 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.502 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.505 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.506 | 36432 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.506 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.507 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.511 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.514 | 36436 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.515 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.514 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.517 | 30448 | Recursively removing directory: /tmp/git.2xh1ds/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.523 | 36438 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.523 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.527 | 36443 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.527 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.528 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.529 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.530 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.528 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.528 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.530 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.530 | 36433 | Marked run 426 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.530 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.532 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.532 | 36447 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.532 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.533 | 36460 | Added a new worker 9 to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.534 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4BZuuG +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.534 | 30444 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.534 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.534 | 30444 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.534 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.539 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.536 | 30445 | Recursively removing directory: /tmp/git.C1rZK8/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.537 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.537 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.539 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.539 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.543 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.544 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.544 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.545 | 36464 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.545 | 30444 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.545 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.545 | 30444 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.545 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sb3YGu +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.546 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.550 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.550 | 36458 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.552 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.554 | 36461 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.554 | 36457 | Marked run 427 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.555 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.560 | 36466 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.561 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.562 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.564 | 36463 | Marked run 428 as finished +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.564 | 30448 | Recursively removing directory: /tmp/git.4BZuuG/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.565 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.565 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.565 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.565 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.565 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.566 | 36479 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.566 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.566 | 30444 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.566 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.566 | 30444 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.566 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g7ME3T +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.567 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.567 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.568 | 36465 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.569 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.573 | 36469 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.575 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.568 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.579 | 36477 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.579 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.582 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.583 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.586 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.586 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.586 | 36480 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.587 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.587 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.591 | 36478 | Marked run 429 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.592 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.594 | 36485 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.596 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.597 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.598 | 36486 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.600 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.604 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.605 | 36488 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.605 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.605 | 30448 | Recursively removing directory: /tmp/git.g7ME3T/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.607 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.607 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.608 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.608 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.608 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.608 | 36497 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.612 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.612 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 36506 | Added a new worker 18 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 30444 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 30444 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.613 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.610 | 30445 | Recursively removing directory: /tmp/git.Sb3YGu/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.612 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.612 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.612 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.614 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BqBe23 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.614 | 36509 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.614 | 30444 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.614 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.614 | 30444 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.614 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.616 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8WjuMS +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.616 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.619 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.621 | 36498 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.621 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.625 | 36503 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.625 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.627 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.628 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.630 | 36511 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.630 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.631 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.633 | 36505 | Marked run 431 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.633 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.634 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.642 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.638 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.644 | 36508 | Marked run 430 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.644 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.646 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.646 | 36512 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.647 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.649 | 36517 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.650 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.654 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.655 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.659 | 36518 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.661 | 30448 | Recursively removing directory: /tmp/git.BqBe23/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.661 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.661 | 36519 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.665 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.666 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.666 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.666 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.666 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.667 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.668 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.669 | 36538 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.670 | 36528 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.671 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.671 | 30444 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.671 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.671 | 30444 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.672 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lk6Nbi +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.673 | 36529 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.673 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.674 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.677 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.677 | 36539 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.678 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.680 | 30445 | Recursively removing directory: /tmp/git.8WjuMS/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.682 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.682 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.682 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.682 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.682 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.683 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.684 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.684 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.684 | 36545 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.684 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.685 | 30444 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.685 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.685 | 30444 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.685 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n92jeO +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.680 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.687 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.693 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.694 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.694 | 36542 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.696 | 36537 | Marked run 432 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.696 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.698 | 36546 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.699 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.702 | 30448 | Recursively removing directory: /tmp/git.lk6Nbi/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.703 | 36544 | Marked run 433 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.704 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.705 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.705 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.705 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.706 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.706 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.707 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.708 | 36564 | Added a new worker 16 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.708 | 30444 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.708 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.708 | 30444 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.709 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.709 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uh1PzH +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.710 | 30445 | Recursively removing directory: /tmp/git.n92jeO/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.711 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.711 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.712 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.712 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.712 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.713 | 36568 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.713 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YHkV37 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.713 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.713 | 30444 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.713 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.713 | 30444 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.713 | 36547 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.714 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.715 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.717 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.717 | 36548 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.719 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.721 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.722 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.722 | 36557 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.722 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.723 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.725 | 36563 | Marked run 434 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.727 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.728 | 36566 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.729 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.731 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.732 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.736 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.737 | 36567 | Marked run 435 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.737 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.742 | 30448 | Recursively removing directory: /tmp/git.Uh1PzH/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.744 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.744 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.744 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.744 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.745 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.745 | 36590 | Added a new worker 19 to the queue +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.746 | 30445 | Recursively removing directory: /tmp/git.YHkV37/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.747 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7pcGhE +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.746 | 36572 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.746 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.747 | 30444 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.747 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.747 | 30444 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.748 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.747 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.747 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.747 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.749 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.750 | 36593 | Added a new worker 21 to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.750 | 30444 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.751 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.751 | 30444 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.751 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.752 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.751 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ScP3z4 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.756 | 36577 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.757 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.759 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.759 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.760 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.761 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.762 | 36576 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.762 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.765 | 36589 | Marked run 436 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.765 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.766 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.767 | 36592 | Marked run 437 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.767 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.769 | 36581 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.770 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.773 | 36594 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.774 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.776 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.777 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.777 | 36600 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.778 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.779 | 36599 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.780 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.783 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.784 | 36609 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.785 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.786 | 36610 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.787 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.788 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.789 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.789 | 30448 | Recursively removing directory: /tmp/git.7pcGhE/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.790 | 36616 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.791 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.791 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.791 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.791 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.791 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.792 | 36623 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.792 | 30444 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.792 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.792 | 30444 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.792 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.795 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.798 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.815 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HKtaxk +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.815 | 30445 | Recursively removing directory: /tmp/git.ScP3z4/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.817 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.818 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.817 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.817 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.817 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.819 | 36619 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.819 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.819 | 36628 | Added a new worker 9 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.820 | 30444 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.820 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5rBFoy +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.820 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.820 | 30444 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.821 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.823 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.824 | 36620 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.825 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.824 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.827 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.830 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.830 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.830 | 36622 | Marked run 438 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.830 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.832 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.832 | 36625 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.834 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.835 | 36627 | Marked run 439 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.836 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.838 | 36626 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.838 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.842 | 36630 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.843 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.845 | 36633 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.846 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.847 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.849 | 36638 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.851 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.853 | 30445 | Recursively removing directory: /tmp/git.5rBFoy/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.856 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.856 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.857 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.857 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.857 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.857 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.858 | 36654 | Added a new worker 18 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.858 | 30444 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.858 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.858 | 30444 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.858 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NdgWlN +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.859 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.859 | 36644 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.859 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.861 | 30448 | Recursively removing directory: /tmp/git.HKtaxk/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.862 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.865 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.866 | 36649 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.866 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.866 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.868 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.871 | 36655 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.871 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.871 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.872 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.871 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.872 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.872 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 36664 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 30444 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 30444 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 36653 | Marked run 441 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.874 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.877 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.02ohqQ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.877 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.879 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.880 | 36657 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.880 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.883 | 30445 | Recursively removing directory: /tmp/git.NdgWlN/ +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.885 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.885 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.885 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.886 | 36660 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.886 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.885 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.887 | 36673 | Added a new worker 19 to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.887 | 30444 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.887 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.888 | 30444 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.888 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.888 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5aIOUi +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.892 | 36663 | Marked run 440 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.893 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.894 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.895 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.897 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.902 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.902 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.903 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.904 | 36666 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.905 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.908 | 36669 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.908 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.910 | 36672 | Marked run 442 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.911 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.913 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.913 | 36675 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.914 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.915 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.915 | 36676 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.915 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.917 | 36689 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.918 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.919 | 30448 | Recursively removing directory: /tmp/git.02ohqQ/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.921 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.921 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.921 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.921 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.921 | 30445 | Recursively removing directory: /tmp/git.5aIOUi/ +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.921 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.922 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.922 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.922 | 36692 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.923 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.924 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xbHPAV +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 36697 | Added a new worker 14 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30444 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30444 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.923 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.926 | 36699 | Marked run 444 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.926 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.927 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 36700 | Added a new worker 15 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 30444 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 30444 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.930 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.938 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.940 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.941 | 36696 | Marked run 443 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.941 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.932 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aSV55l +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.945 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.946 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.949 | 30445 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.950 | 30445 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.954 | 36701 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.955 | 30448 | Recursively removing directory: /tmp/git.xbHPAV/ +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.957 | 30448 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.957 | 30448 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.957 | 30448 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.955 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 36714 | Added a new worker 17 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30444 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30444 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.957 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.958 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3tamFG +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.959 | 36702 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.960 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.962 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.963 | 36703 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.963 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.966 | 36704 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.967 | 30448 | Checking out revision HEAD +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.968 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30448/cimple-worker: 2023-08-28 07:32:23.968 | 30448 | Going to run: ./ci +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.969 | 36713 | Marked run 445 as finished +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.970 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.970 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.971 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.972 | 36718 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.973 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.973 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.976 | 36724 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.977 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.979 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.980 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.981 | 30445 | Recursively removing directory: /tmp/git.aSV55l/ +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.982 | 30445 | Process exit code: 0 +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.982 | 30445 | Process output: 57 bytes +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.982 | 30445 | Waiting for a new command +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.984 | 36732 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.989 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.989 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.992 | 36737 | Added a new worker 14 to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.992 | 30444 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.992 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.992 | 30444 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.992 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:23 | INFO | 30445/cimple-worker: 2023-08-28 07:32:23.995 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AkG9Pn +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.995 | 36725 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:23 | INFO | 30442/cimple-server: 2023-08-28 07:32:23.999 | 30442 | Waiting for new connections +2023-08-28 07:32:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.001 | 30448 | Recursively removing directory: /tmp/git.3tamFG/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.003 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.003 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.003 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.004 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.003 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.004 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.005 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.004 | 36727 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.006 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.009 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.010 | 36743 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.010 | 30444 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.010 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.010 | 30444 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.010 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.013 | 36733 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.013 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.011 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GgT22L +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.016 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.020 | 36736 | Marked run 446 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.020 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.022 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.023 | 30445 | Recursively removing directory: /tmp/git.AkG9Pn/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.024 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.024 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.024 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.025 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 36756 | Added a new worker 21 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30444 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.025 | 30444 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.025 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ObJhdB +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.026 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.026 | 36740 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.027 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.030 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.031 | 36742 | Marked run 447 as finished +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.032 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.032 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.034 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.035 | 36746 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.036 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.039 | 36755 | Marked run 448 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.042 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.042 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.043 | 36759 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.045 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.047 | 36754 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.047 | 30448 | Recursively removing directory: /tmp/git.GgT22L/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.047 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.050 | 36748 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.050 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.050 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.050 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.051 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.051 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.052 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.054 | 36766 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.055 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.056 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.056 | 36774 | Added a new worker 12 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.056 | 30444 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.056 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.056 | 30444 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.057 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.057 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JNDXcy +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.065 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.068 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.075 | 30445 | Recursively removing directory: /tmp/git.ObJhdB/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.081 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.081 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.081 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.080 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 36784 | Added a new worker 21 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30444 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.082 | 30444 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.082 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NWMWHG +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.095 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.095 | 36775 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.098 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.102 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.102 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.104 | 36773 | Marked run 449 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.104 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.105 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.107 | 36779 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.108 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.112 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.114 | 36783 | Marked run 450 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.115 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.118 | 36780 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.119 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.121 | 30445 | Recursively removing directory: /tmp/git.NWMWHG/ +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.123 | 30448 | Recursively removing directory: /tmp/git.JNDXcy/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.124 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.126 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.126 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.126 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.127 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.127 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.127 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.127 | 36782 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.127 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.128 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.128 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.128 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.129 | 36804 | Added a new worker 21 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.129 | 30444 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.129 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.129 | 30444 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.130 | 36788 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.128 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.131 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.131 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.129 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.adC5dT +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.132 | 36807 | Added a new worker 7 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.133 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.133 | 30444 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.133 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.133 | 30444 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.134 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.135 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c9hzdE +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.135 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.136 | 36794 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.137 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.140 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.140 | 36805 | Marked run 452 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.140 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.142 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.144 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.144 | 36803 | Marked run 451 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.144 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.145 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.147 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.147 | 36802 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.147 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.149 | 36809 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.150 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.150 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.152 | 36812 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.153 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.156 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.156 | 36810 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.156 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.157 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.159 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.161 | 36817 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.162 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.163 | 30448 | Recursively removing directory: /tmp/git.adC5dT/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.165 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.165 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.165 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.165 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.165 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.167 | 36834 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.167 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wiU6aF +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.167 | 30444 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.167 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.167 | 30444 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.168 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.168 | 36823 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.170 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.173 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.174 | 36821 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.174 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.176 | 30445 | Recursively removing directory: /tmp/git.c9hzdE/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.176 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.179 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.179 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.180 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.179 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.180 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 36842 | Added a new worker 12 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 30444 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 30444 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.181 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9VjaTd +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.181 | 36825 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.183 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.183 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.184 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.186 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.188 | 36833 | Marked run 453 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.188 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.191 | 36841 | Marked run 454 as finished +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.192 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.192 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.195 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.198 | 36840 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.198 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.199 | 30448 | Recursively removing directory: /tmp/git.wiU6aF/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.201 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.201 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.201 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.202 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.202 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.203 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.203 | 36856 | Added a new worker 12 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.204 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CBQLlT +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.204 | 30444 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.204 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.204 | 30444 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.204 | 36836 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.205 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.205 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.208 | 36838 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.209 | 30445 | Recursively removing directory: /tmp/git.9VjaTd/ +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.220 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.222 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.269 | 30448 | Recursively removing directory: /tmp/git.CBQLlT/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.270 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.270 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.270 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.272 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ajIsiw +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.279 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.288 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.210 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.210 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.211 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.229 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cdVtHv +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.235 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.237 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.277 | 30445 | Recursively removing directory: /tmp/git.cdVtHv/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.279 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.279 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.279 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.279 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GqjnkF +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.288 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.290 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.210 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.212 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.212 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.214 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.215 | 36845 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.217 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.218 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.220 | 36857 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.220 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.224 | 36867 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.225 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.228 | 36864 | Added a new worker 15 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.228 | 30444 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.228 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.228 | 30444 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.228 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.229 | 36855 | Marked run 455 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.229 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.231 | 36863 | Marked run 456 as finished +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.232 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.234 | 36865 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.235 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.239 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.241 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.241 | 36868 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.242 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.244 | 36872 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.245 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.246 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.252 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.253 | 36876 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.253 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.257 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.258 | 36880 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.258 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.261 | 36877 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.261 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.264 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.264 | 36889 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.265 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.266 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.269 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.270 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 36899 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 36884 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 30444 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 30444 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.271 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.275 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 36904 | Added a new worker 21 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30444 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30444 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.279 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.281 | 36898 | Marked run 457 as finished +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.338 | 30445 | Recursively removing directory: /tmp/git.GqjnkF/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.339 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.339 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.339 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.340 | 30448 | Recursively removing directory: /tmp/git.ajIsiw/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.281 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.285 | 36903 | Marked run 458 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.285 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.289 | 36894 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.289 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.292 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.294 | 36896 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.295 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.297 | 36897 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.298 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.300 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.305 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.342 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U0Bmvm +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.308 | 36901 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.308 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.317 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.317 | 36908 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.318 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.342 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.342 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.343 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.324 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.325 | 36911 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.326 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.327 | 36913 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.329 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.329 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.332 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.333 | 36918 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.333 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.335 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.337 | 36928 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.337 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.340 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.340 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.341 | 36935 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.341 | 30444 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.341 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.350 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fhdLxl +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.341 | 30444 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.341 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.343 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.343 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.343 | 36922 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.343 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.348 | 36937 | Added a new worker 8 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.349 | 30444 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.349 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.349 | 30444 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.349 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.353 | 36929 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.353 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.353 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.356 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.359 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.362 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.365 | 36934 | Marked run 460 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.366 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.368 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.370 | 36932 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.370 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.373 | 36939 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.373 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.374 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.376 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.378 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.379 | 36941 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.379 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.380 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.382 | 36942 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.383 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.386 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.388 | 36936 | Marked run 459 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.388 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.390 | 30445 | Recursively removing directory: /tmp/git.U0Bmvm/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.391 | 36947 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.392 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.392 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.393 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.392 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 36961 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.394 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.37gLkG +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 30444 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.393 | 30444 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.394 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.397 | 36949 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.398 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.402 | 30448 | Recursively removing directory: /tmp/git.fhdLxl/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.404 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.404 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.404 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.406 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.406 | 36952 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.407 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.407 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.407 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.408 | 36968 | Added a new worker 13 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.408 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jLbU4Y +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.408 | 30444 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.408 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.408 | 30444 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.409 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.410 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.411 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.413 | 36956 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.413 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.416 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.417 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.419 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.420 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.422 | 36960 | Marked run 461 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.422 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.423 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.423 | 36967 | Marked run 462 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.424 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.428 | 36973 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.428 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.430 | 36971 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.432 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.434 | 30448 | Recursively removing directory: /tmp/git.jLbU4Y/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.436 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.436 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.436 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.436 | 30445 | Recursively removing directory: /tmp/git.37gLkG/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.436 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.436 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.437 | 36991 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.437 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mRqfQU +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.438 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.438 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.438 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.437 | 30444 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.437 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.437 | 30444 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.438 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.438 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.438 | 36974 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.440 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.440 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.441 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.443 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.444 | 36993 | Added a new worker 15 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.444 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.445 | 30444 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.445 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.445 | 30444 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.445 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FrZzSe +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.445 | 36977 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.446 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.450 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.451 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.452 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.453 | 36988 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.453 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.458 | 36990 | Marked run 464 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.459 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.462 | 36995 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.463 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.464 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.465 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.466 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.467 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.467 | 30448 | Recursively removing directory: /tmp/git.mRqfQU/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.468 | 36992 | Marked run 463 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.469 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.470 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.470 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.470 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.470 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.470 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.471 | 37012 | Added a new worker 18 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.471 | 30444 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.471 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.471 | 30444 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.471 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.472 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j2OS1A +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.474 | 36996 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.475 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.479 | 30445 | Recursively removing directory: /tmp/git.FrZzSe/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.480 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.480 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.481 | 36999 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.481 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.482 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.482 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.482 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.483 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.483 | 37020 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.483 | 30444 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.483 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.483 | 30444 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.483 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RUD3lC +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.485 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.485 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.486 | 37011 | Marked run 465 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.486 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.489 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.491 | 37007 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.491 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.493 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.494 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.494 | 37009 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.495 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.497 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.498 | 37022 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.498 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.499 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.501 | 37019 | Marked run 466 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.501 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.501 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.503 | 37023 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.503 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.506 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.510 | 37029 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.511 | 30448 | Recursively removing directory: /tmp/git.j2OS1A/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.510 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.514 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.514 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.514 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.514 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.516 | 30445 | Recursively removing directory: /tmp/git.RUD3lC/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.516 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.516 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.517 | 37046 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.517 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.92glt2 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.517 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.517 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.517 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.517 | 30444 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.517 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.517 | 30444 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.518 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.518 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.518 | 37031 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.518 | 37048 | Added a new worker 14 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.519 | 30444 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.519 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.519 | 30444 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.519 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y06X06 +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.520 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.521 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.525 | 37032 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.525 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.528 | 37038 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.528 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.530 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.532 | 37045 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.532 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.534 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.536 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.537 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.538 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.539 | 37044 | Marked run 467 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.539 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.538 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.539 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.541 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.542 | 37047 | Marked run 468 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.542 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.544 | 37054 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.544 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.548 | 37055 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.549 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.549 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.552 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.553 | 37052 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.554 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.556 | 37056 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.556 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.559 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.559 | 30445 | Recursively removing directory: /tmp/git.Y06X06/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.561 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.561 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.561 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.561 | 37063 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.561 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.561 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.562 | 37078 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.562 | 30444 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.562 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.562 | 30444 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.563 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.563 | 37071 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.564 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.565 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L56XJs +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.565 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.567 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.578 | 30448 | Recursively removing directory: /tmp/git.92glt2/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.576 | 37067 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.579 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.579 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.579 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.580 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.580 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.581 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.582 | 37085 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.582 | 30444 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.582 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.582 | 30444 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.582 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XAJjDE +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.582 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.583 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.584 | 37075 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.585 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.590 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.591 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.593 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.593 | 37081 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.594 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.596 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.597 | 37077 | Marked run 470 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.597 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.597 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.599 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.599 | 37082 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.601 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.603 | 37084 | Marked run 469 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.603 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.604 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.605 | 37086 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.606 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.607 | 30445 | Recursively removing directory: /tmp/git.L56XJs/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.608 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.608 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.608 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.609 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.609 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.609 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.610 | 37104 | Added a new worker 20 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.610 | 30444 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.610 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.610 | 30444 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.610 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LUyAv6 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.611 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.611 | 37089 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.611 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.614 | 37094 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.616 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.616 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.619 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.620 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.620 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.622 | 37103 | Marked run 471 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.622 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.625 | 37100 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.625 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.628 | 30448 | Recursively removing directory: /tmp/git.XAJjDE/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.629 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.629 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.630 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.630 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.630 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.630 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.630 | 37118 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.631 | 30444 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.631 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.631 | 30444 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.631 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4vCkbS +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.632 | 37105 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.632 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.632 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.635 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.642 | 37110 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.646 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.651 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.654 | 30445 | Recursively removing directory: /tmp/git.LUyAv6/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.657 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.657 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.657 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.658 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.658 | 37127 | Added a new worker 20 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.658 | 30444 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.658 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.658 | 30444 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.658 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.658 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sPpkXX +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.659 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.659 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.662 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.664 | 37111 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.665 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.669 | 37117 | Marked run 472 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.669 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.670 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.677 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.676 | 37119 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.677 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.679 | 30448 | Recursively removing directory: /tmp/git.4vCkbS/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.681 | 37126 | Marked run 473 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.682 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.682 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.682 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.681 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.681 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.681 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.682 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.683 | 37140 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.683 | 30444 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.683 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.683 | 30444 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.684 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kf7dJx +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.684 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.687 | 37122 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.687 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.692 | 37138 | Marked run 474 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.692 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.692 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.697 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.698 | 37128 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.699 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.699 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.700 | 30445 | Recursively removing directory: /tmp/git.sPpkXX/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.702 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.702 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.702 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 37153 | Added a new worker 12 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 30444 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.703 | 30444 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.703 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oy9pgz +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.704 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.705 | 37132 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.708 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.709 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.713 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.713 | 37139 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.714 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.716 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.717 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.717 | 37144 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.718 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.719 | 37152 | Marked run 475 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.719 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.720 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.721 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.722 | 37157 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.722 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.724 | 37155 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.724 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.726 | 37162 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.726 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.727 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.729 | 37159 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.730 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.730 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.732 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.732 | 37170 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.733 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.734 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.736 | 30448 | Recursively removing directory: /tmp/git.Kf7dJx/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.736 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.738 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.738 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.738 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.738 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.739 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.739 | 37178 | Added a new worker 19 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.739 | 30444 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.739 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.739 | 30444 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.739 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2kTIUr +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.741 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.744 | 37173 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.745 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.748 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.748 | 37172 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.749 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.750 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.752 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.752 | 37176 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.753 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.753 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.756 | 37175 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.756 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.757 | 37177 | Marked run 476 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.758 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.759 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.759 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.762 | 30445 | Recursively removing directory: /tmp/git.Oy9pgz/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.763 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.763 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.763 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.764 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.764 | 37186 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.766 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.766 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.767 | 37195 | Added a new worker 12 to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.768 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AHAzlA +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.767 | 30444 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.767 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.767 | 30444 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.768 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.769 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.775 | 30448 | Recursively removing directory: /tmp/git.2kTIUr/ +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.777 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.777 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.777 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.777 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.777 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.778 | 37184 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.779 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.782 | 37191 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.783 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.784 | 37202 | Added a new worker 7 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.784 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.785 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F5Ghle +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.784 | 30444 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.784 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.784 | 30444 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.786 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.788 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.789 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.789 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.789 | 37193 | Marked run 477 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.790 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.795 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.796 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.799 | 30445 | Recursively removing directory: /tmp/git.AHAzlA/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.801 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.801 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.801 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.801 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.801 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 37216 | Added a new worker 20 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 30444 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 30444 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.802 | 37192 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.803 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.805 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B9q5lF +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.806 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.810 | 37199 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.810 | 37201 | Marked run 478 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.811 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.815 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.815 | 30448 | Recursively removing directory: /tmp/git.F5Ghle/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.817 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.817 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.817 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.816 | 37205 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.818 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.818 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.816 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.821 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.822 | 37227 | Added a new worker 20 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.822 | 30444 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.823 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nALP7a +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.825 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.822 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.823 | 30444 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.823 | 37206 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.827 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.828 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.834 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.834 | 37224 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.837 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.837 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.838 | 37221 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.838 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.840 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.841 | 37215 | Marked run 479 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.841 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.844 | 37226 | Marked run 480 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.847 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.850 | 37228 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.853 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.854 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.858 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.858 | 37235 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.859 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.864 | 37237 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.864 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.865 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.867 | 37240 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.867 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.868 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.870 | 30445 | Recursively removing directory: /tmp/git.B9q5lF/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.871 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.871 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.871 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.872 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.872 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.874 | 37242 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.874 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.878 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.878 | 37254 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.878 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.15dN6x +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.878 | 30444 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.878 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.878 | 30444 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.880 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.880 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.885 | 30448 | Recursively removing directory: /tmp/git.nALP7a/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.887 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.887 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.887 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.887 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.888 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.889 | 37248 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.889 | 37260 | Added a new worker 21 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.889 | 30444 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.889 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.889 | 30444 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.890 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oRjUTW +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.890 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.891 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.898 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.899 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.903 | 37250 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.904 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.904 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.905 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.906 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.908 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.908 | 37253 | Marked run 481 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.908 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.910 | 37259 | Marked run 482 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.910 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.914 | 37258 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.916 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.918 | 30448 | Recursively removing directory: /tmp/git.oRjUTW/ +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.921 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.921 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.922 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.922 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.922 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.923 | 30445 | Recursively removing directory: /tmp/git.15dN6x/ +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.924 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.924 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.925 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.925 | 37279 | Added a new worker 17 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.925 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AJMZxG +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.925 | 30444 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.925 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.925 | 30444 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.926 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.926 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.926 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.927 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.927 | 37257 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.927 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.928 | 37282 | Added a new worker 13 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.928 | 30444 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.928 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.928 | 30444 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.929 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.929 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8HI0q4 +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.932 | 37265 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.934 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.937 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.938 | 30448 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.939 | 37278 | Marked run 484 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.940 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.942 | 30448 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.943 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.946 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.947 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.947 | 37281 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.948 | 37280 | Marked run 483 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.948 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.951 | 37267 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.953 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.955 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.956 | 37285 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.956 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.960 | 37291 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.963 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.963 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.963 | 37288 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.964 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.970 | 37300 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.970 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.971 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.972 | 30445 | Recursively removing directory: /tmp/git.8HI0q4/ +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.974 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.974 | 30445 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.974 | 30445 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.975 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.975 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.975 | 30445 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.975 | 37299 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.976 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.977 | 37308 | Added a new worker 8 to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.977 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.977 | 30444 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.977 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.977 | 30444 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.978 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7LVMvL +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.980 | 37306 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.980 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.983 | 30448 | Recursively removing directory: /tmp/git.AJMZxG/ +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.984 | 30448 | Process exit code: 0 +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.984 | 30448 | Process output: 57 bytes +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.985 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.985 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.985 | 30448 | Waiting for a new command +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.986 | 37316 | Added a new worker 16 to the queue +2023-08-28 07:32:24 | INFO | 30448/cimple-worker: 2023-08-28 07:32:24.986 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AiDE08 +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.986 | 30445 | Checking out revision HEAD +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.986 | 30444 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.986 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.986 | 30444 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.987 | 37304 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.988 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30445/cimple-worker: 2023-08-28 07:32:24.988 | 30445 | Going to run: ./ci +2023-08-28 07:32:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.990 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.991 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.993 | 30442 | Waiting for new connections +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.997 | 37307 | Marked run 486 as finished +2023-08-28 07:32:24 | INFO | 30442/cimple-server: 2023-08-28 07:32:24.998 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.001 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.003 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.004 | 37312 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.004 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.005 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.008 | 37315 | Marked run 485 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.009 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.011 | 30445 | Recursively removing directory: /tmp/git.7LVMvL/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.012 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.012 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.012 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.012 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.012 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.014 | 37318 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.015 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.016 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.018 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PRYzKX +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.016 | 37332 | Added a new worker 11 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.016 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.018 | 30444 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.018 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.018 | 30444 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.021 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.023 | 37320 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.024 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.026 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.028 | 37321 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.029 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.029 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.030 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.037 | 30448 | Recursively removing directory: /tmp/git.AiDE08/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.039 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.039 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.039 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.037 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.038 | 37330 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 37346 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 30444 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.042 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RHqxtC +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.041 | 30444 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.045 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.045 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.045 | 37331 | Marked run 487 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.045 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.050 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.051 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.052 | 37345 | Marked run 488 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.053 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.054 | 30445 | Recursively removing directory: /tmp/git.PRYzKX/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.057 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.057 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.059 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.060 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.060 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.060 | 37355 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.061 | 30444 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.061 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.061 | 30444 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.061 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.061 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B6FM2D +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.066 | 37336 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.068 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.068 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.071 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.073 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.077 | 37334 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.079 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.081 | 30448 | Recursively removing directory: /tmp/git.RHqxtC/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.082 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.082 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.082 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.083 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.083 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 37367 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 30444 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 30444 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.084 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.085 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nhYPN1 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.085 | 37354 | Marked run 489 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.086 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.093 | 37343 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.093 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.097 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.097 | 37348 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.098 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.099 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.099 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.100 | 37359 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.100 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.103 | 37365 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.105 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.106 | 37366 | Marked run 490 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.106 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.108 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.108 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.109 | 30445 | Recursively removing directory: /tmp/git.B6FM2D/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.113 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.114 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.114 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.116 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.116 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.116 | 37384 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.119 | 30444 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.119 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.119 | 30444 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.119 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.119 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a2nQDy +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.121 | 37375 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.122 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.129 | 37379 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.129 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.131 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.132 | 30448 | Recursively removing directory: /tmp/git.nhYPN1/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.134 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.134 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.134 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.134 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.134 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.134 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.133 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.136 | 37383 | Marked run 491 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.136 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.137 | 37394 | Added a new worker 15 to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.137 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xqybso +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.137 | 30444 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.137 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.137 | 30444 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.138 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.141 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.150 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.153 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.156 | 37393 | Marked run 492 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.156 | 37382 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.157 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.160 | 37395 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.162 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.165 | 30445 | Recursively removing directory: /tmp/git.a2nQDy/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.166 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.166 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.166 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 37408 | Added a new worker 20 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30444 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30444 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.167 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.168 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jVWEbH +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.168 | 37392 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.169 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.174 | 37403 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.174 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.176 | 30448 | Recursively removing directory: /tmp/git.xqybso/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.178 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.178 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.178 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 37416 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30444 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.178 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.179 | 30444 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.180 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DTTGqc +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.182 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.180 | 37381 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.181 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.182 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.185 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.187 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.190 | 37406 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.191 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.193 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.195 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.196 | 30445 | Recursively removing directory: /tmp/git.jVWEbH/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.198 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.198 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.198 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.199 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.200 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.200 | 37434 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.200 | 30444 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.200 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.200 | 30444 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.202 | 37407 | Marked run 493 as finished +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.201 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HdNzdQ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.203 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.204 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.207 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.208 | 37415 | Marked run 494 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.208 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.212 | 37431 | Marked run 495 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.212 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.217 | 30448 | Recursively removing directory: /tmp/git.DTTGqc/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.218 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.218 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.218 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.219 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.219 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.220 | 37417 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.221 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.221 | 37438 | Added a new worker 13 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.221 | 30444 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.221 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.221 | 30444 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.222 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.222 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CZtVr0 +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.224 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.225 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.228 | 37420 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.228 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.229 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.232 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.233 | 37421 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.234 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.241 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.242 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.243 | 30445 | Recursively removing directory: /tmp/git.HdNzdQ/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.243 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.244 | 37435 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.245 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.249 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.249 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.249 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.249 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.249 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.250 | 37455 | Added a new worker 20 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.250 | 30444 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.250 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.250 | 30444 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.250 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZfFMrB +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.252 | 37442 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.253 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.253 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.257 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.257 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.261 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.262 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.261 | 37437 | Marked run 496 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.262 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.264 | 37443 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.266 | 30448 | Recursively removing directory: /tmp/git.CZtVr0/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.267 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.267 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.267 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.265 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.268 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.268 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.268 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.268 | 37468 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.269 | 30444 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.269 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.269 | 30444 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.269 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t1iqeY +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.269 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.271 | 37454 | Marked run 497 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.272 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.274 | 37450 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.275 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.277 | 30445 | Recursively removing directory: /tmp/git.ZfFMrB/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.278 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.279 | 37461 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.279 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.280 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.280 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.280 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.280 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.280 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.281 | 37477 | Added a new worker 18 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.281 | 30444 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.281 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.281 | 30444 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.281 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.282 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C4Q8r8 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.283 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.283 | 37467 | Marked run 498 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.284 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.285 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.287 | 37460 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.288 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.289 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.291 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.291 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.292 | 37469 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.293 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.294 | 37474 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.295 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.298 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.298 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.300 | 37476 | Marked run 499 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.300 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.302 | 37480 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.303 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.305 | 37486 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.307 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.314 | 37487 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.314 | 30448 | Recursively removing directory: /tmp/git.t1iqeY/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.316 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.316 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.316 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 37500 | Added a new worker 14 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 30444 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.316 | 30444 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.317 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.317 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.umDIfx +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.320 | 37488 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.321 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.323 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.324 | 37493 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.325 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.325 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.327 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.327 | 37499 | Marked run 500 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.328 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.328 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.330 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.332 | 37504 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.332 | 30445 | Recursively removing directory: /tmp/git.C4Q8r8/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.332 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.333 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.333 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.333 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.334 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.333 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.335 | 37512 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.335 | 30444 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.335 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.335 | 30444 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.335 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eUIe9m +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.336 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.336 | 37503 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.337 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.340 | 37507 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.340 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.341 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.342 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.343 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.344 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.344 | 37509 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.345 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.346 | 37517 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.349 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.349 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.354 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.358 | 30448 | Recursively removing directory: /tmp/git.umDIfx/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.359 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.359 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.360 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.360 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.360 | 37511 | Marked run 501 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 37533 | Added a new worker 7 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 30444 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.361 | 30444 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.361 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Ly3ko +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.362 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.365 | 37516 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.365 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.368 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.369 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.369 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.372 | 30445 | Recursively removing directory: /tmp/git.eUIe9m/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.372 | 37521 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.373 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.375 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.375 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.375 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.375 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.375 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.375 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.377 | 37543 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.377 | 30444 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.377 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.377 | 30444 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.377 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.378 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zXYCtJ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.385 | 30448 | Recursively removing directory: /tmp/git.2Ly3ko/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.386 | 37522 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.386 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.387 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.387 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.387 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.387 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.387 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.390 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ELnNiE +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.389 | 37548 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.389 | 30444 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.389 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.389 | 30444 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.390 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.395 | 37532 | Marked run 502 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.398 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.398 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.400 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.402 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.403 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.403 | 37524 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.404 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.405 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.407 | 37535 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.407 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.409 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.410 | 37541 | Marked run 503 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.410 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.411 | 37542 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.412 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.415 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.415 | 37547 | Marked run 504 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.416 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.416 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.417 | 37550 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.418 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.420 | 30445 | Recursively removing directory: /tmp/git.zXYCtJ/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.421 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.422 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.422 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.422 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.422 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.422 | 37570 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.423 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aym5tT +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.422 | 30444 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.422 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.423 | 30444 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.423 | 37563 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.424 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.426 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.429 | 37559 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.429 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.426 | 30448 | Recursively removing directory: /tmp/git.ELnNiE/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.434 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.433 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.434 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.434 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.441 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.434 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.434 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.444 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wSGepk +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.435 | 37564 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.439 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.439 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.440 | 37576 | Added a new worker 18 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.441 | 30444 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.441 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.441 | 30444 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.443 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.445 | 37569 | Marked run 505 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.446 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.446 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.448 | 37575 | Marked run 506 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.448 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.451 | 37572 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.452 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.455 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.456 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.455 | 37578 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.456 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.458 | 30445 | Recursively removing directory: /tmp/git.aym5tT/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.460 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.460 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.460 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.460 | 37580 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.460 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.460 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.461 | 37591 | Added a new worker 14 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.462 | 30444 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.462 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.462 | 30444 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.462 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.462 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.462 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wMiFEk +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.466 | 37581 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.467 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.467 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.467 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.472 | 37590 | Marked run 507 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.472 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.473 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.473 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.476 | 37593 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.476 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.477 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.479 | 37596 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.479 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.480 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.482 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.485 | 37600 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.486 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.488 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.489 | 37595 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.490 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.493 | 37606 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.494 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.495 | 30445 | Recursively removing directory: /tmp/git.wMiFEk/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.497 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.497 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.497 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.497 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.498 | 37607 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.499 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.497 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.501 | 37613 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.502 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.502 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.504 | 37618 | Added a new worker 13 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.504 | 30444 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.504 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.504 | 30444 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.504 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.506 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.506 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.507 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zbFbyb +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.507 | 30448 | Recursively removing directory: /tmp/git.wSGepk/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.507 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.509 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.509 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.510 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.510 | 37617 | Marked run 509 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.510 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.510 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.511 | 37626 | Added a new worker 9 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.511 | 30444 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.511 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.511 | 30444 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.511 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3GYfN4 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.512 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.513 | 37620 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.515 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.519 | 37622 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.520 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.522 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.524 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.525 | 37623 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.525 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.529 | 37624 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.530 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.525 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.530 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.531 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.533 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.534 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.534 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.535 | 37625 | Marked run 508 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.535 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.537 | 37630 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.537 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.543 | 37629 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.544 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.545 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.546 | 37633 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.546 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.549 | 37635 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.550 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.552 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.555 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.556 | 37644 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.556 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.559 | 37649 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.560 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.564 | 30445 | Recursively removing directory: /tmp/git.zbFbyb/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.566 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.566 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.567 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.567 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.567 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.568 | 37656 | Added a new worker 13 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.569 | 30444 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.569 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.569 | 30444 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.570 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.573 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AgLGgy +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.573 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.575 | 37650 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.574 | 30448 | Recursively removing directory: /tmp/git.3GYfN4/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.575 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.575 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.575 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.576 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.579 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.579 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.581 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.581 | 37661 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.582 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.582 | 30444 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.582 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.582 | 30444 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.584 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k4b0jq +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.586 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.596 | 37658 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.597 | 37655 | Marked run 510 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.597 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.597 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.599 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.601 | 37659 | Marked run 511 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.602 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.602 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.603 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.604 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.605 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.606 | 37663 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.607 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.609 | 37662 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.610 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.612 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.612 | 37664 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.613 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.616 | 37666 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.617 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.618 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.619 | 37673 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.620 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.620 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.622 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.625 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.626 | 37682 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.627 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.627 | 30448 | Recursively removing directory: /tmp/git.k4b0jq/ +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.629 | 37680 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.629 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.630 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.630 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.630 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.630 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.630 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.632 | 30445 | Recursively removing directory: /tmp/git.AgLGgy/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.632 | 37691 | Added a new worker 15 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.633 | 30444 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.633 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.633 | 30444 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.633 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mHKDlE +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.635 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.635 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.635 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.634 | 37683 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.636 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.636 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.637 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.637 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.637 | 37695 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.639 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ArI2ph +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.638 | 30444 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.638 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.638 | 30444 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.639 | 37686 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.641 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.643 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.647 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.647 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.649 | 37694 | Marked run 512 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.649 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.651 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.653 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.655 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.656 | 37690 | Marked run 513 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.656 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.659 | 37702 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.660 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.663 | 30448 | Recursively removing directory: /tmp/git.mHKDlE/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.665 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.665 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.665 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.665 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.665 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.665 | 37712 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.666 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KR1Y9h +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.666 | 30444 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.666 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.666 | 30444 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.666 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.667 | 37700 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.667 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.669 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.672 | 30445 | Recursively removing directory: /tmp/git.ArI2ph/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.672 | 37696 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.673 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.673 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.673 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.673 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.673 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.674 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.677 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.677 | 37699 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.677 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.679 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.680 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.682 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.682 | 37719 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.683 | 30444 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.683 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.683 | 30444 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.683 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.683 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LbyP1w +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.688 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.688 | 37711 | Marked run 514 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.689 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.692 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.692 | 37713 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.692 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.694 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.696 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.698 | 37718 | Marked run 515 as finished +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.698 | 30448 | Recursively removing directory: /tmp/git.KR1Y9h/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.698 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.701 | 37721 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.701 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.701 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.701 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.701 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.701 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.703 | 37736 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.703 | 30444 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.703 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.703 | 30444 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.703 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.703 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kuqyXp +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.704 | 37724 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.705 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.708 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.709 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.711 | 37726 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.712 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.713 | 30445 | Recursively removing directory: /tmp/git.LbyP1w/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.714 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.714 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.714 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.714 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.715 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.714 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.714 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.715 | 37747 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.715 | 30444 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.715 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.716 | 30444 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.716 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.717 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V9ELY8 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.721 | 37732 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.722 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.725 | 37735 | Marked run 516 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.725 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.727 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.728 | 37743 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.728 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.730 | 30448 | Recursively removing directory: /tmp/git.kuqyXp/ +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.730 | 37744 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.732 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.732 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.732 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.731 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.731 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.732 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.733 | 37760 | Added a new worker 16 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.733 | 30444 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.733 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.733 | 30444 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.733 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pJdRnd +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.733 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.734 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.735 | 37746 | Marked run 517 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.736 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.737 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.738 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.740 | 37755 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.740 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.743 | 37756 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.743 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.744 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.744 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.746 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.746 | 37759 | Marked run 518 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.747 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.748 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.750 | 37762 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.751 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.753 | 37763 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.754 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.756 | 30445 | Recursively removing directory: /tmp/git.V9ELY8/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.757 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.757 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.758 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.758 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.758 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.758 | 37780 | Added a new worker 18 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.759 | 30444 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.759 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.759 | 30444 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.759 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.760 | 37768 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.761 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.762 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nwPMVV +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.764 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.766 | 37776 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.767 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.769 | 30448 | Recursively removing directory: /tmp/git.pJdRnd/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.770 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.770 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.770 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.770 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.770 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.770 | 37788 | Added a new worker 20 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.770 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.771 | 30444 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.771 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.771 | 30444 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.771 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.772 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.772 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9DqhI +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.772 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.773 | 37779 | Marked run 519 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.773 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.776 | 37787 | Marked run 520 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.776 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.777 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.778 | 37770 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.779 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.779 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.781 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.783 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.783 | 37785 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.784 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.787 | 37791 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.787 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.790 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.793 | 37789 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.793 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.796 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.798 | 37798 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.799 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.801 | 30445 | Recursively removing directory: /tmp/git.nwPMVV/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.803 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.803 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.803 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.802 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.803 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.804 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.804 | 37810 | Added a new worker 20 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.804 | 30444 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.804 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.804 | 30444 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.805 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.805 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RU5LBM +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.808 | 37795 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.809 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.811 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.811 | 30448 | Recursively removing directory: /tmp/git.C9DqhI/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.812 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.812 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.812 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.812 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 37818 | Added a new worker 21 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 30444 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 30444 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.813 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.814 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uBI4WX +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.816 | 37800 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.817 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.821 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.822 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.823 | 37809 | Marked run 521 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.823 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.825 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.826 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.827 | 37806 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.828 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.830 | 37808 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.830 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.834 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.836 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.837 | 37817 | Marked run 522 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.837 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.839 | 37816 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.840 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.842 | 37822 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.843 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.845 | 37828 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.845 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.847 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.848 | 37829 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.849 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.851 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.854 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.855 | 37835 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.855 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.857 | 30445 | Recursively removing directory: /tmp/git.RU5LBM/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.859 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.859 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.859 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.858 | 37833 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.859 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.859 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.860 | 30448 | Recursively removing directory: /tmp/git.uBI4WX/ +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.862 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.862 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.862 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.863 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.865 | 37848 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.865 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.865 | 30444 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.865 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.865 | 30444 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.865 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hzDeau +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.866 | 37839 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 37851 | Added a new worker 10 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 30444 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.867 | 30444 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.867 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dnh3iP +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.869 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.870 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.876 | 37842 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.878 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.880 | 37847 | Marked run 523 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.880 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.881 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.879 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.883 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.887 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.887 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.888 | 37850 | Marked run 524 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.889 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.890 | 37849 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.891 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.893 | 37854 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.894 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.894 | 30445 | Recursively removing directory: /tmp/git.hzDeau/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.895 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.895 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.896 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.896 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.896 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.896 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.898 | 37853 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.898 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.900 | 37869 | Added a new worker 7 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.900 | 30444 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.900 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.900 | 30444 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.900 | 37856 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.901 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bxna4d +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.902 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.903 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.903 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.904 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.905 | 37868 | Marked run 525 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.905 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.906 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.911 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.912 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.924 | 37870 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.918 | 30448 | Recursively removing directory: /tmp/git.dnh3iP/ +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.924 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.925 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.925 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 37885 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 30444 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.926 | 30444 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.927 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.926 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XagpXj +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.929 | 37876 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.929 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.931 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.933 | 37877 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.933 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.935 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.936 | 37878 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.937 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.936 | 30448 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.938 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.940 | 30448 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.940 | 37884 | Marked run 526 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.940 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.941 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.943 | 37893 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.943 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.945 | 30445 | Recursively removing directory: /tmp/git.Bxna4d/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.946 | 30445 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.946 | 30445 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.946 | 30445 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.946 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.946 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 37899 | Added a new worker 19 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 30444 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 30444 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.947 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.948 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w5GKAG +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.950 | 37890 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.950 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.953 | 37887 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.954 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.955 | 37895 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.956 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.959 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.962 | 37900 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.962 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.965 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.965 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.967 | 30445 | Checking out revision HEAD +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.972 | 37898 | Marked run 527 as finished +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.972 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.974 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.974 | 30448 | Recursively removing directory: /tmp/git.XagpXj/ +2023-08-28 07:32:25 | INFO | 30445/cimple-worker: 2023-08-28 07:32:25.985 | 30445 | Going to run: ./ci +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.986 | 37907 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.986 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.987 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.986 | 30448 | Process exit code: 0 +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.986 | 30448 | Process output: 57 bytes +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.986 | 30448 | Waiting for a new command +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.988 | 37915 | Added a new worker 17 to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.988 | 30444 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.988 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.988 | 30444 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.988 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30448/cimple-worker: 2023-08-28 07:32:25.989 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ROMolu +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.990 | 37910 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.991 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.994 | 37909 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.995 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.996 | 30442 | Waiting for new connections +2023-08-28 07:32:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:25 | INFO | 30442/cimple-server: 2023-08-28 07:32:25.999 | 37912 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.000 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.000 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.001 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.002 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.002 | 37923 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.003 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.005 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.006 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.006 | 37914 | Marked run 528 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.006 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.008 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.009 | 37925 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.009 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.011 | 30445 | Recursively removing directory: /tmp/git.w5GKAG/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.012 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.012 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.012 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.012 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.013 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.015 | 37929 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.017 | 37938 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.016 | 30448 | Recursively removing directory: /tmp/git.ROMolu/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.017 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.017 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.018 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 37943 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.018 | 30444 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.019 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.019 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ESi83r +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.019 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mGbEvS +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.021 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.022 | 37930 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.023 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.026 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.032 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.032 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.033 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.034 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.037 | 37931 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.038 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.044 | 37941 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.044 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.045 | 37937 | Marked run 529 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.045 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.048 | 30445 | Recursively removing directory: /tmp/git.ESi83r/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.047 | 37944 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.049 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.051 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.051 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.051 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.051 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.052 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.052 | 37942 | Marked run 530 as finished +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.051 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 37961 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 30444 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.053 | 30444 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.054 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.054 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fR9uHR +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.058 | 37946 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.059 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.062 | 30448 | Recursively removing directory: /tmp/git.mGbEvS/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.064 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.064 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.064 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.065 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.065 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.068 | 37969 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.068 | 30444 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.068 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.068 | 30444 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.068 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.069 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.072 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EwKBPr +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.088 | 37960 | Marked run 531 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.088 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.088 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.090 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.091 | 37958 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.091 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.094 | 37959 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.094 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.095 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.098 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.099 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.103 | 30445 | Recursively removing directory: /tmp/git.fR9uHR/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.105 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.105 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.105 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.105 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.106 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.106 | 37982 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.107 | 30444 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.107 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.107 | 30444 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.107 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5POaPZ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.108 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.117 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.120 | 37962 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.120 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.124 | 37968 | Marked run 532 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.124 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.124 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.126 | 37970 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.127 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.126 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.128 | 30448 | Recursively removing directory: /tmp/git.EwKBPr/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.128 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.129 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.129 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.130 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.130 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.131 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.131 | 37994 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.131 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.131 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.132 | 30444 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.132 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.132 | 30444 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.132 | 37981 | Marked run 533 as finished +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.132 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dOh2fL +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.133 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.140 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.141 | 37975 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.141 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.143 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.144 | 37976 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.145 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.147 | 37995 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.147 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.149 | 37993 | Marked run 534 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.150 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.151 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.152 | 37999 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.152 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.153 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.154 | 37992 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.154 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.157 | 38005 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.158 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.158 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.161 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.161 | 38008 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.162 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.163 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.165 | 38012 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.165 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.166 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.166 | 30445 | Recursively removing directory: /tmp/git.5POaPZ/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.168 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.168 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.168 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.168 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.169 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.169 | 38023 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.170 | 30444 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.170 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.170 | 30444 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.170 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.171 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4PqOaO +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.172 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.173 | 30448 | Recursively removing directory: /tmp/git.dOh2fL/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.175 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.175 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.175 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.175 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.176 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.177 | 38016 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.177 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.180 | 38026 | Added a new worker 12 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.180 | 30444 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.180 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.180 | 30444 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.180 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.181 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.182 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.181 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mOd3gE +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.182 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.186 | 38021 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.186 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.189 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.190 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.193 | 38019 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.195 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.195 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.197 | 30445 | Recursively removing directory: /tmp/git.4PqOaO/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.198 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.198 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.198 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.198 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.199 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.199 | 38022 | Marked run 535 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.199 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.200 | 38041 | Added a new worker 11 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.200 | 30444 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.200 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.200 | 30444 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.200 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.200 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IBF32m +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.201 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.202 | 38025 | Marked run 536 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.203 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.205 | 38024 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.206 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.208 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.209 | 38029 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.210 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.209 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.212 | 38037 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.213 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.214 | 38042 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.214 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.215 | 30448 | Recursively removing directory: /tmp/git.mOd3gE/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.217 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.217 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.219 | 38040 | Marked run 537 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.219 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.219 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.219 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.218 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.218 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.218 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.222 | 38056 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.224 | 30444 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.224 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.224 | 30444 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.224 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lvPvr6 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.226 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.227 | 38054 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.227 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.230 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.231 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.231 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.233 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.235 | 38053 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.235 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.237 | 30445 | Recursively removing directory: /tmp/git.IBF32m/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.238 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.238 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.239 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.239 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zFbEXt +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.238 | 38059 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 38069 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 30444 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.239 | 30444 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.241 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.242 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.244 | 38061 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.244 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.245 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.250 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.252 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.252 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.253 | 38052 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.254 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.256 | 38055 | Marked run 538 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.257 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.258 | 30448 | Recursively removing directory: /tmp/git.lvPvr6/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.260 | 38071 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.260 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.261 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.260 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.262 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.262 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.262 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.262 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 38085 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 30444 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.264 | 30444 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.265 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jYtbET +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.268 | 38072 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.269 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.272 | 38068 | Marked run 539 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.272 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.274 | 30445 | Recursively removing directory: /tmp/git.zFbEXt/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.275 | 38074 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.276 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.276 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.276 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.276 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.276 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.277 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.278 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.279 | 38084 | Marked run 540 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.279 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.280 | 38094 | Added a new worker 11 to the queue +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.281 | 30444 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.281 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.281 | 30444 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.281 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.284 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.285 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.284 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uZFU5m +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.285 | 38082 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.286 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.288 | 38086 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.289 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.292 | 38093 | Marked run 541 as finished +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.293 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.293 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.295 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.295 | 38092 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.296 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.298 | 38096 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.298 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.302 | 38103 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.302 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.303 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.305 | 38107 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.305 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.306 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.308 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.311 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.312 | 30448 | Recursively removing directory: /tmp/git.jYtbET/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.313 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.313 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.313 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.314 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.314 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.314 | 38122 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.316 | 30444 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.316 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.316 | 30444 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.317 | 38110 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.317 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.318 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.318 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jHdcuY +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.318 | 30445 | Recursively removing directory: /tmp/git.uZFU5m/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.319 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.319 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.319 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.320 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.320 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 38125 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 30444 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 30444 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.322 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oHZbdg +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.322 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.324 | 38121 | Marked run 542 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.324 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.328 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.329 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.332 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.333 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.333 | 38124 | Marked run 543 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.334 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.340 | 38112 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.342 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.346 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.348 | 30448 | Recursively removing directory: /tmp/git.jHdcuY/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.350 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.350 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.349 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.349 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.350 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.350 | 30445 | Recursively removing directory: /tmp/git.oHZbdg/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.350 | 38114 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.351 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.351 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.351 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.352 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.352 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.353 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.354 | 38117 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.355 | 38145 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.355 | 30444 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.355 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.355 | 30444 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.356 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.356 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZRv65s +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.359 | 38126 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.359 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.360 | 38142 | Added a new worker 13 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.360 | 30444 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.360 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.360 | 30444 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.360 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GEjvNE +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.361 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.364 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.365 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.371 | 38139 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.372 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.373 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.374 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.375 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.375 | 38147 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.376 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.378 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.378 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.379 | 38144 | Marked run 545 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.379 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.381 | 38149 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.381 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.382 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.383 | 38141 | Marked run 544 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.383 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.386 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.386 | 38150 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.387 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.389 | 38154 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.389 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.391 | 38158 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.392 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.393 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.394 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.394 | 38161 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.395 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.395 | 30445 | Recursively removing directory: /tmp/git.ZRv65s/ +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.397 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.397 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.397 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.397 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.397 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.400 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.400 | 30448 | Recursively removing directory: /tmp/git.GEjvNE/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.401 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.401 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.401 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.401 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 38180 | Added a new worker 23 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 30444 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.402 | 30444 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.402 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ldOZGY +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 38176 | Added a new worker 23 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 30444 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 30444 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.403 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.404 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5FhH12 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.411 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.412 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.413 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.413 | 38169 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.414 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.414 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.417 | 38179 | Marked run 547 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.417 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.419 | 38177 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.420 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.422 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.422 | 38175 | Marked run 546 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.422 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.424 | 38172 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.425 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.427 | 38178 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.427 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.429 | 38189 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.429 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.430 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.432 | 38195 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.432 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.433 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.434 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.435 | 30445 | Recursively removing directory: /tmp/git.5FhH12/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.436 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.436 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.437 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.437 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.437 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.437 | 30448 | Recursively removing directory: /tmp/git.ldOZGY/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.438 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.438 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.439 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.439 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 38208 | Added a new worker 23 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 30444 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.440 | 30444 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.441 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.441 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zaAuQZ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.441 | 38198 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.442 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.443 | 38205 | Added a new worker 7 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.443 | 30444 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.443 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.443 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.444 | 30444 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.444 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b2RD8P +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.447 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.448 | 38206 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.448 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.452 | 38207 | Marked run 548 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.452 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.453 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.454 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.454 | 38202 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.455 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.456 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.459 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.460 | 38204 | Marked run 549 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.460 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.459 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.464 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.466 | 38203 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.466 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.468 | 38210 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.469 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.472 | 30448 | Recursively removing directory: /tmp/git.zaAuQZ/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.473 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.474 | 38212 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.474 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.474 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.475 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.475 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.475 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.476 | 38228 | Added a new worker 15 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.476 | 30444 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.476 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.476 | 30444 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.476 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.477 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A21jBl +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.479 | 38215 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.479 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.481 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.483 | 38227 | Marked run 550 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.483 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.485 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.486 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.487 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.488 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.488 | 30445 | Recursively removing directory: /tmp/git.b2RD8P/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.489 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.489 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.490 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.490 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.490 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.491 | 38233 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.491 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.494 | 38238 | Marked run 551 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.494 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.495 | 38239 | Added a new worker 7 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.495 | 30444 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.495 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.495 | 30444 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.495 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.496 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M4lL0p +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.496 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.500 | 38236 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.501 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.505 | 30448 | Recursively removing directory: /tmp/git.A21jBl/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.506 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.508 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.508 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.509 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.508 | 38235 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.510 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.510 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.512 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.513 | 38242 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.513 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.516 | 38251 | Added a new worker 9 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.516 | 30444 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.516 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.516 | 30444 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.517 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.516 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.520 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CyZJdo +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.521 | 38225 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.522 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.526 | 38250 | Marked run 552 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.527 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.532 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.533 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.534 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.535 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.537 | 38248 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.537 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.540 | 38252 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.540 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.542 | 30445 | Recursively removing directory: /tmp/git.M4lL0p/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.544 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.544 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.544 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.543 | 38260 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.544 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.544 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.544 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.546 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.548 | 38270 | Added a new worker 18 to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.548 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jgt9w9 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.548 | 30444 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.548 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.548 | 30444 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.549 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.549 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.553 | 38261 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.554 | 30448 | Recursively removing directory: /tmp/git.CyZJdo/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.553 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.556 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.556 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.556 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.557 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.557 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.558 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.558 | 38279 | Added a new worker 20 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.558 | 30444 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.558 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.559 | 30444 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.559 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.559 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fbOw60 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.560 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.561 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.563 | 38269 | Marked run 553 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.563 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.566 | 38268 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.566 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.569 | 38272 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.569 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.569 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.571 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.574 | 38278 | Marked run 554 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.575 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.575 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.576 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.577 | 38275 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.577 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.579 | 38280 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.580 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.583 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.584 | 38290 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.584 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.586 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.587 | 30445 | Recursively removing directory: /tmp/git.Jgt9w9/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.588 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.588 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.588 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.588 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 38301 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 30444 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.589 | 30444 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.590 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.590 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CrGFIa +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.591 | 38289 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.592 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.596 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.596 | 38296 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.597 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.600 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.601 | 30448 | Recursively removing directory: /tmp/git.fbOw60/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.602 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.602 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.602 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.603 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.603 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.603 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.603 | 38297 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.603 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.604 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.606 | 38310 | Added a new worker 11 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.606 | 30444 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.607 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.607 | 38300 | Marked run 555 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.607 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.607 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.607 | 30444 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.607 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xVYK9 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.610 | 38309 | Marked run 556 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.611 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.615 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.616 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.617 | 38299 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.617 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.620 | 38305 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.621 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.623 | 38308 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.624 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.625 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.626 | 38313 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.626 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.627 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.629 | 38321 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.630 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.631 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.632 | 30445 | Recursively removing directory: /tmp/git.CrGFIa/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.633 | 38330 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.633 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.634 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.633 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.633 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.634 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.634 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.636 | 38328 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.636 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.638 | 38335 | Added a new worker 8 to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.637 | 30448 | Recursively removing directory: /tmp/git.0xVYK9/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.639 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.639 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.639 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.639 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.639 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.640 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.640 | 30444 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.640 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.640 | 30444 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.641 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.641 | 38341 | Added a new worker 8 to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.641 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J4ymen +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.641 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2v4bLS +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.641 | 30444 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.641 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.641 | 30444 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.642 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.646 | 38334 | Marked run 557 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.647 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.649 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.649 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.650 | 38333 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.650 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.650 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.650 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.653 | 38338 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.654 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.654 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.655 | 38339 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.655 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.655 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.658 | 38342 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.658 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.661 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.663 | 38349 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.663 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.664 | 38340 | Marked run 558 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.664 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.666 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.667 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.669 | 38346 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.670 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.672 | 38352 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.673 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.673 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.675 | 38357 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.675 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.676 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.678 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.678 | 30445 | Recursively removing directory: /tmp/git.J4ymen/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.680 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.680 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.680 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.680 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.680 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.680 | 38356 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.680 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.681 | 38372 | Added a new worker 10 to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.682 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mYAJ1K +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.683 | 30448 | Recursively removing directory: /tmp/git.2v4bLS/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.682 | 30444 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.682 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.682 | 30444 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.682 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.686 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.686 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.686 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 38376 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30444 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 30444 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.686 | 38365 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.687 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.689 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.690 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FLBUK0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.699 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.699 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.703 | 38368 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.704 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.707 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.707 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.707 | 38370 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.708 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.709 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.710 | 38374 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.710 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.712 | 38371 | Marked run 559 as finished +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.712 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.714 | 38378 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.714 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.716 | 38375 | Marked run 560 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.716 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.717 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.717 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.719 | 38383 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.720 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.722 | 38388 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.722 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.722 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.725 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.726 | 38391 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.727 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.729 | 38387 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.729 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.729 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.731 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.732 | 38394 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.732 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.734 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.736 | 38396 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.737 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.737 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.740 | 38399 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.740 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.741 | 30448 | Recursively removing directory: /tmp/git.FLBUK0/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.743 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.743 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.743 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.743 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.743 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.745 | 38414 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.746 | 30444 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.746 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.746 | 30444 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.746 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e4TJ7a +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.746 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.747 | 30445 | Recursively removing directory: /tmp/git.mYAJ1K/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.748 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.748 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.748 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.748 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 38416 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 30444 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 30444 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.749 | 38403 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.750 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.751 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b3DD68 +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.755 | 38410 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.755 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.755 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.758 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.762 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.763 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.764 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.764 | 38412 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.765 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.768 | 38407 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.769 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.771 | 38413 | Marked run 562 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.772 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.772 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.776 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.777 | 38418 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.778 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.778 | 30448 | Recursively removing directory: /tmp/git.e4TJ7a/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.779 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.779 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.780 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.780 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.780 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.781 | 38439 | Added a new worker 20 to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.781 | 30445 | Recursively removing directory: /tmp/git.b3DD68/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.783 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.783 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.783 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 30444 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 30444 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.783 | 38441 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.784 | 30444 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.784 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.784 | 30444 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.784 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.785 | 38415 | Marked run 561 as finished +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.784 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vDP2OI +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.786 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.786 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rg03iq +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.790 | 38420 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.791 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.794 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.794 | 38428 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.795 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.795 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.796 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.798 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.797 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.798 | 38440 | Marked run 564 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.798 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.801 | 38433 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.802 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.802 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.805 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.805 | 38438 | Marked run 563 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.805 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.808 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.809 | 38449 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.810 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.813 | 38445 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.814 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.814 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.818 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.822 | 38450 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.823 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.825 | 38457 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.826 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.828 | 30445 | Recursively removing directory: /tmp/git.rg03iq/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.829 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.829 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.829 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.830 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.830 | 38455 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.830 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.830 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.831 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.834 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.834 | 38470 | Added a new worker 6 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.834 | 30444 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.834 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.834 | 30444 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.836 | 38451 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.834 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vFawXJ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.836 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.837 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.833 | 30448 | Recursively removing directory: /tmp/git.vDP2OI/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.834 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.834 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.834 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.840 | 38474 | Added a new worker 11 to the queue +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.841 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.841 | 30444 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.841 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.841 | 30444 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.841 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sNqn8H +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.843 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.845 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.849 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.850 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.852 | 38468 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.854 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.857 | 38469 | Marked run 566 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.858 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.858 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.858 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.859 | 38466 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.864 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.866 | 38473 | Marked run 565 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.867 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.869 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.869 | 38472 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.870 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.873 | 30448 | Recursively removing directory: /tmp/git.sNqn8H/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.874 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.874 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.874 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.875 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.875 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.876 | 38494 | Added a new worker 18 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.876 | 30444 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.876 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.876 | 30444 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.877 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.877 | 38481 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.876 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BzEdFr +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.879 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.880 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.882 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.883 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.884 | 38480 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.885 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.887 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.888 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.888 | 30445 | Recursively removing directory: /tmp/git.vFawXJ/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.889 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.889 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.890 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.890 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.890 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.890 | 38489 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.891 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.893 | 38497 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.894 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.894 | 38503 | Added a new worker 11 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.894 | 30444 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.894 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.895 | 30444 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.895 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vpgkMx +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.897 | 38493 | Marked run 568 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.898 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.898 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.899 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.903 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.903 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.905 | 38498 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.906 | 30448 | Recursively removing directory: /tmp/git.BzEdFr/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.907 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.910 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.910 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.910 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.913 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.913 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 38515 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 30444 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 30444 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.914 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.915 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.915 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xbvyrg +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.920 | 38501 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.921 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.922 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.923 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.926 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.927 | 38510 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.927 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.929 | 38512 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.930 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.930 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.932 | 38502 | Marked run 567 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.932 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.933 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.934 | 38516 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.935 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.938 | 38514 | Marked run 569 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.938 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.940 | 30445 | Recursively removing directory: /tmp/git.vpgkMx/ +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.940 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.940 | 38523 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.941 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.943 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.943 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.943 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.944 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.944 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.944 | 38526 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.945 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.945 | 30448 | Recursively removing directory: /tmp/git.Xbvyrg/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.947 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.947 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.947 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.950 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iONrK9 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.949 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.949 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.949 | 38539 | Added a new worker 21 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.949 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.950 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.950 | 30444 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.950 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.950 | 30444 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.952 | 38542 | Added a new worker 7 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.952 | 30444 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.952 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.952 | 30444 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.952 | 38530 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.953 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.952 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i3leL3 +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.956 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.958 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.960 | 38536 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.960 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.963 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.965 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.967 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.967 | 30448 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.968 | 30448 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.977 | 38538 | Marked run 570 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.977 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.979 | 30445 | Recursively removing directory: /tmp/git.iONrK9/ +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.981 | 30445 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.981 | 30445 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.981 | 30445 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.981 | 38543 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.981 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.981 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.983 | 38561 | Added a new worker 17 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.984 | 30444 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.984 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.984 | 30444 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.984 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.984 | 38541 | Marked run 571 as finished +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.985 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.984 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bwIKGh +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.987 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.989 | 30448 | Recursively removing directory: /tmp/git.i3leL3/ +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.991 | 30448 | Process exit code: 0 +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.991 | 30448 | Process output: 57 bytes +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.991 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.992 | 38544 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.991 | 30445 | Checking out revision HEAD +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 38568 | Added a new worker 19 to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 30444 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:26 | INFO | 30445/cimple-worker: 2023-08-28 07:32:26.993 | 30445 | Going to run: ./ci +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.994 | 30448 | Waiting for a new command +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.994 | 30444 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.995 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | 30448/cimple-worker: 2023-08-28 07:32:26.995 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cmIM7h +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.997 | 38546 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:26 | INFO | 30442/cimple-server: 2023-08-28 07:32:26.998 | 30442 | Waiting for new connections +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.001 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.004 | 38549 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.005 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.006 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.008 | 38560 | Marked run 572 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.008 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.009 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.009 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.011 | 38564 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.011 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.014 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.014 | 38565 | Marked run 573 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.015 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.017 | 38571 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.017 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.020 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.021 | 38574 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.021 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.023 | 38579 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.024 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.026 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.027 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.025 | 30445 | Recursively removing directory: /tmp/git.bwIKGh/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.027 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.027 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.027 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.027 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.027 | 38583 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.028 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.029 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.030 | 38588 | Marked run 574 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.031 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.032 | 38589 | Added a new worker 12 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.032 | 30444 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.032 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.032 | 30444 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.032 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.032 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BjXPCp +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.035 | 38587 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.037 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.037 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.039 | 30448 | Recursively removing directory: /tmp/git.cmIM7h/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.039 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.040 | 38591 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.042 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.042 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.041 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.041 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.041 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.045 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.045 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.047 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.046 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.047 | 38599 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.047 | 30444 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.047 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.047 | 30444 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.048 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.szHzvJ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.049 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.052 | 38598 | Marked run 575 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.053 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.055 | 38601 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.056 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.061 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.062 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.064 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.068 | 30445 | Recursively removing directory: /tmp/git.BjXPCp/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.071 | 38596 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.071 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.071 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.071 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.072 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.072 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.072 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.074 | 38616 | Added a new worker 15 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.074 | 30444 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.074 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.074 | 30444 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.074 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vW25jQ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.076 | 38600 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.076 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.078 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.080 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.082 | 38603 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.083 | 30448 | Recursively removing directory: /tmp/git.szHzvJ/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.084 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.086 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.086 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.086 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.086 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.086 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.086 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.088 | 38609 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.088 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.090 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.090 | 38620 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.090 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.093 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.093 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.093 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.094 | 38623 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.094 | 38625 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.094 | 30444 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.094 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.094 | 30444 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.095 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.drbxok +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.096 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.096 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.101 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.101 | 38615 | Marked run 576 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.101 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.102 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.104 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.105 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.108 | 38624 | Marked run 577 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.108 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.110 | 38629 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.111 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.113 | 38628 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.114 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.114 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.116 | 30445 | Recursively removing directory: /tmp/git.vW25jQ/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.118 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.118 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.118 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.118 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.119 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 38649 | Added a new worker 11 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 30444 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 30444 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.120 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.121 | 38633 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.121 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.122 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vdDXOM +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.126 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.127 | 30448 | Recursively removing directory: /tmp/git.drbxok/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.128 | 38632 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.129 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.129 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.129 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.129 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.130 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.130 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.131 | 38655 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.131 | 30444 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.131 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.131 | 30444 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.131 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.132 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nShTkI +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.133 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.134 | 38647 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.134 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.139 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.150 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.150 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.150 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.151 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.153 | 38648 | Marked run 578 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.153 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.159 | 38646 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.160 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.163 | 38654 | Marked run 579 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.164 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.165 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.165 | 38652 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.166 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.168 | 30448 | Recursively removing directory: /tmp/git.nShTkI/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.170 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.170 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.170 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.170 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.170 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 38656 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 38675 | Added a new worker 6 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 30444 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.171 | 30444 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.172 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.173 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4pqDDl +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.174 | 38658 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.175 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.177 | 30445 | Recursively removing directory: /tmp/git.vdDXOM/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.178 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.178 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.178 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.178 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.178 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.179 | 38673 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.180 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.183 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y59jIC +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.182 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.182 | 38680 | Added a new worker 12 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.182 | 30444 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.182 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.182 | 30444 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.183 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.186 | 38674 | Marked run 581 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.186 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.186 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.187 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.189 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.191 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.191 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.192 | 38669 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.193 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.193 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.200 | 38679 | Marked run 580 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.200 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.201 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.202 | 38682 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.203 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.206 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.207 | 38683 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.207 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.208 | 30448 | Recursively removing directory: /tmp/git.4pqDDl/ +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.209 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.209 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.209 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.209 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.209 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.211 | 30445 | Recursively removing directory: /tmp/git.Y59jIC/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.213 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.213 | 38685 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.214 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.214 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.214 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.214 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 38703 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 30444 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.215 | 30444 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.215 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MZE3GH +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.216 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.217 | 38700 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.217 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.220 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.221 | 38707 | Added a new worker 13 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.221 | 30444 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.221 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.222 | 30444 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.222 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.222 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2P7J2c +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.223 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.224 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.224 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.228 | 38692 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.229 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.232 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.233 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.234 | 38702 | Marked run 582 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.235 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.236 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.240 | 38706 | Marked run 583 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.242 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.244 | 30448 | Recursively removing directory: /tmp/git.MZE3GH/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.251 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.251 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.251 | 38725 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.250 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.250 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.251 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.252 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nQCaoV +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.252 | 30444 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.252 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.252 | 30444 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.253 | 38704 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.253 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.255 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.257 | 30445 | Recursively removing directory: /tmp/git.2P7J2c/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.257 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.258 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.258 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 38730 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.258 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.259 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e0JGLB +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30444 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30444 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.259 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.265 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.265 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.265 | 38709 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.266 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.268 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.268 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.269 | 38710 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.270 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.270 | 38716 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.271 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.273 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.274 | 38728 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.275 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.278 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.280 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.282 | 38723 | Marked run 584 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.283 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.284 | 38735 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.285 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.287 | 30445 | Recursively removing directory: /tmp/git.e0JGLB/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.288 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.288 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.288 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.288 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.289 | 38729 | Marked run 585 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.289 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.289 | 38754 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.289 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.290 | 30444 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.290 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.290 | 30444 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.290 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.290 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jgf9jg +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 38756 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 30444 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.294 | 30444 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.292 | 30448 | Recursively removing directory: /tmp/git.nQCaoV/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.293 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.293 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.293 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.294 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9K49sp +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.297 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.298 | 38752 | Marked run 587 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.299 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.302 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.304 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.305 | 38737 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.306 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.306 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.308 | 38741 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.309 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.310 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.312 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.312 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.314 | 38742 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.315 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.317 | 38753 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.318 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.324 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.324 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.327 | 30445 | Recursively removing directory: /tmp/git.jgf9jg/ +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.330 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.330 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.330 | 38775 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.329 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.329 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.329 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.330 | 30444 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.330 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.331 | 30444 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.331 | 38755 | Marked run 586 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.331 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.333 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rxW3U1 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.335 | 38764 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.335 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.337 | 38763 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.338 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.339 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.339 | 38772 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.340 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.341 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.342 | 38771 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.342 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.343 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.346 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.348 | 38774 | Marked run 588 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.348 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.348 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.350 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.351 | 30448 | Recursively removing directory: /tmp/git.9K49sp/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.352 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.353 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.352 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.352 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.352 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.353 | 38789 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.353 | 30444 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.353 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.354 | 30444 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.354 | 38782 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.354 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.355 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.357 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iqrBVD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.364 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.364 | 38780 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.365 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.367 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.370 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.371 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.370 | 30445 | Recursively removing directory: /tmp/git.rxW3U1/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.372 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.372 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.372 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.372 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.372 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.372 | 38784 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.373 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.375 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FIf9Oi +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.374 | 38801 | Added a new worker 11 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.374 | 30444 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.374 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.375 | 30444 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.377 | 38788 | Marked run 589 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.378 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.378 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.381 | 38786 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.382 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.381 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.384 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.385 | 38792 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.385 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.387 | 38797 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.388 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.388 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.389 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.390 | 38800 | Marked run 590 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.390 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.391 | 38803 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.392 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.395 | 38810 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.396 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.398 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.398 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.400 | 38818 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.401 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.401 | 30448 | Recursively removing directory: /tmp/git.iqrBVD/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.403 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.403 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.403 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.403 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.403 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.403 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.404 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.405 | 38823 | Added a new worker 20 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.405 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IezH8d +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.405 | 30444 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.405 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.405 | 30444 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.406 | 38811 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.409 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.409 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.411 | 38819 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.412 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.413 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.414 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.414 | 38822 | Marked run 591 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.415 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.416 | 38824 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.417 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.418 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.418 | 38821 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.420 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.421 | 38829 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.422 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.422 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.424 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.427 | 38836 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.428 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.428 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.429 | 30445 | Recursively removing directory: /tmp/git.FIf9Oi/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.430 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.430 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.430 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.431 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.431 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.432 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.433 | 38843 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.433 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rvxXYp +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.433 | 30444 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.433 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.433 | 30444 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.434 | 38842 | Marked run 592 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.434 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.439 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.439 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.441 | 30448 | Recursively removing directory: /tmp/git.IezH8d/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.442 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.442 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.442 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.441 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 38851 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.443 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lXhaDN +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 30444 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.443 | 30444 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.445 | 38833 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.445 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.446 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.451 | 38838 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.453 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.452 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.455 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.456 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.456 | 38844 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.457 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.458 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.459 | 38841 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.459 | 30445 | Recursively removing directory: /tmp/git.rvxXYp/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.459 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.460 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.460 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.460 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.460 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.460 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.462 | 38850 | Marked run 593 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.462 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.463 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.464 | 38864 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.464 | 30444 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.464 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.465 | 30444 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.465 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NKlq0W +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.465 | 38859 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.466 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.467 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.469 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.472 | 38862 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.473 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.474 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.474 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.474 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.477 | 38863 | Marked run 594 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.477 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.479 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.482 | 38866 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.481 | 30448 | Recursively removing directory: /tmp/git.lXhaDN/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.483 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.483 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.483 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.482 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 38881 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 30444 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.483 | 30444 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.484 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8DGH9x +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.485 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.487 | 38872 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.488 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.490 | 30445 | Recursively removing directory: /tmp/git.NKlq0W/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.491 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.491 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.492 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.492 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.492 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.493 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.493 | 38870 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.494 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.496 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.497 | 38888 | Added a new worker 9 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.498 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yOiIi8 +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.497 | 30444 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.497 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.497 | 30444 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.498 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.500 | 38880 | Marked run 595 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.500 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.500 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.501 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.501 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.505 | 38877 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.506 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.508 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.510 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.511 | 38892 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.511 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.513 | 38887 | Marked run 596 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.514 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.514 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.515 | 38893 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.516 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.518 | 38891 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.519 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.520 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.521 | 38898 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.521 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.522 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.524 | 30448 | Recursively removing directory: /tmp/git.8DGH9x/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.525 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.525 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.525 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.525 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 38912 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 30444 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.526 | 30444 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.527 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.527 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lvGltk +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.528 | 38902 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.528 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.532 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.545 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.546 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.545 | 38909 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.547 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.548 | 38910 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.551 | 30445 | Recursively removing directory: /tmp/git.yOiIi8/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.549 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.553 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.553 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.554 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.554 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.554 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.554 | 38914 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.555 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.557 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.557 | 38911 | Marked run 597 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.558 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.558 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.559 | 38923 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.559 | 30444 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.559 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.559 | 30444 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.559 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qPPXzF +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.560 | 38907 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.560 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.562 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.564 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.567 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.568 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.568 | 38922 | Marked run 598 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.569 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.571 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.572 | 38926 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.572 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.575 | 38927 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.576 | 30448 | Recursively removing directory: /tmp/git.lvGltk/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.577 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.577 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.577 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.578 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.578 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.578 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.579 | 38942 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.579 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u801Mj +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.579 | 30444 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.579 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.579 | 30444 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.585 | 38930 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.587 | 30445 | Recursively removing directory: /tmp/git.qPPXzF/ +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.588 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.588 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.591 | 38934 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.591 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 38949 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30444 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30444 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.592 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.591 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.591 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.592 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.597 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.597 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u02mXS +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.599 | 38941 | Marked run 599 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.599 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.602 | 38940 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.602 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.607 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.608 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.609 | 38946 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.609 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.613 | 38951 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.613 | 38948 | Marked run 600 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.614 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.615 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.615 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.613 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.616 | 38952 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.617 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.617 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.619 | 38954 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.620 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.620 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.622 | 38958 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.623 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.623 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.625 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.626 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.628 | 38963 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.629 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.631 | 38966 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.635 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.638 | 38968 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.639 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.639 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.641 | 30445 | Recursively removing directory: /tmp/git.u02mXS/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.643 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.643 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.643 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.643 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.643 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.643 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.644 | 38967 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.644 | 38984 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.645 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.645 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.645 | 30444 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.645 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.645 | 30444 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.646 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mot8MI +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.649 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.649 | 38974 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.650 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.651 | 38983 | Marked run 602 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.652 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.653 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.653 | 30448 | Recursively removing directory: /tmp/git.u801Mj/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.655 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.655 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.655 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.655 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.655 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.658 | 38982 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.658 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.660 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.661 | 38990 | Added a new worker 13 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.661 | 30444 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.661 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.661 | 30444 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.661 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R3J1pJ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.662 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.663 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.664 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.664 | 38979 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.664 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.669 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.670 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.670 | 38989 | Marked run 601 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.671 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.673 | 38988 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.674 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.675 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.676 | 38986 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.677 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.679 | 38993 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.679 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.682 | 39001 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.682 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.682 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.684 | 38999 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.684 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.685 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.688 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.689 | 39009 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.690 | 30448 | Recursively removing directory: /tmp/git.R3J1pJ/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.691 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.691 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.692 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.692 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.693 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.693 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.695 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.695 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.695 | 39018 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.696 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.696 | 30444 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.696 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.696 | 30444 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.696 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YNnoee +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.698 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.698 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.696 | 30445 | Recursively removing directory: /tmp/git.mot8MI/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.698 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.698 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.698 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.700 | 39022 | Added a new worker 22 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.700 | 30444 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.700 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.700 | 30444 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.701 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.704 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TcThBg +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.708 | 39012 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.708 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.711 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.714 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.713 | 39015 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.714 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.715 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.717 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.717 | 39021 | Marked run 603 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.717 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.719 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.720 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.720 | 39017 | Marked run 604 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.721 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.723 | 39019 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.724 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.730 | 39020 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.731 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.733 | 39026 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.733 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.734 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.736 | 39029 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.736 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.737 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.739 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.740 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.741 | 30445 | Recursively removing directory: /tmp/git.TcThBg/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.741 | 30448 | Recursively removing directory: /tmp/git.YNnoee/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.743 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.743 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.743 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 39050 | Added a new worker 23 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30444 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30444 | Removed worker 23 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30444 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.744 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.745 | 39048 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.745 | 30444 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.745 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.745 | 30444 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.746 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.742 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.742 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.742 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.745 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c3mvm3 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.745 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KyEpbK +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.751 | 39041 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.751 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.755 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.758 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.758 | 39043 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.758 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.759 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.761 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.763 | 39045 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.764 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.763 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.766 | 39046 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.766 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.768 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.768 | 39049 | Marked run 605 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.769 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.771 | 39047 | Marked run 606 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.771 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.772 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.773 | 39052 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.774 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.776 | 39055 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.777 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.777 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.778 | 39060 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.779 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.782 | 39064 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.783 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.784 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.784 | 30445 | Recursively removing directory: /tmp/git.c3mvm3/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.785 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.785 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.786 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.786 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.786 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.787 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.787 | 39080 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.787 | 30444 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.787 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.787 | 30444 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.788 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.788 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1RK6Rn +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.789 | 30448 | Recursively removing directory: /tmp/git.KyEpbK/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.790 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.790 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.791 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 39082 | Added a new worker 21 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.791 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u7Sqov +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 30444 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 30444 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.791 | 39071 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.794 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.797 | 39077 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.798 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.799 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.799 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.799 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.802 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.803 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.806 | 39078 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.807 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.807 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.809 | 39081 | Marked run 607 as finished +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.810 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.811 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.812 | 39076 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.813 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.816 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.819 | 30448 | Recursively removing directory: /tmp/git.u7Sqov/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.820 | 39079 | Marked run 608 as finished +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.820 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.820 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.821 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 39103 | Added a new worker 19 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30444 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30444 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.821 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eFF5ca +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.821 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.824 | 39086 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.824 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.826 | 30445 | Recursively removing directory: /tmp/git.1RK6Rn/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.828 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.828 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.828 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.828 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.828 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.828 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.829 | 39107 | Added a new worker 20 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.829 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jXLviX +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.830 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.829 | 30444 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.829 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.829 | 30444 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.830 | 39091 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.831 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.832 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.833 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.834 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.836 | 39095 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.837 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.840 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.841 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.842 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.843 | 39098 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.844 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.847 | 39102 | Marked run 610 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.848 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.850 | 30448 | Recursively removing directory: /tmp/git.eFF5ca/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.850 | 39110 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.851 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.851 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.851 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.851 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.851 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.851 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.854 | 39106 | Marked run 609 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.854 | 39126 | Added a new worker 20 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.855 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.855 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.855 | 30444 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.855 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.855 | 30444 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.855 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G83e5L +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.858 | 39111 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.859 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.861 | 30445 | Recursively removing directory: /tmp/git.jXLviX/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.862 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.862 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.862 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.862 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.862 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.863 | 39133 | Added a new worker 18 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.863 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S3xVpF +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.863 | 30444 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.863 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.863 | 30444 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.864 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.866 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.869 | 39114 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.870 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.870 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.871 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.874 | 39121 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.874 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.876 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.877 | 39125 | Marked run 611 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.877 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.877 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.879 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.880 | 39132 | Marked run 612 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.880 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.881 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.886 | 30448 | Recursively removing directory: /tmp/git.G83e5L/ +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.887 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.887 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.888 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.888 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.888 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.888 | 39129 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.889 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.890 | 39151 | Added a new worker 6 to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.890 | 30444 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.890 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.891 | 30444 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.891 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tz9opi +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.891 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.892 | 39134 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.894 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.894 | 30445 | Recursively removing directory: /tmp/git.S3xVpF/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.896 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.896 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.896 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.896 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.896 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.897 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.898 | 39156 | Added a new worker 17 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.899 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KKvmLn +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.899 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.901 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.899 | 30444 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.899 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.899 | 30444 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.900 | 39138 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.901 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.902 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.903 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.905 | 39140 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.906 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.908 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.908 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.909 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.908 | 39150 | Marked run 613 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.909 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.911 | 39157 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.912 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.912 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.914 | 39155 | Marked run 614 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.914 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.918 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.918 | 39162 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.918 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.922 | 39160 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.922 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.925 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.926 | 39165 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.927 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.930 | 39171 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.931 | 30448 | Recursively removing directory: /tmp/git.tz9opi/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.931 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.935 | 30445 | Recursively removing directory: /tmp/git.KKvmLn/ +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.936 | 30445 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.936 | 30445 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.936 | 30445 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.937 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.937 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.938 | 39185 | Added a new worker 18 to the queue +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.938 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LaPRui +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.938 | 30444 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.938 | 30444 | Removed worker 18 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.938 | 30444 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.939 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.940 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.940 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.941 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.941 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.941 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.943 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.943 | 39187 | Added a new worker 22 to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.943 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H7pfV3 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.943 | 30444 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.943 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.943 | 30444 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.946 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.954 | 39167 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.956 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.957 | 30445 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.958 | 30445 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.961 | 30448 | Checking out revision HEAD +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.961 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.963 | 39184 | Marked run 616 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.963 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.963 | 30448 | Going to run: ./ci +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.967 | 39181 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.968 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.970 | 39186 | Marked run 615 as finished +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.971 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.971 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.972 | 39176 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.973 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.975 | 39188 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.977 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.979 | 39191 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.979 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.981 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.983 | 39196 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.984 | 30448 | Recursively removing directory: /tmp/git.H7pfV3/ +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.984 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.986 | 39204 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.987 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.989 | 30448 | Process exit code: 0 +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.989 | 30448 | Process output: 57 bytes +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.989 | 39209 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.989 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.989 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30448/cimple-worker: 2023-08-28 07:32:27.989 | 30448 | Waiting for a new command +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.990 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.992 | 39210 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.993 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30445/cimple-worker: 2023-08-28 07:32:27.995 | 30445 | Recursively removing directory: /tmp/git.LaPRui/ +2023-08-28 07:32:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.996 | 30442 | Waiting for new connections +2023-08-28 07:32:27 | INFO | 30442/cimple-server: 2023-08-28 07:32:27.998 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.000 | 39214 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.001 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i1fKHR +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.000 | 30444 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.000 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.000 | 30444 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.001 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.001 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.001 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.009 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.009 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.009 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.010 | 39221 | Added a new worker 22 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.010 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.010 | 30444 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.010 | 30444 | Removed worker 22 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.010 | 30444 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.012 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1I4M0f +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.013 | 39218 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.014 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.016 | 39219 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.017 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.025 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.026 | 39213 | Marked run 618 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.026 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.027 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.029 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.030 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.032 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.033 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.033 | 39217 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.034 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.036 | 39220 | Marked run 617 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.037 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.037 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.038 | 39222 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.038 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.041 | 39226 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.042 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.045 | 39225 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.046 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.047 | 39231 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.048 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.049 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.051 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.051 | 39234 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.051 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.052 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.057 | 39242 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.059 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.060 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.061 | 39240 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.061 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.062 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.066 | 39243 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.066 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.068 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.069 | 30445 | Recursively removing directory: /tmp/git.1I4M0f/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.071 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.071 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.071 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.071 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.071 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.072 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.072 | 39258 | Added a new worker 20 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.072 | 30444 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.072 | 30444 | Removed worker 20 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.072 | 30444 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.073 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q3f4ew +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.074 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.077 | 30448 | Recursively removing directory: /tmp/git.i1fKHR/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.078 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.078 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.079 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.079 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.079 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.079 | 39252 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.080 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.080 | 39260 | Added a new worker 7 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.080 | 30444 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.080 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.081 | 30444 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.081 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.081 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yavmo8 +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.083 | 39255 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.084 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.084 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.086 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.087 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.088 | 39257 | Marked run 620 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.089 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.090 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.091 | 39250 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.093 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.094 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.094 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.095 | 39259 | Marked run 619 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.095 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.097 | 39256 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.097 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.099 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.100 | 39269 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.100 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.106 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.107 | 39263 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.108 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.109 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.110 | 39274 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.110 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.111 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.112 | 30445 | Recursively removing directory: /tmp/git.q3f4ew/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.114 | 39283 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.114 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.114 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.115 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.115 | 30448 | Recursively removing directory: /tmp/git.yavmo8/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.115 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.115 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.115 | 39287 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.116 | 30444 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.116 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.116 | 30444 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.116 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.116 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AMJB4s +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.118 | 39279 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.118 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.118 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.118 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.118 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.118 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.121 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.123 | 39286 | Marked run 621 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.123 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.124 | 39290 | Added a new worker 13 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.124 | 30444 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.124 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.124 | 30444 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.124 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.124 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8zJ7dn +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.125 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.126 | 39285 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.126 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.129 | 39293 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.130 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.132 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.133 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.134 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.135 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.136 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.137 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.139 | 39296 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.140 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.143 | 39289 | Marked run 622 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.143 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.143 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.150 | 39297 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.151 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.153 | 39292 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.154 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.156 | 39298 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.157 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.159 | 39304 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.159 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.160 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.162 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.162 | 30448 | Recursively removing directory: /tmp/git.8zJ7dn/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.163 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.163 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.163 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.164 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.164 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.164 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.165 | 39317 | Added a new worker 19 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.165 | 30444 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.165 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.165 | 30444 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.165 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aQSfGv +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.166 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.172 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.173 | 30445 | Recursively removing directory: /tmp/git.AMJB4s/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.175 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.175 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.175 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.175 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.175 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.175 | 39310 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.176 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.173 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.176 | 39325 | Added a new worker 6 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.177 | 30444 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.177 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.177 | 30444 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.177 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.178 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ojyNlz +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.179 | 39315 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.180 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.183 | 39316 | Marked run 624 as finished +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.185 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.186 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.188 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.188 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.190 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.191 | 39313 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.192 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.194 | 39318 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.195 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.196 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.197 | 39324 | Marked run 623 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.197 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.199 | 39331 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.200 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.200 | 30448 | Recursively removing directory: /tmp/git.aQSfGv/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.202 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.202 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.202 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.202 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.202 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.204 | 39332 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.204 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.205 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.205 | 39345 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.206 | 30444 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.206 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.206 | 30444 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.206 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7cq24W +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.207 | 39344 | Marked run 625 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.207 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.208 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.210 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.212 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.212 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.213 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.215 | 30445 | Recursively removing directory: /tmp/git.ojyNlz/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.216 | 39338 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.217 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.217 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.216 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.217 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.218 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.219 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.220 | 39356 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.220 | 30444 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.220 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.220 | 30444 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.220 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GnNR9A +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.221 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.221 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.226 | 30448 | Recursively removing directory: /tmp/git.7cq24W/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.228 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.228 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.228 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.228 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.228 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.229 | 39347 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.230 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.231 | 39362 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.231 | 30444 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.231 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.231 | 30444 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.231 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.231 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ew74wE +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.233 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.235 | 39350 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.235 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.239 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.241 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.241 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.241 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.242 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.243 | 39349 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.243 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.246 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.247 | 39354 | Marked run 626 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.247 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.253 | 39357 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.254 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.254 | 30448 | Recursively removing directory: /tmp/git.ew74wE/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.256 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.256 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.256 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.256 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.256 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.257 | 39380 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.257 | 30444 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.257 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.257 | 30444 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.257 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ip8t1V +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.258 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.258 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.270 | 39361 | Marked run 627 as finished +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.271 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.272 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.274 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.275 | 30445 | Recursively removing directory: /tmp/git.GnNR9A/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.276 | 39364 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.277 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.277 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.277 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.277 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.277 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.278 | 39387 | Added a new worker 19 to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.278 | 30444 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.278 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.278 | 30444 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.279 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.280 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bsuq76 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.282 | 39366 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.282 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.286 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.287 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.288 | 39379 | Marked run 629 as finished +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.288 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.289 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.290 | 30448 | Recursively removing directory: /tmp/git.ip8t1V/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.291 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.291 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.291 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.292 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.292 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.292 | 39386 | Marked run 628 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.293 | 39400 | Added a new worker 21 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.293 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.293 | 30444 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.293 | 30444 | Removed worker 21 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.293 | 30444 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.294 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q1jEU8 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.297 | 39371 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.298 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.298 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.302 | 39383 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.303 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.304 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.305 | 30445 | Recursively removing directory: /tmp/git.bsuq76/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.306 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.307 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.307 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.307 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.307 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.307 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.307 | 39391 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.307 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.308 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.310 | 39399 | Marked run 630 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.310 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.311 | 39409 | Added a new worker 7 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.311 | 30444 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.311 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.311 | 30444 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.311 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GKSvuS +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.312 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.313 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.315 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.316 | 39395 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.317 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.318 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.318 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.321 | 39406 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.322 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.323 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.324 | 39408 | Marked run 631 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.324 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.328 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.329 | 39413 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.330 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.331 | 39412 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.331 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.332 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.338 | 30448 | Recursively removing directory: /tmp/git.Q1jEU8/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.339 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.339 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.339 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.340 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.340 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.344 | 39429 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.344 | 30444 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.344 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.345 | 30444 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.345 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.346 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YAsWsj +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.347 | 30445 | Recursively removing directory: /tmp/git.GKSvuS/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.349 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.349 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.349 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.349 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 39434 | Added a new worker 19 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 30444 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 30444 | Removed worker 19 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 30444 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.350 | 39420 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.350 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9M78a7 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.352 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.353 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.354 | 39426 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.355 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.359 | 39428 | Marked run 632 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.359 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.360 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.361 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.364 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.365 | 39424 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.365 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.366 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.366 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.369 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.374 | 39433 | Marked run 633 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.374 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.380 | 39442 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.380 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.383 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.385 | 39438 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.385 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.386 | 30445 | Recursively removing directory: /tmp/git.9M78a7/ +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.388 | 39440 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.389 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.389 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.389 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.389 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.389 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.391 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.393 | 39457 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.393 | 30444 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.393 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.393 | 30444 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.394 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.393 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qKlbbY +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.394 | 39453 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.394 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.398 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.398 | 30448 | Recursively removing directory: /tmp/git.YAsWsj/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.400 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.400 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.400 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.400 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.400 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.402 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.404 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.404 | 39463 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.405 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tIdxJX +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.405 | 30444 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.405 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.405 | 30444 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.407 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.410 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.411 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.412 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.414 | 39456 | Marked run 635 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.414 | 39459 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.414 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.417 | 39461 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.417 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.420 | 39465 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.420 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.421 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.423 | 39462 | Marked run 634 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.423 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.427 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.427 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.429 | 39470 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.429 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.437 | 39474 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.438 | 30445 | Recursively removing directory: /tmp/git.qKlbbY/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.440 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.440 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.440 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.438 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.440 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.440 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.441 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.442 | 30448 | Recursively removing directory: /tmp/git.tIdxJX/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.443 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.443 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.443 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.444 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.444 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.445 | 39486 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.445 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cTHiKr +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.445 | 30444 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.445 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.445 | 30444 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.446 | 39473 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.448 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.452 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.453 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.454 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.454 | 39489 | Added a new worker 9 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.454 | 30444 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.454 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.454 | 30444 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.455 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ee5qV0 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.455 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.461 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.462 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.464 | 39487 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.465 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.467 | 39491 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.468 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.473 | 39485 | Marked run 636 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.473 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.475 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.475 | 39488 | Marked run 637 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.476 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.477 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.478 | 39499 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.478 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.479 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.478 | 30445 | Recursively removing directory: /tmp/git.cTHiKr/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.479 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.479 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.479 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.479 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.481 | 39506 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.482 | 30444 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.482 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.482 | 30444 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.482 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.482 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s8xCeU +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.484 | 39504 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.485 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.486 | 39502 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.488 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.489 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.491 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.491 | 39505 | Marked run 638 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.491 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.492 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.492 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.494 | 39513 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.495 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.495 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.498 | 30448 | Recursively removing directory: /tmp/git.Ee5qV0/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.499 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.499 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.500 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.497 | 39514 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.497 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.500 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.500 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.500 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 39521 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 30444 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 30444 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.503 | 39516 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.504 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.503 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yy1xpu +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.507 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.508 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.510 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.510 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.513 | 39522 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.513 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.516 | 39520 | Marked run 639 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.516 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.518 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.519 | 30445 | Recursively removing directory: /tmp/git.s8xCeU/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.520 | 39527 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.520 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.520 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.520 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.521 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.521 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.523 | 39539 | Added a new worker 13 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.523 | 30444 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.523 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.523 | 30444 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.523 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.523 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cGpKcL +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.525 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.527 | 39524 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.528 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.531 | 39535 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.531 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.532 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.534 | 30448 | Recursively removing directory: /tmp/git.Yy1xpu/ +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.536 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.536 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.536 | 39541 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.536 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.537 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.537 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.537 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.537 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.539 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.539 | 39538 | Marked run 640 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.539 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.540 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.540 | 39546 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.540 | 30444 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.540 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.540 | 30444 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.540 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ntGngE +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.541 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.546 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.547 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.548 | 39545 | Marked run 641 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.548 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.550 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.550 | 39550 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.552 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.554 | 39549 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.555 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.556 | 30445 | Recursively removing directory: /tmp/git.cGpKcL/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.558 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.558 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.558 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.559 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZqtQGm +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.558 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.558 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.559 | 39560 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.559 | 39565 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.559 | 30444 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.559 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.559 | 30444 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.560 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.561 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.562 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.565 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.567 | 39557 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.567 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.567 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.571 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.571 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.572 | 30448 | Recursively removing directory: /tmp/git.ntGngE/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.572 | 39564 | Marked run 642 as finished +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.573 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.573 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.573 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.573 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.573 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.574 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.574 | 39575 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.574 | 30444 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.574 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.574 | 30444 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.574 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NY15By +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.575 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.580 | 39569 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.581 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.584 | 39570 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.584 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.585 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.585 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.587 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.589 | 39573 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.589 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.589 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.592 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.592 | 39574 | Marked run 643 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.592 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.594 | 39584 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.595 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.597 | 39586 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.597 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.598 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.599 | 30445 | Recursively removing directory: /tmp/git.ZqtQGm/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.601 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.601 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.601 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.601 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 39595 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30444 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30444 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.602 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.603 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FLt1k0 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.605 | 39583 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.605 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.608 | 39592 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.609 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.610 | 30448 | Recursively removing directory: /tmp/git.NY15By/ +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.612 | 39593 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.612 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.612 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.613 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.616 | 39594 | Marked run 644 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.617 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.617 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.617 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.617 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.618 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.618 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.618 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.618 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.619 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.619 | 39605 | Added a new worker 16 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.619 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NGsljR +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.619 | 30444 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.619 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.619 | 30444 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.621 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.624 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.627 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.629 | 39606 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.630 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.631 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.630 | 30445 | Recursively removing directory: /tmp/git.FLt1k0/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.631 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.631 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.631 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.632 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.632 | 39616 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.632 | 30444 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.632 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.632 | 30444 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.632 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NdPOdb +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.633 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.633 | 39603 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.634 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.637 | 39607 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.637 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.639 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.641 | 39604 | Marked run 645 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.641 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.642 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.643 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.644 | 39615 | Marked run 646 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.644 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.644 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.645 | 39619 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.648 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.651 | 39622 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.651 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.652 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.654 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.656 | 39628 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.657 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.659 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.660 | 39630 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.661 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.664 | 39624 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.664 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.665 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.667 | 39634 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.668 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.671 | 30448 | Recursively removing directory: /tmp/git.NGsljR/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.671 | 30445 | Recursively removing directory: /tmp/git.NdPOdb/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.672 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.672 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.673 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.673 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.673 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.673 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.673 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.672 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.672 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.673 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.675 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.675 | 39643 | Added a new worker 17 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.675 | 30444 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.675 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.675 | 30444 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.676 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.676 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W2b3WT +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.679 | 39644 | Added a new worker 10 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.680 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mSkwKk +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.679 | 30444 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.679 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.680 | 30444 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.681 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.682 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.684 | 39642 | Marked run 647 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.685 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.686 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.689 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.699 | 39645 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.701 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.699 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.700 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.704 | 39646 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.704 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.706 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.707 | 39641 | Marked run 648 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.707 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.708 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.714 | 39656 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.715 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.717 | 39655 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.717 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.721 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.723 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.724 | 30445 | Recursively removing directory: /tmp/git.W2b3WT/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.726 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.726 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.726 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.726 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.726 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.728 | 39668 | Added a new worker 15 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.728 | 39665 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.729 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.729 | 30444 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.729 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.729 | 30444 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.729 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.729 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n21lWL +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.735 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.735 | 39666 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.736 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.737 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.739 | 30448 | Recursively removing directory: /tmp/git.mSkwKk/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.740 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.740 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.741 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.741 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.741 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.742 | 39667 | Marked run 649 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.742 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.755 | 39671 | Added a new worker 6 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.755 | 30444 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.755 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.755 | 30444 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.755 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nap5ZQ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.755 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.771 | 39670 | Marked run 650 as finished +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.771 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.772 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.772 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.775 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.774 | 30445 | Recursively removing directory: /tmp/git.n21lWL/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.775 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.775 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.775 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.776 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.776 | 39679 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.777 | 30444 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.777 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.777 | 30444 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.777 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.777 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1wFxwW +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.784 | 39678 | Marked run 651 as finished +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.784 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.784 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.785 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.829 | 30448 | Recursively removing directory: /tmp/git.nap5ZQ/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.830 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.830 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.830 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.831 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.831 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.837 | 39691 | Marked run 652 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.837 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.837 | 39692 | Added a new worker 6 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.838 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PL0c3Q +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.838 | 30444 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.838 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.838 | 30444 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.840 | 30445 | Recursively removing directory: /tmp/git.1wFxwW/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.841 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.842 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.842 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.841 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.842 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.842 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.842 | 39694 | Added a new worker 10 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.842 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.843 | 30444 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.843 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.843 | 30444 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.845 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A7sNLp +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.848 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.850 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.853 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.854 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.856 | 39693 | Marked run 653 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.856 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.862 | 30445 | Recursively removing directory: /tmp/git.A7sNLp/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.863 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.863 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.863 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.863 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.863 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.865 | 30448 | Recursively removing directory: /tmp/git.PL0c3Q/ +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.865 | 39708 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.865 | 30444 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.865 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.865 | 30444 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.866 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.866 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.865 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8XS2xy +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.866 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.866 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.867 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.867 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.867 | 39710 | Added a new worker 8 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.868 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.868 | 30444 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.868 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.868 | 30444 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.868 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B9nVwY +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.872 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.872 | 39707 | Marked run 655 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.873 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.874 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.875 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.875 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.879 | 39709 | Marked run 654 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.879 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.883 | 30445 | Recursively removing directory: /tmp/git.8XS2xy/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.884 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.884 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.884 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.885 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.885 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.885 | 39723 | Added a new worker 10 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.885 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.886 | 30444 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.886 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.886 | 30444 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.886 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DHMujU +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.890 | 30448 | Recursively removing directory: /tmp/git.B9nVwY/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.891 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.891 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.891 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.891 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.892 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.893 | 39726 | Added a new worker 13 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.893 | 30444 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.893 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.893 | 30444 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.893 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.893 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ufeWRm +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.894 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.895 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.901 | 39722 | Marked run 656 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.901 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.901 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.903 | 39725 | Marked run 657 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.903 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.903 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.907 | 30445 | Recursively removing directory: /tmp/git.DHMujU/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.908 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.908 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.908 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.908 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.909 | 39737 | Added a new worker 10 to the queue +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.908 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.909 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0zuiUC +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.909 | 30444 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.909 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.909 | 30444 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.910 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.913 | 39736 | Marked run 658 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.915 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.915 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.916 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.918 | 30448 | Recursively removing directory: /tmp/git.ufeWRm/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.919 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.919 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.920 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.921 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.921 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.922 | 39744 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.922 | 30444 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.922 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.922 | 30444 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.923 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.923 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dhu2lb +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.928 | 30445 | Recursively removing directory: /tmp/git.0zuiUC/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.929 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.929 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.929 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.930 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.930 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.930 | 39750 | Added a new worker 13 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.931 | 30444 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.931 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.931 | 30444 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.931 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.931 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z3mRWb +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.933 | 39743 | Marked run 659 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.933 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.933 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.936 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.941 | 39749 | Marked run 660 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.942 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.943 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.944 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.946 | 30448 | Recursively removing directory: /tmp/git.dhu2lb/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.947 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.947 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.947 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 39761 | Added a new worker 10 to the queue +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.948 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SrkvPz +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 30444 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.948 | 30444 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.949 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.955 | 30445 | Recursively removing directory: /tmp/git.Z3mRWb/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.956 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.956 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.957 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.957 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.957 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.957 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 39767 | Added a new worker 8 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 39760 | Marked run 661 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 30444 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.958 | 30444 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.959 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.958 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eNdkId +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.964 | 39766 | Marked run 662 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.964 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.969 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.970 | 30445 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.974 | 30448 | Recursively removing directory: /tmp/git.SrkvPz/ +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.975 | 30448 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.975 | 30448 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.975 | 30448 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.975 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.975 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.976 | 39777 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.976 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.976 | 30444 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.976 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.976 | 30444 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.976 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ku99eu +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.981 | 39776 | Marked run 663 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.983 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.983 | 30448 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.984 | 30448 | Going to run: ./ci +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.987 | 30445 | Recursively removing directory: /tmp/git.eNdkId/ +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.989 | 30445 | Process exit code: 0 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.989 | 30445 | Process output: 57 bytes +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.989 | 30445 | Waiting for a new command +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.989 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.989 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.990 | 39785 | Added a new worker 11 to the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.990 | 30444 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.990 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.990 | 30444 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.990 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kPYExB +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.991 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.995 | 39784 | Marked run 664 as finished +2023-08-28 07:32:28 | INFO | 30442/cimple-server: 2023-08-28 07:32:28.995 | 30442 | Waiting for new connections +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.996 | 30445 | Checking out revision HEAD +2023-08-28 07:32:28 | INFO | 30445/cimple-worker: 2023-08-28 07:32:28.997 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:28.999 | 30448 | Recursively removing directory: /tmp/git.ku99eu/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.001 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.001 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.001 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.001 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.001 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.002 | 39793 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.002 | 30444 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.002 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.002 | 30444 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.002 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MmpmEH +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.003 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.007 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.009 | 39792 | Marked run 665 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.009 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.009 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.010 | 30445 | Recursively removing directory: /tmp/git.kPYExB/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.011 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.011 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.011 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.011 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.011 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.011 | 39799 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.012 | 30444 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.012 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.012 | 30444 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.012 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nGejf7 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.012 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.018 | 39798 | Marked run 666 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.018 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.019 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.020 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.022 | 30448 | Recursively removing directory: /tmp/git.MmpmEH/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.023 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.023 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.023 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.023 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.024 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.024 | 39808 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.024 | 30444 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.024 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.024 | 30444 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.024 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HlGdYJ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.025 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.028 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.032 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.031 | 30445 | Recursively removing directory: /tmp/git.nGejf7/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.032 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.032 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.033 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 39814 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30444 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30444 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.033 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.034 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sCKFHA +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.041 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.043 | 39807 | Marked run 667 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.043 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.044 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.044 | 30448 | Recursively removing directory: /tmp/git.HlGdYJ/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 39823 | Added a new worker 6 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 30444 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.046 | 30444 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.045 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.045 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.046 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.046 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GyTovc +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.048 | 39813 | Marked run 668 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.048 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.051 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.052 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.054 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.055 | 39822 | Marked run 669 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.056 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.058 | 30445 | Recursively removing directory: /tmp/git.sCKFHA/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.060 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.060 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 39834 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 30444 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.060 | 30444 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.060 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.060 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EBss1P +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.061 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.065 | 30448 | Recursively removing directory: /tmp/git.GyTovc/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.072 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.070 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.070 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.070 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.073 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.073 | 39832 | Marked run 670 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.073 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.074 | 39838 | Added a new worker 7 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.074 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.074 | 30444 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.074 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.074 | 30444 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.075 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.076 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z1G5Tr +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.077 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.077 | 39837 | Marked run 671 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.077 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.084 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.085 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.088 | 30445 | Recursively removing directory: /tmp/git.EBss1P/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.089 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.089 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.089 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.090 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.090 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.090 | 39849 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.090 | 30444 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.090 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.090 | 30444 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.090 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V9Rsoe +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.091 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.096 | 39848 | Marked run 672 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.096 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.096 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.097 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.099 | 30448 | Recursively removing directory: /tmp/git.z1G5Tr/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.101 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.101 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.101 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.101 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.101 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.103 | 39856 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.103 | 30444 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.103 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.103 | 30444 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.103 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.104 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uU3n65 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.113 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.115 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.114 | 30445 | Recursively removing directory: /tmp/git.V9Rsoe/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.119 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.119 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.119 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.120 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wmvKuE +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.116 | 39855 | Marked run 673 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 39865 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 30444 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.119 | 30444 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.121 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.126 | 39864 | Marked run 674 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.126 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.129 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.130 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.129 | 30448 | Recursively removing directory: /tmp/git.uU3n65/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.130 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.130 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.130 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 39871 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 30444 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.131 | 30444 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.131 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mIcT3d +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.132 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.140 | 30445 | Recursively removing directory: /tmp/git.wmvKuE/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.141 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.141 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.141 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 39878 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30444 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30444 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.142 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.142 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GzgQrs +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.149 | 39870 | Marked run 675 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.149 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.150 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.151 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.154 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.156 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.157 | 39877 | Marked run 676 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.158 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.161 | 30448 | Recursively removing directory: /tmp/git.mIcT3d/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.162 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.162 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.162 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.163 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.162 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.164 | 39891 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.164 | 30444 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.164 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.164 | 30444 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.164 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.165 | 39890 | Marked run 677 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.165 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.166 | 30445 | Recursively removing directory: /tmp/git.GzgQrs/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.165 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wn5Jln +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.168 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.168 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.168 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.168 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qEc5rT +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 39894 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 30444 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.168 | 30444 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.169 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.173 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.174 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.176 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.177 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.179 | 39893 | Marked run 678 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.179 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.184 | 30445 | Recursively removing directory: /tmp/git.qEc5rT/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.186 | 30448 | Recursively removing directory: /tmp/git.Wn5Jln/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.186 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.186 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.186 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 39908 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 30444 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.186 | 30444 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.187 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.188 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.188 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.188 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.189 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4cgSLF +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.187 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wUIkJN +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.188 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.188 | 39910 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.188 | 30444 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.188 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.189 | 30444 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.189 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.189 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.194 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.195 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.195 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.196 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.197 | 39907 | Marked run 680 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.197 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.199 | 39909 | Marked run 679 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.199 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.205 | 30445 | Recursively removing directory: /tmp/git.wUIkJN/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.206 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.206 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.206 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.207 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.207 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.208 | 39924 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.208 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.seWvi8 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.208 | 30444 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.208 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.208 | 30444 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.208 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.210 | 30448 | Recursively removing directory: /tmp/git.4cgSLF/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.212 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.212 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.212 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.212 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.213 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.213 | 39926 | Added a new worker 14 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.213 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pUXnNj +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.213 | 30444 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.213 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.213 | 30444 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.215 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.215 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.216 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.216 | 39923 | Marked run 681 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.217 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.219 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.220 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.224 | 39925 | Marked run 682 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.225 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.226 | 30445 | Recursively removing directory: /tmp/git.seWvi8/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.227 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.227 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.227 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.227 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.227 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.227 | 39939 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.228 | 30444 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.228 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.228 | 30444 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.228 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nTqs6P +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.228 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.231 | 30448 | Recursively removing directory: /tmp/git.pUXnNj/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.233 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.233 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.233 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.233 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.233 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 39942 | Added a new worker 8 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.234 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L75JMR +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.235 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 30444 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 30444 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 39938 | Marked run 683 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.234 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.236 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.239 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.240 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.241 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.244 | 30445 | Recursively removing directory: /tmp/git.nTqs6P/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.247 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.247 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.246 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.246 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.247 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.248 | 39941 | Marked run 684 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.248 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.248 | 39955 | Added a new worker 6 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.248 | 30444 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.248 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.249 | 30444 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.249 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.249 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GtDUJJ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.251 | 30448 | Recursively removing directory: /tmp/git.L75JMR/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.253 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.253 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.253 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.253 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.253 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.253 | 39958 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.254 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nl6AF0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.255 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.254 | 30444 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.254 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.254 | 30444 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.256 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.256 | 39954 | Marked run 685 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.257 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.257 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.267 | 39957 | Marked run 686 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.267 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.269 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.270 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.271 | 30445 | Recursively removing directory: /tmp/git.GtDUJJ/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.273 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.273 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.272 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.272 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.273 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.274 | 39968 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.274 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SvcmLh +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.274 | 30444 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.274 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.274 | 30444 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.279 | 30448 | Recursively removing directory: /tmp/git.Nl6AF0/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.279 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.280 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.280 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.280 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.280 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.280 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.280 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 39974 | Added a new worker 15 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 30444 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 30444 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.281 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.283 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NmDcIn +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.287 | 39973 | Marked run 688 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.288 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.290 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.291 | 39967 | Marked run 687 as finished +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.291 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.291 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.294 | 30445 | Recursively removing directory: /tmp/git.SvcmLh/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.295 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.295 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.296 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.296 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.296 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.296 | 39985 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.297 | 30444 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.297 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.297 | 30444 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.297 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.297 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vdImXd +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.302 | 30448 | Recursively removing directory: /tmp/git.NmDcIn/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.303 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.303 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.304 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.303 | 39984 | Marked run 689 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.304 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.304 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.303 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.304 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.305 | 39991 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.305 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WcWvVR +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.305 | 30444 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.305 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.305 | 30444 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.307 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.312 | 30445 | Recursively removing directory: /tmp/git.vdImXd/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.313 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.313 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.314 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.314 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.315 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.areu7R +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.314 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.315 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.315 | 39998 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.315 | 30444 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.315 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.315 | 30444 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.316 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.316 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.321 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.322 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.322 | 39990 | Marked run 690 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.323 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.328 | 39997 | Marked run 691 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.329 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.330 | 30448 | Recursively removing directory: /tmp/git.WcWvVR/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.331 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.331 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.332 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.333 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.333 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.333 | 40011 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.333 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.335 | 30444 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.335 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.335 | 30444 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.335 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hqWTRN +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.337 | 40010 | Marked run 692 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.337 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.339 | 30445 | Recursively removing directory: /tmp/git.areu7R/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.341 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.341 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.341 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.341 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.341 | 40014 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.341 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.342 | 30444 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.342 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.342 | 30444 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.341 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.342 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.opTOlO +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.342 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.343 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.349 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.349 | 40013 | Marked run 693 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.349 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.350 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.352 | 30448 | Recursively removing directory: /tmp/git.hqWTRN/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.354 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.354 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.354 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.354 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.354 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.355 | 40024 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.355 | 30444 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.355 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.355 | 30444 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.355 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0eC6RI +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.356 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.359 | 40023 | Marked run 694 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.359 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.361 | 30445 | Recursively removing directory: /tmp/git.opTOlO/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.362 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.362 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.362 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.361 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.362 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 40031 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 30444 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.363 | 30444 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.363 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.poEsH1 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.365 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.372 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.373 | 30448 | Recursively removing directory: /tmp/git.0eC6RI/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.373 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.374 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.374 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.374 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.374 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 40038 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 30444 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 30444 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.375 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.376 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h404ML +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.378 | 40030 | Marked run 695 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.378 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.382 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.385 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.385 | 40037 | Marked run 696 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.385 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.386 | 30445 | Recursively removing directory: /tmp/git.poEsH1/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.387 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.387 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.387 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.388 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.388 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.390 | 40047 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.390 | 30444 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.390 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.390 | 30444 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.390 | 40046 | Marked run 697 as finished +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.390 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eXBvGL +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.391 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.393 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.396 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.397 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.398 | 30448 | Recursively removing directory: /tmp/git.h404ML/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.399 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.399 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.399 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.399 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.399 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.400 | 40055 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.401 | 30444 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.401 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.401 | 30444 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.401 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.401 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kDrA4u +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.406 | 40054 | Marked run 698 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.406 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.407 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.408 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.411 | 30445 | Recursively removing directory: /tmp/git.eXBvGL/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.412 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.412 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.412 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.412 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 40065 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.413 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IBVbTe +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 30444 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 30444 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.413 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.420 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.421 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.422 | 40064 | Marked run 699 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.422 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.424 | 30448 | Recursively removing directory: /tmp/git.kDrA4u/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.425 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.425 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.425 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.425 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.425 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.426 | 40073 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.427 | 30444 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.427 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.427 | 30444 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.427 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oXcYem +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.428 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.431 | 30445 | Recursively removing directory: /tmp/git.IBVbTe/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.432 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.432 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.433 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.433 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.433 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.433 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.434 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 40072 | Marked run 700 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 40078 | Added a new worker 6 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 30444 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.434 | 30444 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.435 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.435 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I9xHoK +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.441 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.442 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.442 | 40077 | Marked run 701 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.442 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.445 | 30448 | Recursively removing directory: /tmp/git.oXcYem/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.446 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.446 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.447 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.447 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.447 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.447 | 40088 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.448 | 30444 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.448 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.448 | 30444 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.448 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G0hwD1 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.449 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.454 | 40087 | Marked run 702 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.455 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.458 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.458 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.460 | 30445 | Recursively removing directory: /tmp/git.I9xHoK/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.462 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.462 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.462 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.462 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.462 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.463 | 40096 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.463 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D0vv0t +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.463 | 30444 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.463 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.463 | 30444 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.464 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.470 | 40095 | Marked run 703 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.472 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.473 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.474 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.475 | 30448 | Recursively removing directory: /tmp/git.G0hwD1/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.476 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.476 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.477 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 40103 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30444 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.477 | 30444 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.479 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IqCMTu +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.489 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.490 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.491 | 40102 | Marked run 704 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.491 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.491 | 30445 | Recursively removing directory: /tmp/git.D0vv0t/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.493 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.493 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.494 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 40112 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.494 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2U9tv9 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 30444 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.494 | 30444 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.495 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.499 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.501 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.503 | 40111 | Marked run 705 as finished +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.504 | 30448 | Recursively removing directory: /tmp/git.IqCMTu/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.504 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.505 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.505 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.506 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.506 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.506 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.508 | 40121 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.508 | 30444 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.508 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.508 | 30444 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.509 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.508 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a9OueR +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.513 | 30445 | Recursively removing directory: /tmp/git.2U9tv9/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.514 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.514 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.514 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.513 | 40119 | Marked run 706 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 40126 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 30444 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.515 | 30444 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.515 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wJgzNE +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.517 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.518 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.519 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.521 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.521 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.525 | 40125 | Marked run 707 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.525 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.529 | 30445 | Recursively removing directory: /tmp/git.wJgzNE/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.530 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.530 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.530 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 40140 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30444 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30444 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.531 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.532 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Izmkwb +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.533 | 30448 | Recursively removing directory: /tmp/git.a9OueR/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.534 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.534 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.535 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 40139 | Marked run 709 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 40142 | Added a new worker 6 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.536 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PYd7nJ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 30444 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.535 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.536 | 30444 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.538 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.538 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.539 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.542 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.543 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.547 | 40141 | Marked run 708 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.548 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.549 | 30445 | Recursively removing directory: /tmp/git.Izmkwb/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.550 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.550 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.550 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.550 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.550 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.551 | 40155 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.551 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qik1QE +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.551 | 30444 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.551 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.551 | 30444 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.554 | 30448 | Recursively removing directory: /tmp/git.PYd7nJ/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.555 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.555 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.555 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.556 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.556 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.556 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.557 | 40158 | Added a new worker 9 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.557 | 30444 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.557 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.557 | 30444 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.557 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.558 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iHcOXH +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.561 | 40154 | Marked run 710 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.562 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.565 | 40157 | Marked run 711 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.566 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.567 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.568 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.568 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.569 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.576 | 30445 | Recursively removing directory: /tmp/git.Qik1QE/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.577 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.577 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.577 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.577 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.577 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.578 | 40172 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.578 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HTbjrC +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.579 | 30448 | Recursively removing directory: /tmp/git.iHcOXH/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.578 | 30444 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.578 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.578 | 30444 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.580 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.582 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.582 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.582 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.582 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.582 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.583 | 40171 | Marked run 712 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.583 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.587 | 40174 | Added a new worker 6 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.587 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.588 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.589 | 30444 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.589 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.589 | 30444 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.589 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bLUR7Q +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.590 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.598 | 40173 | Marked run 713 as finished +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.599 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.599 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.600 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.603 | 30445 | Recursively removing directory: /tmp/git.HTbjrC/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.605 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.605 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.605 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.605 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.605 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.605 | 40185 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.605 | 30444 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.605 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.606 | 30444 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.606 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.606 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nLhYhZ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.613 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.614 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.617 | 30448 | Recursively removing directory: /tmp/git.bLUR7Q/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.618 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.618 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.618 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.619 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.620 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.620 | 40195 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.621 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vXGanW +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.622 | 30445 | Recursively removing directory: /tmp/git.nLhYhZ/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.623 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.623 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.623 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.620 | 30444 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.620 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.620 | 30444 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.623 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.623 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.623 | 40198 | Added a new worker 8 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.623 | 40184 | Marked run 714 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.624 | 30444 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.624 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.624 | 30444 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.624 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.625 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.625 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jS6kXA +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.638 | 40197 | Marked run 716 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.639 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.642 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.643 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.646 | 40194 | Marked run 715 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.646 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.651 | 30445 | Recursively removing directory: /tmp/git.jS6kXA/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.652 | 30448 | Recursively removing directory: /tmp/git.vXGanW/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.653 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.653 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.653 | 40212 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.653 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.653 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.652 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.652 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.653 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.654 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.654 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.654 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.654 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.654 | 30444 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30444 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.655 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6D0We3 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 40214 | Added a new worker 8 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30444 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30444 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.655 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.656 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bc8MfV +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.658 | 40213 | Marked run 717 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.658 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.669 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.671 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.673 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.673 | 40211 | Marked run 718 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.673 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.673 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.682 | 30448 | Recursively removing directory: /tmp/git.bc8MfV/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.683 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.683 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.683 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.682 | 30445 | Recursively removing directory: /tmp/git.6D0We3/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.683 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.683 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.684 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.684 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.684 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 40228 | Added a new worker 14 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30444 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30444 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 40230 | Added a new worker 9 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.685 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.686 | 30444 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.686 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.686 | 30444 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.686 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CJe2cr +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.686 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2suOwn +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.694 | 40227 | Marked run 720 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.694 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.698 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.699 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.699 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.701 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.707 | 40229 | Marked run 719 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.708 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.711 | 30448 | Recursively removing directory: /tmp/git.2suOwn/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.712 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.712 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.712 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.713 | 30445 | Recursively removing directory: /tmp/git.CJe2cr/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 40244 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 30444 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.713 | 30444 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.714 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.716 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V4skWB +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.716 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.716 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.717 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 40246 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30444 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30444 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 40243 | Marked run 721 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.717 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.719 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Re2MMh +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.725 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.727 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.727 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.728 | 40245 | Marked run 722 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.728 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.728 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.737 | 30445 | Recursively removing directory: /tmp/git.Re2MMh/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.739 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.739 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.739 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.739 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.739 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.740 | 30448 | Recursively removing directory: /tmp/git.V4skWB/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.740 | 40260 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.740 | 30444 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.740 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.740 | 30444 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.740 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.743 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.743 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.742 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hWSQ9t +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.743 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.743 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.744 | 40262 | Added a new worker 14 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.744 | 30444 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.744 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.744 | 30444 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.744 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.745 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.en0afS +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.749 | 40259 | Marked run 724 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.750 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.752 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.752 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.751 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.754 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.760 | 40261 | Marked run 723 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.760 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.763 | 30448 | Recursively removing directory: /tmp/git.en0afS/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.764 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.764 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.764 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.764 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.764 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.765 | 40275 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.765 | 30444 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.765 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.765 | 30444 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.765 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.766 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IgBrVf +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.767 | 30445 | Recursively removing directory: /tmp/git.hWSQ9t/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.769 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.769 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.769 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.769 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.769 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.769 | 40278 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.770 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nCH35v +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.770 | 30444 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.770 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.770 | 30444 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.771 | 40274 | Marked run 726 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.772 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.774 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.777 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.777 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.778 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.781 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.783 | 40277 | Marked run 725 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.783 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.788 | 30448 | Recursively removing directory: /tmp/git.IgBrVf/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.789 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.789 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.790 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 40292 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30444 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30444 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.790 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.790 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1MGqWw +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.794 | 30445 | Recursively removing directory: /tmp/git.nCH35v/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.796 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.797 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.797 | 40294 | Added a new worker 9 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.797 | 30444 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.797 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.797 | 30444 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.796 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.796 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.796 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.797 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x9E0rJ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.799 | 40291 | Marked run 727 as finished +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.798 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.799 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.799 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.800 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.803 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.803 | 40293 | Marked run 728 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.804 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.805 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.812 | 30448 | Recursively removing directory: /tmp/git.1MGqWw/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.813 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.813 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.813 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.813 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.813 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.814 | 40307 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.814 | 30444 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.814 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.814 | 30444 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.814 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.815 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BuFo8q +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.817 | 30445 | Recursively removing directory: /tmp/git.x9E0rJ/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 40306 | Marked run 729 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 40310 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 30444 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.819 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.820 | 30444 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.819 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.819 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.819 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.820 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wIAf12 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.821 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.824 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.825 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.828 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.829 | 40309 | Marked run 730 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.829 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.835 | 30445 | Recursively removing directory: /tmp/git.wIAf12/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.837 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.837 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.838 | 30448 | Recursively removing directory: /tmp/git.BuFo8q/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.837 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.837 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.837 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.839 | 40324 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.839 | 30444 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.839 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.839 | 30444 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.839 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.840 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8rxO2D +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.841 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.841 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.842 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.842 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.842 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.843 | 40323 | Marked run 732 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.843 | 40326 | Added a new worker 8 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.844 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.844 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.845 | 30444 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.845 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.845 | 30444 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.848 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KqT2gC +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.850 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.852 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.855 | 40325 | Marked run 731 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.855 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.857 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.858 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.863 | 30445 | Recursively removing directory: /tmp/git.8rxO2D/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.864 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.864 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.864 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.865 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.865 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.867 | 40339 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.867 | 30444 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.867 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.867 | 30444 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.867 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wF2Jo6 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.868 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.868 | 40336 | Marked run 733 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.869 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.872 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.873 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.875 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.873 | 30448 | Recursively removing directory: /tmp/git.KqT2gC/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.875 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.875 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.875 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.875 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.876 | 40343 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.876 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.876 | 30444 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.876 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.876 | 30444 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.877 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8a3KYT +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.881 | 40342 | Marked run 734 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.881 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.883 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.884 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.888 | 30445 | Recursively removing directory: /tmp/git.wF2Jo6/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.889 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.889 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.890 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.890 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.890 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.891 | 40355 | Added a new worker 10 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.891 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kgJuh9 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.891 | 30444 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.891 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.891 | 30444 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.892 | 30448 | Recursively removing directory: /tmp/git.8a3KYT/ +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.893 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.893 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.894 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.894 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.895 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.895 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.896 | 40358 | Added a new worker 13 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.896 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cV6lKK +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.896 | 30444 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.896 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.896 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.896 | 30444 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.901 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.902 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.902 | 40357 | Marked run 736 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.903 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.906 | 40354 | Marked run 735 as finished +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.906 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.907 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.907 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.915 | 30445 | Recursively removing directory: /tmp/git.kgJuh9/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.918 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.918 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.918 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 40372 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.919 | 30448 | Recursively removing directory: /tmp/git.cV6lKK/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.921 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.921 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.920 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qDQJTY +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 30444 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.919 | 30444 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.921 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.921 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.921 | 40374 | Added a new worker 15 to the queue +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.921 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.922 | 30444 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.922 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.922 | 30444 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.922 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.922 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.926 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cUc1W9 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.933 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.933 | 40371 | Marked run 737 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.933 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.934 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.934 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.936 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.938 | 40373 | Marked run 738 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.938 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.945 | 30448 | Recursively removing directory: /tmp/git.cUc1W9/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.946 | 30445 | Recursively removing directory: /tmp/git.qDQJTY/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.947 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.947 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.947 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.948 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.948 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.946 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.946 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.947 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 40388 | Added a new worker 15 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 40390 | Added a new worker 16 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30444 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.949 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.950 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UoSamG +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.950 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wPtdyC +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.953 | 40387 | Marked run 740 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.954 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.957 | 40389 | Marked run 739 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.957 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.962 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.963 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.963 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.964 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.974 | 30445 | Recursively removing directory: /tmp/git.UoSamG/ +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.976 | 30445 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.976 | 30445 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.976 | 30448 | Recursively removing directory: /tmp/git.wPtdyC/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.978 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.978 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.978 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.976 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.978 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.978 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.978 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.976 | 30445 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.978 | 40406 | Added a new worker 15 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.979 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.979 | 30444 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.979 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.979 | 30444 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.979 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GKZghi +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.980 | 40404 | Added a new worker 12 to the queue +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.980 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u8SjEG +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.980 | 30444 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.980 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.980 | 30444 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.981 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.985 | 30448 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.986 | 30448 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.988 | 30445 | Checking out revision HEAD +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.990 | 40405 | Marked run 741 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.990 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30445/cimple-worker: 2023-08-28 07:32:29.990 | 30445 | Going to run: ./ci +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.992 | 40403 | Marked run 742 as finished +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.992 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.996 | 30448 | Recursively removing directory: /tmp/git.GKZghi/ +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.997 | 30448 | Process exit code: 0 +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.997 | 30448 | Process output: 57 bytes +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.998 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.998 | 30442 | Waiting for new connections +2023-08-28 07:32:29 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.998 | 30448 | Waiting for a new command +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.999 | 40417 | Added a new worker 11 to the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.999 | 30444 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.999 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.999 | 30444 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:29 | INFO | 30442/cimple-server: 2023-08-28 07:32:29.999 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:29.999 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xYPMPn +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.003 | 30445 | Recursively removing directory: /tmp/git.u8SjEG/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.004 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.004 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.004 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.005 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.005 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S1zgKb +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 40422 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 30444 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.005 | 30444 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.006 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.007 | 40416 | Marked run 743 as finished +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.010 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.012 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.012 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.012 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.016 | 30448 | Recursively removing directory: /tmp/git.xYPMPn/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.019 | 40421 | Marked run 744 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.019 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.020 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.020 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 40435 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.021 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.021 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XDqO5D +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 30444 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.021 | 30444 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.022 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.025 | 30445 | Recursively removing directory: /tmp/git.S1zgKb/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.026 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.026 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.026 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.027 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.027 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.028 | 40438 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.028 | 30444 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.028 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.028 | 30444 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.028 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.029 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.028 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EXk8FZ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.030 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.032 | 40434 | Marked run 745 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.032 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.033 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.034 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.038 | 40437 | Marked run 746 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.039 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.041 | 30448 | Recursively removing directory: /tmp/git.XDqO5D/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.042 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.042 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.043 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 40449 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 30444 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.043 | 30444 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.043 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OtxFWL +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.044 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.047 | 40448 | Marked run 747 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.048 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.049 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.050 | 30445 | Recursively removing directory: /tmp/git.EXk8FZ/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.051 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.051 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.051 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.050 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 40455 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.052 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wJI6E0 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 30444 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.052 | 30444 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.054 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.060 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.062 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.066 | 30448 | Recursively removing directory: /tmp/git.OtxFWL/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.067 | 40454 | Marked run 748 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.067 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.068 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.068 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.069 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.069 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.069 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.069 | 40465 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.070 | 30444 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.070 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.070 | 30444 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.070 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.070 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YoekZ1 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.074 | 40464 | Marked run 749 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.075 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.076 | 30445 | Recursively removing directory: /tmp/git.wJI6E0/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.076 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.077 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.077 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.077 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.077 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 40471 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.079 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lOwrXL +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 30444 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.078 | 30444 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.080 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.088 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.089 | 30448 | Recursively removing directory: /tmp/git.YoekZ1/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.089 | 40470 | Marked run 750 as finished +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.091 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.091 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.091 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.089 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 40479 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30444 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30444 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.091 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.089 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.092 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3H9skI +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.097 | 40478 | Marked run 751 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.097 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.099 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.100 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.103 | 30445 | Recursively removing directory: /tmp/git.lOwrXL/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.105 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.105 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.105 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.105 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.105 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.105 | 40489 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.106 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.99cXIh +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.106 | 30444 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.106 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.106 | 30444 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.107 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.114 | 40488 | Marked run 752 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.115 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.116 | 30448 | Recursively removing directory: /tmp/git.3H9skI/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.117 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.117 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.117 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.117 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.117 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.118 | 40494 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.119 | 30444 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.119 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.119 | 30444 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.119 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.122 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dCL4wI +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.123 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.126 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.128 | 40493 | Marked run 753 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.129 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.131 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.132 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.142 | 30445 | Recursively removing directory: /tmp/git.99cXIh/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.143 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.143 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.144 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.144 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.144 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.145 | 40508 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.145 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xndGPU +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.145 | 30448 | Recursively removing directory: /tmp/git.dCL4wI/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.145 | 30444 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.145 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.145 | 30444 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.146 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.146 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.146 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.147 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.147 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.147 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.148 | 40510 | Added a new worker 13 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.148 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.149 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7hu1jV +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.149 | 30444 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.149 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.149 | 30444 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.153 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.155 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.157 | 40507 | Marked run 754 as finished +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.158 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.158 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.159 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.161 | 40509 | Marked run 755 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.162 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.168 | 30445 | Recursively removing directory: /tmp/git.xndGPU/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.170 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.170 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.170 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.170 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.170 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.170 | 40523 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.170 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.171 | 30444 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.171 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.171 | 30444 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.172 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OG78HP +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.174 | 30448 | Recursively removing directory: /tmp/git.7hu1jV/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.176 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.176 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.176 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.176 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.176 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.176 | 40526 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.176 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.177 | 30444 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.177 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.177 | 30444 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.177 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LEzlOf +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.179 | 40522 | Marked run 756 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.179 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.182 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.183 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.184 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.184 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.187 | 40525 | Marked run 757 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.188 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.194 | 30445 | Recursively removing directory: /tmp/git.OG78HP/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.195 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.195 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.196 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.194 | 30448 | Recursively removing directory: /tmp/git.LEzlOf/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.196 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.196 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.196 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 40540 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.196 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.197 | 30444 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.197 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.197 | 30444 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.198 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q6GrAh +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.199 | 40542 | Added a new worker 9 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.199 | 30444 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.199 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.199 | 30444 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.200 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y0Ecnc +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.202 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.211 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.212 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.213 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.213 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.214 | 40539 | Marked run 758 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.215 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.218 | 40541 | Marked run 759 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.218 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.222 | 30445 | Recursively removing directory: /tmp/git.Q6GrAh/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.224 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.224 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.224 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.224 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.224 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.224 | 40556 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.224 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.225 | 30444 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.225 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.225 | 30444 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.225 | 30448 | Recursively removing directory: /tmp/git.y0Ecnc/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.226 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.226 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.226 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DLqFzG +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.227 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 40558 | Added a new worker 13 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 30444 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.227 | 30444 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.228 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.228 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hu6dAg +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.233 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.235 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.240 | 40555 | Marked run 760 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.241 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.241 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.244 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.250 | 30445 | Recursively removing directory: /tmp/git.DLqFzG/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.251 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.251 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.252 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 40571 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30444 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.252 | 30444 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.253 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CbEaVU +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.256 | 30448 | Recursively removing directory: /tmp/git.hu6dAg/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.257 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.257 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.257 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.257 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.257 | 40574 | Added a new worker 16 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.257 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.257 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.258 | 30444 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.258 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.258 | 30444 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.258 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lX6jKA +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.267 | 40557 | Marked run 761 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.267 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.268 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.269 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.270 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.277 | 30448 | Recursively removing directory: /tmp/git.lX6jKA/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.296 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.296 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.296 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.295 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.296 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.296 | 40570 | Marked run 762 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.297 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.297 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.297 | 40583 | Added a new worker 8 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.298 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.298 | 30444 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.298 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.298 | 30444 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.298 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0wOd87 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.300 | 40573 | Marked run 763 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.300 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.307 | 40582 | Marked run 765 as finished +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.306 | 30445 | Recursively removing directory: /tmp/git.CbEaVU/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.308 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.308 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.308 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 40590 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.308 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30444 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.309 | 30444 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.309 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GwNqIp +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.311 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.314 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.315 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.318 | 40589 | Marked run 764 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.318 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.321 | 30448 | Recursively removing directory: /tmp/git.0wOd87/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.322 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.322 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.322 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.322 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.322 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.323 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1hbtVQ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.323 | 40603 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.323 | 30444 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.323 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.323 | 30444 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.324 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.327 | 30445 | Recursively removing directory: /tmp/git.GwNqIp/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.329 | 40602 | Marked run 766 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.330 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.330 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.330 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 40606 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30444 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.330 | 30444 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.331 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f4GBgx +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.334 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.335 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.337 | 40605 | Marked run 767 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.338 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.341 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.342 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.344 | 30448 | Recursively removing directory: /tmp/git.1hbtVQ/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.345 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.345 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.345 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.345 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 40616 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 30444 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 30444 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.346 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mIXrob +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.346 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.354 | 30445 | Recursively removing directory: /tmp/git.f4GBgx/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.355 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.355 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.355 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.356 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.356 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.357 | 40622 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.357 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.357 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PbziqJ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.357 | 30444 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.357 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.357 | 30444 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.358 | 40615 | Marked run 768 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.358 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.358 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.358 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.365 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.367 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.369 | 40621 | Marked run 769 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.370 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.371 | 30448 | Recursively removing directory: /tmp/git.mIXrob/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.373 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.373 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.373 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.373 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.374 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.374 | 40635 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.374 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pfvAMI +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.374 | 30444 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.374 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.374 | 30444 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.376 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.377 | 30445 | Recursively removing directory: /tmp/git.PbziqJ/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.378 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.378 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.378 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.379 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.379 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.379 | 40638 | Added a new worker 13 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.379 | 30444 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.379 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.380 | 30444 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.380 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.380 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0PV5ZM +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.395 | 40634 | Marked run 770 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.395 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.400 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.402 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.402 | 40637 | Marked run 771 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.402 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.403 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.404 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.409 | 30448 | Recursively removing directory: /tmp/git.pfvAMI/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.410 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.411 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.411 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.411 | 30445 | Recursively removing directory: /tmp/git.0PV5ZM/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.411 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.412 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.412 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.412 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.413 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 40652 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 40654 | Added a new worker 8 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30444 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.413 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.413 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JwKfGm +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.414 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wh6r6B +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.419 | 40651 | Marked run 772 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.419 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.420 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.421 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.421 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.422 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.425 | 40653 | Marked run 773 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.425 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.430 | 30445 | Recursively removing directory: /tmp/git.wh6r6B/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.432 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.432 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.432 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.432 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.432 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.432 | 30448 | Recursively removing directory: /tmp/git.JwKfGm/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.433 | 40668 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.434 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FSvHYp +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.434 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.434 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.434 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.433 | 30444 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.433 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.434 | 30444 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 40670 | Added a new worker 15 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 30444 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.435 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.436 | 30444 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.436 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.437 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SI4g1z +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.441 | 40667 | Marked run 775 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.442 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.443 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.443 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.444 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.445 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.449 | 40669 | Marked run 774 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.449 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.455 | 30445 | Recursively removing directory: /tmp/git.FSvHYp/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.457 | 30448 | Recursively removing directory: /tmp/git.SI4g1z/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.458 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.458 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.458 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.457 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.457 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.457 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 40686 | Added a new worker 15 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30444 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.459 | 30444 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.460 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rz1ni9 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.461 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LlryQn +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 40684 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 30444 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 30444 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.460 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.475 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.476 | 40683 | Marked run 776 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.477 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.477 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.476 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.479 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.481 | 40685 | Marked run 777 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.481 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.486 | 30448 | Recursively removing directory: /tmp/git.Rz1ni9/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.487 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.487 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.488 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.488 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.488 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.488 | 30445 | Recursively removing directory: /tmp/git.LlryQn/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.488 | 40700 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.489 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.489 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.489 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.488 | 30444 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.488 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.489 | 30444 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.489 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jfIs99 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 40702 | Added a new worker 13 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 30444 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.490 | 30444 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.491 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.503 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U3rjzu +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.508 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.509 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.509 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.510 | 40699 | Marked run 778 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.510 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.512 | 40701 | Marked run 779 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.513 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.519 | 30445 | Recursively removing directory: /tmp/git.U3rjzu/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.521 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.521 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.521 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 40716 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30444 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.521 | 30444 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.523 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.522 | 30448 | Recursively removing directory: /tmp/git.jfIs99/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.523 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.523 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.523 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.524 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.py9Rau +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.524 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.524 | 40718 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.525 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.owEG7M +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.525 | 30444 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.525 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.525 | 30444 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.525 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.536 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.537 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.537 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.538 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.539 | 40715 | Marked run 781 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.539 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.552 | 40717 | Marked run 780 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.552 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.553 | 30445 | Recursively removing directory: /tmp/git.py9Rau/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.555 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.555 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.555 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.555 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.555 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.556 | 40731 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.556 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2hPIwH +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.556 | 30444 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.556 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.556 | 30444 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.557 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.559 | 30448 | Recursively removing directory: /tmp/git.owEG7M/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.564 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.564 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.564 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.564 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.565 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 40730 | Marked run 782 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 40734 | Added a new worker 7 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 30444 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.566 | 30444 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.567 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9SHOuU +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.567 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.571 | 40733 | Marked run 783 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.572 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.571 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.573 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.577 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.578 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.587 | 30445 | Recursively removing directory: /tmp/git.2hPIwH/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.588 | 30448 | Recursively removing directory: /tmp/git.9SHOuU/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.589 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.589 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 40748 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 40750 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.590 | 30444 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.590 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.590 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.590 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.590 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.591 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mqqphc +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.591 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QWgpdt +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.595 | 40747 | Marked run 785 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.595 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.598 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.599 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.599 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.601 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.602 | 40749 | Marked run 784 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.602 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.609 | 30448 | Recursively removing directory: /tmp/git.Mqqphc/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.610 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.610 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.610 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.609 | 30445 | Recursively removing directory: /tmp/git.QWgpdt/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.610 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.610 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.610 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.610 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.610 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.610 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.610 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.611 | 40765 | Added a new worker 15 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.611 | 40766 | Added a new worker 16 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.612 | 30444 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.612 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0m4RwU +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.612 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S2d4S2 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.615 | 40764 | Marked run 787 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.616 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.618 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.619 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.619 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.620 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.622 | 40763 | Marked run 786 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.622 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.629 | 30448 | Recursively removing directory: /tmp/git.0m4RwU/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.629 | 30445 | Recursively removing directory: /tmp/git.S2d4S2/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.630 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.630 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.631 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 40782 | Added a new worker 15 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30444 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.631 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30444 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.630 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.630 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.630 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 40780 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30444 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30444 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.632 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.633 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A7cX3P +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.633 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rxjDXj +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.637 | 40779 | Marked run 789 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.638 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.638 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.639 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.639 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.641 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.642 | 40781 | Marked run 788 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.642 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.647 | 30448 | Recursively removing directory: /tmp/git.A7cX3P/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.648 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.648 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.649 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.649 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.649 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.650 | 40796 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.650 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.650 | 30444 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.650 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.650 | 30445 | Recursively removing directory: /tmp/git.rxjDXj/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.650 | 30444 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.651 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.128PxN +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.654 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.654 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.654 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.654 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.654 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.654 | 40798 | Added a new worker 8 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.655 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.655 | 30444 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.655 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.655 | 30444 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.655 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.slxLv6 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.656 | 40795 | Marked run 791 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.657 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.659 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.660 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.660 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.661 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.664 | 40797 | Marked run 790 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.664 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.669 | 30448 | Recursively removing directory: /tmp/git.128PxN/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.670 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.670 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.671 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 40812 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30444 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30444 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.671 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.672 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Eaw5nF +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.674 | 40811 | Marked run 792 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.674 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.676 | 30445 | Recursively removing directory: /tmp/git.slxLv6/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.677 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.677 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.677 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.678 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.678 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.678 | 40814 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.678 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.680 | 30444 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.680 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.680 | 30444 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.680 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tsObRh +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.681 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.682 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.691 | 30448 | Recursively removing directory: /tmp/git.Eaw5nF/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.692 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.692 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.692 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.692 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.692 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.693 | 40822 | Added a new worker 13 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.693 | 30444 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.693 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.693 | 30444 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.693 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.693 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.stqKRV +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.696 | 40813 | Marked run 793 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.697 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.697 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.698 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.701 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.702 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.703 | 40821 | Marked run 794 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.703 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.709 | 30445 | Recursively removing directory: /tmp/git.tsObRh/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.711 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.711 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.711 | 40836 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.710 | 30448 | Recursively removing directory: /tmp/git.stqKRV/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.711 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.712 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.712 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.711 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.711 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.711 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.712 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fyV1Rw +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.712 | 30444 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.712 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.712 | 30444 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.712 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.712 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.713 | 40838 | Added a new worker 15 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.713 | 30444 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.713 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.713 | 30444 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.713 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.714 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2AQb1u +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.714 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.719 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.719 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.720 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.720 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.721 | 40837 | Marked run 796 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.722 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.724 | 40835 | Marked run 795 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.724 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.728 | 30448 | Recursively removing directory: /tmp/git.2AQb1u/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.730 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.730 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.730 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 40852 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.731 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6bBYqY +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 30444 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.730 | 30444 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.732 | 30445 | Recursively removing directory: /tmp/git.fyV1Rw/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.732 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.735 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.735 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.735 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.735 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 40854 | Added a new worker 8 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 40851 | Marked run 798 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30444 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.736 | 30444 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.736 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.52oe45 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.740 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.741 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.743 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.744 | 40853 | Marked run 797 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.744 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.745 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.752 | 30448 | Recursively removing directory: /tmp/git.6bBYqY/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.753 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.753 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.753 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.754 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.754 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.754 | 40868 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.755 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BvnGD9 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.754 | 30444 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.754 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.755 | 30444 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.756 | 30445 | Recursively removing directory: /tmp/git.52oe45/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.757 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.758 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.758 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.758 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.760 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hoqbpQ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.758 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.759 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.759 | 40870 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.759 | 30444 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.759 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.759 | 30444 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.762 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.762 | 40867 | Marked run 799 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.762 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.764 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.765 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.766 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.767 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.773 | 40869 | Marked run 800 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.774 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.776 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.775 | 30448 | Recursively removing directory: /tmp/git.BvnGD9/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.776 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.776 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.777 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.777 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.777 | 30445 | Recursively removing directory: /tmp/git.hoqbpQ/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.778 | 40884 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.778 | 30444 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.778 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.778 | 30444 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.779 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.779 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KwmXnj +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.781 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.781 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.780 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.781 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.781 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.782 | 40886 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.782 | 30444 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.782 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.782 | 30444 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.782 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.783 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IXF01M +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.783 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.784 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.787 | 40883 | Marked run 801 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.788 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.790 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.791 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.792 | 40885 | Marked run 802 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.793 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.801 | 30445 | Recursively removing directory: /tmp/git.IXF01M/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.802 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.802 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.802 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.803 | 30448 | Recursively removing directory: /tmp/git.KwmXnj/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.804 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9HgTeJ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 40900 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 30444 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.803 | 30444 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.804 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.805 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.805 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.805 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 40902 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 30444 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 30444 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.806 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.805 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.807 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P4FwnA +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.809 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.810 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.815 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.816 | 40899 | Marked run 804 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.816 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.828 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.829 | 40901 | Marked run 803 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.829 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.830 | 30445 | Recursively removing directory: /tmp/git.9HgTeJ/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.831 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.831 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.832 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 40911 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.833 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HJiTLf +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 30444 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.832 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.833 | 30444 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.837 | 40910 | Marked run 805 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.838 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.839 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.839 | 30448 | Recursively removing directory: /tmp/git.P4FwnA/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.841 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.841 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.841 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.841 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.841 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.840 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.842 | 40919 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.843 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j7X5NO +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.842 | 30444 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.842 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.842 | 30444 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.845 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.847 | 30445 | Recursively removing directory: /tmp/git.HJiTLf/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.849 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.849 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.850 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 40926 | Added a new worker 12 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 30444 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.851 | 30444 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.850 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.851 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M4In2k +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.852 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.854 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.860 | 40918 | Marked run 806 as finished +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.860 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.861 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.861 | 40925 | Marked run 807 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.861 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.862 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.867 | 30448 | Recursively removing directory: /tmp/git.j7X5NO/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.868 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.868 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.868 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.868 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.869 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.869 | 40939 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.869 | 30444 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.869 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.869 | 30444 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.869 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gc2GZp +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.870 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.873 | 40938 | Marked run 808 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.873 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.873 | 30445 | Recursively removing directory: /tmp/git.M4In2k/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.875 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.875 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.875 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.875 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.875 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.875 | 40942 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.875 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.877 | 30444 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.877 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.877 | 30444 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.878 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jE35RN +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.880 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.881 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.882 | 40941 | Marked run 809 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.882 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.885 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.886 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.889 | 30448 | Recursively removing directory: /tmp/git.Gc2GZp/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.890 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.890 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.891 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.891 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.891 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.892 | 40953 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.892 | 30444 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.892 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.892 | 30444 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.892 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.893 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kuGrD2 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.895 | 40952 | Marked run 810 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.895 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.898 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.899 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.902 | 30445 | Recursively removing directory: /tmp/git.jE35RN/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.903 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.903 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.903 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.903 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.903 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.903 | 40960 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.903 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.904 | 30444 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.904 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.904 | 30444 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.904 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jEkZCZ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.910 | 30448 | Recursively removing directory: /tmp/git.kuGrD2/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.910 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.911 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.913 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.913 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.914 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 40968 | Added a new worker 9 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.915 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 30444 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.915 | 30444 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.916 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IQdQo7 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.917 | 40959 | Marked run 811 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.918 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.922 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.923 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.924 | 40966 | Marked run 812 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.925 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.925 | 30445 | Recursively removing directory: /tmp/git.jEkZCZ/ +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.927 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.927 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.927 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.928 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.928 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.928 | 40977 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.928 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.929 | 30444 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.929 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.929 | 30444 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.930 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jfvTnt +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.935 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.935 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.933 | 40976 | Marked run 813 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.933 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.939 | 30448 | Recursively removing directory: /tmp/git.IQdQo7/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.941 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.941 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.940 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.940 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.941 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.941 | 40987 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.942 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Jzjzl +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.942 | 30444 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.942 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.942 | 30444 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.944 | 30445 | Recursively removing directory: /tmp/git.jfvTnt/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.944 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.946 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.946 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.947 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.946 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.948 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.948 | 40990 | Added a new worker 14 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.948 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.948 | 30444 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.948 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.949 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sHIfuA +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.949 | 30444 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.950 | 40986 | Marked run 814 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.950 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.954 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.955 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.959 | 40989 | Marked run 815 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.959 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.961 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.962 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.968 | 30448 | Recursively removing directory: /tmp/git.1Jzjzl/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.970 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.970 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.969 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.969 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.970 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.971 | 41004 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.971 | 30444 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.971 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.971 | 30444 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.971 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.972 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m5VFM9 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.972 | 30445 | Recursively removing directory: /tmp/git.sHIfuA/ +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.974 | 41003 | Marked run 816 as finished +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.974 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.976 | 30445 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.976 | 30445 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.976 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.977 | 30445 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.978 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.979 | 41006 | Added a new worker 11 to the queue +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.979 | 30448 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.980 | 30448 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.980 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wc6psf +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.980 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.980 | 30444 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.980 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.980 | 30444 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.985 | 30445 | Checking out revision HEAD +2023-08-28 07:32:30 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.986 | 30445 | Going to run: ./ci +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.989 | 41005 | Marked run 817 as finished +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.989 | 30448 | Recursively removing directory: /tmp/git.m5VFM9/ +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.990 | 30448 | Process exit code: 0 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.990 | 30448 | Process output: 57 bytes +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.990 | 30448 | Waiting for a new command +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 41016 | Added a new worker 10 to the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30442 | Waiting for new connections +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30444 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:30 | INFO | 30442/cimple-server: 2023-08-28 07:32:30.991 | 30444 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:30 | INFO | 30448/cimple-worker: 2023-08-28 07:32:30.991 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L7D7Ty +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:30.999 | 30445 | Recursively removing directory: /tmp/git.Wc6psf/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.000 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.000 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.000 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.001 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.001 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.001 | 41022 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.002 | 30444 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.002 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.002 | 30444 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.002 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.003 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.002 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QO0vMy +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.003 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.004 | 41015 | Marked run 818 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.004 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.007 | 41021 | Marked run 819 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.007 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.010 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.011 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.015 | 30448 | Recursively removing directory: /tmp/git.L7D7Ty/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.016 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.016 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.017 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 41033 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30444 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.017 | 30444 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.017 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FaoFWh +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.023 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.027 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.027 | 41032 | Marked run 820 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.028 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.028 | 30445 | Recursively removing directory: /tmp/git.QO0vMy/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.029 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.029 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.029 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.029 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.029 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.030 | 41039 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.030 | 30444 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.030 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.030 | 30444 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.031 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.031 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PPLwm0 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.038 | 41038 | Marked run 821 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.038 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.037 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.037 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.040 | 30448 | Recursively removing directory: /tmp/git.FaoFWh/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.041 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.041 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.042 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.042 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.042 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.042 | 41048 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.043 | 30444 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.043 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.043 | 30444 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.043 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rF4nnP +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.043 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.045 | 41047 | Marked run 822 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.045 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.049 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.049 | 30445 | Recursively removing directory: /tmp/git.PPLwm0/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.050 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.050 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.050 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.051 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.051 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.050 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.051 | 41055 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.051 | 30444 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.051 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.052 | 30444 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.052 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gL4kKM +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.053 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.060 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.061 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.061 | 30448 | Recursively removing directory: /tmp/git.rF4nnP/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.069 | 41054 | Marked run 823 as finished +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.069 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.069 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.069 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.070 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hoHAlB +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 41064 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 30444 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.070 | 30444 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.072 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.079 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.079 | 41063 | Marked run 824 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.080 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.080 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.083 | 30445 | Recursively removing directory: /tmp/git.gL4kKM/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.085 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.085 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.085 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 41073 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 30444 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.085 | 30444 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.086 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.086 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xJNC81 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.095 | 41072 | Marked run 825 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.095 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.095 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.097 | 30448 | Recursively removing directory: /tmp/git.hoHAlB/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.098 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.098 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.096 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.098 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.098 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.098 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.099 | 41079 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.099 | 30444 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.099 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.099 | 30444 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.099 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VgVVp9 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.100 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.107 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.108 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.109 | 41078 | Marked run 826 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.109 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.111 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.110 | 30445 | Recursively removing directory: /tmp/git.xJNC81/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.111 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.111 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.112 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.112 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.112 | 41087 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.112 | 30444 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.112 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.112 | 30444 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.113 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XApM0C +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.113 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.117 | 41086 | Marked run 827 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.117 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.121 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.122 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.121 | 30448 | Recursively removing directory: /tmp/git.VgVVp9/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.123 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.123 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.123 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.123 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.123 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.124 | 41095 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.124 | 30444 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.124 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.124 | 30444 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.124 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S4nWMj +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.125 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.133 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.143 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.143 | 30445 | Recursively removing directory: /tmp/git.XApM0C/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.145 | 41094 | Marked run 828 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.145 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.145 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.145 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.146 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 41103 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 30444 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.146 | 30444 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.146 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qsCYPh +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.147 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.150 | 41102 | Marked run 829 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.151 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.154 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.155 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.156 | 30448 | Recursively removing directory: /tmp/git.S4nWMj/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.157 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.157 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.158 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.158 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.158 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.159 | 41112 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.159 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.159 | 30444 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.159 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.159 | 30444 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.159 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CE3sJG +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.163 | 41111 | Marked run 830 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.163 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.164 | 30445 | Recursively removing directory: /tmp/git.qsCYPh/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.166 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.166 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.166 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.166 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.166 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.166 | 41118 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.167 | 30444 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.167 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.167 | 30444 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.167 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.167 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CdKbZ0 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.168 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.168 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.172 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.172 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.175 | 41117 | Marked run 831 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.176 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.178 | 30448 | Recursively removing directory: /tmp/git.CE3sJG/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.179 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.179 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.180 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.180 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.180 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.181 | 41131 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.181 | 30444 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.181 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.181 | 30444 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.181 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bR4ubd +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.181 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.185 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.185 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.185 | 41134 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.185 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.186 | 30444 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.186 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.186 | 30444 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.183 | 30445 | Recursively removing directory: /tmp/git.CdKbZ0/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.184 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.184 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.194 | 41130 | Marked run 832 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.194 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.197 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.185 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.186 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b4sjah +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.201 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.202 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.202 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.204 | 41133 | Marked run 833 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.204 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.210 | 30448 | Recursively removing directory: /tmp/git.bR4ubd/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.212 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.212 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.212 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 41148 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.213 | 30445 | Recursively removing directory: /tmp/git.b4sjah/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.214 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.214 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.214 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.213 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r3aXy5 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 30444 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.213 | 30444 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.215 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.215 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 41150 | Added a new worker 8 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 30444 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 30444 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.216 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.217 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TVioWG +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.218 | 41149 | Marked run 835 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.218 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.223 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.224 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.230 | 41147 | Marked run 834 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.230 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.234 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.234 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.236 | 30448 | Recursively removing directory: /tmp/git.r3aXy5/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.237 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.237 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.237 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 41160 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.238 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KxViB4 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 30444 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.238 | 30444 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.240 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.248 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.248 | 30445 | Recursively removing directory: /tmp/git.TVioWG/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.249 | 41159 | Marked run 836 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.249 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.249 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.249 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 41166 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.250 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30444 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.250 | 30444 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.251 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HfULSp +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.252 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.260 | 41165 | Marked run 837 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.260 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.264 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.265 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.267 | 30448 | Recursively removing directory: /tmp/git.KxViB4/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.268 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.268 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.269 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 41176 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30444 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.269 | 30444 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.269 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AgzrV +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.276 | 30445 | Recursively removing directory: /tmp/git.HfULSp/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.277 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.277 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.277 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.277 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.278 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.277 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.277 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.278 | 41182 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.278 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.279 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YND9R6 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.279 | 30444 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.279 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.279 | 41175 | Marked run 838 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.279 | 30444 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.279 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.282 | 41181 | Marked run 839 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.282 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.287 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.289 | 30448 | Recursively removing directory: /tmp/git.6AgzrV/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.290 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.291 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.291 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.291 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 41190 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30444 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.291 | 30444 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.292 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pqPAUK +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.299 | 30445 | Recursively removing directory: /tmp/git.YND9R6/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.299 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.299 | 41189 | Marked run 840 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.300 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.300 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.301 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.301 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.301 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.301 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.301 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.302 | 41199 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.302 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4p5B7A +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.302 | 30444 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.302 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.302 | 30444 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.303 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.309 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.309 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.309 | 41198 | Marked run 841 as finished +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.311 | 30448 | Recursively removing directory: /tmp/git.pqPAUK/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.312 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.312 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.310 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.313 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.313 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.313 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.313 | 41208 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.314 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YSCdMO +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.313 | 30444 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.313 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.314 | 30444 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.315 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.320 | 41207 | Marked run 842 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.320 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.322 | 30445 | Recursively removing directory: /tmp/git.4p5B7A/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.323 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.323 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.323 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.323 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.323 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.323 | 41214 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.324 | 30444 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.324 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.324 | 30444 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.324 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.324 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R4YAJ8 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.325 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.326 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.330 | 41213 | Marked run 843 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.331 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.333 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.335 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.346 | 30445 | Recursively removing directory: /tmp/git.R4YAJ8/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.347 | 30448 | Recursively removing directory: /tmp/git.YSCdMO/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.347 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.347 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.347 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.349 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.349 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.349 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.348 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.348 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 41228 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30444 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30444 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.349 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.350 | 41230 | Added a new worker 8 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.350 | 30444 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.350 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.350 | 30444 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.350 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fStIwU +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.351 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.350 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kL4OPj +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.358 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.359 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.364 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.365 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.366 | 41227 | Marked run 845 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.366 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.370 | 41229 | Marked run 844 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.371 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.375 | 30448 | Recursively removing directory: /tmp/git.fStIwU/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.375 | 30445 | Recursively removing directory: /tmp/git.kL4OPj/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.377 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.377 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.377 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.376 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.376 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.377 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.377 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rZVkZM +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 41244 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30444 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.377 | 30444 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.378 | 41246 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.378 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.379 | 30444 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.379 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.379 | 30444 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.379 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.382 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zggu9p +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.387 | 41245 | Marked run 847 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.388 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.388 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.388 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.389 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.390 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.392 | 41243 | Marked run 846 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.393 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.398 | 30445 | Recursively removing directory: /tmp/git.rZVkZM/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.399 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.399 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.399 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 41260 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30444 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30444 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.400 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.401 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tTpcNK +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.403 | 30448 | Recursively removing directory: /tmp/git.zggu9p/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.406 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.405 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.405 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.406 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.406 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.407 | 41262 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.407 | 30444 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.407 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.407 | 30444 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.408 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.413 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pq2Tsk +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.413 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.414 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.422 | 41259 | Marked run 848 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.423 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.425 | 41261 | Marked run 849 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.426 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.427 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.428 | 30445 | Recursively removing directory: /tmp/git.tTpcNK/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.429 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.429 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.429 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.430 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 41271 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.430 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zdaOuU +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 30444 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.430 | 30444 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.432 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.437 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.438 | 41270 | Marked run 850 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.439 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.439 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.443 | 30448 | Recursively removing directory: /tmp/git.Pq2Tsk/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.445 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.445 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.445 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.445 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.445 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.446 | 41283 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.446 | 30444 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.446 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.446 | 30444 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.446 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.446 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SfwnXH +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.448 | 30445 | Recursively removing directory: /tmp/git.zdaOuU/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.450 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.450 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.451 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.451 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.451 | 41286 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.450 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.452 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.usy8Ey +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.452 | 30444 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.452 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.452 | 30444 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.453 | 41282 | Marked run 851 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.453 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.453 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.454 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.454 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.457 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.458 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.461 | 41285 | Marked run 852 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.462 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.468 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.466 | 30448 | Recursively removing directory: /tmp/git.SfwnXH/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.467 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.467 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.468 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.468 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.469 | 41300 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.469 | 30444 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.469 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.469 | 30444 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.469 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.469 | 30445 | Recursively removing directory: /tmp/git.usy8Ey/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.470 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oo4agF +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.471 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.471 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.470 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.470 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.470 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.472 | 41302 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.472 | 30444 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.472 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.472 | 30444 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.472 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.473 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MHimmN +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.477 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.478 | 41299 | Marked run 853 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.478 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.478 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.479 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.479 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.483 | 41301 | Marked run 854 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.483 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.487 | 30448 | Recursively removing directory: /tmp/git.oo4agF/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.488 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.488 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.488 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 41316 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30444 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30444 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.489 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.489 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0jYyYh +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.493 | 30445 | Recursively removing directory: /tmp/git.MHimmN/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.494 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.494 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 41318 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30444 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30444 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.495 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.495 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.495 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Db5GhT +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.496 | 41315 | Marked run 855 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.497 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.498 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.499 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.501 | 41317 | Marked run 856 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.501 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.503 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.504 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.508 | 30448 | Recursively removing directory: /tmp/git.0jYyYh/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.509 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.509 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.510 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 41329 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30444 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30444 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.510 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.511 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d6N5wB +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.518 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.518 | 30445 | Recursively removing directory: /tmp/git.Db5GhT/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.519 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.519 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.519 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 41328 | Marked run 857 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 41335 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.520 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.520 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wYne8B +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30444 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30444 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.520 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.527 | 41334 | Marked run 858 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.527 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.527 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.528 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.531 | 30448 | Recursively removing directory: /tmp/git.d6N5wB/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.532 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.532 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.532 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.532 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.532 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.534 | 41345 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.534 | 30444 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.534 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.534 | 30444 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.534 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.535 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y8wv7C +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.537 | 30445 | Recursively removing directory: /tmp/git.wYne8B/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.538 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.538 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.538 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 41344 | Marked run 859 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 41350 | Added a new worker 6 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.540 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p79ReV +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30444 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.539 | 30444 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.541 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.544 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.546 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.547 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.549 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.550 | 41349 | Marked run 860 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.550 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.556 | 30448 | Recursively removing directory: /tmp/git.y8wv7C/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.558 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.558 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.558 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.557 | 30445 | Recursively removing directory: /tmp/git.p79ReV/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.558 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.558 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.558 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.559 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.559 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.559 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.559 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.560 | 41366 | Added a new worker 15 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.561 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a5fkE1 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.560 | 30444 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.560 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.561 | 30444 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.561 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.561 | 41364 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.561 | 30444 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.561 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.562 | 30444 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.562 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.562 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WNjRxb +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.563 | 41363 | Marked run 861 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.563 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.568 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.569 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.576 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.585 | 41365 | Marked run 862 as finished +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.586 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.586 | 30448 | Recursively removing directory: /tmp/git.WNjRxb/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.588 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.588 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.588 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.586 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.588 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.588 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.589 | 41376 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.589 | 30444 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.589 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.589 | 30444 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.590 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p0xaX2 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.592 | 41375 | Marked run 864 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.592 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.596 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.597 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.598 | 30445 | Recursively removing directory: /tmp/git.a5fkE1/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.599 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.599 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.600 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.600 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.600 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.601 | 41384 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.601 | 30444 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.601 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.601 | 30444 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.601 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.601 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RFrqeJ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.605 | 41383 | Marked run 863 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.605 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.610 | 30448 | Recursively removing directory: /tmp/git.p0xaX2/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.611 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.611 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.612 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 41390 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 30444 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.612 | 30444 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.613 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tXOOpW +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.613 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.613 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.616 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.621 | 41389 | Marked run 865 as finished +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.622 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.622 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.623 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.627 | 30445 | Recursively removing directory: /tmp/git.RFrqeJ/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.629 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.629 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.629 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.630 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.630 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.631 | 41404 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.632 | 30444 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.632 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.632 | 30444 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.632 | 30448 | Recursively removing directory: /tmp/git.tXOOpW/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.632 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KzvWvq +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.633 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.634 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.634 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.634 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.634 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.634 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.634 | 41406 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.635 | 30444 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.635 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.635 | 30444 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.635 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.635 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3lTp3W +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.639 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.640 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.639 | 41402 | Marked run 866 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.641 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.647 | 41405 | Marked run 867 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.647 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.649 | 30445 | Recursively removing directory: /tmp/git.KzvWvq/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.650 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.650 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.651 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 41417 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30444 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30444 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.651 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.652 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KKrcDb +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.655 | 41416 | Marked run 868 as finished +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.656 | 30448 | Recursively removing directory: /tmp/git.3lTp3W/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.657 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.657 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.658 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.658 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.658 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.658 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.658 | 41422 | Added a new worker 6 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.659 | 30444 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.663 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HsVhc7 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.659 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.659 | 30444 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.659 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.667 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.668 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.669 | 41421 | Marked run 869 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.669 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.670 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.672 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.676 | 30445 | Recursively removing directory: /tmp/git.KKrcDb/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.678 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.678 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.678 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.679 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.679 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.681 | 41435 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.681 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SBp8vy +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.681 | 30444 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.681 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.681 | 30444 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.683 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.683 | 30448 | Recursively removing directory: /tmp/git.HsVhc7/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.684 | 41432 | Marked run 870 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.684 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.685 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.685 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.685 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.685 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.685 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.688 | 41438 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.688 | 30444 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.688 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.688 | 30444 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.688 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Usch1t +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.688 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.690 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.701 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.703 | 41437 | Marked run 871 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.703 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.706 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.706 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.711 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.710 | 30445 | Recursively removing directory: /tmp/git.SBp8vy/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.711 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.711 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.711 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 41451 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 30444 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.712 | 30444 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.713 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oKQc7E +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.716 | 30448 | Recursively removing directory: /tmp/git.Usch1t/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.718 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.718 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.718 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.718 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.719 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.719 | 41454 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.719 | 30444 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.719 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.719 | 30444 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.719 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mysoet +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.720 | 41450 | Marked run 872 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.724 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.724 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.731 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.733 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.736 | 41453 | Marked run 873 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.737 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.739 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.740 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.748 | 30445 | Recursively removing directory: /tmp/git.oKQc7E/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.749 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.749 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.749 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 41468 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 30444 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.750 | 30444 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.751 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.750 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nuMcGW +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.750 | 30448 | Recursively removing directory: /tmp/git.Mysoet/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.751 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.751 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.752 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.752 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.752 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.752 | 41470 | Added a new worker 8 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.753 | 30444 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.753 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.753 | 30444 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.753 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ba2zAc +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.754 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.759 | 41469 | Marked run 875 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.759 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.758 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.761 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.765 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.766 | 41467 | Marked run 874 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.767 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.772 | 30445 | Recursively removing directory: /tmp/git.nuMcGW/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.774 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.774 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.774 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.775 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.775 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.775 | 41483 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.776 | 30444 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.776 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.776 | 30444 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.776 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.776 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nvLTqH +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.778 | 30448 | Recursively removing directory: /tmp/git.Ba2zAc/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.780 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.780 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.780 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.780 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.781 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.781 | 41486 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.782 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XKltWX +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.782 | 30444 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.782 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.782 | 30444 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.782 | 41482 | Marked run 876 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.783 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.783 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.784 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.785 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.789 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.791 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.794 | 30445 | Recursively removing directory: /tmp/git.nvLTqH/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.794 | 41485 | Marked run 877 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.795 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.796 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.796 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.796 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.796 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.796 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.797 | 41496 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.797 | 30444 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.797 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.797 | 30444 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.799 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.809 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gl6ZF0 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.813 | 41495 | Marked run 878 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.813 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.815 | 30448 | Recursively removing directory: /tmp/git.XKltWX/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.816 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.816 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.816 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 41502 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.817 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.818 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nr7mZA +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 30444 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.817 | 30444 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.818 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.819 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.822 | 41501 | Marked run 879 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.822 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.826 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.827 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.830 | 30445 | Recursively removing directory: /tmp/git.gl6ZF0/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.831 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.831 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.832 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.832 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 41513 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 30444 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 30444 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.833 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.834 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rDqzQI +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.839 | 41512 | Marked run 880 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.839 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.840 | 30448 | Recursively removing directory: /tmp/git.Nr7mZA/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.842 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.842 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.842 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.843 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.843 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.844 | 41518 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.844 | 30444 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.844 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.844 | 30444 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.844 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.844 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N8VoJJ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.848 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.850 | 41517 | Marked run 881 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.850 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.851 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.853 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.854 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.861 | 30445 | Recursively removing directory: /tmp/git.rDqzQI/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.863 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.863 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.863 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.863 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.863 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.863 | 41532 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.863 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.864 | 30444 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.864 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.864 | 30444 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.864 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.onH5pX +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.866 | 30448 | Recursively removing directory: /tmp/git.N8VoJJ/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.868 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.868 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.869 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.869 | 41531 | Marked run 882 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.869 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.869 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.869 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.870 | 41534 | Added a new worker 6 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.870 | 30444 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.870 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.870 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.870 | 30444 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.870 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G9ejan +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.876 | 41533 | Marked run 883 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.876 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.879 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.879 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.881 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.882 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.889 | 30448 | Recursively removing directory: /tmp/git.G9ejan/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.890 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.890 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.890 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.891 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.891 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.891 | 41548 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.892 | 30444 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.892 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.892 | 30444 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.892 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.892 | 30445 | Recursively removing directory: /tmp/git.onH5pX/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.892 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YIL84E +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.894 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.894 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.894 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.894 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.894 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.894 | 41550 | Added a new worker 13 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.895 | 30444 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.895 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.895 | 30444 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.895 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.895 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.55T9Yn +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.900 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.901 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.904 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.905 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.905 | 41547 | Marked run 885 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.906 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.908 | 41549 | Marked run 884 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.908 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.913 | 30448 | Recursively removing directory: /tmp/git.YIL84E/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.915 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.915 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.915 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.915 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.915 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.916 | 41564 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.917 | 30444 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.917 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.917 | 30444 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.917 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.916 | 30445 | Recursively removing directory: /tmp/git.55T9Yn/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.918 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q4fLwE +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.919 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.919 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.919 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.919 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.919 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.919 | 41566 | Added a new worker 14 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.919 | 30444 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.919 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.920 | 30444 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.920 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.920 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EV6AHR +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.922 | 41563 | Marked run 886 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.923 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.930 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.932 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.933 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.934 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.935 | 41565 | Marked run 887 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.935 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.940 | 30445 | Recursively removing directory: /tmp/git.EV6AHR/ +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.941 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.941 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.941 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.941 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.942 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.943 | 41580 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.943 | 30444 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.943 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.943 | 30444 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.943 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KOW9rC +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.945 | 30448 | Recursively removing directory: /tmp/git.q4fLwE/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.947 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.947 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.947 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.945 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.947 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.948 | 41579 | Marked run 889 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.948 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.948 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.950 | 41582 | Added a new worker 6 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.950 | 30444 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.950 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.950 | 30444 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.950 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.951 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0c2QvN +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.951 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.953 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.956 | 41581 | Marked run 888 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.957 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.960 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.961 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.968 | 30445 | Recursively removing directory: /tmp/git.KOW9rC/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.970 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.970 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.970 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.970 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.970 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.971 | 41596 | Added a new worker 10 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.971 | 30444 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.971 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.971 | 30444 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.971 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aqEBmH +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.972 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.977 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.975 | 30448 | Recursively removing directory: /tmp/git.0c2QvN/ +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.977 | 30448 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.977 | 30448 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.978 | 30445 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.978 | 30448 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.979 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.979 | 41598 | Added a new worker 12 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.979 | 30444 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.979 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.979 | 30444 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.980 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IxlXwr +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.980 | 30445 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.980 | 41595 | Marked run 890 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.981 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.981 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.985 | 41597 | Marked run 891 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.986 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.988 | 30448 | Checking out revision HEAD +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.988 | 30445 | Recursively removing directory: /tmp/git.aqEBmH/ +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.990 | 30445 | Process exit code: 0 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.990 | 30445 | Process output: 57 bytes +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.990 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.990 | 30445 | Waiting for a new command +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.991 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30448/cimple-worker: 2023-08-28 07:32:31.991 | 30448 | Going to run: ./ci +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.991 | 41606 | Added a new worker 11 to the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.991 | 30444 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.991 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.991 | 30444 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:31 | INFO | 30445/cimple-worker: 2023-08-28 07:32:31.991 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gc0vGB +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.992 | 30442 | Waiting for new connections +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.996 | 41605 | Marked run 892 as finished +2023-08-28 07:32:31 | INFO | 30442/cimple-server: 2023-08-28 07:32:31.998 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.000 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.001 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.004 | 30448 | Recursively removing directory: /tmp/git.IxlXwr/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.005 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.005 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.006 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 41617 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.006 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D1pJA0 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 30444 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.006 | 30444 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.007 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.013 | 30445 | Recursively removing directory: /tmp/git.gc0vGB/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.015 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.015 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.015 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.015 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.016 | 41622 | Added a new worker 14 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.016 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.015 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.016 | 30444 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.016 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.016 | 30444 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.016 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.017 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jaJ99j +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.018 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.019 | 41616 | Marked run 893 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.019 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.026 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.027 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.029 | 30448 | Recursively removing directory: /tmp/git.D1pJA0/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.030 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.030 | 41621 | Marked run 894 as finished +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.031 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.031 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.031 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.031 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.031 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.032 | 41632 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.032 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.032 | 30444 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.032 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.032 | 30444 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.033 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.axsF8S +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.037 | 30445 | Recursively removing directory: /tmp/git.jaJ99j/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.038 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.038 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.039 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.039 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.040 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.040 | 41638 | Added a new worker 14 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.040 | 30444 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.040 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.040 | 30444 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.043 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.042 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hV223V +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.048 | 41631 | Marked run 895 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.050 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.051 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.051 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.052 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.053 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.055 | 41637 | Marked run 896 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.055 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.065 | 30448 | Recursively removing directory: /tmp/git.axsF8S/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.066 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.066 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.066 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 41652 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.068 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n4sejy +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.067 | 30445 | Recursively removing directory: /tmp/git.hV223V/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.068 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.068 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.068 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 30444 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.067 | 30444 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.069 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.069 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.069 | 41654 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.070 | 30444 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.070 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.070 | 30444 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.070 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.070 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PQWxoW +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.071 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.080 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.082 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.083 | 41653 | Marked run 898 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.084 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.083 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.088 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.089 | 41651 | Marked run 897 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.089 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.094 | 30448 | Recursively removing directory: /tmp/git.n4sejy/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.095 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.095 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.095 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.095 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.095 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.096 | 41665 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.096 | 30444 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.096 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.096 | 30444 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.097 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7jnNes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.097 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.101 | 30445 | Recursively removing directory: /tmp/git.PQWxoW/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.104 | 41664 | Marked run 899 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.104 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.105 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.105 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.106 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.106 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.paJmQW +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 41670 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 30444 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.106 | 30444 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.107 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.108 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.110 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.114 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.115 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.116 | 41669 | Marked run 900 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.116 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.120 | 30448 | Recursively removing directory: /tmp/git.7jnNes/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.122 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.122 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.122 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.123 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 41683 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 30444 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 30444 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.123 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.124 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h3wzaF +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.126 | 30445 | Recursively removing directory: /tmp/git.paJmQW/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.127 | 41682 | Marked run 901 as finished +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.128 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.128 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.128 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.128 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.128 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.129 | 41686 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.129 | 30444 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.129 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.129 | 30444 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.129 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nW06bg +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.130 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.147 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.148 | 41685 | Marked run 902 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.149 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.148 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.149 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.150 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.157 | 30448 | Recursively removing directory: /tmp/git.h3wzaF/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.158 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.158 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.158 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 41700 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 30444 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.159 | 30444 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.159 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VpKEk0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.160 | 30445 | Recursively removing directory: /tmp/git.nW06bg/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.160 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.161 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.161 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.162 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.162 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.162 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.164 | 41702 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.165 | 30444 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.165 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.165 | 30444 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.165 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.165 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Soba27 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.167 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.168 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.172 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.173 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.174 | 41699 | Marked run 903 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.174 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.177 | 41701 | Marked run 904 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.177 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.177 | 30448 | Recursively removing directory: /tmp/git.VpKEk0/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.178 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.178 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.178 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 41713 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.179 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5bxvZw +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30444 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30444 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.179 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.184 | 30445 | Recursively removing directory: /tmp/git.Soba27/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.186 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.186 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.186 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.186 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.186 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 41718 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.187 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.188 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zRcMFU +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 41712 | Marked run 905 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 30444 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.187 | 30444 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.189 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.189 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.192 | 41717 | Marked run 906 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.192 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.194 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.195 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.198 | 30448 | Recursively removing directory: /tmp/git.5bxvZw/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.200 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.200 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.200 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.200 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.200 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.201 | 41729 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.201 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4n7oYw +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.201 | 30444 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.201 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.201 | 30444 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.203 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.206 | 30445 | Recursively removing directory: /tmp/git.zRcMFU/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.208 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.208 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.208 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.208 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 41734 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 30444 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 30444 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.209 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.209 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MHPVGd +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.210 | 41728 | Marked run 907 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.210 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.211 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.212 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.215 | 41733 | Marked run 908 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.215 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.218 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.219 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.225 | 30448 | Recursively removing directory: /tmp/git.4n7oYw/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.226 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.226 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.227 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.227 | 30445 | Recursively removing directory: /tmp/git.MHPVGd/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.229 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.229 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.229 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.227 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yzvLwn +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 41748 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 30444 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.227 | 30444 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.228 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 41750 | Added a new worker 12 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30444 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.229 | 30444 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.230 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZqkC0n +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.234 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.235 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.237 | 41747 | Marked run 909 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.237 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.239 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.240 | 41749 | Marked run 910 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.240 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.240 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.245 | 30448 | Recursively removing directory: /tmp/git.yzvLwn/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.246 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.246 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.247 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.247 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.247 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.251 | 41761 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.251 | 30444 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.251 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.252 | 30444 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.252 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.254 | 41760 | Marked run 911 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.254 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.254 | 30445 | Recursively removing directory: /tmp/git.ZqkC0n/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.257 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nTD224 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.257 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.257 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.257 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.258 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.258 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.259 | 41766 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.259 | 30444 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.259 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.259 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.259 | 30444 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.259 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZH5JYK +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.265 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.265 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.266 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.266 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.267 | 41765 | Marked run 912 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.267 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.275 | 30445 | Recursively removing directory: /tmp/git.ZH5JYK/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.277 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.277 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.277 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.276 | 30448 | Recursively removing directory: /tmp/git.nTD224/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.277 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.277 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.278 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.277 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.277 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.277 | 41780 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.278 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.278 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.278 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.278 | 30444 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 30444 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.279 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QfmgxO +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 41782 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 30444 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.279 | 30444 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.279 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sKAsOz +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.281 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.284 | 41779 | Marked run 914 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.284 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.286 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.287 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.287 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.288 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.291 | 41781 | Marked run 913 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.291 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.298 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.298 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.296 | 30445 | Recursively removing directory: /tmp/git.QfmgxO/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.298 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.298 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.298 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.299 | 41796 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.299 | 30444 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.299 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.299 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.299 | 30444 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.299 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PHvmZ3 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.301 | 30448 | Recursively removing directory: /tmp/git.sKAsOz/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.302 | 41795 | Marked run 915 as finished +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.303 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.303 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.303 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.303 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.303 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.303 | 41798 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.303 | 30444 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.304 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.304 | 30444 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.304 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.304 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jVTODu +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.321 | 41797 | Marked run 916 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.322 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.325 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.326 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.330 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.331 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.334 | 30448 | Recursively removing directory: /tmp/git.jVTODu/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.335 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.335 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.335 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.336 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.336 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.336 | 41811 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.337 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bwdt5F +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.337 | 30444 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.337 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.337 | 30444 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.339 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.339 | 30445 | Recursively removing directory: /tmp/git.PHvmZ3/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.340 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.340 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.341 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 41814 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30444 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30444 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.341 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lAhaZj +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.341 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.348 | 41813 | Marked run 917 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.348 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.349 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.351 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.352 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.352 | 41810 | Marked run 918 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.352 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.353 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.361 | 30445 | Recursively removing directory: /tmp/git.lAhaZj/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.362 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.362 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.362 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.362 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.362 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.363 | 41828 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.364 | 30444 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.364 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.364 | 30444 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.364 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.366 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PNB6Nc +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.367 | 41827 | Marked run 920 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.367 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.372 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.373 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.373 | 30448 | Recursively removing directory: /tmp/git.bwdt5F/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.375 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.375 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.375 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.375 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.375 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.376 | 41831 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.376 | 30444 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.376 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.376 | 30444 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.376 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.377 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fnTV39 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.382 | 41830 | Marked run 919 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.382 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.383 | 30445 | Recursively removing directory: /tmp/git.PNB6Nc/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.384 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.384 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.384 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.385 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.385 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.385 | 41838 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.386 | 30444 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.386 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.386 | 30444 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.386 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.386 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ohpmms +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.387 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.388 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.394 | 41837 | Marked run 921 as finished +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.394 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.394 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.395 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.398 | 30448 | Recursively removing directory: /tmp/git.fnTV39/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.399 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.399 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.400 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.400 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.400 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.401 | 41849 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.401 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.401 | 30444 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.401 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.401 | 30444 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.402 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R0VeO6 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.409 | 41848 | Marked run 922 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.409 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.409 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.410 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.412 | 30445 | Recursively removing directory: /tmp/git.Ohpmms/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.413 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.413 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.413 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.414 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.414 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.414 | 41856 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.415 | 30444 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.415 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.415 | 30444 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.415 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rbdMq4 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.416 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.419 | 30448 | Recursively removing directory: /tmp/git.R0VeO6/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.421 | 41855 | Marked run 923 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.423 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.423 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.423 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.423 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.423 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.423 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.424 | 41862 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.424 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.424 | 30444 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.425 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.425 | 30444 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.425 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.426 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4HpWxN +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.426 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.430 | 41861 | Marked run 924 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.430 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.431 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.432 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.438 | 30445 | Recursively removing directory: /tmp/git.rbdMq4/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.439 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.439 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.440 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.440 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.440 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.440 | 41876 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.441 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.441 | 30448 | Recursively removing directory: /tmp/git.4HpWxN/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.442 | 30444 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.442 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.442 | 30444 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.443 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zUahVp +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.444 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.444 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.445 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.444 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.445 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.445 | 41878 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.445 | 30444 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.445 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.445 | 30444 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.445 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0DTnrs +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.446 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.451 | 41875 | Marked run 925 as finished +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.451 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.452 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.451 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.452 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.453 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.457 | 41877 | Marked run 926 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.457 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.462 | 30448 | Recursively removing directory: /tmp/git.0DTnrs/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.462 | 30445 | Recursively removing directory: /tmp/git.zUahVp/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.463 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.463 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.463 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 41894 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30444 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.464 | 30444 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.463 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.463 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.463 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.465 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.467 | 41892 | Added a new worker 12 to the queue +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.467 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8lhRqh +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.467 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.468 | 30444 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.468 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.468 | 30444 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.468 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UdFUzd +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.479 | 41891 | Marked run 928 as finished +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.481 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.482 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.483 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.484 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.485 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.489 | 41893 | Marked run 927 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.489 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.494 | 30448 | Recursively removing directory: /tmp/git.UdFUzd/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.496 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.496 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.496 | 30445 | Recursively removing directory: /tmp/git.8lhRqh/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.496 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.496 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.497 | 41908 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.497 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.497 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.497 | 30444 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.497 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.498 | 30444 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.498 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.498 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FvhPqC +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.498 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.498 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.498 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.499 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.500 | 41910 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.500 | 30444 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.500 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.500 | 30444 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.500 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.501 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m89eMy +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.506 | 41907 | Marked run 930 as finished +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.506 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.506 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.508 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.510 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.510 | 41909 | Marked run 929 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.510 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.517 | 30448 | Recursively removing directory: /tmp/git.FvhPqC/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.519 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.519 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.519 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.519 | 30445 | Recursively removing directory: /tmp/git.m89eMy/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 41924 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.520 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zxww4c +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.521 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.521 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.521 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 30444 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.520 | 30444 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.522 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.522 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.523 | 41926 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.523 | 30444 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.523 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.523 | 30444 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.523 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qf2uDz +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.523 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.524 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.529 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.530 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.531 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.532 | 41925 | Marked run 932 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.532 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.532 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.537 | 41923 | Marked run 931 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.537 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.541 | 30445 | Recursively removing directory: /tmp/git.Qf2uDz/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.542 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.542 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.543 | 30448 | Recursively removing directory: /tmp/git.zxww4c/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.543 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 41940 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 30444 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.543 | 30444 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.544 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.544 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.544 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.544 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.544 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yPmZ5y +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.544 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.544 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.545 | 41942 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.545 | 30444 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.545 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.545 | 30444 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.545 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3nIOgF +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.546 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.548 | 41939 | Marked run 934 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.549 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.551 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.553 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.554 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.554 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.555 | 41941 | Marked run 933 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.555 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.563 | 30448 | Recursively removing directory: /tmp/git.3nIOgF/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.563 | 30445 | Recursively removing directory: /tmp/git.yPmZ5y/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.564 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.564 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.564 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.565 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.565 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.565 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.564 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.564 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.565 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.565 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.566 | 41958 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.566 | 30444 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.566 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.566 | 30444 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.566 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.566 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xH1r84 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.567 | 41956 | Added a new worker 12 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.567 | 30444 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.567 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.567 | 30444 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.567 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pwu9eL +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.567 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.573 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.574 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.575 | 41957 | Marked run 935 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.575 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.576 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.577 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.585 | 30448 | Recursively removing directory: /tmp/git.pwu9eL/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.585 | 30445 | Recursively removing directory: /tmp/git.xH1r84/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.586 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.586 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.586 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.587 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.587 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.588 | 41972 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.588 | 30444 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.588 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.588 | 30444 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.588 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.588 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.588 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.589 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.589 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1nomgy +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.589 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.589 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.589 | 41955 | Marked run 936 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.589 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.589 | 41974 | Added a new worker 7 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.590 | 30444 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.590 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.590 | 30444 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.590 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lSFJGO +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.596 | 41971 | Marked run 937 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.597 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.597 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.597 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.598 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.598 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.601 | 41973 | Marked run 938 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.602 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.607 | 30448 | Recursively removing directory: /tmp/git.lSFJGO/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.609 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.609 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.609 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.608 | 30445 | Recursively removing directory: /tmp/git.1nomgy/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.610 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.610 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.610 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.610 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.610 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.610 | 41988 | Added a new worker 12 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 30444 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 30444 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.611 | 41990 | Added a new worker 9 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.611 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1cZclA +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.612 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WMIEZX +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.612 | 30444 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.612 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.612 | 30444 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.613 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.620 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.621 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.623 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.626 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.627 | 41989 | Marked run 939 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.627 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.630 | 41987 | Marked run 940 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.630 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.631 | 30445 | Recursively removing directory: /tmp/git.WMIEZX/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.633 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.633 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.633 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.633 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.633 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.633 | 42003 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.634 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K28NoF +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.634 | 30444 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.634 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.634 | 30444 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.635 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.637 | 30448 | Recursively removing directory: /tmp/git.1cZclA/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.639 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.639 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.639 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.639 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.639 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 42006 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 30444 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 30444 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.640 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.640 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mhyDRk +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.641 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.644 | 42002 | Marked run 942 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.644 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.647 | 42005 | Marked run 941 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.647 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.648 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.649 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.654 | 30445 | Recursively removing directory: /tmp/git.K28NoF/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.655 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.655 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.655 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 42019 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.657 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hJxMgW +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 30444 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.656 | 30444 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.658 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.659 | 42018 | Marked run 943 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.660 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.662 | 30448 | Recursively removing directory: /tmp/git.mhyDRk/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.663 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.663 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.663 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.663 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.663 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.664 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.664 | 42022 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.664 | 30444 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.664 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.665 | 30444 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.665 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.666 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.665 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BqhnTl +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.671 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.671 | 42021 | Marked run 944 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.671 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.671 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.675 | 30445 | Recursively removing directory: /tmp/git.hJxMgW/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.677 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.677 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.677 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.678 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4unvB +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 42035 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 30444 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.677 | 30444 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.679 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.683 | 30448 | Recursively removing directory: /tmp/git.BqhnTl/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.685 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.685 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.685 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.685 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.685 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.686 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.687 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.686 | 42038 | Added a new worker 14 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.687 | 30444 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.687 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.687 | 30444 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.687 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oq75wY +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.692 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.699 | 30445 | Recursively removing directory: /tmp/git.F4unvB/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.699 | 42034 | Marked run 945 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.700 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.705 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.705 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.705 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.705 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.71uTrt +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 42046 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 30444 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 30444 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.705 | 42037 | Marked run 946 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.706 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.709 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.710 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.714 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.721 | 30448 | Recursively removing directory: /tmp/git.oq75wY/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.723 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.723 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.723 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 42054 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30444 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.724 | 30444 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.724 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.724 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FEb0WK +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.725 | 42045 | Marked run 947 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.725 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.727 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.734 | 42053 | Marked run 948 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.734 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.734 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.735 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.736 | 30445 | Recursively removing directory: /tmp/git.71uTrt/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.738 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.738 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.738 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.738 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.738 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.738 | 42064 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.739 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O5WyB9 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.739 | 30444 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.739 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.739 | 30444 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.741 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.744 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.745 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.746 | 30448 | Recursively removing directory: /tmp/git.FEb0WK/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.752 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.752 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.752 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.752 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 42075 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 30444 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 30444 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.753 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EyEp2I +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.753 | 42063 | Marked run 949 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.754 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.755 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.757 | 30445 | Recursively removing directory: /tmp/git.O5WyB9/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.758 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.758 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.758 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.758 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.758 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.759 | 42078 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.759 | 30444 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.759 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.759 | 30444 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.759 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sRb1Kj +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.759 | 42074 | Marked run 950 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.760 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.764 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.766 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.767 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.768 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.769 | 42077 | Marked run 951 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.769 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.769 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.777 | 30445 | Recursively removing directory: /tmp/git.sRb1Kj/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.778 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.778 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.779 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 42092 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 30444 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.779 | 30444 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.780 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.780 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JKjmvX +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.783 | 42091 | Marked run 953 as finished +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.782 | 30448 | Recursively removing directory: /tmp/git.EyEp2I/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.783 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.783 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.783 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.784 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.784 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.784 | 42094 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.785 | 30444 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.785 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.785 | 30444 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.785 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.785 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GxRzLT +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.790 | 42093 | Marked run 952 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.791 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.791 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.792 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.792 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.793 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.801 | 30445 | Recursively removing directory: /tmp/git.JKjmvX/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.802 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.802 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.802 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.802 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.802 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.803 | 42108 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.803 | 30444 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.803 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.803 | 30444 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.803 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.803 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6XsgfL +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.810 | 30448 | Recursively removing directory: /tmp/git.GxRzLT/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.812 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.812 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.812 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.812 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.813 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.813 | 42110 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.813 | 30444 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.813 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.813 | 30444 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.813 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IaWoyA +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.814 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.816 | 42107 | Marked run 954 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.816 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.817 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.818 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.818 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.821 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.822 | 42109 | Marked run 955 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.822 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.827 | 30445 | Recursively removing directory: /tmp/git.6XsgfL/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.829 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.829 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.829 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.828 | 30448 | Recursively removing directory: /tmp/git.IaWoyA/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.829 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.829 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.830 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.830 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.830 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 42126 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.831 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uiw2zN +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 30444 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.831 | 30444 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.832 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.832 | 42124 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.833 | 30444 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.833 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.833 | 30444 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.833 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.syZtrZ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.833 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.837 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.838 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.839 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.839 | 42123 | Marked run 956 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.839 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.840 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.846 | 42125 | Marked run 957 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.846 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.848 | 30448 | Recursively removing directory: /tmp/git.uiw2zN/ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.850 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.850 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.850 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.850 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.850 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.851 | 42140 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.851 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qNoFz7 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.851 | 30444 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.851 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.851 | 30444 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.851 | 30445 | Recursively removing directory: /tmp/git.syZtrZ/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.852 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.852 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.853 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.853 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.853 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.853 | 42142 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.854 | 30444 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.854 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.854 | 30444 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.854 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.855 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.855 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0Gbjvq +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.858 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.859 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.861 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.862 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.862 | 42141 | Marked run 959 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.862 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.865 | 42139 | Marked run 958 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.865 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.870 | 30448 | Recursively removing directory: /tmp/git.qNoFz7/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.877 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.878 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.878 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.878 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.878 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 42156 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 30444 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 30444 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.878 | 30445 | Recursively removing directory: /tmp/git.0Gbjvq/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.879 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.879 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.879 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.879 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.880 | 42158 | Added a new worker 14 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.880 | 30444 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.880 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.880 | 30444 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.880 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.880 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yn0kU7 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.880 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e6afG1 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.881 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.885 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.885 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.886 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.886 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.894 | 30448 | Recursively removing directory: /tmp/git.yn0kU7/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.895 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.895 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.895 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.895 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.895 | 42171 | Added a new worker 15 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.895 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.896 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ix65CZ +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.896 | 30444 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.896 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.896 | 30444 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.896 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.899 | 30445 | Recursively removing directory: /tmp/git.e6afG1/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.900 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.900 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 42174 | Added a new worker 17 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30444 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 42157 | Marked run 961 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30444 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.901 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.900 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.901 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hSXEkg +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.902 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.920 | 42155 | Marked run 960 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.920 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.923 | 42170 | Marked run 962 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.924 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.924 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.925 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.925 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.926 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.929 | 42173 | Marked run 963 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.929 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.933 | 30445 | Recursively removing directory: /tmp/git.hSXEkg/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.935 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.935 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.935 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.935 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.935 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.936 | 42188 | Added a new worker 11 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.936 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.936 | 30444 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.936 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.936 | 30444 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.937 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9WuuIL +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.938 | 42187 | Marked run 965 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.938 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.941 | 30448 | Recursively removing directory: /tmp/git.ix65CZ/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.943 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.943 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.943 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.943 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.943 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.943 | 42190 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.943 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.943 | 30444 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.944 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.944 | 30444 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.944 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xllYT +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.943 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.951 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.961 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.962 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.963 | 42189 | Marked run 964 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.963 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.966 | 30445 | Recursively removing directory: /tmp/git.9WuuIL/ +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.968 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.968 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.968 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 42203 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.969 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WRrBuR +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 30444 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.969 | 30444 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.970 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.972 | 30448 | Recursively removing directory: /tmp/git.0xllYT/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.974 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.974 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.974 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 42206 | Added a new worker 13 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30444 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.974 | 30444 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.974 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xJOgD3 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.979 | 30445 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.982 | 42202 | Marked run 966 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.982 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.982 | 30448 | Checking out revision HEAD +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.982 | 30445 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.983 | 30448 | Going to run: ./ci +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.986 | 42205 | Marked run 967 as finished +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.986 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.991 | 30445 | Recursively removing directory: /tmp/git.WRrBuR/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.992 | 30448 | Recursively removing directory: /tmp/git.xJOgD3/ +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.993 | 30448 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.993 | 30448 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.994 | 30448 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.994 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.994 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.993 | 30445 | Process exit code: 0 +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.993 | 30445 | Process output: 57 bytes +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.994 | 42220 | Added a new worker 10 to the queue +2023-08-28 07:32:32 | INFO | 30448/cimple-worker: 2023-08-28 07:32:32.995 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vTF9Zr +2023-08-28 07:32:32 | INFO | 30445/cimple-worker: 2023-08-28 07:32:32.995 | 30445 | Waiting for a new command +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.994 | 30444 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.994 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.995 | 30444 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.995 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.996 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.997 | 30442 | Waiting for new connections +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.997 | 42222 | Added a new worker 9 to the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.998 | 30444 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.998 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.998 | 30444 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:32 | INFO | 30442/cimple-server: 2023-08-28 07:32:32.998 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.000 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eihNPF +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.026 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.028 | 42219 | Marked run 969 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.028 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.028 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.029 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.029 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.036 | 30445 | Recursively removing directory: /tmp/git.eihNPF/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.038 | 30448 | Recursively removing directory: /tmp/git.vTF9Zr/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.039 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.039 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.040 | 42236 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.039 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.039 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.039 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.040 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.040 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.040 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.041 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.041 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.041 | 42221 | Marked run 968 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.041 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 30444 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 30444 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.042 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zZGxE5 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 42238 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.042 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.043 | 30444 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.043 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.043 | 30444 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.043 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jGgheq +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.047 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.047 | 42235 | Marked run 971 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.048 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.048 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.049 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.051 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.052 | 42237 | Marked run 970 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.052 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.058 | 30445 | Recursively removing directory: /tmp/git.zZGxE5/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.059 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.059 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.059 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 42252 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 30444 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.060 | 30444 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.061 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.061 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Iuqvaf +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.064 | 42251 | Marked run 972 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.064 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.068 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.069 | 30448 | Recursively removing directory: /tmp/git.jGgheq/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.069 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.070 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.070 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.070 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.070 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.071 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.071 | 42255 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.071 | 30444 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.071 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.071 | 30444 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.071 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aEfOyJ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.072 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.076 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.077 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.079 | 42254 | Marked run 973 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.080 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.080 | 30445 | Recursively removing directory: /tmp/git.Iuqvaf/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.081 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.081 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.082 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.082 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.082 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.082 | 42264 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.083 | 30444 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.083 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.083 | 30444 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.083 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.083 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rZn6yn +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.088 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.089 | 30448 | Recursively removing directory: /tmp/git.aEfOyJ/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.090 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.090 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.090 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.090 | 42263 | Marked run 974 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.090 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.090 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.090 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.089 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.091 | 42271 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.091 | 30444 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.091 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.091 | 30444 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.092 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OkiRNc +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.093 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.095 | 42270 | Marked run 975 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.096 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.097 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.098 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.102 | 30445 | Recursively removing directory: /tmp/git.rZn6yn/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.103 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.103 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.103 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.103 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.103 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.103 | 42280 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.104 | 30444 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.104 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.104 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.104 | 30444 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.104 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VI9rw8 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.110 | 30448 | Recursively removing directory: /tmp/git.OkiRNc/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.110 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.112 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 42286 | Added a new worker 9 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30444 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.112 | 30444 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.113 | 42279 | Marked run 976 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.113 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.112 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.112 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.112 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.113 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rf3Mer +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.117 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.117 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.120 | 42285 | Marked run 977 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.120 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.124 | 30445 | Recursively removing directory: /tmp/git.VI9rw8/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.125 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.125 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.125 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.126 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.125 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.126 | 42300 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.126 | 30444 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.126 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.126 | 30444 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.126 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NIR1NC +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.127 | 30448 | Recursively removing directory: /tmp/git.rf3Mer/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.129 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.129 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.129 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.127 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.129 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.129 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.131 | 42302 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.131 | 30444 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.131 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.131 | 30444 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.135 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.134 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YzlE9l +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.142 | 42301 | Marked run 979 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.142 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.146 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.147 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.147 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.148 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.149 | 42299 | Marked run 978 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.150 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.155 | 30445 | Recursively removing directory: /tmp/git.NIR1NC/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.157 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.157 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.157 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.157 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.157 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.157 | 30448 | Recursively removing directory: /tmp/git.YzlE9l/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.158 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.158 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.159 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 42318 | Added a new worker 15 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 30444 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.159 | 30444 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.160 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.160 | 42316 | Added a new worker 12 to the queue +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.160 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fDN14l +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.160 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.161 | 30444 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.161 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.161 | 30444 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.162 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WKfcNR +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.167 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.167 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.168 | 42317 | Marked run 981 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.168 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.168 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.169 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.171 | 42315 | Marked run 980 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.172 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.176 | 30448 | Recursively removing directory: /tmp/git.fDN14l/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.177 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.177 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.177 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.177 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.177 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.178 | 42332 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.178 | 30444 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.178 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.178 | 30444 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.178 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.179 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lEXWEh +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.180 | 30445 | Recursively removing directory: /tmp/git.WKfcNR/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.183 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.183 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.182 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.182 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.182 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.184 | 42334 | Added a new worker 8 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.184 | 30444 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.184 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.184 | 30444 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.185 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.184 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hQ5OYv +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.185 | 42331 | Marked run 982 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.185 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.185 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.193 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.198 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.199 | 42333 | Marked run 983 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.199 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.199 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.205 | 30448 | Recursively removing directory: /tmp/git.lEXWEh/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.206 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.206 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.207 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 42348 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30444 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30444 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.207 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.210 | 30445 | Recursively removing directory: /tmp/git.hQ5OYv/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.211 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.211 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.211 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.208 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PXgvEK +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.211 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.211 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.213 | 42350 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.213 | 30444 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.213 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.213 | 30444 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.213 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.213 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sQfMr2 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.215 | 42347 | Marked run 984 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.215 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.220 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.220 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.221 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.221 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.222 | 42349 | Marked run 985 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.222 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.229 | 30448 | Recursively removing directory: /tmp/git.PXgvEK/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.230 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.230 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.230 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.230 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.231 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.231 | 42364 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.231 | 30444 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.231 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.231 | 30444 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.231 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kRXLec +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.232 | 30445 | Recursively removing directory: /tmp/git.sQfMr2/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.232 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.233 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.233 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.234 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.234 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.234 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.236 | 42366 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.236 | 30444 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.236 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.236 | 30444 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.237 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.236 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mXanIo +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.237 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.238 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.241 | 42363 | Marked run 986 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.241 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.245 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.249 | 42365 | Marked run 987 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.249 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.253 | 30448 | Recursively removing directory: /tmp/git.kRXLec/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.255 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.255 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.255 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.255 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.255 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.255 | 42380 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.256 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PHB4rB +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.255 | 30444 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.255 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.256 | 30444 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.256 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.258 | 30445 | Recursively removing directory: /tmp/git.mXanIo/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.260 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.260 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.261 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 42382 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30444 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30444 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.261 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.262 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bbHf3Q +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.265 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.265 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.267 | 42379 | Marked run 988 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.269 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.270 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.270 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.274 | 42381 | Marked run 989 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.275 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.278 | 30448 | Recursively removing directory: /tmp/git.PHB4rB/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.280 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.280 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.280 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.280 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.280 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.281 | 42396 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.281 | 30444 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.281 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.281 | 30444 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.281 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.282 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D2goDF +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.287 | 30445 | Recursively removing directory: /tmp/git.bbHf3Q/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.295 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.295 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.295 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.296 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZEnOlQ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.295 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.295 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.296 | 42398 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.296 | 30444 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.296 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.296 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.296 | 30444 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.297 | 42395 | Marked run 990 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.297 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.302 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.303 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.303 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.304 | 42397 | Marked run 991 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.305 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.306 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.313 | 30448 | Recursively removing directory: /tmp/git.D2goDF/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.314 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.315 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.315 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.315 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.315 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.316 | 42412 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.316 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.316 | 30444 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.316 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.316 | 30444 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.317 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZONnr6 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.317 | 30445 | Recursively removing directory: /tmp/git.ZEnOlQ/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.322 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.322 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.322 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.322 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.322 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.322 | 42414 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.323 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OVh356 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.323 | 30444 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.323 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.323 | 30444 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.325 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.326 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.326 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.325 | 42411 | Marked run 992 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.325 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.332 | 42413 | Marked run 993 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.333 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.334 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.335 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.337 | 30448 | Recursively removing directory: /tmp/git.ZONnr6/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.338 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.338 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.338 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.339 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.339 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.339 | 42425 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.340 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IAL1w6 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.340 | 30444 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.340 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.340 | 30444 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.341 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.345 | 42424 | Marked run 994 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.345 | 30445 | Recursively removing directory: /tmp/git.OVh356/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.347 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.347 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.347 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.345 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 42430 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30444 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30444 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.347 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.348 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AYCPOY +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.349 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.353 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.355 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.356 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.356 | 42429 | Marked run 995 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.356 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.362 | 30448 | Recursively removing directory: /tmp/git.IAL1w6/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.363 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.363 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.364 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.364 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.364 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.365 | 42444 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.365 | 30444 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.365 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.365 | 30444 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.366 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.366 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kXLlsx +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.367 | 30445 | Recursively removing directory: /tmp/git.AYCPOY/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.369 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.369 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.369 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 42446 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30444 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30444 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.369 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.369 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gIEC3l +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.372 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.373 | 42443 | Marked run 996 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.373 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.373 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.374 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.375 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.378 | 42445 | Marked run 997 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.378 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.385 | 30445 | Recursively removing directory: /tmp/git.gIEC3l/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.387 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.387 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.387 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.387 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.387 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.388 | 42460 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.388 | 30444 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.388 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.388 | 30444 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.388 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.388 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cbBjDO +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.391 | 30448 | Recursively removing directory: /tmp/git.kXLlsx/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.394 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.397 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.397 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.397 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.398 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.398 | 42462 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.398 | 30444 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.398 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.398 | 30444 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.398 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.398 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WsFhte +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.399 | 42459 | Marked run 999 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.399 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.401 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.403 | 42461 | Marked run 998 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.403 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.402 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.407 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.408 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.411 | 30445 | Recursively removing directory: /tmp/git.cbBjDO/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.412 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.412 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.413 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.413 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.413 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.413 | 42475 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.414 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HUlXyU +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.413 | 30444 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.413 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.414 | 30444 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.416 | 30448 | Recursively removing directory: /tmp/git.WsFhte/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.417 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.418 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.418 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.418 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.419 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WM0eG0 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.418 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.419 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.419 | 42478 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.419 | 30444 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.419 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.419 | 30444 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.420 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.423 | 42474 | Marked run 1000 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.425 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.425 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.425 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.426 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.427 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.429 | 42477 | Marked run 1001 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.429 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.435 | 30448 | Recursively removing directory: /tmp/git.WM0eG0/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.437 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.437 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.437 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.437 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.437 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.437 | 30445 | Recursively removing directory: /tmp/git.HUlXyU/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.437 | 42492 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.437 | 30444 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.437 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.438 | 30444 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.438 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.439 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.439 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.439 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.438 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zmLecu +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 42494 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30444 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30444 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.439 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.440 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ynxvXu +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.443 | 42491 | Marked run 1003 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.444 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.445 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.446 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.446 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.447 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.452 | 42493 | Marked run 1002 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.452 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.456 | 30445 | Recursively removing directory: /tmp/git.ynxvXu/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.457 | 30448 | Recursively removing directory: /tmp/git.zmLecu/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.458 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.458 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.458 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.459 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.459 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.459 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.459 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.458 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.458 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.458 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.460 | 42510 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.460 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4DzI3h +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.460 | 30444 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.460 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.460 | 30444 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.461 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.461 | 42508 | Added a new worker 12 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.461 | 30444 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.461 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.461 | 30444 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.462 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.469 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q6OJEV +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.483 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.483 | 42507 | Marked run 1005 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.484 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.485 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.485 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.486 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.490 | 42509 | Marked run 1004 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.490 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.495 | 30445 | Recursively removing directory: /tmp/git.Q6OJEV/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.496 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.496 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.496 | 30448 | Recursively removing directory: /tmp/git.4DzI3h/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.497 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.497 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.497 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.497 | 42524 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.498 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SmOML2 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.498 | 30444 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.498 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.498 | 30444 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.499 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.501 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.501 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.501 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 42526 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30444 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30444 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.502 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.503 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mzu0XH +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.507 | 42523 | Marked run 1007 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.507 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.508 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.510 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.511 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.515 | 42525 | Marked run 1006 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.515 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.517 | 30445 | Recursively removing directory: /tmp/git.SmOML2/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.518 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.518 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.519 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.519 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.519 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.520 | 42537 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.520 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xAWxog +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.520 | 30444 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.520 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.520 | 30444 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.521 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.525 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.525 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.526 | 42542 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.526 | 30444 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.526 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.526 | 30444 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.527 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.527 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.527 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.523 | 30448 | Recursively removing directory: /tmp/git.Mzu0XH/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.525 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.525 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.525 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.526 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xXjooL +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.529 | 42536 | Marked run 1008 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.529 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.531 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.532 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.536 | 42541 | Marked run 1009 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.537 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.538 | 30445 | Recursively removing directory: /tmp/git.xAWxog/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.539 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.539 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.540 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.540 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.540 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.540 | 42555 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.540 | 30444 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.540 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.541 | 30444 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.541 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YMy63D +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.541 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.545 | 30448 | Recursively removing directory: /tmp/git.xXjooL/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.546 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.546 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.546 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.546 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.546 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.547 | 42554 | Marked run 1010 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.547 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.548 | 42558 | Added a new worker 7 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.548 | 30444 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.548 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.548 | 30444 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.548 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.548 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NvdPuw +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.549 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.551 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.554 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.555 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.556 | 42557 | Marked run 1011 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.556 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.560 | 30445 | Recursively removing directory: /tmp/git.YMy63D/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.562 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.562 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.562 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.562 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.562 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.563 | 42572 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.563 | 30444 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.563 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.563 | 30444 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.563 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.564 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2sLwmi +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.565 | 30448 | Recursively removing directory: /tmp/git.NvdPuw/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.566 | 42571 | Marked run 1012 as finished +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.566 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.566 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.567 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.567 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.567 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.567 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.568 | 42574 | Added a new worker 6 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.568 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.568 | 30444 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.568 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.568 | 30444 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.569 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yjygH8 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.574 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.575 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.579 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.580 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.586 | 42573 | Marked run 1013 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.587 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.595 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.594 | 30445 | Recursively removing directory: /tmp/git.2sLwmi/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.595 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.595 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.595 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 42588 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 30444 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.596 | 30444 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.597 | 30448 | Recursively removing directory: /tmp/git.yjygH8/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.597 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wmEZv5 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.598 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.598 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.599 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.599 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.599 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.600 | 42590 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.600 | 30444 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.600 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.600 | 30444 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.600 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.601 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VvXjKR +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.612 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.613 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.613 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.614 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.614 | 42587 | Marked run 1014 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.615 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.617 | 42589 | Marked run 1015 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.617 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.623 | 30445 | Recursively removing directory: /tmp/git.wmEZv5/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.624 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.624 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.623 | 30448 | Recursively removing directory: /tmp/git.VvXjKR/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.624 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.624 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.625 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.624 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.624 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.624 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.624 | 42604 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.625 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.625 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.626 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fGUxBc +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 42606 | Added a new worker 16 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.626 | 30444 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.626 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tJ4RhX +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.629 | 42603 | Marked run 1016 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.629 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.634 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.634 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.635 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.635 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.636 | 42605 | Marked run 1017 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.637 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.644 | 30448 | Recursively removing directory: /tmp/git.tJ4RhX/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.645 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.645 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.646 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.646 | 30445 | Recursively removing directory: /tmp/git.fGUxBc/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.647 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.647 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.647 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.647 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.647 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.647 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.647 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.647 | 42620 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.649 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8jb1Ss +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.649 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y1FLde +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 42622 | Added a new worker 16 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30444 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.648 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.651 | 42621 | Marked run 1018 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.651 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.657 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.657 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.658 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.659 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.660 | 42619 | Marked run 1019 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.660 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.666 | 30445 | Recursively removing directory: /tmp/git.y1FLde/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.667 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.667 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.667 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.667 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.667 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.668 | 42635 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.668 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.669 | 30444 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.669 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.669 | 30444 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.669 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0QU7Y2 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.670 | 30448 | Recursively removing directory: /tmp/git.8jb1Ss/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.671 | 42634 | Marked run 1021 as finished +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.672 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.672 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.672 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.672 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.672 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.672 | 42638 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.673 | 30444 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.673 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.673 | 30444 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.673 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.673 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kptRqx +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.677 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.678 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.681 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.682 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.685 | 42637 | Marked run 1020 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.686 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.688 | 30445 | Recursively removing directory: /tmp/git.0QU7Y2/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.691 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.690 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.691 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.692 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.692 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.693 | 42649 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.693 | 30444 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.693 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.693 | 30444 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.694 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.693 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AJJRFd +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.697 | 30448 | Recursively removing directory: /tmp/git.kptRqx/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.699 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.699 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.700 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.700 | 42647 | Marked run 1022 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.700 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.701 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.702 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.702 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.703 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.703 | 42654 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.703 | 30444 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.703 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.703 | 30444 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.704 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.708 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CUzD9w +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.714 | 42653 | Marked run 1023 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.715 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.716 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.716 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.721 | 30445 | Recursively removing directory: /tmp/git.AJJRFd/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.722 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.722 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.722 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.722 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.722 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.723 | 42665 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.723 | 30444 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.723 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.723 | 30444 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.724 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JYZodG +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.724 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.728 | 30448 | Recursively removing directory: /tmp/git.CUzD9w/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.731 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.731 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.731 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.731 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.731 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.731 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.733 | 42670 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.733 | 30444 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.733 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.733 | 30444 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.733 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ECBTmP +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.734 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.734 | 42664 | Marked run 1024 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.734 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.735 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.742 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.743 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.744 | 42669 | Marked run 1025 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.744 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.746 | 30445 | Recursively removing directory: /tmp/git.JYZodG/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.747 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.747 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.747 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 42680 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.750 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fOnm0W +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 30444 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.749 | 30444 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.751 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.755 | 30448 | Recursively removing directory: /tmp/git.ECBTmP/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.756 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.757 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.757 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 42686 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30444 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.757 | 30444 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.757 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.757 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JsKGW8 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.758 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.764 | 42679 | Marked run 1026 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.765 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.767 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.767 | 30445 | Recursively removing directory: /tmp/git.fOnm0W/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.769 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.769 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.769 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.769 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.769 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.769 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.769 | 42685 | Marked run 1027 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.770 | 42694 | Added a new worker 6 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.770 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.770 | 30444 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.770 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.770 | 30444 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.770 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oknq2G +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.771 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.774 | 42693 | Marked run 1028 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.774 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.775 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.777 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.782 | 30448 | Recursively removing directory: /tmp/git.JsKGW8/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.783 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.783 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.784 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 42707 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 30444 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.784 | 30444 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.785 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.beyrV4 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.785 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.786 | 30445 | Recursively removing directory: /tmp/git.Oknq2G/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.788 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.788 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.788 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.788 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.789 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.789 | 42710 | Added a new worker 12 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.789 | 30444 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.789 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.789 | 30444 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.789 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R3rKz4 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.790 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.791 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.793 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.795 | 42706 | Marked run 1029 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.796 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.799 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.801 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.801 | 42709 | Marked run 1030 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.801 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.805 | 30448 | Recursively removing directory: /tmp/git.beyrV4/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.806 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.806 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.806 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.806 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.806 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.807 | 42721 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.807 | 30444 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.807 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.807 | 30444 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.807 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y669Ge +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.809 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.812 | 30445 | Recursively removing directory: /tmp/git.R3rKz4/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.813 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.813 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.814 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 42726 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 42720 | Marked run 1031 as finished +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.815 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l0TTQ7 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 30444 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.814 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.815 | 30444 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.815 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.819 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.819 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.820 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.821 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.824 | 42725 | Marked run 1032 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.824 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.829 | 30445 | Recursively removing directory: /tmp/git.l0TTQ7/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.830 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.830 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.830 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.830 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.830 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.831 | 42740 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.831 | 30444 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.831 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.831 | 30444 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.832 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4rKob +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.833 | 30448 | Recursively removing directory: /tmp/git.y669Ge/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.833 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.835 | 42739 | Marked run 1034 as finished +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.835 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.835 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.835 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.836 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.836 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.837 | 42742 | Added a new worker 7 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.838 | 30444 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.838 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.838 | 30444 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.838 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TIb4H1 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.838 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.840 | 42741 | Marked run 1033 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.841 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.844 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.845 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.857 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.858 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.862 | 30445 | Recursively removing directory: /tmp/git.F4rKob/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.863 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.863 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.863 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.863 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.863 | 42753 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.864 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.863 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.864 | 30444 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.864 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.864 | 30444 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.864 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O7FlFE +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.867 | 42752 | Marked run 1035 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.868 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.870 | 30448 | Recursively removing directory: /tmp/git.TIb4H1/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.871 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.871 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.871 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.872 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.872 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.872 | 42758 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.872 | 30444 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.872 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.873 | 30444 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.873 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.873 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0sdqvR +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.875 | 42757 | Marked run 1036 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.876 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.876 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.877 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.879 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.880 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.885 | 30445 | Recursively removing directory: /tmp/git.O7FlFE/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.886 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.886 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.886 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.887 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.887 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.888 | 42771 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.888 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J580SR +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.888 | 30444 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.888 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.888 | 30444 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.889 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.895 | 30448 | Recursively removing directory: /tmp/git.0sdqvR/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.896 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.897 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.897 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 42774 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30444 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.897 | 30444 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.897 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.898 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nxzBJ5 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.898 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.899 | 42770 | Marked run 1037 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.900 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.902 | 42773 | Marked run 1038 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.903 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.904 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.905 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.915 | 30445 | Recursively removing directory: /tmp/git.J580SR/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.916 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.916 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.917 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.917 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.917 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.917 | 30448 | Recursively removing directory: /tmp/git.nxzBJ5/ +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.917 | 42788 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.918 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yrjbef +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.918 | 30444 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.918 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.918 | 30444 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.919 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.919 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.919 | 42790 | Added a new worker 14 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.919 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.918 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.918 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.919 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.920 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JuZp9n +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.920 | 30444 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.920 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.920 | 30444 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.921 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.925 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.926 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.930 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.931 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.931 | 42789 | Marked run 1040 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.932 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.936 | 42787 | Marked run 1039 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.936 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.937 | 30445 | Recursively removing directory: /tmp/git.Yrjbef/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.938 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.938 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.939 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 42803 | Added a new worker 11 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30444 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30444 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.939 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.940 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KDOkkn +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.946 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.945 | 30448 | Recursively removing directory: /tmp/git.JuZp9n/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.946 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.946 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.947 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.945 | 42802 | Marked run 1041 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.947 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.947 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.947 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.947 | 42806 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.948 | 30444 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.948 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.948 | 30444 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.948 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ipe9wD +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.949 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.952 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.955 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.961 | 42805 | Marked run 1042 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.962 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.964 | 30445 | Recursively removing directory: /tmp/git.KDOkkn/ +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.965 | 30445 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.965 | 30445 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.965 | 30445 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 42819 | Added a new worker 10 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 30444 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.965 | 30444 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.965 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yqfvYi +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.966 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.978 | 30448 | Recursively removing directory: /tmp/git.ipe9wD/ +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.982 | 30448 | Process exit code: 0 +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.982 | 30448 | Process output: 57 bytes +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.982 | 30448 | Waiting for a new command +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.982 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.983 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.983 | 42822 | Added a new worker 13 to the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.983 | 30444 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.983 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.983 | 30444 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.984 | 30445 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.984 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mnCYqL +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.985 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.985 | 30445 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.989 | 42818 | Marked run 1043 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.989 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.990 | 30448 | Checking out revision HEAD +2023-08-28 07:32:33 | INFO | 30448/cimple-worker: 2023-08-28 07:32:33.991 | 30448 | Going to run: ./ci +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.997 | 42821 | Marked run 1044 as finished +2023-08-28 07:32:33 | INFO | 30442/cimple-server: 2023-08-28 07:32:33.997 | 30442 | Waiting for new connections +2023-08-28 07:32:33 | INFO | 30445/cimple-worker: 2023-08-28 07:32:33.999 | 30445 | Recursively removing directory: /tmp/git.yqfvYi/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.000 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.000 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.000 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.000 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.000 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.001 | 42836 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.001 | 30444 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.001 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.001 | 30444 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.001 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ppWrQi +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.002 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.003 | 30448 | Recursively removing directory: /tmp/git.mnCYqL/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.005 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.005 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.006 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.007 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.006 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.007 | 42838 | Added a new worker 14 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.007 | 30444 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.007 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.007 | 30444 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.007 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.96cZej +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.008 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.009 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.010 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.012 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.013 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.014 | 42835 | Marked run 1045 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.014 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.017 | 42837 | Marked run 1046 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.018 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.021 | 30448 | Recursively removing directory: /tmp/git.96cZej/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.022 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.023 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.023 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.022 | 30445 | Recursively removing directory: /tmp/git.ppWrQi/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.023 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.023 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.023 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.023 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.023 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 42854 | Added a new worker 15 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 30444 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.024 | 30444 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.024 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.67mzza +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 42852 | Added a new worker 12 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 30444 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 30444 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.025 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.025 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.waaXO7 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.032 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.034 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.037 | 42851 | Marked run 1048 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.038 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.041 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.042 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.044 | 42853 | Marked run 1047 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.045 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.048 | 30445 | Recursively removing directory: /tmp/git.67mzza/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.053 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.053 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.053 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.053 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.053 | 42868 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.054 | 30444 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.054 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.054 | 30444 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.054 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.054 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.054 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AxbFev +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.058 | 30448 | Recursively removing directory: /tmp/git.waaXO7/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.064 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.064 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.064 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.067 | 42867 | Marked run 1049 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.068 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.069 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.069 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.069 | 42870 | Added a new worker 9 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.070 | 30444 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.070 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.070 | 30444 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.070 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.071 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BcWnTN +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.074 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.075 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.075 | 42869 | Marked run 1050 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.075 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.081 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.082 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.086 | 30445 | Recursively removing directory: /tmp/git.AxbFev/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.087 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.087 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.088 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.088 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.088 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.089 | 42883 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.089 | 30444 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.089 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.089 | 30444 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.090 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.089 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rqwXP3 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.101 | 30448 | Recursively removing directory: /tmp/git.BcWnTN/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.102 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.102 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.102 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.102 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 42886 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 30444 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 30444 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.103 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.104 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IcTjRq +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.109 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.111 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.112 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.112 | 42882 | Marked run 1051 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.112 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.114 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.115 | 42885 | Marked run 1052 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.115 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.120 | 30445 | Recursively removing directory: /tmp/git.rqwXP3/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.121 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.122 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.122 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 42899 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30444 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30444 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.122 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.123 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i8RTs9 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.127 | 30448 | Recursively removing directory: /tmp/git.IcTjRq/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.128 | 42898 | Marked run 1053 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.130 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.131 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.131 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.132 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.132 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.133 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.133 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.133 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.133 | 42902 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.133 | 30444 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.133 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.133 | 30444 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.134 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q4iJyp +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.135 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.139 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.140 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.144 | 30445 | Recursively removing directory: /tmp/git.i8RTs9/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.145 | 42901 | Marked run 1054 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.146 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.147 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.147 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.147 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.147 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.147 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.148 | 42913 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.148 | 30444 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.148 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.148 | 30444 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.148 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.149 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S3OdG7 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.151 | 42911 | Marked run 1055 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.151 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.155 | 30448 | Recursively removing directory: /tmp/git.q4iJyp/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.157 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.156 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.161 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.161 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.157 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.157 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.158 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.162 | 42920 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.162 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5jPC9N +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.162 | 30444 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.162 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.162 | 30444 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.164 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.167 | 30445 | Recursively removing directory: /tmp/git.S3OdG7/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.169 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.169 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.169 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.169 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.169 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.170 | 42919 | Marked run 1056 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.170 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.171 | 42926 | Added a new worker 6 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.171 | 30444 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.171 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.171 | 30444 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.171 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.171 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.172 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.172 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lgUQl3 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.182 | 42925 | Marked run 1057 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.183 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.187 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.188 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.191 | 30448 | Recursively removing directory: /tmp/git.5jPC9N/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.192 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.192 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.193 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 42936 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.193 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.viwW1a +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 30444 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.193 | 30444 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.196 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.198 | 42935 | Marked run 1058 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.199 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.201 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.202 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.201 | 30445 | Recursively removing directory: /tmp/git.lgUQl3/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.203 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.203 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.203 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 42943 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30444 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.204 | 30444 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.204 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e2w9LG +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.208 | 42942 | Marked run 1059 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.208 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.211 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.212 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.213 | 30448 | Recursively removing directory: /tmp/git.viwW1a/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.214 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.214 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.214 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.215 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.215 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.215 | 42952 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.216 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.47uwzp +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.216 | 30444 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.216 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.216 | 30444 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.217 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.222 | 42951 | Marked run 1060 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.222 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.223 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.224 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.225 | 30445 | Recursively removing directory: /tmp/git.e2w9LG/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.226 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.226 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.227 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 42959 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30444 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30444 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.227 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.228 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dS56Fy +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.234 | 30448 | Recursively removing directory: /tmp/git.47uwzp/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.236 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.236 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.236 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.236 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.237 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.238 | 42966 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.239 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mnEurz +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.238 | 30444 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.238 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.238 | 30444 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.240 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.240 | 42958 | Marked run 1061 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.242 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.249 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.251 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.253 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.254 | 42965 | Marked run 1062 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.254 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.258 | 30445 | Recursively removing directory: /tmp/git.dS56Fy/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.259 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.259 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.259 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 42979 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30444 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30444 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.260 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.261 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4wAbeE +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.263 | 30448 | Recursively removing directory: /tmp/git.mnEurz/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.265 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.266 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.266 | 42982 | Added a new worker 14 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.266 | 30444 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.266 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.266 | 30444 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.265 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.265 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.265 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.267 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eHkETZ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.267 | 42978 | Marked run 1063 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.267 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.268 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.269 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.271 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.272 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.273 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.276 | 42981 | Marked run 1064 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.277 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.277 | 30445 | Recursively removing directory: /tmp/git.4wAbeE/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.278 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.278 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.279 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.279 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.279 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.279 | 42995 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.279 | 30444 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.279 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.280 | 30444 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.280 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LcHfbI +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.280 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.282 | 30448 | Recursively removing directory: /tmp/git.eHkETZ/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.284 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.284 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.284 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.284 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.285 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.285 | 42998 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.285 | 30444 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.285 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.285 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.286 | 30444 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.286 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1VMFRy +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.298 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.299 | 42994 | Marked run 1065 as finished +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.299 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.299 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.298 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.301 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.302 | 42997 | Marked run 1066 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.303 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.309 | 30445 | Recursively removing directory: /tmp/git.LcHfbI/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.310 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.310 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.310 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 43012 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 30444 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.311 | 30444 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.312 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.312 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H6fLlN +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.314 | 30448 | Recursively removing directory: /tmp/git.1VMFRy/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.315 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.315 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.316 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 43014 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 30444 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.316 | 30444 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.317 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wiy2YW +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.317 | 43011 | Marked run 1067 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.318 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.318 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.322 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.323 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.323 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.324 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.324 | 43013 | Marked run 1068 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.325 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.332 | 30445 | Recursively removing directory: /tmp/git.H6fLlN/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.333 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.333 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.334 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.334 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.334 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.335 | 43028 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.335 | 30444 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.335 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.335 | 30444 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.335 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.336 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CWBqrE +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.337 | 30448 | Recursively removing directory: /tmp/git.Wiy2YW/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.338 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.338 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 43030 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 30444 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.339 | 30444 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.339 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.339 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OvDnny +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.340 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.340 | 43027 | Marked run 1069 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.340 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.343 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.344 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.344 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.344 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.349 | 43029 | Marked run 1070 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.350 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.357 | 30448 | Recursively removing directory: /tmp/git.OvDnny/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.359 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.359 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.359 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 43044 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 30444 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.359 | 30444 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.359 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EMW8to +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.360 | 30445 | Recursively removing directory: /tmp/git.CWBqrE/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.362 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.362 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.362 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.362 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.363 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.363 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.364 | 43046 | Added a new worker 8 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.364 | 30444 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.364 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.364 | 30444 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.366 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.365 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.365 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZylEbx +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.367 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.369 | 43043 | Marked run 1072 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.370 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.373 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.375 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.378 | 43045 | Marked run 1071 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.378 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.378 | 30448 | Recursively removing directory: /tmp/git.EMW8to/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.380 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.380 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.380 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.380 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.380 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.381 | 43057 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.382 | 30444 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.382 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.382 | 30444 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.382 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gQygmh +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.383 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.384 | 30445 | Recursively removing directory: /tmp/git.ZylEbx/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.386 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.386 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.386 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.386 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.386 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.386 | 43062 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.387 | 30444 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.387 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.387 | 30444 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.387 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jz9tZM +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.388 | 43056 | Marked run 1073 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.388 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.389 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.390 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.391 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.392 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.393 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.395 | 43061 | Marked run 1074 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.395 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.402 | 30445 | Recursively removing directory: /tmp/git.jz9tZM/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.402 | 30448 | Recursively removing directory: /tmp/git.gQygmh/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.403 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.403 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.404 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 43078 | Added a new worker 15 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30444 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.404 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.405 | 30444 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.405 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.403 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.403 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.403 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.405 | 43076 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.406 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BFCUkr +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.406 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.406 | 30444 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.406 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.406 | 30444 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.406 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7EmxxV +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.409 | 43075 | Marked run 1076 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.410 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.413 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.413 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.413 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.414 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.416 | 43077 | Marked run 1075 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.417 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.422 | 30445 | Recursively removing directory: /tmp/git.7EmxxV/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.423 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.423 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.424 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.424 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.424 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.424 | 30448 | Recursively removing directory: /tmp/git.BFCUkr/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.426 | 43092 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.426 | 30444 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.426 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.426 | 30444 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.426 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.426 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TbjmCa +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.427 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.427 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.427 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 43094 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 30444 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.428 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P2AvzQ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.427 | 30444 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.429 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.432 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.434 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.435 | 43091 | Marked run 1078 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.435 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.436 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.437 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.439 | 43093 | Marked run 1077 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.439 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.445 | 30448 | Recursively removing directory: /tmp/git.P2AvzQ/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.447 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.447 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.447 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.445 | 30445 | Recursively removing directory: /tmp/git.TbjmCa/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.447 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.447 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.447 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 43109 | Added a new worker 15 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.448 | 30444 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30444 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 43110 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30444 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.449 | 30444 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.450 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g7N6hV +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.451 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9h4CZz +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.451 | 43107 | Marked run 1080 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.452 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.459 | 43108 | Marked run 1079 as finished +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.459 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.459 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.459 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.461 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.461 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.470 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.468 | 30445 | Recursively removing directory: /tmp/git.9h4CZz/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.470 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.470 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.470 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.470 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.471 | 43124 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.471 | 30444 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.471 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.471 | 30444 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.471 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9JQATF +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.471 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.474 | 30448 | Recursively removing directory: /tmp/git.g7N6hV/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.475 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.475 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.476 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 43126 | Added a new worker 14 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 30444 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.476 | 30444 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.477 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.477 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.478 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.477 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kdtL8X +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.484 | 43122 | Marked run 1082 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.485 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.486 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.487 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.490 | 30445 | Recursively removing directory: /tmp/git.9JQATF/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.491 | 43125 | Marked run 1081 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.491 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.492 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.492 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.492 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.492 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.492 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.493 | 43136 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.493 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.493 | 30444 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.493 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.494 | 30444 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.494 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CBubTf +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.497 | 43135 | Marked run 1083 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.498 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.502 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.501 | 30448 | Recursively removing directory: /tmp/git.kdtL8X/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.502 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.502 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.503 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.503 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.503 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.503 | 43142 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.504 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.506 | 30444 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.506 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.506 | 30444 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.506 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.506 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uUG1uj +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.512 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.513 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.514 | 43141 | Marked run 1084 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.514 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.523 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.523 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.523 | 30448 | Recursively removing directory: /tmp/git.uUG1uj/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.522 | 30445 | Recursively removing directory: /tmp/git.CBubTf/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.523 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.523 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.523 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.524 | 43156 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.524 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.525 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.525 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.525 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.525 | 30444 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.525 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.525 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.525 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JxWsds +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.530 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.525 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.525 | 30444 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.531 | 43158 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.531 | 30444 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.531 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.532 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.531 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.532 | 30444 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.533 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3uUXNi +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.536 | 43155 | Marked run 1085 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.536 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.540 | 43157 | Marked run 1086 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.540 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.540 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.541 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.548 | 30445 | Recursively removing directory: /tmp/git.JxWsds/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.549 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.549 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.550 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.550 | 30448 | Recursively removing directory: /tmp/git.3uUXNi/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.550 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.550 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.551 | 43172 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.551 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.551 | 30444 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.551 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.552 | 30444 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.552 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.552 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.552 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.552 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3x58ja +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.552 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.552 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.553 | 43174 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.553 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.553 | 30444 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.553 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.553 | 30444 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.553 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TlRnUG +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.567 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.568 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.568 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.574 | 43171 | Marked run 1087 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.575 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.575 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.583 | 43173 | Marked run 1088 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.583 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.586 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.585 | 30445 | Recursively removing directory: /tmp/git.3x58ja/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.586 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.586 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.586 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.586 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.586 | 43184 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.586 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.587 | 30444 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.587 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.587 | 30444 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.588 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mFmT4x +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.593 | 30448 | Recursively removing directory: /tmp/git.TlRnUG/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.594 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.594 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.594 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.595 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 43190 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 30444 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.595 | 30444 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.595 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DqvagB +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.596 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.596 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.601 | 43183 | Marked run 1089 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.601 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.603 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.604 | 43189 | Marked run 1090 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.604 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.605 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.610 | 30445 | Recursively removing directory: /tmp/git.mFmT4x/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.611 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.611 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.611 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.611 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.611 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.612 | 43204 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.612 | 30444 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.612 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.612 | 30444 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.613 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GUZzzF +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.613 | 30448 | Recursively removing directory: /tmp/git.DqvagB/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.614 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.616 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.616 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.616 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 43206 | Added a new worker 14 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30444 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.616 | 30444 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.617 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.obAf1L +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.619 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.620 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.622 | 43203 | Marked run 1091 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.622 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.623 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.625 | 43205 | Marked run 1092 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.625 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.625 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.631 | 30445 | Recursively removing directory: /tmp/git.GUZzzF/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.632 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.632 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.632 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 43220 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 30444 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.633 | 30444 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.634 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.634 | 30448 | Recursively removing directory: /tmp/git.obAf1L/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.634 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E2kAxJ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.637 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.637 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.637 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.637 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.637 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.640 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.640 | 43219 | Marked run 1093 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.640 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.641 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.641 | 43222 | Added a new worker 6 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.642 | 30444 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.642 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.642 | 30444 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.642 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.642 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0skQ4N +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.648 | 43221 | Marked run 1094 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.648 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.649 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.649 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.651 | 30445 | Recursively removing directory: /tmp/git.E2kAxJ/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.652 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.652 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.653 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 43232 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 30444 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.653 | 30444 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.654 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z6OTIt +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.654 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.664 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.664 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.662 | 30448 | Recursively removing directory: /tmp/git.0skQ4N/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.664 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.664 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.664 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.665 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.665 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.665 | 43238 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.666 | 30444 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.666 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.666 | 30444 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.666 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rc0gfJ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.666 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.667 | 43231 | Marked run 1095 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.668 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.671 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.672 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.675 | 43237 | Marked run 1096 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.675 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.676 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.675 | 30445 | Recursively removing directory: /tmp/git.z6OTIt/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.676 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.676 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.677 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 43248 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 30444 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.677 | 30444 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.677 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RKUZyP +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.681 | 43247 | Marked run 1097 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.681 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.683 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.684 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.687 | 30448 | Recursively removing directory: /tmp/git.Rc0gfJ/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.688 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.688 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.688 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.688 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 43256 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 30444 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 30444 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.689 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.689 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.43Y3QU +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.694 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.695 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.699 | 43255 | Marked run 1098 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.699 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.703 | 30445 | Recursively removing directory: /tmp/git.RKUZyP/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.705 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.705 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.705 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.705 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.705 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.706 | 43265 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.706 | 30444 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.706 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.706 | 30444 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.706 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KVVba7 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.707 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.711 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.709 | 30448 | Recursively removing directory: /tmp/git.43Y3QU/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.710 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.710 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.711 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.712 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.721 | 43270 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.722 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.722 | 30444 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.722 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.722 | 30444 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.728 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vYtUxX +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.728 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.730 | 43264 | Marked run 1099 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.730 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.730 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.734 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.735 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.738 | 43269 | Marked run 1100 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.738 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.740 | 30445 | Recursively removing directory: /tmp/git.KVVba7/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.741 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.742 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.742 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.742 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.742 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.743 | 30448 | Recursively removing directory: /tmp/git.vYtUxX/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.743 | 43284 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.744 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4SELzu +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.743 | 30444 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.743 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.743 | 30444 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.744 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.744 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.744 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.748 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.748 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.749 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.750 | 43286 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.750 | 30444 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.750 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.750 | 30444 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.750 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RcwzB9 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.751 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.752 | 43283 | Marked run 1101 as finished +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.755 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.756 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.758 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.760 | 43285 | Marked run 1102 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.760 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.762 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.766 | 30445 | Recursively removing directory: /tmp/git.4SELzu/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.767 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.767 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.767 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.767 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 43299 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 30444 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 30444 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.768 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bQODCE +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.768 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.771 | 30448 | Recursively removing directory: /tmp/git.RcwzB9/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.772 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.772 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.772 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.773 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.773 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.773 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.774 | 43302 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.774 | 30444 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.774 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.774 | 30444 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.774 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JcEeh2 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.774 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.775 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.779 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.780 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.781 | 43298 | Marked run 1103 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.782 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.785 | 43301 | Marked run 1104 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.785 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.787 | 30445 | Recursively removing directory: /tmp/git.bQODCE/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.788 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.788 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.788 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.788 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.788 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.789 | 43315 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.789 | 30444 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.789 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.789 | 30444 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.789 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ybtRtP +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.789 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.791 | 30448 | Recursively removing directory: /tmp/git.JcEeh2/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.792 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.792 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.792 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.793 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.793 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.794 | 43318 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.794 | 30444 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.794 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.794 | 30444 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.794 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Eq34m +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.795 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.796 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.797 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.799 | 43314 | Marked run 1105 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.800 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.801 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.802 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.805 | 43317 | Marked run 1106 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.805 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.807 | 30445 | Recursively removing directory: /tmp/git.ybtRtP/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.808 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.808 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.808 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.809 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 43331 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 30444 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 30444 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.810 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fCZvQv +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.809 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.812 | 30448 | Recursively removing directory: /tmp/git.5Eq34m/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.813 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.813 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.814 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.814 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.815 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.815 | 43334 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.815 | 43330 | Marked run 1107 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.816 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pwmIYL +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.815 | 30444 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.815 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.816 | 30444 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.817 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.819 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.820 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.822 | 43333 | Marked run 1108 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.823 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.824 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.830 | 30445 | Recursively removing directory: /tmp/git.fCZvQv/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.831 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.831 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.832 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.832 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.832 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.833 | 30448 | Recursively removing directory: /tmp/git.pwmIYL/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.833 | 43348 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.833 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.834 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JFNfyE +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.834 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.834 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.834 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.833 | 30444 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.833 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.833 | 30444 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 43350 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.836 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nx1kOV +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30444 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30444 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.835 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.840 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.841 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.842 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.842 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.845 | 43347 | Marked run 1109 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.845 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.847 | 43349 | Marked run 1110 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.847 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.852 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.851 | 30445 | Recursively removing directory: /tmp/git.JFNfyE/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.852 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.852 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.853 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.853 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.853 | 43364 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.854 | 30448 | Recursively removing directory: /tmp/git.nx1kOV/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.854 | 30444 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.854 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.854 | 30444 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.855 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tkEBpa +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.855 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.857 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.857 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.857 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.857 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.857 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.858 | 43363 | Marked run 1111 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.858 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.859 | 43366 | Added a new worker 7 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.859 | 30444 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.859 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.859 | 30444 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.859 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.860 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2TgG8V +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.863 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.864 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.866 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.867 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.868 | 43365 | Marked run 1112 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.869 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.872 | 30445 | Recursively removing directory: /tmp/git.tkEBpa/ +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.874 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.874 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.873 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.873 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.874 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.874 | 43379 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.875 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N6XL0t +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.875 | 30444 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.875 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.875 | 30444 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.876 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.878 | 43378 | Marked run 1113 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.878 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.881 | 30448 | Recursively removing directory: /tmp/git.2TgG8V/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.881 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.883 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.883 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.883 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.883 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.885 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.885 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.886 | 43382 | Added a new worker 11 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.886 | 30444 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.886 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.886 | 30444 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.886 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XQ64C8 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.886 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.891 | 43381 | Marked run 1114 as finished +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.892 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.892 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.893 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.907 | 30445 | Recursively removing directory: /tmp/git.N6XL0t/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.909 | 30448 | Recursively removing directory: /tmp/git.XQ64C8/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.911 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.911 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.911 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.912 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.912 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.912 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.912 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.912 | 43398 | Added a new worker 15 to the queue +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.911 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.911 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.911 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 43396 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.913 | 30444 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.914 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.914 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iQNuxT +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.913 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0O6VCt +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.918 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.919 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.926 | 43395 | Marked run 1115 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.929 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.927 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.928 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.932 | 43397 | Marked run 1116 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.933 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.936 | 30445 | Recursively removing directory: /tmp/git.iQNuxT/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.937 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.937 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.937 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.938 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.938 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.939 | 43409 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.939 | 30444 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.939 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.939 | 30444 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.939 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.939 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l3IrfR +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.952 | 30448 | Recursively removing directory: /tmp/git.0O6VCt/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.954 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.954 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 43414 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 30444 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.954 | 30444 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.955 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.957 | 43408 | Marked run 1118 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.957 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.954 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.955 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wUWRDA +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.960 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.960 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.961 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.961 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.965 | 43413 | Marked run 1117 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.965 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.970 | 30445 | Recursively removing directory: /tmp/git.l3IrfR/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.971 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.971 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.971 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.972 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NFfcf0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.972 | 30448 | Recursively removing directory: /tmp/git.wUWRDA/ +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.973 | 30448 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.973 | 30448 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 43428 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 30444 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.972 | 30444 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.973 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.973 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.975 | 30448 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 43430 | Added a new worker 13 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 30444 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 30444 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.975 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.976 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fcPFws +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.979 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.979 | 43427 | Marked run 1119 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.980 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.981 | 30445 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.982 | 43429 | Marked run 1120 as finished +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.982 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.983 | 30448 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.984 | 30448 | Going to run: ./ci +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.989 | 30445 | Recursively removing directory: /tmp/git.NFfcf0/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.991 | 30445 | Process exit code: 0 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.991 | 30445 | Process output: 57 bytes +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.991 | 30445 | Waiting for a new command +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.991 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.991 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.992 | 43444 | Added a new worker 10 to the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.992 | 30444 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.992 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.992 | 30444 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.992 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fyBiAF +2023-08-28 07:32:34 | INFO | 30442/cimple-server: 2023-08-28 07:32:34.993 | 30442 | Waiting for new connections +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.997 | 30445 | Checking out revision HEAD +2023-08-28 07:32:34 | INFO | 30448/cimple-worker: 2023-08-28 07:32:34.998 | 30448 | Recursively removing directory: /tmp/git.fcPFws/ +2023-08-28 07:32:34 | INFO | 30445/cimple-worker: 2023-08-28 07:32:34.999 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.000 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.000 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.001 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 43447 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30444 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30444 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.001 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.002 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pLBWjI +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.008 | 43443 | Marked run 1121 as finished +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.006 | 30445 | Recursively removing directory: /tmp/git.fyBiAF/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.008 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.008 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.008 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.007 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.008 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.008 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.009 | 43454 | Added a new worker 12 to the queue +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.009 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.009 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tfhzXF +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.009 | 30444 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.009 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.009 | 30444 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.010 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.012 | 43446 | Marked run 1122 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.013 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.016 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.017 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.017 | 30448 | Recursively removing directory: /tmp/git.pLBWjI/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.020 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.020 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.021 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 43464 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 30444 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.021 | 30444 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.022 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.022 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cEsW1D +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.027 | 30445 | Recursively removing directory: /tmp/git.tfhzXF/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.027 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.029 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.030 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.030 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.029 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.030 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.031 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.031 | 43470 | Added a new worker 15 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.031 | 30444 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.031 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.031 | 30444 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.031 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.031 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.svbkOR +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.032 | 43453 | Marked run 1123 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.032 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.034 | 43463 | Marked run 1124 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.034 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.047 | 43469 | Marked run 1125 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.048 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.048 | 30448 | Recursively removing directory: /tmp/git.cEsW1D/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.048 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.049 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 43479 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 30444 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.050 | 30444 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.050 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.050 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.050 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.050 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZUN19E +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.053 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.058 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.059 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.061 | 30445 | Recursively removing directory: /tmp/git.svbkOR/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.063 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.063 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.063 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.063 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.064 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.064 | 43487 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.064 | 30444 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.064 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.064 | 30444 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.064 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.065 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q8fAe9 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.065 | 43478 | Marked run 1126 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.065 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.068 | 43486 | Marked run 1127 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.068 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.071 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.072 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.072 | 30448 | Recursively removing directory: /tmp/git.ZUN19E/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.073 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.073 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 43494 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30444 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30444 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.074 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.074 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.074 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L81fXP +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.081 | 43493 | Marked run 1128 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.081 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.081 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.083 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.085 | 30445 | Recursively removing directory: /tmp/git.q8fAe9/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.086 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.086 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.087 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.087 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.087 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.087 | 43503 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.087 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.088 | 30444 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.088 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.088 | 30444 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.089 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NLaFhM +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.093 | 43502 | Marked run 1129 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.093 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.094 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.095 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.096 | 30448 | Recursively removing directory: /tmp/git.L81fXP/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.098 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.098 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.098 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.098 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.098 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.098 | 43511 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.099 | 30444 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.099 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.099 | 30444 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.099 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.099 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IiTYOC +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.104 | 30445 | Recursively removing directory: /tmp/git.NLaFhM/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.105 | 43510 | Marked run 1130 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.105 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.105 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.105 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.106 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 43518 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30444 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.106 | 30444 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.107 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CHicTF +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.111 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.112 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.113 | 43517 | Marked run 1131 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.113 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.114 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.115 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.120 | 30448 | Recursively removing directory: /tmp/git.IiTYOC/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 43532 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.121 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.121 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.122 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.123 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fz6n2V +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.123 | 30445 | Recursively removing directory: /tmp/git.CHicTF/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30444 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.122 | 30444 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.125 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.125 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.125 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 43534 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 30444 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.125 | 30444 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.125 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H0Ud5p +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.128 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.129 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.130 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.130 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.132 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.159 | 43531 | Marked run 1132 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.160 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.162 | 43533 | Marked run 1133 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.162 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.163 | 30445 | Recursively removing directory: /tmp/git.H0Ud5p/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.164 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.164 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.165 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 43548 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 30444 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.165 | 30444 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.165 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ecnsk1 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.166 | 30448 | Recursively removing directory: /tmp/git.Fz6n2V/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.166 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.169 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.169 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.169 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 43550 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 30444 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.169 | 30444 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.170 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.173 | 43547 | Marked run 1135 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.175 | 43549 | Marked run 1134 as finished +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.178 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8tx9zX +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.177 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.183 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.184 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.185 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.186 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.192 | 30448 | Recursively removing directory: /tmp/git.8tx9zX/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.193 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.193 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.193 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.193 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.193 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.193 | 43563 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.193 | 30444 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.193 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.194 | 30444 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.194 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.194 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6kruTJ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.197 | 30445 | Recursively removing directory: /tmp/git.Ecnsk1/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.198 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.198 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.198 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 43566 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 30444 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.199 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.200 | 30444 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.200 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uFvewz +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.202 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.203 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.205 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.206 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.207 | 43562 | Marked run 1137 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.208 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.212 | 43565 | Marked run 1136 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.212 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.214 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.213 | 30448 | Recursively removing directory: /tmp/git.6kruTJ/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.214 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.214 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.214 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.214 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.215 | 43579 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.215 | 30444 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.215 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.215 | 30444 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.215 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.51q8N2 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.216 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.218 | 30445 | Recursively removing directory: /tmp/git.uFvewz/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.218 | 43578 | Marked run 1138 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.218 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.219 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.219 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.220 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 43582 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 30444 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.220 | 30444 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.221 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.222 | 43581 | Marked run 1139 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.222 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.223 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HR237C +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.226 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.226 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.232 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.233 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.242 | 30448 | Recursively removing directory: /tmp/git.51q8N2/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.243 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.243 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.244 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.244 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.244 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.245 | 43596 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.246 | 30444 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.246 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.246 | 30444 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.246 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uljGSK +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.247 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.247 | 30445 | Recursively removing directory: /tmp/git.HR237C/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.248 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.248 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.249 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 43599 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 30444 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.251 | 30444 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.251 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aWSlbL +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.252 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.252 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.253 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.256 | 43595 | Marked run 1140 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.257 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.261 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.261 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.267 | 30448 | Recursively removing directory: /tmp/git.uljGSK/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.268 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.268 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.269 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 43612 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30444 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.269 | 30444 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.270 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hsjtzi +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.271 | 30445 | Recursively removing directory: /tmp/git.aWSlbL/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.272 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.272 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 43615 | Added a new worker 15 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 30444 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 30444 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.272 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.273 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MIL3tE +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.273 | 43598 | Marked run 1141 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.274 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.278 | 43611 | Marked run 1142 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.278 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.281 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.282 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.282 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.283 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.283 | 43614 | Marked run 1143 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.283 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.290 | 30445 | Recursively removing directory: /tmp/git.MIL3tE/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.295 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.295 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.295 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.295 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.293 | 30448 | Recursively removing directory: /tmp/git.Hsjtzi/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.294 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.294 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.295 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 43629 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 43631 | Added a new worker 8 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.296 | 30444 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.297 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WdnULI +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.296 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.296 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.opvnvI +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.298 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.303 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.304 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.304 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.304 | 43630 | Marked run 1145 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.305 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.307 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.308 | 43628 | Marked run 1144 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.309 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.315 | 30445 | Recursively removing directory: /tmp/git.opvnvI/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.316 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.316 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.317 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 43645 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30444 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.317 | 30444 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.318 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.317 | 30448 | Recursively removing directory: /tmp/git.WdnULI/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.318 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.318 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.318 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yCtoYS +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.319 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.319 | 43647 | Added a new worker 12 to the queue +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.318 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.319 | 30444 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.323 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.320 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lKNS2S +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.319 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.319 | 30444 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.323 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.325 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.328 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.329 | 43644 | Marked run 1147 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.329 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.330 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.333 | 43646 | Marked run 1146 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.334 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.336 | 30445 | Recursively removing directory: /tmp/git.yCtoYS/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.337 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.337 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.337 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.337 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.337 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.337 | 43660 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.338 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.338 | 30444 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.338 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.338 | 30444 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.338 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GjvtcJ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.341 | 43659 | Marked run 1148 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.341 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.344 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.345 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.348 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.348 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.346 | 30448 | Recursively removing directory: /tmp/git.lKNS2S/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.347 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.347 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.348 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.350 | 43664 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.350 | 30444 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.350 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.351 | 30444 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.351 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bd3BVZ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.352 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.361 | 43663 | Marked run 1149 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.361 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.362 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.363 | 30445 | Recursively removing directory: /tmp/git.GjvtcJ/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.363 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.364 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.364 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.365 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 43672 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 30444 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.365 | 30444 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.365 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YrRmpN +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.366 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.371 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.372 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.376 | 30448 | Recursively removing directory: /tmp/git.Bd3BVZ/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.378 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.378 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.379 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.379 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 43682 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 30444 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 30444 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.380 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.381 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w2th4i +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.383 | 43671 | Marked run 1150 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.383 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.400 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.401 | 43681 | Marked run 1151 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.401 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.402 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.403 | 30445 | Recursively removing directory: /tmp/git.YrRmpN/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.404 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.404 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.404 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.404 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.404 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.404 | 43689 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.404 | 30444 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.404 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.405 | 30444 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.405 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lPRmuN +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.406 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.409 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.410 | 30448 | Recursively removing directory: /tmp/git.w2th4i/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.411 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.411 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.411 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.411 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.411 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.412 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.412 | 43696 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.413 | 30444 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.413 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.413 | 30444 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.413 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.413 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AZDk6I +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.418 | 43688 | Marked run 1152 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.419 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.418 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.420 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.422 | 30445 | Recursively removing directory: /tmp/git.lPRmuN/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.423 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.423 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.424 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 43705 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30444 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.424 | 30444 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.424 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QOE48j +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.426 | 43694 | Marked run 1153 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.426 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.430 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.430 | 30448 | Recursively removing directory: /tmp/git.AZDk6I/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.433 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.442 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.432 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.432 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.432 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.442 | 43714 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.442 | 30444 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.442 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.442 | 30444 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.443 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.443 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PelTPt +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.433 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.445 | 43704 | Marked run 1154 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.445 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.447 | 30445 | Recursively removing directory: /tmp/git.QOE48j/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.449 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.449 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.449 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.450 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.450 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.451 | 43710 | Marked run 1155 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.451 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.451 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.451 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.452 | 43719 | Added a new worker 8 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.452 | 30444 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.452 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.452 | 30444 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.452 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.twgTjx +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.452 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.457 | 43718 | Marked run 1156 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.457 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.458 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.459 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.467 | 30448 | Recursively removing directory: /tmp/git.PelTPt/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.468 | 30445 | Recursively removing directory: /tmp/git.twgTjx/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 43733 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30444 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.470 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.469 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.469 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.470 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.468 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.468 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.469 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.471 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZPk8Jj +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.471 | 30444 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.472 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.472 | 43735 | Added a new worker 16 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.472 | 30444 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.472 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.472 | 30444 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.473 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.473 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K76ckt +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.477 | 43732 | Marked run 1157 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.477 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.488 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.489 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.489 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.490 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.491 | 43734 | Marked run 1158 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.492 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.499 | 30448 | Recursively removing directory: /tmp/git.ZPk8Jj/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.500 | 30445 | Recursively removing directory: /tmp/git.K76ckt/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.502 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.502 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.502 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.500 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.501 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.501 | 43749 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.501 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.502 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.502 | 30444 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.502 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.502 | 30444 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.503 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.500 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.500 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.501 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.503 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.58sJBv +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.504 | 43751 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.504 | 30444 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.504 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.504 | 30444 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.504 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.505 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8xTdIo +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.510 | 43748 | Marked run 1159 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.511 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.515 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.516 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.517 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.517 | 43750 | Marked run 1160 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.517 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.518 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.525 | 30448 | Recursively removing directory: /tmp/git.58sJBv/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.528 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.528 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.527 | 30445 | Recursively removing directory: /tmp/git.8xTdIo/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.529 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.529 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.529 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.528 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.529 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.531 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.531 | 43766 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.531 | 30444 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.531 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.531 | 30444 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.532 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WlxiJa +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.532 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.533 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.533 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.533 | 43765 | Marked run 1162 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.533 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.534 | 43767 | Added a new worker 9 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.534 | 30444 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.534 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.534 | 30444 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.535 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.535 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pqq5Rh +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.539 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.540 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.541 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.543 | 43764 | Marked run 1161 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.543 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.543 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.550 | 30445 | Recursively removing directory: /tmp/git.WlxiJa/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.551 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.551 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.551 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.551 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.551 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.553 | 43780 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.553 | 30444 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.553 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.553 | 30444 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.554 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.565 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z5w9cH +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.566 | 30448 | Recursively removing directory: /tmp/git.pqq5Rh/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.568 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.568 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 43783 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30444 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.569 | 30444 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.568 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.569 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YnEl2B +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.576 | 43779 | Marked run 1163 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.576 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.580 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.581 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.583 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.584 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.585 | 43782 | Marked run 1164 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.586 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.589 | 30445 | Recursively removing directory: /tmp/git.Z5w9cH/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.590 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.590 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.590 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.591 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.592 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.592 | 43792 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.592 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.593 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dm1lJK +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.593 | 30444 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.593 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.593 | 30444 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.608 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.609 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.610 | 43791 | Marked run 1165 as finished +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.608 | 30448 | Recursively removing directory: /tmp/git.YnEl2B/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.610 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.610 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.610 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.610 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.610 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.611 | 43800 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.611 | 30444 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.611 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.611 | 30444 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.612 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2kSOXL +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.613 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.617 | 43799 | Marked run 1166 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.617 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.621 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.621 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.623 | 30445 | Recursively removing directory: /tmp/git.Dm1lJK/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.624 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.624 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.625 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 43809 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 30444 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.625 | 30444 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.626 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AkiOAA +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.626 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.633 | 43808 | Marked run 1167 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.634 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.634 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.635 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.638 | 30448 | Recursively removing directory: /tmp/git.2kSOXL/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.639 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.639 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.639 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.639 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.639 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.639 | 43817 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.640 | 30444 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.640 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.640 | 30444 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.640 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.spWydd +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.640 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.646 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.649 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.649 | 43816 | Marked run 1168 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.650 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.653 | 30445 | Recursively removing directory: /tmp/git.AkiOAA/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.655 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.655 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.655 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.656 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.656 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.657 | 43828 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.657 | 30444 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.657 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.657 | 30444 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.657 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.657 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.reFEtX +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.663 | 43827 | Marked run 1169 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.663 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.664 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.665 | 30448 | Recursively removing directory: /tmp/git.spWydd/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.666 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.666 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.666 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.667 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.667 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.667 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.667 | 43831 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.668 | 30444 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.668 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.668 | 30444 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.668 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.668 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q9gU1Q +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.676 | 43830 | Marked run 1170 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.676 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.677 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.678 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.681 | 30445 | Recursively removing directory: /tmp/git.reFEtX/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.682 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.682 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.682 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.682 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.682 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.683 | 43842 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.683 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y0TUEU +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.683 | 30444 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.683 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.683 | 30444 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.685 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.686 | 30448 | Recursively removing directory: /tmp/git.Q9gU1Q/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.687 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.687 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.688 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.687 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 43847 | Added a new worker 12 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 30444 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.688 | 30444 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.688 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nDDNMI +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.689 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.690 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.694 | 43841 | Marked run 1171 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.694 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.696 | 43846 | Marked run 1172 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.696 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.697 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.697 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.699 | 30445 | Recursively removing directory: /tmp/git.y0TUEU/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.701 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.701 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.701 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.701 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.701 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.701 | 43857 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.702 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kswbak +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.702 | 30444 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.702 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.702 | 30444 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.705 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.709 | 30448 | Recursively removing directory: /tmp/git.nDDNMI/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.709 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.710 | 43856 | Marked run 1173 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.710 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.710 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.710 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.710 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.710 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.711 | 43863 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.711 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.710 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.711 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J6YwHt +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.711 | 30444 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.711 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.711 | 30444 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.712 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.715 | 43862 | Marked run 1174 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.715 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.717 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.718 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.721 | 30445 | Recursively removing directory: /tmp/git.Kswbak/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.723 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.723 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.723 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.723 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.723 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.724 | 43874 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.724 | 30444 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.724 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.725 | 30444 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.725 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7JeZUh +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.726 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.729 | 30448 | Recursively removing directory: /tmp/git.J6YwHt/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.730 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.730 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.730 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.730 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 43879 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.731 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.732 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aIQXn6 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 30444 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.731 | 30444 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.732 | 43873 | Marked run 1175 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.732 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.734 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.737 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.741 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.744 | 43878 | Marked run 1176 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.745 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.746 | 30445 | Recursively removing directory: /tmp/git.7JeZUh/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.747 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.747 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.747 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.747 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 43892 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.748 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s4PeJX +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 30444 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.748 | 30444 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.752 | 30448 | Recursively removing directory: /tmp/git.aIQXn6/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.753 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.753 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.753 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.753 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.754 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.754 | 43895 | Added a new worker 13 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.755 | 30444 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.755 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.755 | 30444 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.755 | 43891 | Marked run 1177 as finished +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.755 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.515VFB +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.755 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.756 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.758 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.759 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.761 | 43894 | Marked run 1178 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.761 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.762 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.768 | 30445 | Recursively removing directory: /tmp/git.s4PeJX/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.769 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.769 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.769 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.769 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.769 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.770 | 43908 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.770 | 30444 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.770 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.770 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.770 | 30444 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.770 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cyXry5 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.773 | 30448 | Recursively removing directory: /tmp/git.515VFB/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.775 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.775 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.775 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.776 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.776 | 43907 | Marked run 1179 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.776 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.776 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.777 | 43911 | Added a new worker 7 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.778 | 30444 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.778 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.778 | 30444 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.778 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bT0Cz0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.779 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.780 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.780 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.785 | 43910 | Marked run 1180 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.785 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.786 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.787 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.792 | 30445 | Recursively removing directory: /tmp/git.cyXry5/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.793 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.793 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.793 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.793 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.793 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.795 | 43925 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.795 | 30448 | Recursively removing directory: /tmp/git.bT0Cz0/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.795 | 30444 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.795 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.795 | 30444 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.796 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.796 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OMX4qM +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.799 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.799 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.799 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.799 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MPQZDn +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 43927 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30444 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.799 | 30444 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.801 | 43924 | Marked run 1181 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.802 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.805 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.806 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.809 | 43926 | Marked run 1182 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.810 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.811 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.813 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.818 | 30445 | Recursively removing directory: /tmp/git.OMX4qM/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.820 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.820 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.820 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 43938 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30444 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30444 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.820 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.821 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pv1KhD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.825 | 30448 | Recursively removing directory: /tmp/git.MPQZDn/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 43943 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.826 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.826 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.827 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.827 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4EmpGU +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30444 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30444 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.827 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.829 | 43937 | Marked run 1183 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.832 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.833 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.833 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.834 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.835 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.837 | 43942 | Marked run 1184 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.837 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.843 | 30448 | Recursively removing directory: /tmp/git.4EmpGU/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.845 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.845 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.845 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.845 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.845 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.847 | 30445 | Recursively removing directory: /tmp/git.Pv1KhD/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.848 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.848 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.849 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.849 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.849 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.850 | 43957 | Added a new worker 15 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.850 | 30444 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.851 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.851 | 30444 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.851 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GU40kf +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.853 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.855 | 43959 | Added a new worker 8 to the queue +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.856 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fhnSFU +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.856 | 30444 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.856 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.856 | 30444 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.857 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.861 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.862 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.864 | 43956 | Marked run 1186 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.864 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.867 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.868 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.871 | 43958 | Marked run 1185 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.871 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.873 | 30448 | Recursively removing directory: /tmp/git.GU40kf/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.875 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.875 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.875 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.875 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.875 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.876 | 43970 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.876 | 30444 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.876 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.876 | 30444 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.876 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.877 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9V6S0z +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.881 | 30445 | Recursively removing directory: /tmp/git.fhnSFU/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.882 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.882 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.882 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.882 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 43969 | Marked run 1187 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 43975 | Added a new worker 6 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 30444 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.883 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.884 | 30444 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.884 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N99UGf +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.885 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.886 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.887 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.894 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.895 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.897 | 30448 | Recursively removing directory: /tmp/git.9V6S0z/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.898 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.898 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.898 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 43985 | Added a new worker 7 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 30444 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.899 | 30444 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.901 | 43974 | Marked run 1188 as finished +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.899 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CZgCxl +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.901 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.904 | 43984 | Marked run 1189 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.905 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.908 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.909 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.910 | 30445 | Recursively removing directory: /tmp/git.N99UGf/ +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.911 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.911 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.912 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 43993 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 30444 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.912 | 30444 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.912 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mGgURe +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.913 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.917 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.926 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.933 | 30448 | Recursively removing directory: /tmp/git.CZgCxl/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.935 | 43992 | Marked run 1190 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.935 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.936 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.936 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.936 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.936 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.936 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.937 | 44004 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.937 | 30444 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.937 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.938 | 30444 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.938 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HJZptI +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.938 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.939 | 30445 | Recursively removing directory: /tmp/git.mGgURe/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.944 | 44003 | Marked run 1191 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.944 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.945 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.945 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.945 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.945 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.946 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.946 | 44007 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.946 | 30444 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.946 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.946 | 30444 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.946 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.946 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vOKshk +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.947 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.947 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.950 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.951 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.953 | 44006 | Marked run 1192 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.953 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.958 | 30448 | Recursively removing directory: /tmp/git.HJZptI/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.960 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.960 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.960 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.960 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.960 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.961 | 44020 | Added a new worker 11 to the queue +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.961 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1zOSgC +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.961 | 30444 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.961 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.961 | 30444 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.962 | 30445 | Recursively removing directory: /tmp/git.vOKshk/ +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.963 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.965 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.965 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.965 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.965 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 44023 | Added a new worker 14 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 30444 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 30444 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.966 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.967 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fa1ezg +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.969 | 44019 | Marked run 1193 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.969 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.972 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.974 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.975 | 30445 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.976 | 30445 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.976 | 44022 | Marked run 1194 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.977 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.983 | 30448 | Recursively removing directory: /tmp/git.1zOSgC/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.985 | 30448 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.985 | 30448 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.985 | 30448 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.985 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.985 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.985 | 44037 | Added a new worker 10 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.985 | 30444 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.985 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.986 | 30444 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.986 | 30445 | Recursively removing directory: /tmp/git.Fa1ezg/ +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.986 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cN5ved +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.986 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.990 | 30445 | Process exit code: 0 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.990 | 30445 | Process output: 57 bytes +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.990 | 30445 | Waiting for a new command +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.991 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.991 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.992 | 30448 | Checking out revision HEAD +2023-08-28 07:32:35 | INFO | 30448/cimple-worker: 2023-08-28 07:32:35.993 | 30448 | Going to run: ./ci +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.993 | 44039 | Added a new worker 9 to the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.993 | 30444 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.993 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.994 | 30444 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:35 | INFO | 30445/cimple-worker: 2023-08-28 07:32:35.994 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cgkPEX +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.995 | 44036 | Marked run 1195 as finished +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.995 | 30442 | Waiting for new connections +2023-08-28 07:32:35 | INFO | 30442/cimple-server: 2023-08-28 07:32:35.996 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.000 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.005 | 44038 | Marked run 1196 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.005 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.005 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.010 | 30448 | Recursively removing directory: /tmp/git.cN5ved/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.011 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.011 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.011 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 44050 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 30444 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.012 | 30444 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.012 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I5qcqi +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.013 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.017 | 30445 | Recursively removing directory: /tmp/git.cgkPEX/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.018 | 44049 | Marked run 1197 as finished +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.019 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.019 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.019 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.019 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.019 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.021 | 44055 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.021 | 30444 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.021 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.021 | 30444 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.022 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9VJEna +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.023 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.024 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.025 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.029 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.029 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.032 | 44054 | Marked run 1198 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.032 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.033 | 30448 | Recursively removing directory: /tmp/git.I5qcqi/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.034 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.034 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.034 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 44065 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30444 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30444 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.034 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.035 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N4GgzI +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.041 | 30445 | Recursively removing directory: /tmp/git.9VJEna/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.042 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.042 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.042 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 44071 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 30444 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.042 | 30444 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.043 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8hFvgr +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.043 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.053 | 44064 | Marked run 1199 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.053 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.058 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.059 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.060 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.062 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.062 | 44070 | Marked run 1200 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.062 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.068 | 30448 | Recursively removing directory: /tmp/git.N4GgzI/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.070 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.070 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.070 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.070 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.070 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.072 | 30445 | Recursively removing directory: /tmp/git.8hFvgr/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.072 | 44085 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.072 | 30444 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.072 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.072 | 30444 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.072 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.074 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.074 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.074 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 44087 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30444 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30444 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.074 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.075 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kCyuX6 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.075 | 44084 | Marked run 1201 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.075 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.076 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CNrqI4 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.082 | 44086 | Marked run 1202 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.082 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.082 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.084 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.085 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.086 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.093 | 30448 | Recursively removing directory: /tmp/git.CNrqI4/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.094 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.094 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.094 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.094 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.094 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.095 | 44101 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.095 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.094 | 30445 | Recursively removing directory: /tmp/git.kCyuX6/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.095 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.095 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.096 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 44103 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.096 | 30444 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.097 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OW7cEj +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.099 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oqWjmc +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.105 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.106 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.106 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.107 | 44102 | Marked run 1204 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.107 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.107 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.110 | 44100 | Marked run 1203 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.110 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.115 | 30445 | Recursively removing directory: /tmp/git.OW7cEj/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.117 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.117 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 44117 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30444 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30444 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.117 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.117 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.118 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vNjyHB +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 44119 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 30444 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.126 | 30444 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.127 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.124 | 30448 | Recursively removing directory: /tmp/git.oqWjmc/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.125 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.125 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.126 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.126 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Usgemw +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.133 | 44116 | Marked run 1206 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.133 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.136 | 44118 | Marked run 1205 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.136 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.137 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.138 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.138 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.139 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.147 | 30445 | Recursively removing directory: /tmp/git.vNjyHB/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.148 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.148 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.147 | 30448 | Recursively removing directory: /tmp/git.Usgemw/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.148 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.148 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.148 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.150 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.150 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.150 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.150 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 44133 | Added a new worker 15 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 30444 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 30444 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.151 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EqIEiQ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.151 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.152 | 44135 | Added a new worker 8 to the queue +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.153 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FR5lkj +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.152 | 30444 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.152 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.152 | 30444 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.153 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.166 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.167 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.168 | 44132 | Marked run 1208 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.168 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.168 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.169 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.172 | 44134 | Marked run 1207 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.172 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.176 | 30445 | Recursively removing directory: /tmp/git.FR5lkj/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.177 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.177 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.178 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 44149 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30444 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30444 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.178 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.178 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b175vG +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.181 | 30448 | Recursively removing directory: /tmp/git.EqIEiQ/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.184 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.184 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.184 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.185 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.185 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.190 | 44151 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.191 | 30444 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.191 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.191 | 30444 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.191 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.196 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NdwqoL +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.197 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.198 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.202 | 44148 | Marked run 1210 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.203 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.203 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.205 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.206 | 44150 | Marked run 1209 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.206 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.207 | 30445 | Recursively removing directory: /tmp/git.b175vG/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.208 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.208 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.208 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.208 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.208 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.209 | 44161 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.209 | 30444 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.209 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.209 | 30444 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.209 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GISant +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.210 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.216 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.217 | 30448 | Recursively removing directory: /tmp/git.NdwqoL/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.217 | 44160 | Marked run 1211 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.218 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.218 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.218 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.219 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.219 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GVXgt7 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.218 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.219 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.219 | 44167 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.219 | 30444 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.219 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.219 | 30444 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.220 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.218 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.225 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.226 | 44166 | Marked run 1212 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.226 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.227 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.230 | 30445 | Recursively removing directory: /tmp/git.GISant/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.231 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.231 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.232 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.232 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.232 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.234 | 44180 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.234 | 30444 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.234 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.234 | 30444 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.234 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fZ0eCu +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.235 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.236 | 44179 | Marked run 1213 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.236 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.237 | 30448 | Recursively removing directory: /tmp/git.GVXgt7/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.238 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.238 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.238 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.238 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.238 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.239 | 44183 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.240 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.240 | 30444 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.240 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.240 | 30444 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.240 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.62Q6uh +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.242 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.243 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.246 | 44182 | Marked run 1214 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.246 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.246 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.247 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.251 | 30445 | Recursively removing directory: /tmp/git.fZ0eCu/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.253 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.253 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.253 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 44197 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 30444 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.253 | 30444 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.253 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k4jxB5 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.254 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.256 | 44196 | Marked run 1215 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.257 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.257 | 30448 | Recursively removing directory: /tmp/git.62Q6uh/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.261 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.261 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.262 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 44200 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 30444 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.262 | 30444 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.262 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yRrXg4 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.263 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.272 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.273 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.276 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.277 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.278 | 44199 | Marked run 1216 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.278 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.281 | 30445 | Recursively removing directory: /tmp/git.k4jxB5/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.282 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.282 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.282 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.282 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.282 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.284 | 44211 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.284 | 30444 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.284 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.284 | 30444 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.284 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.284 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LFXwEU +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.286 | 44210 | Marked run 1217 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.287 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.291 | 30448 | Recursively removing directory: /tmp/git.yRrXg4/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.292 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.292 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.292 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.292 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.292 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.292 | 44216 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.293 | 30444 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.293 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.293 | 30444 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.293 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y5qSLz +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.293 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.293 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.297 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.297 | 44215 | Marked run 1218 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.297 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.300 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.301 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.308 | 30448 | Recursively removing directory: /tmp/git.Y5qSLz/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.310 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.310 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.310 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.311 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.312 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.312 | 44230 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.312 | 30444 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.312 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.312 | 30444 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.312 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.313 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nFvlC0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.314 | 30445 | Recursively removing directory: /tmp/git.LFXwEU/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.315 | 44229 | Marked run 1220 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.315 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.316 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.316 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.316 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 44232 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 30444 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.316 | 30444 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.316 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lVYIwY +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.317 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.324 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.325 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.326 | 44231 | Marked run 1219 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.326 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.329 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.333 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.337 | 30445 | Recursively removing directory: /tmp/git.lVYIwY/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.338 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.338 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.339 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 44243 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 30444 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.339 | 30444 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.339 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dmv03E +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.340 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.344 | 30448 | Recursively removing directory: /tmp/git.nFvlC0/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.346 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.346 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.347 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.347 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.347 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.347 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.348 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.348 | 44242 | Marked run 1222 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.348 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.348 | 44248 | Added a new worker 6 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.348 | 30444 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.348 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.349 | 30444 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.349 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.349 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yfNjAY +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.354 | 44247 | Marked run 1221 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.354 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.360 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.362 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.367 | 30445 | Recursively removing directory: /tmp/git.Dmv03E/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.368 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.368 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.369 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.369 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.369 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.370 | 44261 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.371 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.371 | 30444 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.371 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.371 | 30444 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.371 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BzZzgP +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.374 | 30448 | Recursively removing directory: /tmp/git.yfNjAY/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.376 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.376 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.377 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.377 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.377 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.378 | 44264 | Added a new worker 8 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.378 | 30444 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.378 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.378 | 30444 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.378 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k2ayPO +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.379 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.379 | 44260 | Marked run 1223 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.379 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.383 | 44263 | Marked run 1224 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.383 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.385 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.386 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.386 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.387 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.395 | 30445 | Recursively removing directory: /tmp/git.BzZzgP/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.396 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.396 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.395 | 30448 | Recursively removing directory: /tmp/git.k2ayPO/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.397 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.397 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.397 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.398 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.398 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.398 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 44280 | Added a new worker 15 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 30444 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.399 | 30444 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.400 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.400 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5w0E1Z +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.401 | 44278 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.401 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.401 | 30444 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.401 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.401 | 30444 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.402 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iaPzOc +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.406 | 44277 | Marked run 1225 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.406 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.408 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.409 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.410 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.412 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.413 | 44279 | Marked run 1226 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.413 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.420 | 30445 | Recursively removing directory: /tmp/git.iaPzOc/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.420 | 30448 | Recursively removing directory: /tmp/git.5w0E1Z/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.421 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.421 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.422 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.422 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.422 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.422 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.422 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.421 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.422 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.422 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.423 | 44295 | Added a new worker 15 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 44296 | Added a new worker 16 to the queue +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.424 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.53JAQf +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.424 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yFtabF +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30444 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.424 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.429 | 44294 | Marked run 1228 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.429 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.430 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.431 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.435 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.436 | 44293 | Marked run 1227 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.436 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.437 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.441 | 30445 | Recursively removing directory: /tmp/git.53JAQf/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.443 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.443 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.443 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.443 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.443 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.444 | 44307 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.445 | 30444 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.445 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.445 | 30444 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.445 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.445 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V7wx8W +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.451 | 44306 | Marked run 1229 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.451 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.453 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.454 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.454 | 30448 | Recursively removing directory: /tmp/git.yFtabF/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.455 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.455 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.455 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.456 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.456 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.456 | 44313 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.456 | 30444 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.456 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.457 | 30444 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.457 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iLZSqk +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.457 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.465 | 30445 | Recursively removing directory: /tmp/git.V7wx8W/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.465 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.466 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.466 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.467 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.466 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.464 | 44312 | Marked run 1230 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.467 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.468 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.468 | 44321 | Added a new worker 6 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.468 | 30444 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.468 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.468 | 30444 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.468 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LGNROM +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.469 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.471 | 44319 | Marked run 1231 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.471 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.474 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.475 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.484 | 30445 | Recursively removing directory: /tmp/git.LGNROM/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.485 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.485 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.485 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.484 | 30448 | Recursively removing directory: /tmp/git.iLZSqk/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.485 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.485 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.485 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.485 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.485 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.486 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.486 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.487 | 44335 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.487 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.487 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6I7sMb +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.487 | 30444 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.487 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.487 | 30444 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.488 | 44336 | Added a new worker 15 to the queue +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.488 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LtLb0q +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.488 | 30444 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.488 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.488 | 30444 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.490 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.491 | 44334 | Marked run 1232 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.495 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.495 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.496 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.496 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.498 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.501 | 44333 | Marked run 1233 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.502 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.506 | 30448 | Recursively removing directory: /tmp/git.6I7sMb/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.506 | 30445 | Recursively removing directory: /tmp/git.LtLb0q/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.508 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.508 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.508 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 44350 | Added a new worker 12 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 30444 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.508 | 30444 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.507 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.507 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.507 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.508 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BMfXTR +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.509 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.509 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.510 | 44352 | Added a new worker 9 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.510 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.510 | 30444 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.510 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.510 | 30444 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.511 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OlYzeV +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.516 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.517 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.518 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.518 | 44351 | Marked run 1235 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.519 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.519 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.521 | 44349 | Marked run 1234 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.521 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.526 | 30448 | Recursively removing directory: /tmp/git.BMfXTR/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.527 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.527 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.527 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.528 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.528 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.529 | 44366 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.529 | 30444 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.529 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.529 | 30444 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.530 | 30445 | Recursively removing directory: /tmp/git.OlYzeV/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.530 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NOCDkF +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.530 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.538 | 44365 | Marked run 1236 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.539 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.539 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.540 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.540 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.540 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.541 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.541 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.542 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.542 | 44369 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.542 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.542 | 30444 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.542 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.542 | 30444 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.542 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GeO46h +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.550 | 30448 | Recursively removing directory: /tmp/git.NOCDkF/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.550 | 44368 | Marked run 1237 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.550 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.551 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.555 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.555 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.555 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.556 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.556 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.556 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.559 | 44376 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.559 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.561 | 30444 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.561 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.561 | 30444 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.567 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xTuaAW +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.569 | 44375 | Marked run 1238 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.570 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.571 | 30445 | Recursively removing directory: /tmp/git.GeO46h/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.573 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.573 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.573 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 44384 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30444 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.573 | 30444 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.574 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6uyoRM +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.574 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.575 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.582 | 44383 | Marked run 1239 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.584 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.587 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.588 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.589 | 30448 | Recursively removing directory: /tmp/git.xTuaAW/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.590 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.590 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 44393 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 30444 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.590 | 30444 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.590 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vQyKVp +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.591 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.596 | 44392 | Marked run 1240 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.597 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.599 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.600 | 30445 | Recursively removing directory: /tmp/git.6uyoRM/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.600 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.601 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.601 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.601 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.601 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.601 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.601 | 44401 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.602 | 30444 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.602 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.602 | 30444 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.603 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PmP8r9 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.604 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.607 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.610 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.611 | 44400 | Marked run 1241 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.611 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.614 | 30448 | Recursively removing directory: /tmp/git.vQyKVp/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.615 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.615 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.616 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.616 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.616 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.617 | 44413 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.617 | 30444 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.617 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.617 | 30444 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.617 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.55SGk1 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.618 | 30445 | Recursively removing directory: /tmp/git.PmP8r9/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.620 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.620 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.620 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 44416 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30444 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.621 | 30444 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.622 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.622 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xzPWbS +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.631 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.634 | 44412 | Marked run 1242 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.634 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.637 | 44415 | Marked run 1243 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.637 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.636 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.639 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.640 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.649 | 30448 | Recursively removing directory: /tmp/git.55SGk1/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.650 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.650 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.650 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.650 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.650 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.651 | 44430 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.651 | 30444 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.651 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.651 | 30444 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.651 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SBU6pq +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.652 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.654 | 30445 | Recursively removing directory: /tmp/git.xzPWbS/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.656 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.656 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.656 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 44432 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 30444 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.656 | 30444 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.656 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eNFBkb +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.657 | 44429 | Marked run 1244 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.657 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.657 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.659 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.661 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.662 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.663 | 44431 | Marked run 1245 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.663 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.664 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.669 | 30448 | Recursively removing directory: /tmp/git.SBU6pq/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.670 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.670 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.670 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 44446 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 30444 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.671 | 30444 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.672 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FlzKXf +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.676 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.677 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.673 | 30445 | Recursively removing directory: /tmp/git.eNFBkb/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.673 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.681 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.681 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.681 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.681 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.682 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.682 | 44445 | Marked run 1246 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 44450 | Added a new worker 6 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 30444 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.683 | 30444 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.684 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3ZqNFy +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.686 | 44449 | Marked run 1247 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.686 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.688 | 30448 | Recursively removing directory: /tmp/git.FlzKXf/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.689 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.689 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.689 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.689 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.689 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.690 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.690 | 44456 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.690 | 30444 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.690 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.690 | 30444 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.691 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.691 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ic2zr5 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.691 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.705 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.706 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.706 | 44455 | Marked run 1248 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.707 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.709 | 30445 | Recursively removing directory: /tmp/git.3ZqNFy/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.710 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.710 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.710 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.710 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.710 | 44467 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.710 | 30444 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.710 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.711 | 30444 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.710 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.711 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f8xNlX +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.711 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.715 | 44466 | Marked run 1249 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.715 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.715 | 30448 | Recursively removing directory: /tmp/git.Ic2zr5/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.717 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.717 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.717 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.717 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.717 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.717 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.718 | 44472 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.718 | 30444 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.718 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.718 | 30444 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.718 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.718 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HgVlRI +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.720 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.723 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.724 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.729 | 44471 | Marked run 1250 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.729 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.731 | 30445 | Recursively removing directory: /tmp/git.f8xNlX/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.732 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.732 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 44483 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30444 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30444 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.732 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.733 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L2h2vZ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.733 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.736 | 30448 | Recursively removing directory: /tmp/git.HgVlRI/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.738 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.738 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.738 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.738 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.738 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.739 | 44488 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.739 | 30444 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.739 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.739 | 30444 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.739 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.739 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FtAPkI +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.740 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.740 | 44482 | Marked run 1251 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.740 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.741 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.745 | 44487 | Marked run 1252 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.745 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.745 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.746 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.751 | 30445 | Recursively removing directory: /tmp/git.L2h2vZ/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.752 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.752 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.753 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.753 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.753 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.753 | 44499 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.753 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.754 | 30444 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.754 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.754 | 30444 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.754 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cgGOrV +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.760 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.760 | 44498 | Marked run 1253 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.760 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.760 | 30448 | Recursively removing directory: /tmp/git.FtAPkI/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.761 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.762 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.762 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.762 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.762 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.762 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.763 | 44505 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.763 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.763 | 30444 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.763 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.763 | 30444 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.764 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u4KhGi +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.770 | 30445 | Recursively removing directory: /tmp/git.cgGOrV/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.771 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.771 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.772 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 44512 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30444 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30444 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.772 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.773 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vDZqlc +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.786 | 44504 | Marked run 1254 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.786 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.791 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.792 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.792 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.793 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.793 | 44511 | Marked run 1255 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.794 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.801 | 30445 | Recursively removing directory: /tmp/git.vDZqlc/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.802 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.802 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.802 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.802 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.802 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.802 | 44526 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.803 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.803 | 30444 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.803 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.803 | 30444 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.803 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XF0otT +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.805 | 30448 | Recursively removing directory: /tmp/git.u4KhGi/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.807 | 44525 | Marked run 1257 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.807 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.809 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.809 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.809 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.809 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.809 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.809 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.810 | 44528 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.810 | 30444 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.810 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.810 | 30444 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.810 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.810 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bus6Uj +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.810 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.825 | 30445 | Recursively removing directory: /tmp/git.XF0otT/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.826 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.826 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.826 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.825 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.826 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.827 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.827 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.827 | 44537 | Added a new worker 13 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.828 | 30444 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.828 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.828 | 30444 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.828 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3jahH1 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.829 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.830 | 44527 | Marked run 1256 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.831 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.836 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.837 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.838 | 44536 | Marked run 1258 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.839 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.840 | 30448 | Recursively removing directory: /tmp/git.bus6Uj/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.842 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.842 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.842 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.843 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.843 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.843 | 44548 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.844 | 30444 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.844 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.844 | 30444 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.844 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.844 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L66gTp +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.849 | 44546 | Marked run 1259 as finished +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.849 | 30445 | Recursively removing directory: /tmp/git.3jahH1/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.850 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.850 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.850 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 44552 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30444 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30444 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.851 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.852 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bv8Fqj +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.856 | 44551 | Marked run 1260 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.856 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.858 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.858 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.859 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.859 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.869 | 30448 | Recursively removing directory: /tmp/git.L66gTp/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.870 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.870 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.870 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.870 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.870 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.872 | 44565 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.873 | 30444 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.873 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.873 | 30444 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.874 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lNFqhz +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.874 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.880 | 30445 | Recursively removing directory: /tmp/git.bv8Fqj/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.882 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.882 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.882 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.882 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.882 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.883 | 44568 | Added a new worker 14 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.883 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.883 | 30444 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.884 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.884 | 30444 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.884 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ZbtBj +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.884 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.885 | 44564 | Marked run 1261 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.885 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.885 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.892 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.893 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.893 | 44567 | Marked run 1262 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.894 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.901 | 30448 | Recursively removing directory: /tmp/git.lNFqhz/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.902 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.902 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.902 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.902 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 44581 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 30444 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 30444 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.903 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vdqScB +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.903 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.909 | 30445 | Recursively removing directory: /tmp/git.7ZbtBj/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.911 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.911 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.911 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.910 | 44580 | Marked run 1263 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.910 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.914 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.914 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.914 | 44584 | Added a new worker 11 to the queue +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.915 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vfTS2J +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.916 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.915 | 30444 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.915 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.915 | 30444 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.920 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.920 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.932 | 44583 | Marked run 1264 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.932 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.935 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.936 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.937 | 30448 | Recursively removing directory: /tmp/git.vdqScB/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.938 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.938 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.938 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 44593 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30444 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30444 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.939 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.imdarc +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.939 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.947 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.947 | 44592 | Marked run 1265 as finished +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.948 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.948 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.950 | 30445 | Recursively removing directory: /tmp/git.vfTS2J/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.951 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.951 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.952 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 44602 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 30444 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.952 | 30444 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.952 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dUcB6P +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.953 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.957 | 30448 | Recursively removing directory: /tmp/git.imdarc/ +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.959 | 44601 | Marked run 1266 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.961 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.962 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.963 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.961 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.963 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.963 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 44609 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 30444 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.963 | 30444 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.964 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E4sdnX +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.965 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.970 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.971 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.972 | 44608 | Marked run 1267 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.972 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.973 | 30445 | Recursively removing directory: /tmp/git.dUcB6P/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.974 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.974 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.974 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.974 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.974 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.975 | 44617 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.975 | 30444 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.975 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.975 | 30444 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.975 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.975 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tX1pS4 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.982 | 30445 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.983 | 30445 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.984 | 44616 | Marked run 1268 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.985 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.985 | 30448 | Recursively removing directory: /tmp/git.E4sdnX/ +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.986 | 30448 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.986 | 30448 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.987 | 30448 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 44626 | Added a new worker 10 to the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30444 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30444 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.987 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.988 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kvV2uK +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.993 | 44625 | Marked run 1269 as finished +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.994 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.995 | 30448 | Checking out revision HEAD +2023-08-28 07:32:36 | INFO | 30448/cimple-worker: 2023-08-28 07:32:36.996 | 30448 | Going to run: ./ci +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.996 | 30445 | Recursively removing directory: /tmp/git.tX1pS4/ +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.998 | 30445 | Process exit code: 0 +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.998 | 30445 | Process output: 57 bytes +2023-08-28 07:32:36 | INFO | 30445/cimple-worker: 2023-08-28 07:32:36.998 | 30445 | Waiting for a new command +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.998 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.998 | 30442 | Waiting for new connections +2023-08-28 07:32:36 | INFO | 30442/cimple-server: 2023-08-28 07:32:36.999 | 44634 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.000 | 30444 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.000 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.000 | 30444 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.000 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.000 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ay3sgq +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.006 | 30448 | Recursively removing directory: /tmp/git.kvV2uK/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.007 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.007 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.007 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 44640 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30444 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30444 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.008 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.008 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.byT5Bv +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.011 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.012 | 44633 | Marked run 1270 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.012 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.014 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.017 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.019 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.019 | 44639 | Marked run 1271 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.020 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.032 | 30445 | Recursively removing directory: /tmp/git.Ay3sgq/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.034 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.034 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.034 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.035 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e5UUW2 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 44654 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 30444 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.035 | 30444 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.036 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.036 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.036 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.035 | 30448 | Recursively removing directory: /tmp/git.byT5Bv/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.036 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.036 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.039 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.040 | 44656 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.041 | 30444 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.041 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.041 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.041 | 30444 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.042 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3OfnCM +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.044 | 44653 | Marked run 1272 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.045 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.050 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.051 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.051 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.052 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.054 | 44655 | Marked run 1273 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.054 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.062 | 30448 | Recursively removing directory: /tmp/git.3OfnCM/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.063 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.063 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.063 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.062 | 30445 | Recursively removing directory: /tmp/git.e5UUW2/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.064 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.064 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.064 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 44670 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.064 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.065 | 30444 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.065 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.065 | 30444 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.066 | 44672 | Added a new worker 9 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.066 | 30444 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.066 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.066 | 30444 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.066 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.067 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tyRPEc +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.067 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bJ9j1e +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.068 | 44669 | Marked run 1275 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.069 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.074 | 44671 | Marked run 1274 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.075 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.077 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.077 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.078 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.078 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.086 | 30448 | Recursively removing directory: /tmp/git.tyRPEc/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.087 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.087 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.087 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.087 | 30445 | Recursively removing directory: /tmp/git.bJ9j1e/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.088 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.088 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 44686 | Added a new worker 12 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 30444 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.088 | 30444 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 44688 | Added a new worker 9 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 30444 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.089 | 30444 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.088 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.089 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vzqTw8 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.090 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.091 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rHB6SM +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.096 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.096 | 44687 | Marked run 1277 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.097 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.097 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.098 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.098 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.102 | 44685 | Marked run 1276 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.102 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.107 | 30448 | Recursively removing directory: /tmp/git.rHB6SM/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.108 | 30445 | Recursively removing directory: /tmp/git.vzqTw8/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.110 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.110 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.110 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 44702 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 30444 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.109 | 30444 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.110 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.110 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.109 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.109 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.109 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.109 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ABzlHh +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.111 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.112 | 44704 | Added a new worker 9 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.112 | 30444 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.112 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.112 | 30444 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.112 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.114 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.113 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p3NadS +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.115 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.117 | 44703 | Marked run 1279 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.118 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.121 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.122 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.124 | 44701 | Marked run 1278 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.124 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.125 | 30448 | Recursively removing directory: /tmp/git.ABzlHh/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.126 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.126 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.127 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 44713 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30444 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30444 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.127 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.128 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hh5BCJ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.129 | 44712 | Marked run 1280 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.134 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.134 | 30445 | Recursively removing directory: /tmp/git.p3NadS/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.135 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.135 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.136 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 44720 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30444 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30444 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.136 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.136 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ok1uQ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.147 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.148 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.148 | 44719 | Marked run 1281 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.149 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.149 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.150 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.156 | 30448 | Recursively removing directory: /tmp/git.Hh5BCJ/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.157 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.157 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.157 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 44729 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.158 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4Lv28 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 30444 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.158 | 30444 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.160 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.163 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.164 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.166 | 30445 | Recursively removing directory: /tmp/git.9ok1uQ/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.168 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.168 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.168 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.169 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.169 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.170 | 44739 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.170 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G7WauK +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.170 | 30444 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.170 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.170 | 30444 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.170 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.172 | 44728 | Marked run 1282 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.173 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.176 | 30448 | Recursively removing directory: /tmp/git.F4Lv28/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.177 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.177 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.177 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.177 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 44744 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 30444 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 30444 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.178 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.178 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JxejQR +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.180 | 44737 | Marked run 1283 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.180 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.183 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.184 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.185 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.186 | 44743 | Marked run 1284 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.186 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.186 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.193 | 30445 | Recursively removing directory: /tmp/git.G7WauK/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.194 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.194 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.194 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.194 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.195 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.196 | 44758 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.196 | 30444 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.196 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.196 | 30444 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.196 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.197 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d8y4aM +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.197 | 30448 | Recursively removing directory: /tmp/git.JxejQR/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.199 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.199 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.199 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.199 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.200 | 44760 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.200 | 30444 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.200 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.200 | 30444 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.200 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uIdMXD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.201 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.202 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.203 | 44757 | Marked run 1285 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.203 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.206 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.207 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.209 | 44759 | Marked run 1286 as finished +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.209 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.210 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.210 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.219 | 30445 | Recursively removing directory: /tmp/git.d8y4aM/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.220 | 30448 | Recursively removing directory: /tmp/git.uIdMXD/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.221 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.221 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.222 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.222 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.222 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.220 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.221 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.221 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 44776 | Added a new worker 15 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 30444 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.223 | 30444 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.224 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zvR5Pi +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.224 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.224 | 44774 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.224 | 30444 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.224 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.224 | 30444 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.225 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XmAWnH +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.225 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.230 | 44773 | Marked run 1287 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.230 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.230 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.231 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.232 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.232 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.235 | 44775 | Marked run 1288 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.235 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.242 | 30445 | Recursively removing directory: /tmp/git.XmAWnH/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.243 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.243 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 44790 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 30444 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.244 | 30444 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.245 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.245 | 30448 | Recursively removing directory: /tmp/git.zvR5Pi/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.244 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.246 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.246 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.246 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.246 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xJGpKm +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.246 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.246 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.246 | 44792 | Added a new worker 12 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.247 | 30444 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.247 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.247 | 30444 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.247 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.248 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sqtjhc +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.250 | 44791 | Marked run 1289 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.251 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.255 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.256 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.258 | 44789 | Marked run 1290 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.258 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.257 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.259 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.264 | 30445 | Recursively removing directory: /tmp/git.xJGpKm/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.266 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.266 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.266 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 44805 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 30444 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.266 | 30444 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.267 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bQlr6F +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.267 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.269 | 30448 | Recursively removing directory: /tmp/git.Sqtjhc/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.271 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.271 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.271 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.271 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.272 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.273 | 44808 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.273 | 30444 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.273 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.273 | 30444 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.273 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.273 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S2pdXc +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.274 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.275 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.278 | 44804 | Marked run 1291 as finished +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.279 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.279 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.281 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.282 | 44807 | Marked run 1292 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.283 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.286 | 30445 | Recursively removing directory: /tmp/git.bQlr6F/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.287 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.287 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.287 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 44819 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 30444 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.288 | 30444 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.289 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.289 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vmECSw +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.290 | 44818 | Marked run 1293 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.291 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.295 | 30448 | Recursively removing directory: /tmp/git.S2pdXc/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.296 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.296 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.296 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.297 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.297 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.297 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.297 | 44824 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.297 | 30444 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.297 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.298 | 30444 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.298 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vOuRmm +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.298 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.307 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.322 | 30445 | Recursively removing directory: /tmp/git.vmECSw/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.323 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.323 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.324 | 44823 | Marked run 1294 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.324 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.323 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.323 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.324 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.325 | 44832 | Added a new worker 7 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.325 | 30444 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.325 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.325 | 30444 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.325 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oaPw9N +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.326 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.326 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.328 | 44831 | Marked run 1295 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.328 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.332 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.333 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.334 | 30448 | Recursively removing directory: /tmp/git.vOuRmm/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.335 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.335 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.336 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 44841 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30444 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30444 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.336 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.337 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GWC7q9 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.343 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.344 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.345 | 44840 | Marked run 1296 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.347 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.347 | 30445 | Recursively removing directory: /tmp/git.oaPw9N/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.349 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.349 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 44849 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.349 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.350 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zr11bw +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30444 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.349 | 30444 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.360 | 44848 | Marked run 1297 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.361 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.362 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.362 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.365 | 30448 | Recursively removing directory: /tmp/git.GWC7q9/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.366 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.366 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.366 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.367 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.367 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.371 | 44856 | Marked run 1298 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.371 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.373 | 44857 | Added a new worker 6 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.373 | 30444 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.373 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.373 | 30444 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.373 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.373 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JWPkmM +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.378 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.379 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.380 | 30445 | Recursively removing directory: /tmp/git.Zr11bw/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.381 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.381 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.381 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 44865 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 30444 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.382 | 30444 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.382 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z5zd6K +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.383 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.387 | 44864 | Marked run 1299 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.387 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.389 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.390 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.394 | 30448 | Recursively removing directory: /tmp/git.JWPkmM/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.395 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.395 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.395 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.395 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.396 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.396 | 44877 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.396 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rp7emA +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.396 | 30444 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.396 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.396 | 30444 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.398 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.399 | 30445 | Recursively removing directory: /tmp/git.Z5zd6K/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.400 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.400 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.400 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.400 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 44880 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 30444 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.401 | 30444 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.402 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SYwCyL +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.403 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.404 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.409 | 44879 | Marked run 1301 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.409 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.411 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.412 | 44876 | Marked run 1300 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.412 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.412 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.415 | 30448 | Recursively removing directory: /tmp/git.Rp7emA/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.416 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.416 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.416 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.417 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Id9WmZ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 44890 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 30444 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.416 | 30444 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.418 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.422 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.422 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.425 | 30445 | Recursively removing directory: /tmp/git.SYwCyL/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.427 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.427 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.427 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.427 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 44896 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 30444 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 30444 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.428 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.428 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lEndGn +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.432 | 44889 | Marked run 1302 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.432 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.435 | 44895 | Marked run 1303 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.440 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.437 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.437 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.443 | 30448 | Recursively removing directory: /tmp/git.Id9WmZ/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.444 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.444 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.444 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.444 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.444 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.445 | 44909 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.445 | 30444 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.445 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.445 | 30444 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.445 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.446 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fup2zf +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.448 | 30445 | Recursively removing directory: /tmp/git.lEndGn/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.451 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.451 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.451 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.451 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.451 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.452 | 44912 | Added a new worker 8 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.453 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wx73zW +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.452 | 30444 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.452 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.453 | 30444 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.454 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.454 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.457 | 44908 | Marked run 1304 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.457 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.458 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.458 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.460 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.461 | 44911 | Marked run 1305 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.461 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.463 | 30448 | Recursively removing directory: /tmp/git.Fup2zf/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.465 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.465 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.465 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.465 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.465 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.465 | 44923 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.466 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I9qMVb +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.465 | 30444 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.465 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.466 | 30444 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.466 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.470 | 30445 | Recursively removing directory: /tmp/git.wx73zW/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.472 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.473 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.473 | 44928 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.472 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.472 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.472 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.474 | 30444 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.474 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.474 | 30444 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.474 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.475 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3ZvCZP +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.476 | 44922 | Marked run 1306 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.476 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.484 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.484 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.485 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.486 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.487 | 44927 | Marked run 1307 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.488 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.494 | 30445 | Recursively removing directory: /tmp/git.3ZvCZP/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.495 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.495 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.495 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.495 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.496 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.496 | 44942 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.496 | 30444 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.496 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.496 | 30444 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.496 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rwjPzD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.497 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.498 | 30448 | Recursively removing directory: /tmp/git.I9qMVb/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.500 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.500 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.500 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.500 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.501 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.501 | 44944 | Added a new worker 12 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.501 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9CpzbJ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.501 | 30444 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.501 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.501 | 30444 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.503 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.504 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.505 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.509 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.510 | 44941 | Marked run 1309 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.510 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.511 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.515 | 44943 | Marked run 1308 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.515 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.517 | 30445 | Recursively removing directory: /tmp/git.rwjPzD/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.518 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.518 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.518 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.519 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.519 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.520 | 44957 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.521 | 30444 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.521 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.521 | 30444 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.522 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.521 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vReqZn +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.522 | 30448 | Recursively removing directory: /tmp/git.9CpzbJ/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.522 | 44956 | Marked run 1310 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.523 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.524 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.524 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.525 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.525 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.525 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.526 | 44960 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.526 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JWAY5u +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.526 | 30444 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.526 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.526 | 30444 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.527 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.528 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.531 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.533 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.533 | 44959 | Marked run 1311 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.534 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.534 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.539 | 30445 | Recursively removing directory: /tmp/git.vReqZn/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.541 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.541 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.541 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.541 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.541 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.544 | 44973 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.546 | 30444 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.546 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.546 | 30444 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.546 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.547 | 30448 | Recursively removing directory: /tmp/git.JWAY5u/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.547 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UG0059 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.549 | 44972 | Marked run 1312 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.549 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.549 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.549 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.549 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 44976 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 30444 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.550 | 30444 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.551 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oEBb9X +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.551 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.563 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.565 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.563 | 44975 | Marked run 1313 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.566 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.567 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.568 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.572 | 30445 | Recursively removing directory: /tmp/git.UG0059/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.576 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.576 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.576 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.576 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.576 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.577 | 44987 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.577 | 30444 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.577 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.577 | 30444 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.577 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lAsK9m +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.578 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.582 | 30448 | Recursively removing directory: /tmp/git.oEBb9X/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.583 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.583 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.583 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.583 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.584 | 44986 | Marked run 1314 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.584 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.584 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.584 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.585 | 44992 | Added a new worker 7 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.585 | 30444 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.585 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.585 | 30444 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.585 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.585 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bXyDbX +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.587 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.595 | 44991 | Marked run 1315 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.596 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.599 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.600 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.601 | 30445 | Recursively removing directory: /tmp/git.lAsK9m/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.602 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.602 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.603 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.603 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.603 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.604 | 45002 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.605 | 30444 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.605 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.605 | 30444 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.605 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.606 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3lEIwk +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.609 | 30448 | Recursively removing directory: /tmp/git.bXyDbX/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.611 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.611 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.611 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.610 | 45001 | Marked run 1316 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 45008 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.612 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DUUPyo +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 30444 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.612 | 30444 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.613 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.614 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.615 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.617 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.618 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.622 | 45007 | Marked run 1317 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.622 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.624 | 30445 | Recursively removing directory: /tmp/git.3lEIwk/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.625 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.625 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.625 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 45021 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.627 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rLk4Ru +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 30444 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.626 | 30444 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.628 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.629 | 30448 | Recursively removing directory: /tmp/git.DUUPyo/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.630 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.630 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.631 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.631 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.631 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.631 | 45024 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.632 | 30444 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.632 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.632 | 30444 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.632 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.633 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hgMo5p +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.652 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.652 | 45020 | Marked run 1318 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.653 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.654 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.657 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.657 | 45023 | Marked run 1319 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.657 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.658 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.665 | 30448 | Recursively removing directory: /tmp/git.hgMo5p/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.666 | 30445 | Recursively removing directory: /tmp/git.rLk4Ru/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.667 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.667 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.667 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.667 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.668 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.668 | 45038 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.668 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.668 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.668 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.668 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.668 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.668 | 30444 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 30444 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 45040 | Added a new worker 16 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 30444 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.669 | 30444 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.669 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.07Z04p +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.669 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aujSfH +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.670 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.670 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.674 | 45039 | Marked run 1320 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.675 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.678 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.679 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.680 | 45037 | Marked run 1321 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.681 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.682 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.684 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.688 | 30445 | Recursively removing directory: /tmp/git.aujSfH/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.689 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.689 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.690 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.691 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.691 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.692 | 45053 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.692 | 30444 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.692 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.692 | 30444 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.692 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UEbkgo +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.692 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.697 | 30448 | Recursively removing directory: /tmp/git.07Z04p/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.699 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.699 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.699 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.698 | 45052 | Marked run 1323 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.698 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.699 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.699 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.700 | 45056 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.700 | 30444 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.700 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.701 | 30444 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.701 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IpSrXA +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.701 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.702 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.703 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.707 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.708 | 45055 | Marked run 1322 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.708 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.709 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.712 | 30445 | Recursively removing directory: /tmp/git.UEbkgo/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.713 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.713 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.714 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.714 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.713 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.714 | 45067 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.715 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r1yGwX +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.715 | 30444 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.715 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.715 | 30444 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.716 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.722 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.723 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.724 | 45066 | Marked run 1324 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.724 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.726 | 30448 | Recursively removing directory: /tmp/git.IpSrXA/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.727 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.727 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.727 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.728 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.728 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.728 | 45075 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.728 | 30444 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.729 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.729 | 30444 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.729 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.729 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BxOlFa +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.731 | 45074 | Marked run 1325 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.732 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.736 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.737 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.737 | 30445 | Recursively removing directory: /tmp/git.r1yGwX/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.739 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.739 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.739 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.739 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.739 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 45081 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.742 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BEBjDh +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 45080 | Marked run 1326 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 30444 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.742 | 30444 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.747 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.748 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.753 | 30448 | Recursively removing directory: /tmp/git.BxOlFa/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.754 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.754 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.754 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.754 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.754 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.755 | 45093 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.755 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E5tw4q +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.755 | 30444 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.755 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.755 | 30444 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.757 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.757 | 30445 | Recursively removing directory: /tmp/git.BEBjDh/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.758 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.759 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.759 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.764 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.764 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.765 | 45096 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.765 | 30444 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.765 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.766 | 30444 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.766 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OmPYHN +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.766 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.775 | 45092 | Marked run 1327 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.775 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.774 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.776 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.780 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.783 | 45095 | Marked run 1328 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.784 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.783 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.786 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.785 | 30448 | Recursively removing directory: /tmp/git.E5tw4q/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.786 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.786 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.786 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.787 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.787 | 45105 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.788 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uVWcD6 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.787 | 30444 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.787 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.787 | 30444 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.789 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.793 | 30445 | Recursively removing directory: /tmp/git.OmPYHN/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.794 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.794 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.794 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.795 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.795 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 45112 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.795 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 30444 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 30444 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.796 | 45104 | Marked run 1329 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.797 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.797 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E3pg27 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.800 | 45111 | Marked run 1330 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.800 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.806 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.807 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.811 | 30448 | Recursively removing directory: /tmp/git.uVWcD6/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.814 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.814 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.814 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.814 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.814 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.815 | 45125 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.815 | 30444 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.815 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.815 | 30444 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.815 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ecl3F3 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.815 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.817 | 30445 | Recursively removing directory: /tmp/git.E3pg27/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.818 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.818 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.819 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 45128 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30444 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30444 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.819 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.820 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kZIqAF +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.822 | 45124 | Marked run 1331 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.822 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.823 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.824 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.826 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.827 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.831 | 45127 | Marked run 1332 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.831 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.834 | 30448 | Recursively removing directory: /tmp/git.ecl3F3/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.835 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.835 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.835 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.836 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.836 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.836 | 45142 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.837 | 30444 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.837 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.837 | 30444 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.837 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.837 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uMBVC8 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.838 | 30445 | Recursively removing directory: /tmp/git.kZIqAF/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.840 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.840 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.840 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.840 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.840 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.841 | 45144 | Added a new worker 8 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.841 | 30444 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.841 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.841 | 30444 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.841 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zd83VT +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.841 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.842 | 45141 | Marked run 1333 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.842 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.848 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.848 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.849 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.850 | 45143 | Marked run 1334 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.850 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.851 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.859 | 30448 | Recursively removing directory: /tmp/git.uMBVC8/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.859 | 30445 | Recursively removing directory: /tmp/git.zd83VT/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.860 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.860 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.861 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 45158 | Added a new worker 12 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 45160 | Added a new worker 8 to the queue +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.860 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.860 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.860 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.862 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dthlsV +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30444 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.861 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.862 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.STs5fo +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.867 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.867 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.868 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.868 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.872 | 45159 | Marked run 1336 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.873 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.876 | 45157 | Marked run 1335 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.876 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.878 | 30445 | Recursively removing directory: /tmp/git.STs5fo/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.880 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.880 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.880 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.879 | 30448 | Recursively removing directory: /tmp/git.dthlsV/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.880 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.880 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.880 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.880 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 45174 | Added a new worker 14 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30444 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30444 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.881 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.882 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bvgfJ0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.883 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E4ont4 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.882 | 45176 | Added a new worker 8 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.882 | 30444 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.883 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.883 | 30444 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.883 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.889 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.889 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.890 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.890 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.892 | 45173 | Marked run 1338 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.893 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.898 | 45175 | Marked run 1337 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.899 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.901 | 30445 | Recursively removing directory: /tmp/git.bvgfJ0/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.902 | 30448 | Recursively removing directory: /tmp/git.E4ont4/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.903 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.903 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.903 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.902 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.902 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.902 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 45190 | Added a new worker 16 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30444 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.904 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.905 | 30444 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.905 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.905 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zEehjb +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.905 | 45192 | Added a new worker 15 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.906 | 30444 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.906 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.906 | 30444 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.906 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.906 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zS3cGy +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.910 | 45189 | Marked run 1339 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.910 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.911 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.911 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.914 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.917 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.921 | 30448 | Recursively removing directory: /tmp/git.zS3cGy/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.924 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.924 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.925 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.925 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.925 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.925 | 45191 | Marked run 1340 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.925 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.926 | 45206 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.926 | 30444 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.926 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.926 | 30444 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.928 | 45205 | Marked run 1342 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.928 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.926 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MTHgDj +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.929 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.926 | 30445 | Recursively removing directory: /tmp/git.zEehjb/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.931 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.931 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.931 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.931 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.931 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.932 | 45208 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.932 | 30444 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.932 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.932 | 30444 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.932 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.932 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yu3fWd +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.940 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.940 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.941 | 45207 | Marked run 1341 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.941 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.939 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.943 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.950 | 30448 | Recursively removing directory: /tmp/git.MTHgDj/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.952 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.952 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.952 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 45222 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30444 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30444 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.952 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.952 | 30445 | Recursively removing directory: /tmp/git.yu3fWd/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.954 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3a1oKm +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.956 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.956 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.956 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.956 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.956 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.956 | 45224 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.956 | 30444 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.956 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.957 | 30444 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.957 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.957 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7PPIil +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.962 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.963 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.972 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.972 | 45221 | Marked run 1343 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.972 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.972 | 30448 | Recursively removing directory: /tmp/git.3a1oKm/ +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.975 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.975 | 45223 | Marked run 1344 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.975 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.976 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 45232 | Added a new worker 10 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 30444 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.976 | 30444 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.977 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.llcVYo +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.977 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.977 | 30445 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.980 | 45231 | Marked run 1345 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.980 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.983 | 30448 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.984 | 30448 | Going to run: ./ci +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.986 | 30445 | Recursively removing directory: /tmp/git.7PPIil/ +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.987 | 30445 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.987 | 30445 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.990 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.990 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.991 | 30445 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.991 | 45243 | Added a new worker 11 to the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.991 | 30444 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.991 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.991 | 30444 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.991 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.992 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xs4Xpk +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.995 | 30448 | Recursively removing directory: /tmp/git.llcVYo/ +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.997 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 30442 | Waiting for new connections +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.997 | 30448 | Process exit code: 0 +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.997 | 30448 | Process output: 57 bytes +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.997 | 30448 | Waiting for a new command +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 45248 | Added a new worker 13 to the queue +2023-08-28 07:32:37 | INFO | 30445/cimple-worker: 2023-08-28 07:32:37.998 | 30445 | Checking out revision HEAD +2023-08-28 07:32:37 | INFO | 30448/cimple-worker: 2023-08-28 07:32:37.998 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S9QGyV +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 30444 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 30444 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.998 | 45242 | Marked run 1346 as finished +2023-08-28 07:32:37 | INFO | 30442/cimple-server: 2023-08-28 07:32:37.999 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.000 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.001 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.004 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.005 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.008 | 30445 | Recursively removing directory: /tmp/git.xs4Xpk/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.009 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.009 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.009 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.009 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.009 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.013 | 45257 | Added a new worker 7 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.013 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.013 | 30444 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.013 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.013 | 30444 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.014 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cHzbaA +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.018 | 45247 | Marked run 1347 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.018 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.022 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.023 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.024 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.023 | 30448 | Recursively removing directory: /tmp/git.S9QGyV/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.024 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.024 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.024 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.024 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.025 | 45265 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.026 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yFofcJ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.025 | 30444 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.025 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.026 | 30444 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.027 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.034 | 45256 | Marked run 1348 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.034 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.036 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.036 | 45264 | Marked run 1349 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.037 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.037 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.037 | 30445 | Recursively removing directory: /tmp/git.cHzbaA/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.039 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.039 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.039 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.039 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.039 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.040 | 45273 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.040 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gmz6Vh +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.040 | 30444 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.040 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.040 | 30444 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.041 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.045 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.045 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.048 | 30448 | Recursively removing directory: /tmp/git.yFofcJ/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.051 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.051 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.050 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.050 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.051 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.051 | 45282 | Added a new worker 9 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.052 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.feviqV +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.052 | 30444 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.052 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.052 | 30444 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.053 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.056 | 30445 | Recursively removing directory: /tmp/git.Gmz6Vh/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.057 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.057 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.058 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 45288 | Added a new worker 15 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.059 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rmf93d +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30444 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30444 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.058 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.067 | 45272 | Marked run 1350 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.067 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.070 | 45281 | Marked run 1351 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.071 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.072 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.073 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.080 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.080 | 45287 | Marked run 1352 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.080 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.081 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.083 | 30448 | Recursively removing directory: /tmp/git.feviqV/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.084 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.084 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.084 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.084 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.084 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.085 | 45298 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.085 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NUEmcT +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.085 | 30444 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.085 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.085 | 30444 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.090 | 30445 | Recursively removing directory: /tmp/git.Rmf93d/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.091 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.091 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.092 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.091 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.092 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.092 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.092 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.093 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.093 | 45305 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.093 | 30444 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.093 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.093 | 30444 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.094 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.094 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v5yhST +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.097 | 45304 | Marked run 1354 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.097 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.099 | 45297 | Marked run 1353 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.099 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.101 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.102 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.109 | 30448 | Recursively removing directory: /tmp/git.NUEmcT/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.110 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.110 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.110 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 45318 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30444 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30444 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.111 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.111 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q6VCYB +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.115 | 30445 | Recursively removing directory: /tmp/git.v5yhST/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.117 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.118 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.121 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.121 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.122 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.122 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 45322 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 30444 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.123 | 30444 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.123 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K2HuyW +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.125 | 45317 | Marked run 1355 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.125 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.128 | 45321 | Marked run 1356 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.128 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.129 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.130 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.132 | 30448 | Recursively removing directory: /tmp/git.Q6VCYB/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.133 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.133 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.133 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.133 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.133 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.134 | 45330 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.134 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xH97Wo +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.134 | 30444 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.134 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.134 | 30444 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.135 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.138 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.141 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.142 | 30445 | Recursively removing directory: /tmp/git.K2HuyW/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.143 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.143 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.143 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.143 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.144 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.144 | 45337 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.144 | 30444 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.144 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.144 | 30444 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.145 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.145 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VkKZmk +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.151 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.152 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.153 | 45329 | Marked run 1357 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.153 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.155 | 45336 | Marked run 1358 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.156 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.158 | 30448 | Recursively removing directory: /tmp/git.xH97Wo/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.160 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.160 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.160 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.160 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.160 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.160 | 45350 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.160 | 30444 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.160 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.161 | 30444 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.161 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.161 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hIsC7j +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.162 | 30445 | Recursively removing directory: /tmp/git.VkKZmk/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.164 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.164 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.164 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.164 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.165 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.165 | 45352 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.166 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OWkjBG +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.165 | 30444 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.165 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.165 | 30444 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.167 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.168 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.169 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.170 | 45349 | Marked run 1359 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.170 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.171 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.172 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.176 | 45351 | Marked run 1360 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.177 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.180 | 30448 | Recursively removing directory: /tmp/git.hIsC7j/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.182 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.182 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.182 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.182 | 30445 | Recursively removing directory: /tmp/git.OWkjBG/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.183 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.183 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.183 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.183 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.183 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.183 | 45366 | Added a new worker 12 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.184 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.184 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 45368 | Added a new worker 9 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.185 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lk9qVl +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.185 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ibwf4n +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.185 | 30444 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.186 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.191 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.192 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.192 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.193 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.197 | 45367 | Marked run 1362 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.197 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.200 | 45365 | Marked run 1361 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.200 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.201 | 30445 | Recursively removing directory: /tmp/git.Ibwf4n/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.203 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.203 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.203 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 45379 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 30444 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.203 | 30444 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.204 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.204 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CB7X6D +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.208 | 30448 | Recursively removing directory: /tmp/git.lk9qVl/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.211 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.212 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.212 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.212 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.213 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 45385 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.213 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 30444 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 30444 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.214 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.214 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BDHmUF +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.215 | 45378 | Marked run 1364 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.215 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.221 | 45384 | Marked run 1363 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.221 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.222 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.223 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.225 | 30445 | Recursively removing directory: /tmp/git.CB7X6D/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.227 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.227 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.227 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.227 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.227 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.228 | 45394 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.228 | 30444 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.228 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.228 | 30444 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.228 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7kSRW +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.229 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.234 | 30448 | Recursively removing directory: /tmp/git.BDHmUF/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.235 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.236 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.236 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.236 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.236 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.236 | 45400 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.237 | 30444 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.237 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.237 | 30444 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.237 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PS2KIk +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.237 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.238 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.238 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.243 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.243 | 45393 | Marked run 1365 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.244 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.244 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.252 | 45399 | Marked run 1366 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.252 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.255 | 30448 | Recursively removing directory: /tmp/git.PS2KIk/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.256 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.256 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.257 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.257 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.257 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.257 | 45414 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.258 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GA7bX0 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.257 | 30444 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.257 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.258 | 30444 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.259 | 30445 | Recursively removing directory: /tmp/git.o7kSRW/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.261 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.263 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.263 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.263 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.264 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.264 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.264 | 45416 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.265 | 30444 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.265 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.265 | 30444 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.268 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K0uOH2 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.269 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.271 | 45413 | Marked run 1368 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.271 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.272 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.273 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.275 | 45415 | Marked run 1367 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.276 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.278 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.279 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.283 | 30448 | Recursively removing directory: /tmp/git.GA7bX0/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.286 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.286 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.286 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.287 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.287 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.288 | 45429 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.288 | 30444 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.288 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.288 | 30444 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.288 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.288 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AbAouO +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.290 | 45428 | Marked run 1369 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.291 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.295 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.296 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.297 | 30445 | Recursively removing directory: /tmp/git.K0uOH2/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.303 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.304 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.304 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.305 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.305 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.305 | 45436 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.305 | 30444 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.305 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.305 | 30444 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.306 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.306 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vCd3sA +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.309 | 45434 | Marked run 1370 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.311 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.312 | 30448 | Recursively removing directory: /tmp/git.AbAouO/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.314 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.314 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.314 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 45440 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 30444 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.314 | 30444 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.314 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gjCj4z +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.315 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.317 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.318 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.326 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.327 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.329 | 30445 | Recursively removing directory: /tmp/git.vCd3sA/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.330 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.330 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.330 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.330 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.330 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.331 | 45439 | Marked run 1371 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.331 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.332 | 45449 | Added a new worker 7 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.333 | 30444 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.333 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.333 | 30444 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.333 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.333 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pfeShA +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.336 | 45448 | Marked run 1372 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.337 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.340 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.340 | 30448 | Recursively removing directory: /tmp/git.gjCj4z/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.342 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.342 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.343 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.342 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.343 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.343 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.343 | 45457 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.344 | 30444 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.344 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.344 | 30444 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.344 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yNJREr +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.345 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.350 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.352 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.353 | 30445 | Recursively removing directory: /tmp/git.pfeShA/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.354 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.354 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.354 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.355 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.356 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.356 | 45465 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.356 | 30444 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.357 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.357 | 30444 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.357 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.358 | 45456 | Marked run 1373 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.358 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.357 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s0Gu9G +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.362 | 45464 | Marked run 1374 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.362 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.365 | 30448 | Recursively removing directory: /tmp/git.yNJREr/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.367 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.367 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.367 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.367 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.367 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.365 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.366 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.368 | 45473 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.368 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nhQMgX +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.368 | 30444 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.368 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.368 | 30444 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.369 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.379 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.379 | 30445 | Recursively removing directory: /tmp/git.s0Gu9G/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.380 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.381 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.382 | 45472 | Marked run 1375 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.382 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.382 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.381 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.381 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.381 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.383 | 45481 | Added a new worker 6 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.383 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4ikdz5 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.383 | 30444 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.383 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.383 | 30444 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.385 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.390 | 30448 | Recursively removing directory: /tmp/git.nhQMgX/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.390 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.391 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.393 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.393 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.393 | 45480 | Marked run 1376 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.393 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.393 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.393 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 45489 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 30444 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 30444 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.394 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.394 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZAYxwn +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.398 | 45488 | Marked run 1377 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.398 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.400 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.401 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.412 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.414 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.410 | 30448 | Recursively removing directory: /tmp/git.ZAYxwn/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.412 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.412 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.413 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.415 | 45502 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.415 | 30444 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.415 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.415 | 30444 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.415 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o6D6BP +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.416 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.421 | 30445 | Recursively removing directory: /tmp/git.4ikdz5/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.425 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.425 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.425 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.425 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.425 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.426 | 45504 | Added a new worker 8 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.426 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xXSain +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.426 | 30444 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.426 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.426 | 30444 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.428 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.429 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.431 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.432 | 45501 | Marked run 1379 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.432 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.432 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.433 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.436 | 45503 | Marked run 1378 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.436 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.438 | 30448 | Recursively removing directory: /tmp/git.o6D6BP/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.439 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.439 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.439 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.439 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.439 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.440 | 45515 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.440 | 30444 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.440 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.440 | 30444 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.440 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.440 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6SdJPX +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.445 | 30445 | Recursively removing directory: /tmp/git.xXSain/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.446 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.446 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.447 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 45520 | Added a new worker 9 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.447 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zqOGvO +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.450 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.451 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 30444 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.447 | 30444 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.452 | 45514 | Marked run 1380 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.452 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.453 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.462 | 45519 | Marked run 1381 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.462 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.465 | 30448 | Recursively removing directory: /tmp/git.6SdJPX/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.466 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.466 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.466 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.465 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.466 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.467 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.467 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.467 | 45529 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.468 | 30444 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.468 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.468 | 30444 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.470 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EhiVGR +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.471 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.475 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.476 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.477 | 30445 | Recursively removing directory: /tmp/git.zqOGvO/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.481 | 45528 | Marked run 1382 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.481 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.481 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.481 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.481 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.481 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.481 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.481 | 45538 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.482 | 30444 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.482 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.484 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1UT072 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.482 | 30444 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.482 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.490 | 45537 | Marked run 1383 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.490 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.493 | 30448 | Recursively removing directory: /tmp/git.EhiVGR/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.495 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.495 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.496 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.494 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.495 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.497 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.498 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.498 | 45546 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.498 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5J5c82 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.498 | 30444 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.498 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.498 | 30444 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.501 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.505 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.506 | 45544 | Marked run 1384 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.506 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.507 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.508 | 30445 | Recursively removing directory: /tmp/git.1UT072/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.509 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.509 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.510 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.510 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.510 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.510 | 45554 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.511 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S1Jtrg +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.511 | 30444 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.511 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.511 | 30444 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.512 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.516 | 30448 | Recursively removing directory: /tmp/git.5J5c82/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.517 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.517 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.518 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.517 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.517 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.518 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.518 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.519 | 45560 | Added a new worker 8 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.519 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tqZdjw +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.519 | 30444 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.519 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.519 | 30444 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.520 | 45553 | Marked run 1385 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.520 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.524 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.526 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.527 | 30445 | Recursively removing directory: /tmp/git.S1Jtrg/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.527 | 45559 | Marked run 1386 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.527 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.528 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.528 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.529 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.529 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.529 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.529 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.530 | 45568 | Added a new worker 12 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.530 | 30444 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.530 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.530 | 30444 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.531 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e7dZDE +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.531 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.537 | 30448 | Recursively removing directory: /tmp/git.tqZdjw/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.538 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.538 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.539 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.539 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.539 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.540 | 45576 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.540 | 30444 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.540 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.540 | 30444 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.540 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BQw8Se +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.541 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.553 | 45567 | Marked run 1387 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.553 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.559 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.559 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.560 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.560 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.562 | 45575 | Marked run 1388 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.562 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.568 | 30448 | Recursively removing directory: /tmp/git.BQw8Se/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.570 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.578 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.578 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.578 | 30445 | Recursively removing directory: /tmp/git.e7dZDE/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.570 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.570 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.578 | 45590 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.578 | 30444 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.578 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.579 | 30444 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.579 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.579 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.579 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.579 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.579 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.579 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.579 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5qcK59 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.580 | 45592 | Added a new worker 12 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.580 | 30444 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.580 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.580 | 30444 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.580 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.580 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8WKP8n +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.587 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.588 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.588 | 45591 | Marked run 1389 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.588 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.591 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.592 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.600 | 45589 | Marked run 1390 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.600 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.601 | 30448 | Recursively removing directory: /tmp/git.5qcK59/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.602 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.602 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.603 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.602 | 30445 | Recursively removing directory: /tmp/git.8WKP8n/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.603 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.603 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.604 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.604 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.604 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.604 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.604 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 45608 | Added a new worker 15 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.605 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5eBMT4 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 45606 | Added a new worker 12 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.605 | 30444 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.606 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.606 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KHTC0h +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.612 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.613 | 45605 | Marked run 1391 as finished +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.613 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.613 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.613 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.614 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.617 | 45607 | Marked run 1392 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.618 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.622 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.622 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.621 | 30448 | Recursively removing directory: /tmp/git.KHTC0h/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.622 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.622 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.622 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.623 | 45619 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.623 | 30444 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.623 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.623 | 30444 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.623 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1kgpJJ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.623 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.627 | 30445 | Recursively removing directory: /tmp/git.5eBMT4/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.628 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.628 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 45624 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 30444 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.629 | 30444 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.629 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.629 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HxNZt3 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.630 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.630 | 45618 | Marked run 1394 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.631 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.631 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.633 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.634 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.636 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.637 | 45623 | Marked run 1393 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.638 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.641 | 30448 | Recursively removing directory: /tmp/git.1kgpJJ/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.642 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.642 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.642 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.643 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.643 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.643 | 45637 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.644 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wkf1Sw +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.643 | 30444 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.643 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.644 | 30444 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.645 | 30445 | Recursively removing directory: /tmp/git.HxNZt3/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.646 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.646 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.647 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 45640 | Added a new worker 15 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30444 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30444 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.647 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.647 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gAL3g0 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.648 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.650 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.651 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.654 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.654 | 45639 | Marked run 1396 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.655 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.655 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.657 | 45636 | Marked run 1395 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.657 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.663 | 30448 | Recursively removing directory: /tmp/git.wkf1Sw/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.664 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.664 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.665 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.665 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.665 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.666 | 45654 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.666 | 30445 | Recursively removing directory: /tmp/git.gAL3g0/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.667 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.667 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.667 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 30444 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 30444 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.668 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ivZOD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.668 | 45656 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.669 | 30444 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.669 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.669 | 30444 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.669 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.670 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WEYPBc +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.673 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.674 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.678 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.679 | 45653 | Marked run 1397 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.680 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.680 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.681 | 45655 | Marked run 1398 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.682 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.683 | 30448 | Recursively removing directory: /tmp/git.0ivZOD/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.684 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.684 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.684 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.684 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.684 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.686 | 45666 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.686 | 30444 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.686 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.686 | 30444 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.686 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.686 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7AeUUa +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.689 | 45665 | Marked run 1399 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.690 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.692 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.693 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.692 | 30445 | Recursively removing directory: /tmp/git.WEYPBc/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.693 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.693 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.693 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.693 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.694 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.694 | 45672 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.694 | 30444 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.694 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.694 | 30444 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.695 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2cgin7 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.695 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.699 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.701 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.703 | 45671 | Marked run 1400 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.703 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.708 | 30448 | Recursively removing directory: /tmp/git.7AeUUa/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.710 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.710 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.710 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.710 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.710 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.710 | 45686 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.711 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JhEtlr +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.710 | 30444 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.710 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.711 | 30444 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.712 | 30445 | Recursively removing directory: /tmp/git.2cgin7/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.712 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.714 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.714 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.714 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.714 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.714 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.714 | 45688 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.714 | 30444 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.714 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.715 | 30444 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.715 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.716 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2eAhZL +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.717 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.718 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.720 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.721 | 45685 | Marked run 1401 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.722 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.723 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.724 | 45687 | Marked run 1402 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.724 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.728 | 30448 | Recursively removing directory: /tmp/git.JhEtlr/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.729 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.729 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.729 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.729 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.729 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.730 | 45699 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.730 | 30444 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.730 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.730 | 30444 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.730 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.730 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJTSn5 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.740 | 30445 | Recursively removing directory: /tmp/git.2eAhZL/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.740 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.741 | 45698 | Marked run 1403 as finished +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.741 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.743 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.743 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.742 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.742 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.742 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.744 | 45705 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.744 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U1YgzI +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.744 | 30444 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.744 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.744 | 30444 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.748 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.749 | 30448 | Recursively removing directory: /tmp/git.DJTSn5/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.750 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.750 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.750 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.750 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.750 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.750 | 45712 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.751 | 30444 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.751 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v8ysax +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.751 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.751 | 30444 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.752 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.755 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.757 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.758 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.760 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.761 | 45711 | Marked run 1405 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.761 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.763 | 45704 | Marked run 1404 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.763 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.768 | 30448 | Recursively removing directory: /tmp/git.v8ysax/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.770 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.770 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.770 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.771 | 30445 | Recursively removing directory: /tmp/git.U1YgzI/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.772 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.772 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.772 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.772 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.772 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.772 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.772 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 45726 | Added a new worker 15 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30444 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30444 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 45728 | Added a new worker 8 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30444 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.773 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.774 | 30444 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.774 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f8Gfkb +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.774 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SzhAlS +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.775 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.779 | 45725 | Marked run 1407 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.779 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.780 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.780 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.783 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.783 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.785 | 45727 | Marked run 1406 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.786 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.792 | 30445 | Recursively removing directory: /tmp/git.f8Gfkb/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.793 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.793 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.794 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.794 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.794 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.795 | 45741 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.795 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wRNO0u +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.795 | 30444 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.795 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.795 | 30444 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.797 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.797 | 30448 | Recursively removing directory: /tmp/git.SzhAlS/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.800 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.800 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.801 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.800 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.801 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.801 | 45744 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.801 | 30444 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.801 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.801 | 30444 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.801 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.utoEFR +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.803 | 45740 | Marked run 1409 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.803 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.805 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.806 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.806 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.807 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.807 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.810 | 45743 | Marked run 1408 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.810 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.816 | 30448 | Recursively removing directory: /tmp/git.utoEFR/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 45758 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.816 | 30445 | Recursively removing directory: /tmp/git.wRNO0u/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.818 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.818 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.819 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.819 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mtIog2 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 30444 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.819 | 30444 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.820 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.821 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.821 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.821 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.821 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.821 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.822 | 45760 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.823 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.di67LQ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.822 | 30444 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.822 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.822 | 30444 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.825 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.826 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.828 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.829 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.833 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.835 | 30445 | Recursively removing directory: /tmp/git.mtIog2/ +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.835 | 45757 | Marked run 1410 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.836 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 45759 | Marked run 1411 as finished +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.838 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.838 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.838 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 45769 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 30444 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.838 | 30444 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.838 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DcrcR3 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.839 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.847 | 45768 | Marked run 1412 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.847 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.848 | 30448 | Recursively removing directory: /tmp/git.di67LQ/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.849 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.849 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.849 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.849 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.850 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 45776 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.851 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6J3xkL +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30444 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30444 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.850 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.857 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.858 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.860 | 45775 | Marked run 1413 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.860 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.860 | 30445 | Recursively removing directory: /tmp/git.DcrcR3/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.862 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.862 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.862 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.862 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.862 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.864 | 45787 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.864 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wKiXvS +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.864 | 30444 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.864 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.864 | 30444 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.865 | 45786 | Marked run 1414 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.865 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.866 | 30448 | Recursively removing directory: /tmp/git.6J3xkL/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.868 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.868 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.868 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.868 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.868 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.868 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.870 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.871 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.870 | 45792 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.872 | 30444 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.872 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.872 | 30444 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.872 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ufivui +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.873 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.877 | 45791 | Marked run 1415 as finished +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.878 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.879 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.879 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.885 | 30445 | Recursively removing directory: /tmp/git.wKiXvS/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.886 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.887 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.887 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.887 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.887 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.887 | 45806 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.887 | 30444 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.887 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.888 | 30444 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.888 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.888 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4L86xu +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.890 | 30448 | Recursively removing directory: /tmp/git.ufivui/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.891 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.891 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.891 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.891 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.891 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.891 | 45805 | Marked run 1416 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.892 | 45808 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.892 | 30444 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.892 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.892 | 30444 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.892 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.892 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qR8NIN +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.913 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.914 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.915 | 45807 | Marked run 1417 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.915 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.916 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.917 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.922 | 30448 | Recursively removing directory: /tmp/git.qR8NIN/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.923 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.923 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.923 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.923 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.923 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.925 | 45821 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.925 | 30445 | Recursively removing directory: /tmp/git.4L86xu/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.925 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.doZvMp +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.925 | 30444 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.925 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.925 | 30444 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.927 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.927 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.927 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.932 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.933 | 45824 | Added a new worker 14 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.933 | 30444 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.933 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.933 | 30444 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.932 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.933 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p4MRvV +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.934 | 45820 | Marked run 1419 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.934 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.934 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.934 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.935 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.940 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.941 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.943 | 45823 | Marked run 1418 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.943 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.945 | 30448 | Recursively removing directory: /tmp/git.doZvMp/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.947 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.947 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.947 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 45835 | Added a new worker 11 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 30444 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.947 | 30444 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.948 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9U55b7 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.948 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.951 | 30445 | Recursively removing directory: /tmp/git.p4MRvV/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.952 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.952 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 45840 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30444 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30444 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.953 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.953 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.953 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pTJtvm +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.962 | 45834 | Marked run 1420 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.962 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.965 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.966 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.968 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.969 | 45839 | Marked run 1421 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.969 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.970 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.976 | 30448 | Recursively removing directory: /tmp/git.9U55b7/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.978 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.978 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.978 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.979 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.978 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.979 | 45854 | Added a new worker 10 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.979 | 30444 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.979 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.979 | 30444 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.979 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.huxpof +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.980 | 30445 | Recursively removing directory: /tmp/git.pTJtvm/ +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.982 | 30445 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.982 | 30445 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.982 | 30445 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 45856 | Added a new worker 13 to the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 30444 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.982 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.983 | 30444 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.983 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.983 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.33XhgF +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.987 | 30448 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.988 | 30448 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.988 | 30445 | Checking out revision HEAD +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.990 | 45853 | Marked run 1422 as finished +2023-08-28 07:32:38 | INFO | 30445/cimple-worker: 2023-08-28 07:32:38.990 | 30445 | Going to run: ./ci +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.990 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.993 | 45855 | Marked run 1423 as finished +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.993 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.997 | 30448 | Recursively removing directory: /tmp/git.huxpof/ +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.998 | 30448 | Process exit code: 0 +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.998 | 30448 | Process output: 57 bytes +2023-08-28 07:32:38 | INFO | 30448/cimple-worker: 2023-08-28 07:32:38.999 | 30448 | Waiting for a new command +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.999 | 30442 | Waiting for new connections +2023-08-28 07:32:38 | INFO | 30442/cimple-server: 2023-08-28 07:32:38.999 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.000 | 45869 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.000 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hRz3ZV +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.000 | 30444 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.000 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.000 | 30444 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.001 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.003 | 30445 | Recursively removing directory: /tmp/git.33XhgF/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.004 | 45868 | Marked run 1424 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.004 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.005 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.005 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.006 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.006 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.006 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.006 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.006 | 45872 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.007 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lku2KM +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.007 | 30444 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.007 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.007 | 30444 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.007 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.011 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.012 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.013 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.015 | 30448 | Recursively removing directory: /tmp/git.hRz3ZV/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.017 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.017 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.017 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.017 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.017 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.018 | 45882 | Added a new worker 9 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.018 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ld59cI +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.018 | 30444 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.018 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.018 | 30444 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.021 | 45871 | Marked run 1425 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.022 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.022 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.024 | 30445 | Recursively removing directory: /tmp/git.lku2KM/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.026 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.027 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.027 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.027 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.027 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.025 | 45881 | Marked run 1426 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.025 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.027 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.027 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.028 | 45888 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.029 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X5sxhz +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.028 | 30444 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.028 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.028 | 30444 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.033 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.034 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.035 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.041 | 30448 | Recursively removing directory: /tmp/git.ld59cI/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.044 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.044 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.044 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.045 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.045 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.046 | 45897 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.046 | 30444 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.046 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.046 | 30444 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.046 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.047 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JQMsNg +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.050 | 45887 | Marked run 1427 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.050 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.058 | 30445 | Recursively removing directory: /tmp/git.X5sxhz/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.059 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.059 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.060 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.060 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.060 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.060 | 45896 | Marked run 1428 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.061 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.061 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.061 | 45904 | Added a new worker 9 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.062 | 30444 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.062 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.062 | 30444 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.066 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HJokOx +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.066 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.073 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.074 | 45903 | Marked run 1429 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.074 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.077 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.078 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.082 | 30448 | Recursively removing directory: /tmp/git.JQMsNg/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.083 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.083 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.083 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 45913 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.084 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YQSI4U +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 30444 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.084 | 30444 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.085 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.100 | 45912 | Marked run 1430 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.100 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.100 | 30445 | Recursively removing directory: /tmp/git.HJokOx/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.101 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.102 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.102 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.102 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.102 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.102 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.103 | 45920 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.103 | 30444 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.103 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.103 | 30444 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.103 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.103 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jLT5Ps +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.103 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.107 | 45919 | Marked run 1431 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.108 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.110 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.111 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.113 | 30448 | Recursively removing directory: /tmp/git.YQSI4U/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.114 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.114 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.114 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 45931 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.115 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DPu82K +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 30444 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.115 | 30444 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.117 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.119 | 30445 | Recursively removing directory: /tmp/git.jLT5Ps/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.121 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.121 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.121 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.121 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 45936 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 30444 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 30444 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.122 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.123 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4GguEv +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.125 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.124 | 45935 | Marked run 1433 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.125 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.127 | 45930 | Marked run 1432 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.127 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.129 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.130 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.131 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.137 | 30448 | Recursively removing directory: /tmp/git.DPu82K/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.138 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.138 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.139 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.139 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.139 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.139 | 45947 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.139 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.139 | 30444 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.140 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.140 | 30444 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.141 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jsBrgu +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.144 | 30445 | Recursively removing directory: /tmp/git.4GguEv/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.145 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.145 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.145 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.146 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.147 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.147 | 45952 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.147 | 30444 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.147 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.147 | 30444 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.147 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EuKL8X +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.148 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.150 | 45946 | Marked run 1434 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.152 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.153 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.156 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.157 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.159 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.162 | 45951 | Marked run 1435 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.162 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.167 | 30445 | Recursively removing directory: /tmp/git.EuKL8X/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.169 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.169 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.169 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.169 | 30448 | Recursively removing directory: /tmp/git.jsBrgu/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.171 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.171 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.170 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s7sQOo +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.169 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.169 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.170 | 45966 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.170 | 30444 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.170 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.170 | 30444 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.171 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.172 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.172 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.173 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.173 | 45968 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.174 | 30444 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.174 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.174 | 30444 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.174 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.174 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qiK2W4 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.176 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.177 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.181 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.182 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.187 | 30445 | Recursively removing directory: /tmp/git.s7sQOo/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.188 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.188 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.188 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 45981 | Added a new worker 15 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 30444 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.189 | 30444 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.189 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TB3gVD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.190 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.191 | 30448 | Recursively removing directory: /tmp/git.qiK2W4/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.193 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.193 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.193 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 45984 | Added a new worker 17 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30444 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30444 | Removed worker 17 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.193 | 30444 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.194 | 45965 | Marked run 1437 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.194 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.195 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hwZn3Z +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.199 | 45967 | Marked run 1436 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.199 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.200 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.201 | 45980 | Marked run 1438 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.201 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.201 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.204 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.205 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.205 | 45983 | Marked run 1439 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.206 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.210 | 30445 | Recursively removing directory: /tmp/git.TB3gVD/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.211 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.211 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.211 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.211 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.211 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.212 | 45997 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.212 | 30444 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.212 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.212 | 30444 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.212 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HrlLtx +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.213 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.214 | 30448 | Recursively removing directory: /tmp/git.hwZn3Z/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.216 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.216 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.216 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.216 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.216 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.217 | 46000 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.217 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.217 | 30444 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.217 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.217 | 30444 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.217 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e0KDaB +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.218 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.219 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.220 | 45996 | Marked run 1440 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.220 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.226 | 45999 | Marked run 1441 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.226 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.228 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.229 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 46010 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 30444 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.232 | 30444 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.231 | 30445 | Recursively removing directory: /tmp/git.HrlLtx/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.232 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.232 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.232 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.233 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qDgbKt +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.234 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.239 | 30448 | Recursively removing directory: /tmp/git.e0KDaB/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.241 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.241 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.241 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.240 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.242 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.243 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.243 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.244 | 46009 | Marked run 1442 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.245 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.246 | 46017 | Added a new worker 7 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.246 | 30444 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.246 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.246 | 30444 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.246 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.246 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WZwkCt +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.248 | 46016 | Marked run 1443 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.248 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.251 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.252 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.256 | 30445 | Recursively removing directory: /tmp/git.qDgbKt/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.258 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.258 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.258 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.258 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.258 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.259 | 46030 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.259 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0MWoln +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.259 | 30444 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.259 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.259 | 30444 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.259 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.263 | 30448 | Recursively removing directory: /tmp/git.WZwkCt/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.265 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.265 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.265 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.265 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.265 | 46032 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.266 | 30444 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.266 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.266 | 30444 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.266 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.265 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.266 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AO5Gwl +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.267 | 46029 | Marked run 1444 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.267 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.270 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.271 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.274 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.274 | 46031 | Marked run 1445 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.275 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.279 | 30445 | Recursively removing directory: /tmp/git.0MWoln/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.280 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.280 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.281 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 46040 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30444 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30444 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.281 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.281 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uOBoqX +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.283 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.290 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.290 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.292 | 30448 | Recursively removing directory: /tmp/git.AO5Gwl/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.295 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.295 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 46050 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 30444 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.295 | 30444 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.296 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.295 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.296 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8NoiHC +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.296 | 46039 | Marked run 1446 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.296 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.302 | 46049 | Marked run 1447 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.303 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.302 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.304 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.306 | 30445 | Recursively removing directory: /tmp/git.uOBoqX/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.307 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.307 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.307 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 46058 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 30444 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.307 | 30444 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.307 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1b6H1H +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.309 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.313 | 46057 | Marked run 1448 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.313 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.313 | 30448 | Recursively removing directory: /tmp/git.8NoiHC/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.315 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.315 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.315 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.315 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.315 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.315 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.316 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.316 | 46064 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.316 | 30444 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.317 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.317 | 30444 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.317 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.317 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yoIoi2 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.321 | 46063 | Marked run 1449 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.321 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.324 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.325 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.329 | 30445 | Recursively removing directory: /tmp/git.1b6H1H/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.331 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.331 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.331 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 46077 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 30444 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.331 | 30444 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.331 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qvqT3U +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.332 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.335 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.336 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.340 | 30448 | Recursively removing directory: /tmp/git.yoIoi2/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.341 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.341 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.342 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.342 | 46076 | Marked run 1450 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.342 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.342 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.343 | 46083 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.343 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.343 | 30444 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.343 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.343 | 30444 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.344 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hvmkED +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.346 | 46082 | Marked run 1451 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.348 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.349 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.350 | 30445 | Recursively removing directory: /tmp/git.qvqT3U/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.351 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.351 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.351 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.351 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.351 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.352 | 46088 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.352 | 30444 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.352 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.352 | 30444 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.352 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ycmhQR +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.352 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.353 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.358 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.358 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.361 | 46087 | Marked run 1452 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.362 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.363 | 30448 | Recursively removing directory: /tmp/git.hvmkED/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.365 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.365 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.365 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.365 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.365 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.366 | 46098 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.366 | 30444 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.366 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.366 | 30444 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.366 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.367 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x9cxUB +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.371 | 30445 | Recursively removing directory: /tmp/git.ycmhQR/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.378 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.379 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.379 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.380 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.380 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.381 | 46104 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.381 | 30444 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.381 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.381 | 30444 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.381 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.381 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VzApqZ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.383 | 46097 | Marked run 1453 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.383 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.385 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.385 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.387 | 46103 | Marked run 1454 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.388 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.389 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.390 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.398 | 30448 | Recursively removing directory: /tmp/git.x9cxUB/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.399 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.399 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.399 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.399 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.399 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.399 | 46118 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.400 | 30444 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.400 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.400 | 30444 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.400 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.400 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uvwcMv +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.405 | 30445 | Recursively removing directory: /tmp/git.VzApqZ/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.405 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.406 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.408 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.408 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.409 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.409 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.409 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.409 | 46122 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 46117 | Marked run 1455 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 30444 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 30444 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.410 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AMxYp5 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.410 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.416 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.417 | 46121 | Marked run 1456 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.418 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.417 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.419 | 30448 | Recursively removing directory: /tmp/git.uvwcMv/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.420 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.420 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.420 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.421 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.421 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.421 | 46129 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.421 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gpe80t +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.421 | 30444 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.421 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.421 | 30444 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.425 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.426 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.427 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.428 | 30445 | Recursively removing directory: /tmp/git.AMxYp5/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.429 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.429 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.430 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.430 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.431 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.431 | 46138 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.431 | 30444 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.431 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.431 | 30444 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.432 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XYCOdB +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.432 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.433 | 46128 | Marked run 1457 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.433 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.436 | 46137 | Marked run 1458 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.436 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.438 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.439 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.442 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.440 | 30448 | Recursively removing directory: /tmp/git.gpe80t/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.442 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.442 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.442 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.442 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.443 | 46146 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.443 | 30444 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.443 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.443 | 30444 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.443 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.443 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K6LAkM +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.448 | 46145 | Marked run 1459 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.448 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.450 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.451 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.451 | 30445 | Recursively removing directory: /tmp/git.XYCOdB/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.456 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.456 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.456 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.457 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.457 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.457 | 46155 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.457 | 30444 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.457 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.457 | 30444 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.458 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EDK2gq +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.458 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.460 | 30448 | Recursively removing directory: /tmp/git.K6LAkM/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.461 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.461 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.462 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.462 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.462 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.462 | 46160 | Added a new worker 12 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.463 | 30444 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.463 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.463 | 30444 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.463 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.463 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pEPdTe +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.464 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.465 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.469 | 46154 | Marked run 1460 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.469 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.469 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.471 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.472 | 46159 | Marked run 1461 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.472 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.476 | 30445 | Recursively removing directory: /tmp/git.EDK2gq/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.477 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.477 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.478 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 46173 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30444 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30444 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.478 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.479 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7Obi6U +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.483 | 30448 | Recursively removing directory: /tmp/git.pEPdTe/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.487 | 46172 | Marked run 1462 as finished +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.488 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.489 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.490 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.490 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.490 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.491 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 46177 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 30444 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.491 | 30444 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.492 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uH7S7E +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.493 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.498 | 30445 | Recursively removing directory: /tmp/git.7Obi6U/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.499 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.499 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.500 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.500 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 46184 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 30444 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 30444 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.501 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.502 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MWLSmu +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.504 | 46176 | Marked run 1463 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.505 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.505 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.506 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.511 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.512 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.511 | 46183 | Marked run 1464 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.511 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.517 | 30448 | Recursively removing directory: /tmp/git.uH7S7E/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.518 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.519 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.519 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 46197 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 30444 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.520 | 30444 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.520 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LPKxoF +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.521 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.523 | 46196 | Marked run 1465 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.524 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.526 | 30445 | Recursively removing directory: /tmp/git.MWLSmu/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.526 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.527 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.527 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.528 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.533 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.533 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.534 | 46200 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.534 | 30444 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.534 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.534 | 30444 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.534 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.534 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fdgeEN +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.534 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.539 | 46199 | Marked run 1466 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.539 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.542 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.542 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.545 | 30448 | Recursively removing directory: /tmp/git.LPKxoF/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.546 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.546 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.546 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 46211 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 30444 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.547 | 30444 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.547 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e7gdPa +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.548 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.552 | 46210 | Marked run 1467 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.553 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.554 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.555 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.557 | 30445 | Recursively removing directory: /tmp/git.fdgeEN/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.559 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.559 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.559 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 46219 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 30444 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.559 | 30444 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.560 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.560 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lkQRCR +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.564 | 30448 | Recursively removing directory: /tmp/git.e7gdPa/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.566 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.566 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.566 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.566 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.567 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.567 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.567 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.568 | 46224 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.568 | 30444 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.568 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.568 | 30444 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.568 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xwkc0I +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.572 | 46218 | Marked run 1468 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.573 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.574 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.575 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.575 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.578 | 30445 | Recursively removing directory: /tmp/git.lkQRCR/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.579 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.579 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.579 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 46236 | Added a new worker 14 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30444 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30444 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.580 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.581 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xnhBor +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.583 | 46223 | Marked run 1469 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.583 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.586 | 46234 | Marked run 1470 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.586 | 30448 | Recursively removing directory: /tmp/git.Xwkc0I/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.587 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.587 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.588 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.588 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.588 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.589 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.590 | 46240 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.590 | 30444 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.590 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.590 | 30444 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.590 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TEXnPF +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.591 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.592 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.598 | 46239 | Marked run 1471 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.599 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.598 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.600 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.607 | 30445 | Recursively removing directory: /tmp/git.xnhBor/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.609 | 30448 | Recursively removing directory: /tmp/git.TEXnPF/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.609 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.609 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.609 | 46254 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.609 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.609 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.609 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.610 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C8eKyH +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.610 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.610 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.610 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.610 | 30444 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.610 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.610 | 30444 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 46256 | Added a new worker 15 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30444 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30444 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.612 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.613 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.613 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DC8SKN +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.620 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.621 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.621 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.622 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.622 | 46255 | Marked run 1473 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.623 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.625 | 46253 | Marked run 1472 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.625 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.630 | 30445 | Recursively removing directory: /tmp/git.C8eKyH/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.631 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.631 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.632 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.632 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.632 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.632 | 46270 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.632 | 30448 | Recursively removing directory: /tmp/git.DC8SKN/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.633 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.633 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.634 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.634 | 30444 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.634 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.634 | 30444 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.634 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.634 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.634 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4QMANx +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.635 | 46272 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.635 | 30444 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.635 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.635 | 30444 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.635 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.635 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yTLLwh +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.641 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.642 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.643 | 46269 | Marked run 1474 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.643 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.643 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.644 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.647 | 46271 | Marked run 1475 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.648 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.652 | 30445 | Recursively removing directory: /tmp/git.4QMANx/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.652 | 30448 | Recursively removing directory: /tmp/git.yTLLwh/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.654 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.654 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.653 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.653 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.654 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.654 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.654 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.654 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 46288 | Added a new worker 15 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 30444 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.655 | 30444 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.655 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.APhGda +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.656 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.656 | 46286 | Added a new worker 12 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.656 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JWWSq9 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.656 | 30444 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.656 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.656 | 30444 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.657 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.662 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.663 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.663 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.664 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.664 | 46287 | Marked run 1477 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.665 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.668 | 46285 | Marked run 1476 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.668 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.673 | 30448 | Recursively removing directory: /tmp/git.APhGda/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.674 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.674 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.674 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.675 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.675 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.675 | 46302 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.676 | 30444 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.676 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.676 | 30444 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.676 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.676 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GZLsoM +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.677 | 30445 | Recursively removing directory: /tmp/git.JWWSq9/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.679 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.679 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.679 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.679 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.679 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.682 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.682 | 46304 | Added a new worker 8 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.683 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.683 | 46301 | Marked run 1478 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.683 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.684 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N10C96 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.683 | 30444 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.683 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.683 | 30444 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.685 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.688 | 46303 | Marked run 1479 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.688 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.690 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.691 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.692 | 30448 | Recursively removing directory: /tmp/git.GZLsoM/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.694 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.694 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.694 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.694 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.694 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.695 | 46314 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.695 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fvplD5 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.695 | 30444 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.695 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.695 | 30444 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.697 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.703 | 46313 | Marked run 1480 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.703 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.703 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.704 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.706 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.705 | 30445 | Recursively removing directory: /tmp/git.N10C96/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.706 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.706 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.706 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.706 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.707 | 46321 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.707 | 30444 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.707 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.707 | 30444 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.708 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.707 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ygP26J +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.711 | 46320 | Marked run 1481 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.711 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.713 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.714 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.716 | 30448 | Recursively removing directory: /tmp/git.fvplD5/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.717 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.717 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.717 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.718 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.718 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.718 | 46330 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.718 | 30444 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.718 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.719 | 30444 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.719 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.719 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LE1wKl +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.724 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.725 | 30445 | Recursively removing directory: /tmp/git.ygP26J/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.726 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.726 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.726 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.727 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.725 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.726 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.727 | 46337 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.727 | 30444 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.727 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.727 | 30444 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.728 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.728 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wta4qV +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.729 | 46329 | Marked run 1482 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.729 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.733 | 30448 | Recursively removing directory: /tmp/git.LE1wKl/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.734 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.734 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.735 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 46344 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 30444 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.735 | 30444 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.735 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iGXxpl +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.736 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.745 | 46336 | Marked run 1483 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.748 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.749 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.749 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.750 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.750 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.752 | 46343 | Marked run 1484 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.753 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.758 | 30445 | Recursively removing directory: /tmp/git.Wta4qV/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.759 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.759 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.759 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.760 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.760 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.760 | 46358 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.761 | 30444 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.761 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.761 | 30444 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.761 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.761 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mLF4Ie +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.762 | 30448 | Recursively removing directory: /tmp/git.iGXxpl/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.763 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.763 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.763 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 46360 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.765 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eMGGUK +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 30444 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.764 | 30444 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.766 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.767 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.769 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.774 | 30445 | Recursively removing directory: /tmp/git.mLF4Ie/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.775 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.775 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.775 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.775 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.775 | 46368 | Added a new worker 15 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.775 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.776 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8FKCCJ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.776 | 30444 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.776 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.776 | 30444 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.776 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.788 | 46357 | Marked run 1485 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.789 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.790 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.791 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.793 | 46359 | Marked run 1486 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.793 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.794 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.796 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.797 | 46367 | Marked run 1487 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.797 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.801 | 30448 | Recursively removing directory: /tmp/git.eMGGUK/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.803 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.803 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.803 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.803 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.803 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.804 | 30445 | Recursively removing directory: /tmp/git.8FKCCJ/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.804 | 46382 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.804 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YdU43A +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.805 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.805 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.805 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.804 | 30444 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.804 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.804 | 30444 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 46384 | Added a new worker 8 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 30444 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.806 | 30444 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.807 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.807 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4iusly +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.813 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.817 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.821 | 46381 | Marked run 1488 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.823 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.824 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.825 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.828 | 46383 | Marked run 1489 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.829 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.831 | 30448 | Recursively removing directory: /tmp/git.YdU43A/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.832 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.832 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.833 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.833 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.833 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.833 | 46397 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.834 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.afLrs9 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.834 | 30444 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.834 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.834 | 30444 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.835 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.836 | 30445 | Recursively removing directory: /tmp/git.4iusly/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.838 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.838 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.838 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.838 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.838 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.839 | 46400 | Added a new worker 13 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.839 | 30444 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.839 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.839 | 30444 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.839 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.839 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XCTRwK +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.839 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.841 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.846 | 46396 | Marked run 1490 as finished +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.847 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.847 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.851 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.852 | 46399 | Marked run 1491 as finished +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.852 | 30448 | Recursively removing directory: /tmp/git.afLrs9/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.854 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.854 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.854 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.854 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.854 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.855 | 46409 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.855 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.855 | 30444 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.855 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.855 | 30444 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.856 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OY8NfQ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.858 | 46408 | Marked run 1492 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.859 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.862 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.863 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.865 | 30445 | Recursively removing directory: /tmp/git.XCTRwK/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.866 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.866 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.866 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.867 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.867 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.868 | 46418 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.868 | 30444 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.868 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.868 | 30444 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.868 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.869 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.51kNtW +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.872 | 46417 | Marked run 1493 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.872 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.873 | 30448 | Recursively removing directory: /tmp/git.OY8NfQ/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.874 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.874 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.874 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.874 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.874 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.875 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.875 | 46424 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.875 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.875 | 30444 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.875 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.875 | 30444 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.876 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rCd135 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.878 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.882 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.883 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.884 | 46423 | Marked run 1494 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.884 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.887 | 30445 | Recursively removing directory: /tmp/git.51kNtW/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.889 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.889 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.889 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 46437 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 30444 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.889 | 30444 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.890 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.890 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.diij8N +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.893 | 46436 | Marked run 1495 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.893 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.896 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.897 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.898 | 30448 | Recursively removing directory: /tmp/git.rCd135/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.899 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.899 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.900 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.900 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.900 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.900 | 46442 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.901 | 30444 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.901 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.901 | 30444 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.901 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.901 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NuJw8t +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.903 | 46441 | Marked run 1496 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.904 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.906 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.907 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.913 | 30445 | Recursively removing directory: /tmp/git.diij8N/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.914 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.914 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.914 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.914 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.915 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.916 | 46453 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.916 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sIxdhR +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.916 | 30444 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.916 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.916 | 30444 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.917 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.918 | 30448 | Recursively removing directory: /tmp/git.NuJw8t/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.920 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.920 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.920 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.920 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.920 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.922 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.923 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.923 | 46456 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.923 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.923 | 46452 | Marked run 1497 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.923 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.924 | 30444 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.924 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.924 | 30444 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.925 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HBSAHi +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.926 | 46455 | Marked run 1498 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.926 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.933 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.934 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.936 | 30445 | Recursively removing directory: /tmp/git.sIxdhR/ +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.937 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.937 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.937 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.937 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.937 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.938 | 46466 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.938 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.938 | 30444 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.938 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.938 | 30444 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.938 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J6eXYy +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.942 | 46465 | Marked run 1499 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.943 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.945 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.946 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.948 | 30448 | Recursively removing directory: /tmp/git.HBSAHi/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.949 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.949 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.949 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 46475 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 30444 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.950 | 30444 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.950 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m3x4D3 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.951 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.954 | 30445 | Recursively removing directory: /tmp/git.J6eXYy/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.957 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.957 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.956 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.956 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.957 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.958 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.959 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.957 | 46480 | Added a new worker 8 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.959 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.960 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g1S4en +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.960 | 30444 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.960 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.960 | 30444 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.960 | 46473 | Marked run 1500 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.960 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.964 | 46479 | Marked run 1501 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.964 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.968 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.969 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.973 | 30448 | Recursively removing directory: /tmp/git.m3x4D3/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.975 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.975 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.975 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 46493 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.976 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d4MaxJ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 30444 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.975 | 30444 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.977 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.979 | 30445 | Recursively removing directory: /tmp/git.g1S4en/ +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.981 | 46492 | Marked run 1502 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.981 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.982 | 30445 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.982 | 30445 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.982 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.982 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.982 | 30445 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.984 | 46496 | Added a new worker 10 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.984 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.984 | 30444 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.984 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.984 | 30444 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.984 | 30448 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.985 | 30448 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.985 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4wiarL +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.991 | 30445 | Checking out revision HEAD +2023-08-28 07:32:39 | INFO | 30445/cimple-worker: 2023-08-28 07:32:39.992 | 30445 | Going to run: ./ci +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.993 | 46495 | Marked run 1503 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.993 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.994 | 30448 | Recursively removing directory: /tmp/git.d4MaxJ/ +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.996 | 30448 | Process exit code: 0 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.996 | 30448 | Process output: 57 bytes +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.996 | 30448 | Waiting for a new command +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.996 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.996 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.996 | 46505 | Added a new worker 11 to the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.997 | 30444 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.997 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.997 | 30444 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:39 | INFO | 30448/cimple-worker: 2023-08-28 07:32:39.997 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gV4DWh +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.997 | 30442 | Waiting for new connections +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.999 | 46504 | Marked run 1504 as finished +2023-08-28 07:32:39 | INFO | 30442/cimple-server: 2023-08-28 07:32:39.999 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.004 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.005 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.006 | 30445 | Recursively removing directory: /tmp/git.4wiarL/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.007 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.007 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.008 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.008 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.008 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.008 | 46514 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.009 | 30444 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.009 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.009 | 30444 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.009 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.010 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5wc6MM +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.015 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.014 | 46513 | Marked run 1505 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.014 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.017 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.018 | 30448 | Recursively removing directory: /tmp/git.gV4DWh/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.019 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.019 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.019 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.019 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.019 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.020 | 46521 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.021 | 30444 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.021 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.021 | 30444 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.021 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.023 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cHDvJC +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.025 | 46520 | Marked run 1506 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.026 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.028 | 30445 | Recursively removing directory: /tmp/git.5wc6MM/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.029 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.029 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.029 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.029 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.029 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.030 | 46528 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.030 | 30444 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.030 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.030 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.030 | 30444 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.030 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ra6fQb +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.034 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.035 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.037 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.038 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.039 | 46527 | Marked run 1507 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.039 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.049 | 30448 | Recursively removing directory: /tmp/git.cHDvJC/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.051 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.051 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.051 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.052 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.052 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.052 | 46542 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.052 | 30444 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.052 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.052 | 30444 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.053 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CLcM9M +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.053 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.055 | 30445 | Recursively removing directory: /tmp/git.Ra6fQb/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.056 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.056 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.057 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.057 | 46541 | Marked run 1508 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.061 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.061 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.061 | 46544 | Added a new worker 6 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.061 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.062 | 30444 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.062 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.062 | 30444 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.063 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.063 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mhCw3u +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.065 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.076 | 46543 | Marked run 1509 as finished +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.077 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.079 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.082 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.089 | 30448 | Recursively removing directory: /tmp/git.CLcM9M/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.090 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.090 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.090 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.091 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.091 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.091 | 46558 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.092 | 30444 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.092 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.092 | 30444 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.091 | 30445 | Recursively removing directory: /tmp/git.mhCw3u/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.092 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.092 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.093 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.093 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UiUHfH +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.094 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.095 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.095 | 46560 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.096 | 30444 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.096 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.096 | 30444 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.096 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y9BE9w +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.098 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.098 | 46557 | Marked run 1510 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.099 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.102 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.103 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.103 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.104 | 46559 | Marked run 1511 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.104 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.105 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.111 | 30445 | Recursively removing directory: /tmp/git.y9BE9w/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.113 | 30448 | Recursively removing directory: /tmp/git.UiUHfH/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.113 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.113 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.113 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.114 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.114 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.114 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.114 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 46574 | Added a new worker 12 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 46576 | Added a new worker 8 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.115 | 30444 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.115 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tvPQnL +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.117 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PLtHFn +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.120 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.121 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.122 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.123 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.126 | 46575 | Marked run 1512 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.126 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.129 | 46573 | Marked run 1513 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.129 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.131 | 30445 | Recursively removing directory: /tmp/git.tvPQnL/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.132 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.132 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.132 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.132 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.132 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.133 | 46589 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.133 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.134 | 30444 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.134 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.134 | 30444 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.135 | 30448 | Recursively removing directory: /tmp/git.PLtHFn/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.136 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.136 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.136 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.134 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jGAs6x +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.136 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.136 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.137 | 46592 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.137 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.137 | 30444 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.137 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.137 | 30444 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.137 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yWvbHg +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.142 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.143 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.143 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.145 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.145 | 46588 | Marked run 1514 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.145 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.148 | 46591 | Marked run 1515 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.148 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.152 | 30445 | Recursively removing directory: /tmp/git.jGAs6x/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.154 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.154 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.155 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.156 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.156 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.157 | 46606 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.157 | 30444 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.157 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.157 | 30444 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.157 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fXva0c +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.157 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.159 | 30448 | Recursively removing directory: /tmp/git.yWvbHg/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.160 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.160 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.160 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 46608 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30444 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.161 | 30444 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.162 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1N8nc0 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.166 | 46605 | Marked run 1516 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.166 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.168 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.169 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.172 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.174 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.178 | 46607 | Marked run 1517 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.178 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.180 | 30445 | Recursively removing directory: /tmp/git.fXva0c/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.182 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.182 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.182 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.183 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.183 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.185 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0aav9b +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.183 | 46618 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.183 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.184 | 30444 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.184 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.185 | 30444 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.190 | 46617 | Marked run 1518 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.191 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.191 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.192 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.194 | 30448 | Recursively removing directory: /tmp/git.1N8nc0/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.195 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.195 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.195 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.196 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.196 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.196 | 46626 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.196 | 30444 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.196 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.197 | 30444 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.197 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.197 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UkT5HB +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.199 | 46625 | Marked run 1519 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.199 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.202 | 30445 | Recursively removing directory: /tmp/git.0aav9b/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.204 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.204 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.204 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.204 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.204 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.204 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.204 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.205 | 46632 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.205 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h2IV70 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.205 | 30444 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.205 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.205 | 30444 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.207 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.210 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.211 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.213 | 30448 | Recursively removing directory: /tmp/git.UkT5HB/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.214 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.215 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.215 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.215 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.215 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.215 | 46642 | Added a new worker 9 to the queue +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.216 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.up4zqt +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.216 | 30444 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.216 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.216 | 30444 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.217 | 46631 | Marked run 1520 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.217 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.218 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.222 | 46641 | Marked run 1521 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.222 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.224 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.226 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.236 | 30448 | Recursively removing directory: /tmp/git.up4zqt/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.237 | 30445 | Recursively removing directory: /tmp/git.h2IV70/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.239 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.239 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.239 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.239 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.239 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.239 | 46654 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 30444 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 30444 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.240 | 46656 | Added a new worker 8 to the queue +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.237 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.237 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.237 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.242 | 30444 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.242 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.242 | 30444 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.242 | 46653 | Marked run 1523 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.242 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.243 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kL1vk9 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.243 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mvXyKP +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.250 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.251 | 46655 | Marked run 1522 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.251 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.252 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.252 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.253 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.262 | 30448 | Recursively removing directory: /tmp/git.mvXyKP/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.263 | 30445 | Recursively removing directory: /tmp/git.kL1vk9/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.264 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.264 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.264 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.263 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.263 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.264 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.264 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.264 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.265 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.265 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.265 | 46670 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.265 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.266 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.quZQqH +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.266 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B1R5H4 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 46672 | Added a new worker 16 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Removed worker 16 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.266 | 30444 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.274 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.275 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.275 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.276 | 46671 | Marked run 1525 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.277 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.276 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.280 | 46669 | Marked run 1524 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.280 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.285 | 30445 | Recursively removing directory: /tmp/git.B1R5H4/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.287 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.287 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.287 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 46683 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30444 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.287 | 30444 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.288 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pr7sNq +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.302 | 30448 | Recursively removing directory: /tmp/git.quZQqH/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.304 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.304 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.304 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.304 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.304 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.305 | 46688 | Added a new worker 9 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.305 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.306 | 30444 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.306 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.306 | 30444 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.307 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hs2n5o +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.307 | 46682 | Marked run 1527 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.307 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.308 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.310 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.314 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.316 | 46687 | Marked run 1526 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.316 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.315 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.321 | 30445 | Recursively removing directory: /tmp/git.Pr7sNq/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.322 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.322 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.323 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 46702 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30444 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.323 | 30444 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.324 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fkBbOe +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.326 | 30448 | Recursively removing directory: /tmp/git.hs2n5o/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.327 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.327 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.327 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.327 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.327 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.327 | 46704 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.327 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.328 | 30444 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.328 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.328 | 30444 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.329 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f7bPCa +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.332 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.333 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.336 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.337 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.340 | 46701 | Marked run 1528 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.340 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.343 | 46703 | Marked run 1529 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.343 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.343 | 30445 | Recursively removing directory: /tmp/git.fkBbOe/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.344 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.344 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.345 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.346 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.346 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.346 | 46717 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.346 | 30444 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.346 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.346 | 30444 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.347 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YOPGud +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.348 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.351 | 30448 | Recursively removing directory: /tmp/git.f7bPCa/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.353 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.353 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.353 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.353 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.353 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.354 | 46716 | Marked run 1530 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.354 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.355 | 46720 | Added a new worker 7 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.355 | 30444 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.355 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.355 | 30444 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.355 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ZVTys +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.356 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.359 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.360 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.362 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.363 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.363 | 46719 | Marked run 1531 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.364 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.369 | 30445 | Recursively removing directory: /tmp/git.YOPGud/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.370 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.370 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.371 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.371 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.371 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.371 | 46734 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.373 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.373 | 30444 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.373 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.373 | 30444 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.373 | 30448 | Recursively removing directory: /tmp/git.7ZVTys/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.377 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P9Pxf9 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.378 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.378 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.378 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.378 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.379 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.379 | 46736 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.379 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.379 | 30444 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.379 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.380 | 30444 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.385 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2EspvH +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.388 | 46733 | Marked run 1532 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.389 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.389 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.390 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.393 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.394 | 46735 | Marked run 1533 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.394 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.395 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.399 | 30445 | Recursively removing directory: /tmp/git.P9Pxf9/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.400 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.400 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.401 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 46747 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30444 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.401 | 30444 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.402 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rl5Adq +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.404 | 30448 | Recursively removing directory: /tmp/git.2EspvH/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.406 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.406 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.406 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.406 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.407 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.408 | 46752 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.408 | 30444 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.408 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.408 | 30444 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.408 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.23egln +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.409 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.410 | 46746 | Marked run 1534 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.410 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.414 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.414 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.416 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.418 | 46751 | Marked run 1535 as finished +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.418 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.418 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.423 | 30445 | Recursively removing directory: /tmp/git.Rl5Adq/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.424 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.424 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.425 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 46765 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 30444 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.425 | 30444 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.425 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XG7uXM +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.426 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.431 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.432 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.433 | 46764 | Marked run 1536 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.433 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.434 | 30448 | Recursively removing directory: /tmp/git.23egln/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.435 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.435 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.435 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.435 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.435 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.436 | 46769 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.436 | 30444 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.436 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.436 | 30444 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.436 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gqn8M7 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.436 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.441 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.442 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.445 | 30445 | Recursively removing directory: /tmp/git.XG7uXM/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.446 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.446 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.446 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.446 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.447 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.447 | 46778 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.448 | 30444 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.448 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.448 | 30444 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.448 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LHVnZZ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.449 | 46768 | Marked run 1537 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.450 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.450 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.454 | 46777 | Marked run 1538 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.454 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.455 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.455 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.456 | 30448 | Recursively removing directory: /tmp/git.gqn8M7/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.458 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.458 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.458 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.458 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.458 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.458 | 46785 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.459 | 30444 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.459 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.459 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.459 | 30444 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.459 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L9gcab +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.466 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.466 | 30445 | Recursively removing directory: /tmp/git.LHVnZZ/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.467 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.468 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.468 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.468 | 46784 | Marked run 1539 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.468 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.468 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.469 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.468 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.469 | 46793 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.469 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Y50Ph +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.469 | 30444 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.469 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.469 | 30444 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.471 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.476 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.477 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.479 | 46792 | Marked run 1540 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.480 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.485 | 30448 | Recursively removing directory: /tmp/git.L9gcab/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.486 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.486 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.486 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.486 | 30445 | Recursively removing directory: /tmp/git.8Y50Ph/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.487 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.487 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.487 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.487 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.487 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.488 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.488 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.490 | 46808 | Added a new worker 15 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.490 | 30444 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.490 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.490 | 30444 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.490 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.491 | 46806 | Added a new worker 12 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.491 | 30444 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.491 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.491 | 30444 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.491 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.491 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jc6rx9 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.491 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rTjVCZ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.498 | 46807 | Marked run 1542 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.499 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.499 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.500 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.503 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.504 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.510 | 30445 | Recursively removing directory: /tmp/git.rTjVCZ/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.511 | 46805 | Marked run 1541 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.511 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.512 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.512 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.512 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.512 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.512 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.513 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ryLJku +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.513 | 46818 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.513 | 30444 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.513 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.513 | 30444 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.514 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.519 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.520 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.520 | 46817 | Marked run 1543 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.520 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.524 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.522 | 30448 | Recursively removing directory: /tmp/git.jc6rx9/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.523 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.523 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.524 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.524 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.525 | 46827 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.525 | 30444 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.525 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.525 | 30444 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.526 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.526 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CWIaxh +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.529 | 46826 | Marked run 1544 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.529 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.533 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.534 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.538 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.537 | 30445 | Recursively removing directory: /tmp/git.ryLJku/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.538 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.538 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.539 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.539 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.540 | 46836 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.540 | 30444 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.540 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.540 | 30444 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.541 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.540 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QGBLQ4 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.543 | 30448 | Recursively removing directory: /tmp/git.CWIaxh/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.544 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.544 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.544 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 46841 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.545 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.88C4Sg +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 30444 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.545 | 30444 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.547 | 46835 | Marked run 1545 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.547 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.548 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.550 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.551 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.552 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.553 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.553 | 46840 | Marked run 1546 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.553 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.565 | 30448 | Recursively removing directory: /tmp/git.88C4Sg/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.568 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 46855 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.568 | 30445 | Recursively removing directory: /tmp/git.QGBLQ4/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.569 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.569 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.569 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.568 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.568 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.569 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.569 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wNAGuO +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30444 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.569 | 30444 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.570 | 46857 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.570 | 30444 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.570 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.570 | 30444 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.571 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.570 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yRnUpf +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.572 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.576 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.577 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.579 | 46856 | Marked run 1547 as finished +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.580 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.580 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.582 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.582 | 46854 | Marked run 1548 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.582 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.586 | 30448 | Recursively removing directory: /tmp/git.wNAGuO/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.588 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.588 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.588 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.588 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.588 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.588 | 46871 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.589 | 30444 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.589 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.589 | 30444 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.589 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NKHpRL +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.590 | 30445 | Recursively removing directory: /tmp/git.yRnUpf/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.592 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.592 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.592 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.592 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.592 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.593 | 46873 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.593 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pZqZWf +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.593 | 30444 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.593 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.593 | 30444 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.595 | 46870 | Marked run 1549 as finished +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.595 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.596 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.598 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.598 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.598 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.601 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.607 | 30448 | Recursively removing directory: /tmp/git.NKHpRL/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.609 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.609 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.610 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.610 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.610 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.610 | 46872 | Marked run 1550 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.610 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.611 | 46885 | Added a new worker 8 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.611 | 30444 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.611 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.611 | 30444 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.612 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BNqlze +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.613 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.615 | 30445 | Recursively removing directory: /tmp/git.pZqZWf/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.615 | 46884 | Marked run 1551 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.615 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.616 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.616 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.617 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.617 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.617 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.618 | 46889 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.618 | 30444 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.618 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.618 | 30444 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.618 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cug8Xx +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.619 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.622 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.623 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.625 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.625 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.626 | 46888 | Marked run 1552 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.627 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.632 | 30448 | Recursively removing directory: /tmp/git.BNqlze/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.633 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.633 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.633 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.633 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.633 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.633 | 46902 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.634 | 30444 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.634 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.634 | 30444 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.634 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.635 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H93JNp +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.638 | 30445 | Recursively removing directory: /tmp/git.Cug8Xx/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.639 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.639 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.640 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.640 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.640 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.640 | 46905 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.641 | 30444 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.641 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.641 | 30444 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.641 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.642 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GAyoBH +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.648 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.650 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.658 | 46901 | Marked run 1553 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.658 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.660 | 30445 | Recursively removing directory: /tmp/git.GAyoBH/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.661 | 46904 | Marked run 1554 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.661 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.662 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.662 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.662 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.662 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.662 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.664 | 46918 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.667 | 30444 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.667 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.667 | 30444 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.668 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.668 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VG1W4f +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.671 | 30448 | Recursively removing directory: /tmp/git.H93JNp/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.672 | 46917 | Marked run 1556 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.672 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.673 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.673 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.673 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.673 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.673 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.675 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.676 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.676 | 46923 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.676 | 30444 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.676 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.677 | 30444 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.677 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.677 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EsHvbs +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.684 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.685 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.688 | 46922 | Marked run 1555 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.688 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.694 | 30445 | Recursively removing directory: /tmp/git.VG1W4f/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.695 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.695 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.695 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.695 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.695 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.696 | 46932 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.696 | 30444 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.696 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.696 | 30444 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.696 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sBRefN +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.696 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.701 | 46931 | Marked run 1557 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.701 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.704 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.705 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.715 | 30448 | Recursively removing directory: /tmp/git.EsHvbs/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.717 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.717 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.717 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 46944 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 30444 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.717 | 30444 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.718 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.718 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PbRH8I +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.725 | 30445 | Recursively removing directory: /tmp/git.sBRefN/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.726 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.727 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.727 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.727 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.727 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.727 | 46947 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.727 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.728 | 30444 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.728 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.728 | 30444 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.727 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.728 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sDN4sx +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.728 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.730 | 46943 | Marked run 1558 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.730 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.733 | 46946 | Marked run 1559 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.734 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.735 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.736 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.740 | 30448 | Recursively removing directory: /tmp/git.PbRH8I/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.741 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.741 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.741 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.741 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.741 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.742 | 46961 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.743 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gk8TMi +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.743 | 30444 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.743 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.743 | 30444 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.745 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.746 | 30445 | Recursively removing directory: /tmp/git.sDN4sx/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.748 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.748 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.750 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.751 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.748 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.748 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.748 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.751 | 46963 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.752 | 30444 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.752 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.752 | 30444 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.752 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NaqGhk +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.752 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.753 | 46960 | Marked run 1560 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.753 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.759 | 46962 | Marked run 1561 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.759 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.760 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.761 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.762 | 30448 | Recursively removing directory: /tmp/git.gk8TMi/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.763 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.763 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.763 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.763 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.763 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.764 | 46972 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.764 | 30444 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.764 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.764 | 30444 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.764 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.764 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8KGpC7 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.771 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.772 | 46971 | Marked run 1562 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.772 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.772 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.773 | 30445 | Recursively removing directory: /tmp/git.NaqGhk/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.774 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.774 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.774 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.775 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.775 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.775 | 46981 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.776 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZspwHC +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.776 | 30444 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.776 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.776 | 30444 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.777 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.781 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.782 | 46980 | Marked run 1563 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.782 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.783 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.785 | 30448 | Recursively removing directory: /tmp/git.8KGpC7/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.786 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.786 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.787 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 46989 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.787 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VA7VRa +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 30444 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.787 | 30444 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.788 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.793 | 30445 | Recursively removing directory: /tmp/git.ZspwHC/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.794 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.794 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.794 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.794 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.794 | 46995 | Added a new worker 14 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.795 | 30444 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.795 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.795 | 30444 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.795 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.794 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.795 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lvQZpW +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.806 | 46988 | Marked run 1564 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.807 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.810 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.811 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.813 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.814 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.817 | 46994 | Marked run 1565 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.817 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.820 | 30445 | Recursively removing directory: /tmp/git.lvQZpW/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.823 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.823 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.824 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.823 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.824 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.824 | 47009 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.824 | 30444 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.824 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.824 | 30444 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.825 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.826 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D1LkaF +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.827 | 30448 | Recursively removing directory: /tmp/git.VA7VRa/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.829 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.829 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.829 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.829 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.830 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.830 | 47011 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.830 | 30444 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.830 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.830 | 30444 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.830 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qTLEsG +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.831 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.833 | 47008 | Marked run 1567 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.834 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.834 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.835 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.835 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.836 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.838 | 47010 | Marked run 1566 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.844 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.844 | 30448 | Recursively removing directory: /tmp/git.qTLEsG/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.845 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.846 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.846 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 47020 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 30444 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.846 | 30444 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.846 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MuFNqm +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.847 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.854 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.855 | 47019 | Marked run 1569 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.855 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.855 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.857 | 30445 | Recursively removing directory: /tmp/git.D1LkaF/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.858 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.858 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.859 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 47029 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 30444 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.859 | 30444 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.860 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3FRjIM +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.860 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.864 | 47028 | Marked run 1568 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.865 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.866 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.867 | 30448 | Recursively removing directory: /tmp/git.MuFNqm/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.868 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.868 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.866 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.869 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.869 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.869 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.870 | 47036 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.870 | 30444 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.870 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.870 | 30444 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.870 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c3cbtF +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.871 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.873 | 47035 | Marked run 1570 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.874 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.877 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.878 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.880 | 30445 | Recursively removing directory: /tmp/git.3FRjIM/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.881 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.881 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.881 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.881 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 47045 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 30444 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.882 | 30444 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.883 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NqxOg4 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.889 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.890 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.891 | 47044 | Marked run 1571 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.891 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.893 | 30448 | Recursively removing directory: /tmp/git.c3cbtF/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.894 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.894 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.895 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 47054 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 30444 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.895 | 30444 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.896 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iMkT4j +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.896 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.900 | 47053 | Marked run 1572 as finished +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.900 | 30445 | Recursively removing directory: /tmp/git.NqxOg4/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.901 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.902 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.902 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.902 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.902 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.902 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.902 | 47059 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.902 | 30444 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.902 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.903 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1o1VOs +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.903 | 30444 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.903 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.906 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.907 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.909 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.910 | 47058 | Marked run 1573 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.910 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.910 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.916 | 30448 | Recursively removing directory: /tmp/git.iMkT4j/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.918 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.918 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.918 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 47073 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 30444 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.918 | 30444 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.919 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.919 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lyRyvc +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.923 | 30445 | Recursively removing directory: /tmp/git.1o1VOs/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.924 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.924 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.924 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 47075 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 30444 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.925 | 30444 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.925 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.925 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e5x5Jo +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.926 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.926 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.930 | 47072 | Marked run 1574 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.931 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.934 | 47074 | Marked run 1575 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.934 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.934 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.935 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.939 | 30448 | Recursively removing directory: /tmp/git.lyRyvc/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.941 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.941 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.941 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.941 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.941 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.942 | 47088 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.942 | 30444 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.942 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.942 | 30444 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.942 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EDJGCT +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.943 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.946 | 30445 | Recursively removing directory: /tmp/git.e5x5Jo/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.947 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.949 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.949 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.949 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 47091 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 30444 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.949 | 30444 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.950 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EaGKRV +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.950 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.951 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.954 | 47087 | Marked run 1576 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.954 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.956 | 47090 | Marked run 1577 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.957 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.958 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.959 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.964 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.964 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.962 | 30448 | Recursively removing directory: /tmp/git.EDJGCT/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.964 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.964 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.964 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.965 | 47102 | Added a new worker 11 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.965 | 30444 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.965 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.965 | 30444 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.966 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.966 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RezoQa +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.970 | 30445 | Recursively removing directory: /tmp/git.EaGKRV/ +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.971 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.971 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.972 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.972 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.972 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.972 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.973 | 47107 | Added a new worker 13 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.973 | 30444 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.973 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.973 | 30444 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.973 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qW7gVA +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.974 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.974 | 47101 | Marked run 1578 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.975 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.975 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.978 | 30445 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.979 | 30445 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.982 | 47106 | Marked run 1579 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.982 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.982 | 30448 | Recursively removing directory: /tmp/git.RezoQa/ +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.984 | 30448 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.984 | 30448 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.984 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.984 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.984 | 30448 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.985 | 47117 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.985 | 30444 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.985 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.985 | 30444 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.985 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aIaRuf +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.985 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.988 | 47116 | Marked run 1580 as finished +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.989 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.991 | 30448 | Checking out revision HEAD +2023-08-28 07:32:40 | INFO | 30448/cimple-worker: 2023-08-28 07:32:40.992 | 30448 | Going to run: ./ci +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.995 | 30445 | Recursively removing directory: /tmp/git.qW7gVA/ +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.996 | 30445 | Process exit code: 0 +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.996 | 30445 | Process output: 57 bytes +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.997 | 30445 | Waiting for a new command +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 47128 | Added a new worker 10 to the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30444 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30444 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:40 | INFO | 30442/cimple-server: 2023-08-28 07:32:40.997 | 30442 | Waiting for new connections +2023-08-28 07:32:40 | INFO | 30445/cimple-worker: 2023-08-28 07:32:40.998 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PM3cBi +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.003 | 30448 | Recursively removing directory: /tmp/git.aIaRuf/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.004 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.004 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.004 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.004 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.004 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.004 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.005 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 47131 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 30444 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 30444 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 47127 | Marked run 1581 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.005 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HgNI4w +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.005 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.012 | 47130 | Marked run 1582 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.012 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.012 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.013 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.017 | 30445 | Recursively removing directory: /tmp/git.PM3cBi/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.018 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.018 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.018 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 47144 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 30444 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.019 | 30444 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.020 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mwm22A +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.020 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.022 | 30448 | Recursively removing directory: /tmp/git.HgNI4w/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.024 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.024 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.024 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 47147 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 30444 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.024 | 30444 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.025 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2B45zd +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.025 | 47143 | Marked run 1583 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.025 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.025 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.028 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.030 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.033 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.033 | 47146 | Marked run 1584 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.033 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.034 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.042 | 30445 | Recursively removing directory: /tmp/git.mwm22A/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.043 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.043 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.044 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.044 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.044 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.045 | 47161 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.046 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IJD2Ds +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.047 | 30448 | Recursively removing directory: /tmp/git.2B45zd/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.048 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.048 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.048 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.045 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.045 | 30444 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.045 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.045 | 30444 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.048 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.048 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.048 | 47163 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.048 | 30444 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.048 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.049 | 30444 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.049 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.050 | 47159 | Marked run 1585 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.050 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.051 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oat08A +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.057 | 47162 | Marked run 1586 as finished +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.057 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.058 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.059 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.060 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.061 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.068 | 30445 | Recursively removing directory: /tmp/git.IJD2Ds/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.069 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.069 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.070 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 47176 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30444 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.070 | 30444 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.071 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6sX2uo +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.075 | 30448 | Recursively removing directory: /tmp/git.oat08A/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.076 | 47175 | Marked run 1587 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 47179 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.077 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.077 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.077 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.078 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.077 | 30444 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.078 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.078 | 30444 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.078 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EGNzTF +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.080 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.084 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.085 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.086 | 47178 | Marked run 1588 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.086 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.092 | 30445 | Recursively removing directory: /tmp/git.6sX2uo/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.094 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.094 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.094 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.094 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.094 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.094 | 47193 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.095 | 30444 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.095 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.095 | 30444 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.095 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.096 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DNth6V +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.097 | 30448 | Recursively removing directory: /tmp/git.EGNzTF/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.099 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.099 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.099 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.099 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.099 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.100 | 47195 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.100 | 30444 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.100 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.100 | 30444 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.100 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kK4KvL +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.100 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.104 | 47192 | Marked run 1589 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.104 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.107 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.108 | 47194 | Marked run 1590 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.108 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.109 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.109 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.111 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.116 | 30448 | Recursively removing directory: /tmp/git.kK4KvL/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.117 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.117 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.118 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.118 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.118 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.119 | 47208 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.119 | 30444 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.119 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.119 | 30444 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.119 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.121 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DHRSwN +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.122 | 47207 | Marked run 1592 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.122 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.125 | 30445 | Recursively removing directory: /tmp/git.DNth6V/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.126 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.126 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.126 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.126 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.126 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.127 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.128 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.128 | 47211 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.128 | 30444 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.128 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.128 | 30444 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.129 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.128 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.InqI4G +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.134 | 47210 | Marked run 1591 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.134 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.135 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.136 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.136 | 30448 | Recursively removing directory: /tmp/git.DHRSwN/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.137 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.137 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.138 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 47220 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30444 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30444 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.139 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8FR06k +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.138 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.143 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.144 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.146 | 30445 | Recursively removing directory: /tmp/git.InqI4G/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.148 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.148 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.148 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.148 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.148 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.150 | 47228 | Added a new worker 9 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.150 | 30444 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.150 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.150 | 47219 | Marked run 1593 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.150 | 30444 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.151 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1lhiul +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.151 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.159 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.160 | 47227 | Marked run 1594 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.161 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.161 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.163 | 30448 | Recursively removing directory: /tmp/git.8FR06k/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.164 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.164 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.164 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 47237 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30444 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30444 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.165 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GzR2Th +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.165 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.170 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.171 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.174 | 30445 | Recursively removing directory: /tmp/git.1lhiul/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.175 | 47236 | Marked run 1595 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.175 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.178 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.179 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.180 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.180 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.180 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.180 | 47248 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.180 | 30444 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.180 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.181 | 30444 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.181 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cj39rw +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.182 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.184 | 47247 | Marked run 1596 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.184 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.185 | 30448 | Recursively removing directory: /tmp/git.GzR2Th/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.187 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.187 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.187 | 47251 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.187 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.189 | 30444 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.189 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.189 | 30444 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.186 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.186 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.187 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.189 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I4QT0Z +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.196 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.198 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.198 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.199 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.200 | 47250 | Marked run 1597 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.200 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.206 | 30445 | Recursively removing directory: /tmp/git.cj39rw/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.207 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.207 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.208 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.208 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.208 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.209 | 47265 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.209 | 30444 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.209 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.209 | 30444 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.209 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CroeIq +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.209 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.210 | 30448 | Recursively removing directory: /tmp/git.I4QT0Z/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.212 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.212 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.212 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.212 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.214 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.214 | 47267 | Added a new worker 12 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.214 | 30444 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.214 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.214 | 30444 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.214 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vtMYDD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.220 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.219 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.220 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.221 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.230 | 47264 | Marked run 1598 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.230 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.230 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.234 | 47266 | Marked run 1599 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.234 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.236 | 30445 | Recursively removing directory: /tmp/git.CroeIq/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.237 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.237 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.238 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 47278 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 30444 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.238 | 30444 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.238 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vzZiiG +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.239 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.243 | 30448 | Recursively removing directory: /tmp/git.vtMYDD/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.245 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.245 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.245 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.246 | 47277 | Marked run 1600 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.245 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.246 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.246 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.246 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.246 | 47283 | Added a new worker 7 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.247 | 30444 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.247 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.247 | 30444 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.247 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HaHiYL +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.248 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.254 | 30445 | Recursively removing directory: /tmp/git.vzZiiG/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.256 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.256 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.256 | 47282 | Marked run 1601 as finished +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.255 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.255 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.256 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.257 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.258 | 47291 | Added a new worker 9 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.258 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.258 | 30444 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.258 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.258 | 30444 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.258 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xkDYMq +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.262 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.265 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.270 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.271 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.274 | 47290 | Marked run 1602 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.274 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.277 | 30448 | Recursively removing directory: /tmp/git.HaHiYL/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.279 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.279 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.279 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.280 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.280 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.281 | 47304 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.281 | 30444 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.281 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.281 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aXLV1v +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.281 | 30444 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.282 | 47303 | Marked run 1603 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.282 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.282 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.287 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.287 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.289 | 30445 | Recursively removing directory: /tmp/git.xkDYMq/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.290 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.290 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.290 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 47309 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 30444 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.291 | 30444 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.292 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DFezb3 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.292 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.298 | 30448 | Recursively removing directory: /tmp/git.aXLV1v/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.299 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.299 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.300 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 47315 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30444 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30444 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.300 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.301 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M9zoAo +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.301 | 47308 | Marked run 1604 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.301 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.302 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.307 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.307 | 47314 | Marked run 1605 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.308 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.308 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.309 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.321 | 30448 | Recursively removing directory: /tmp/git.M9zoAo/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.322 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.322 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.322 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.322 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 47329 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 30444 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 30444 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.323 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.324 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GMneNc +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.325 | 30445 | Recursively removing directory: /tmp/git.DFezb3/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.327 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.327 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.327 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.327 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.327 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.328 | 47331 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.328 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.328 | 30444 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.328 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.328 | 30444 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.328 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FgzVCI +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.329 | 47328 | Marked run 1607 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.330 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.335 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.335 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.336 | 47330 | Marked run 1606 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.336 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.337 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.338 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.344 | 30448 | Recursively removing directory: /tmp/git.GMneNc/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.346 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.346 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.346 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.345 | 30445 | Recursively removing directory: /tmp/git.FgzVCI/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.346 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.346 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.346 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.346 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.346 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.346 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.346 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 47347 | Added a new worker 15 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 47346 | Added a new worker 15 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.347 | 30444 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.347 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ZGDbM +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.348 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8qNIXS +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.348 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.353 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.355 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.356 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.357 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.357 | 47345 | Marked run 1609 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.357 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.360 | 47344 | Marked run 1608 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.360 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.365 | 30448 | Recursively removing directory: /tmp/git.7ZGDbM/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.366 | 30445 | Recursively removing directory: /tmp/git.8qNIXS/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.367 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.367 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.368 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.366 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.366 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.366 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.368 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.368 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.368 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.368 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.369 | 47363 | Added a new worker 15 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.369 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.369 | 30444 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.369 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.369 | 30444 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.369 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZDxJWo +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.370 | 47361 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.370 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.370 | 30444 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.370 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.370 | 30444 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.370 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M3fyf6 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.375 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.376 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.376 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.377 | 47360 | Marked run 1611 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.377 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.378 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.385 | 47362 | Marked run 1610 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.385 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.389 | 30445 | Recursively removing directory: /tmp/git.ZDxJWo/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.390 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.391 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.391 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 47377 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 30444 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.391 | 30444 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.391 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BgfOz5 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.392 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.394 | 47376 | Marked run 1612 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.396 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.397 | 30448 | Recursively removing directory: /tmp/git.M3fyf6/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.398 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.398 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.398 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.399 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.399 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.399 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.399 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.400 | 47379 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.400 | 30444 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.400 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.400 | 30444 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.400 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.400 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QAEyTU +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.405 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.407 | 47378 | Marked run 1613 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.406 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.407 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.409 | 30445 | Recursively removing directory: /tmp/git.BgfOz5/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.410 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.410 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.411 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 47390 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.412 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Avz6i3 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 30444 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.411 | 30444 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.413 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.415 | 30448 | Recursively removing directory: /tmp/git.QAEyTU/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.416 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.416 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.416 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.416 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 47395 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 30444 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 30444 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.417 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.417 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OnAvSm +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.419 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.421 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.423 | 47389 | Marked run 1614 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.423 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.425 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.426 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.426 | 47394 | Marked run 1615 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.427 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.430 | 30445 | Recursively removing directory: /tmp/git.Avz6i3/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.431 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.431 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.431 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 47408 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.432 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ui6mjX +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 30444 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.432 | 30444 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.434 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.434 | 30448 | Recursively removing directory: /tmp/git.OnAvSm/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.435 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.435 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.436 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.437 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.437 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.437 | 47411 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.437 | 30444 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.437 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.438 | 30444 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.438 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P3Gkvc +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.439 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.439 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.440 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.442 | 47407 | Marked run 1616 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.443 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.445 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.446 | 47410 | Marked run 1617 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.446 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.446 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.451 | 30445 | Recursively removing directory: /tmp/git.Ui6mjX/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.453 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.453 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.453 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.453 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.453 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.454 | 47424 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.454 | 30444 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.454 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.454 | 30444 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.454 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.455 | 30448 | Recursively removing directory: /tmp/git.P3Gkvc/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.455 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u5KR4h +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.457 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.457 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.457 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.457 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.457 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.458 | 47427 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.458 | 30444 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.458 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.458 | 30444 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.458 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.458 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.brEaow +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.462 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.463 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.463 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.463 | 47423 | Marked run 1618 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.463 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.464 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.468 | 47426 | Marked run 1619 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.468 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.472 | 30445 | Recursively removing directory: /tmp/git.u5KR4h/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.473 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.473 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.473 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 47441 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 30444 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.474 | 30444 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.475 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.475 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Psc1eM +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.476 | 30448 | Recursively removing directory: /tmp/git.brEaow/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.478 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.478 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.478 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.478 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.478 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.479 | 47443 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.479 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JSUXJo +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.479 | 30444 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.479 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.479 | 30444 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.480 | 47440 | Marked run 1620 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.481 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.481 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.482 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.482 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.487 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.490 | 47442 | Marked run 1621 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.490 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.491 | 30445 | Recursively removing directory: /tmp/git.Psc1eM/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.493 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.493 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.493 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.493 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.493 | 47451 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.493 | 30444 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.493 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.494 | 30444 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.494 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.493 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.494 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hofiaq +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.497 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.502 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.503 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.505 | 47450 | Marked run 1622 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.505 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.508 | 30448 | Recursively removing directory: /tmp/git.JSUXJo/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.509 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.510 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.509 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.509 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.509 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.510 | 47464 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.510 | 30444 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.510 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.510 | 30444 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.510 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fCb6z4 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.511 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.513 | 30445 | Recursively removing directory: /tmp/git.hofiaq/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.515 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.515 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.515 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.515 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.516 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.516 | 47467 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.517 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sQV4Pj +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.517 | 30444 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.517 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.517 | 30444 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.519 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.520 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.521 | 47463 | Marked run 1623 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.521 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.522 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.524 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.525 | 47466 | Marked run 1624 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.525 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.526 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.533 | 30448 | Recursively removing directory: /tmp/git.fCb6z4/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.534 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.534 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.534 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 47481 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.535 | 30445 | Recursively removing directory: /tmp/git.sQV4Pj/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 30444 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.535 | 30444 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.536 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.536 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MAKVeY +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.538 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.538 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.538 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.538 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.538 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.539 | 47483 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.539 | 30444 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.539 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.539 | 30444 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.539 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hJ2I3H +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.539 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.543 | 47480 | Marked run 1625 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.543 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.544 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.545 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.546 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.547 | 47482 | Marked run 1626 as finished +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.547 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.547 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.556 | 30448 | Recursively removing directory: /tmp/git.MAKVeY/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.557 | 30445 | Recursively removing directory: /tmp/git.hJ2I3H/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.558 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.558 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.558 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.558 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.558 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.559 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.559 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.560 | 47498 | Added a new worker 15 to the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.558 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.558 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.558 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.560 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JdEmNh +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.560 | 30444 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.560 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.560 | 30444 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.560 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.561 | 47499 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.561 | 30444 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.561 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.561 | 30444 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.561 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.561 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wflhO5 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.565 | 47496 | Marked run 1627 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.565 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.569 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.570 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.571 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.572 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.576 | 47497 | Marked run 1628 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.576 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.582 | 30448 | Recursively removing directory: /tmp/git.JdEmNh/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.584 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.584 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.584 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.584 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.584 | 47513 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.584 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.584 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.585 | 30444 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.585 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.585 | 30444 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.585 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0EkX0n +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.586 | 30445 | Recursively removing directory: /tmp/git.wflhO5/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.588 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.588 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.588 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.588 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.589 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.589 | 47515 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.589 | 30444 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.589 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.589 | 30444 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.589 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4OQGAg +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.591 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.593 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.594 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.595 | 47512 | Marked run 1629 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.595 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.596 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.600 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.605 | 47514 | Marked run 1630 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.606 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.608 | 30448 | Recursively removing directory: /tmp/git.0EkX0n/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.610 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.610 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.610 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.610 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.610 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.611 | 47529 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.611 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.611 | 30445 | Recursively removing directory: /tmp/git.4OQGAg/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.611 | 30444 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.611 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.611 | 30444 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.611 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ORfJFB +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.615 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.614 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.614 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.615 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.616 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.616 | 47531 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.616 | 30444 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.616 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.616 | 30444 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.616 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S62obR +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.617 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.620 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.621 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.619 | 47528 | Marked run 1631 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.621 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.624 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.624 | 47530 | Marked run 1632 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.624 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.625 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.632 | 30445 | Recursively removing directory: /tmp/git.S62obR/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.633 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.633 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.634 | 30448 | Recursively removing directory: /tmp/git.ORfJFB/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.634 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 47545 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 30444 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.634 | 30444 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.635 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.635 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.635 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.635 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.636 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gB5Uv3 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.635 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 47547 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 30444 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 30444 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.637 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.638 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DT9R0W +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.639 | 47544 | Marked run 1634 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.640 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.642 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.644 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.645 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.645 | 47546 | Marked run 1633 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.646 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.646 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.654 | 30445 | Recursively removing directory: /tmp/git.gB5Uv3/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.655 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.655 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.655 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.655 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.655 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.656 | 47561 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.656 | 30444 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.656 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.656 | 30444 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.656 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.656 | 30448 | Recursively removing directory: /tmp/git.DT9R0W/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.658 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.znnx2C +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.659 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.659 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.660 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.660 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.660 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.660 | 47563 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.661 | 30444 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.661 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.661 | 30444 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.661 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FNHQoV +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.662 | 47560 | Marked run 1635 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.664 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.664 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.665 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.666 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.668 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.670 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.672 | 47562 | Marked run 1636 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.672 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.678 | 30448 | Recursively removing directory: /tmp/git.FNHQoV/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.680 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.680 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.681 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 47576 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.681 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.McIeqH +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 30444 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.681 | 30444 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.683 | 30445 | Recursively removing directory: /tmp/git.znnx2C/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.683 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.686 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.686 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.686 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.686 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.687 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.688 | 47579 | Added a new worker 8 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.688 | 30444 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.688 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.688 | 30444 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.688 | 47575 | Marked run 1638 as finished +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.689 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.688 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n6ZJTe +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.690 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.690 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.690 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.694 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.695 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.697 | 30448 | Recursively removing directory: /tmp/git.McIeqH/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.699 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.699 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.699 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 47589 | Added a new worker 7 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 30444 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.700 | 30444 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.701 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3xGIYK +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.701 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.702 | 47578 | Marked run 1637 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.702 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.705 | 47588 | Marked run 1639 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.706 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.707 | 30445 | Recursively removing directory: /tmp/git.n6ZJTe/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.708 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.709 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.709 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.709 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.709 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.709 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.710 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.710 | 47595 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.710 | 30444 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.710 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.710 | 30444 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.710 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rofk5N +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.710 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.723 | 47594 | Marked run 1640 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.724 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.725 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.726 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.727 | 30448 | Recursively removing directory: /tmp/git.3xGIYK/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.728 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.728 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.728 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.728 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.728 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.729 | 47604 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.729 | 30444 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.729 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.729 | 30444 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.729 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.729 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T2wHON +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.734 | 47603 | Marked run 1641 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.735 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.738 | 30445 | Recursively removing directory: /tmp/git.Rofk5N/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.739 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.739 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.739 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.738 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.739 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 47612 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 30444 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.740 | 30444 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.741 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IvW3g5 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.742 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.747 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.748 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.748 | 30448 | Recursively removing directory: /tmp/git.T2wHON/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.750 | 47611 | Marked run 1642 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.750 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.750 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.750 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.750 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.750 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.750 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.751 | 47620 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.751 | 30444 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.751 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.751 | 30444 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.751 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.751 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pBzzm3 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.754 | 47619 | Marked run 1643 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.755 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.757 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.758 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.764 | 30445 | Recursively removing directory: /tmp/git.IvW3g5/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.766 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.766 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.766 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.766 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.766 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.767 | 47633 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.768 | 30444 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.768 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.768 | 30444 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.768 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PSKDab +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.768 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.769 | 30448 | Recursively removing directory: /tmp/git.pBzzm3/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.770 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.770 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.770 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.771 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.771 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.771 | 47635 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.772 | 30444 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.772 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.772 | 30444 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.772 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3gyqDg +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.773 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.773 | 47632 | Marked run 1644 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.774 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.778 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.779 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.783 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.784 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.784 | 47634 | Marked run 1645 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.784 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.790 | 30445 | Recursively removing directory: /tmp/git.PSKDab/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.791 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.791 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.791 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.791 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.791 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.792 | 47648 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.792 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.793 | 30444 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.793 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.793 | 30444 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.794 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hgHxWf +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.797 | 30448 | Recursively removing directory: /tmp/git.3gyqDg/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.798 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.798 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.799 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 47651 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 30444 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.799 | 30444 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.800 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.800 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aWz1Yq +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.801 | 47647 | Marked run 1646 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.801 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.805 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.806 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.807 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.808 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.810 | 47650 | Marked run 1647 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.810 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.815 | 30445 | Recursively removing directory: /tmp/git.hgHxWf/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.817 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.816 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.816 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.817 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.820 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.821 | 47665 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.821 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.817 | 30448 | Recursively removing directory: /tmp/git.aWz1Yq/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.822 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1jZhPH +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.821 | 30444 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.821 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.821 | 30444 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.823 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.823 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.823 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.823 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.824 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.828 | 47667 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.828 | 30444 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.828 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.829 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4GjEzK +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.829 | 30444 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.829 | 47664 | Marked run 1648 as finished +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.832 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.833 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.834 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.834 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.836 | 47666 | Marked run 1649 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.836 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.837 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.838 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.844 | 30445 | Recursively removing directory: /tmp/git.1jZhPH/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.845 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.846 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.845 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.845 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.845 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.846 | 47680 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.846 | 30444 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.846 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.846 | 30444 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.847 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Mvft7 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.847 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.849 | 30448 | Recursively removing directory: /tmp/git.4GjEzK/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.851 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.851 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.851 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.852 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 47679 | Marked run 1650 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 47683 | Added a new worker 6 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 30444 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.853 | 30444 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.854 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.853 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KemCr0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.854 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.855 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.856 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.858 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.861 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.862 | 47682 | Marked run 1651 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.862 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.867 | 30445 | Recursively removing directory: /tmp/git.2Mvft7/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.869 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.869 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.869 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.869 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.869 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.870 | 47697 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.870 | 30448 | Recursively removing directory: /tmp/git.KemCr0/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.871 | 30444 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.871 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.871 | 30444 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.872 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.872 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.872 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.872 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Hnof3 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 47699 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30444 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30444 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.872 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.873 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bpuqp9 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.880 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.881 | 47696 | Marked run 1652 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.881 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.883 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.883 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.885 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.888 | 47698 | Marked run 1653 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.889 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.892 | 30445 | Recursively removing directory: /tmp/git.2Hnof3/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.893 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.894 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.894 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.894 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.894 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.895 | 30448 | Recursively removing directory: /tmp/git.Bpuqp9/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.895 | 47713 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.895 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.896 | 30444 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.896 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.896 | 30444 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.896 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WRPxE1 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.897 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.897 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.898 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.897 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.898 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.898 | 47715 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.899 | 30444 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.899 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.899 | 30444 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.899 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.21FL3a +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.900 | 47712 | Marked run 1654 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.902 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.902 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.903 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.904 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.904 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.906 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.909 | 47714 | Marked run 1655 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.909 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.914 | 30448 | Recursively removing directory: /tmp/git.21FL3a/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.915 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.915 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.915 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.916 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.916 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.916 | 47729 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.916 | 30444 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.916 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.917 | 30444 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.917 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.917 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EC0TNV +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.918 | 30445 | Recursively removing directory: /tmp/git.WRPxE1/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.920 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.920 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.920 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.920 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.921 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.921 | 47731 | Added a new worker 13 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.921 | 30444 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.921 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.921 | 30444 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.921 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kCDFUx +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.922 | 47728 | Marked run 1657 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.923 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.923 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.925 | 47730 | Marked run 1656 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.925 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.927 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.928 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.930 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.937 | 30448 | Recursively removing directory: /tmp/git.EC0TNV/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.937 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.939 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.939 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.939 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.939 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.939 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.940 | 47740 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.941 | 30444 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.941 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.941 | 30444 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.941 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.941 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qEPioe +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.948 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.949 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.950 | 47739 | Marked run 1658 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.951 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.953 | 30445 | Recursively removing directory: /tmp/git.kCDFUx/ +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.954 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.954 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.955 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.955 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.955 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.956 | 47750 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.956 | 30444 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.956 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.956 | 30444 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.956 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.956 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g9AhWd +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.961 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.962 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.966 | 47749 | Marked run 1659 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.966 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.967 | 30448 | Recursively removing directory: /tmp/git.qEPioe/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.969 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.969 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.969 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.969 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.969 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.970 | 47761 | Added a new worker 11 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.970 | 30444 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.970 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.970 | 30444 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.970 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4DSq6P +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.971 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.972 | 30445 | Recursively removing directory: /tmp/git.g9AhWd/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.974 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.974 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.973 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.973 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.973 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.975 | 47764 | Added a new worker 14 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.975 | 30444 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.975 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.975 | 30444 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.975 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AFUavo +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.975 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.976 | 47760 | Marked run 1660 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.976 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.976 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.977 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.981 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.982 | 30445 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.984 | 47763 | Marked run 1661 as finished +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.984 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.986 | 30448 | Recursively removing directory: /tmp/git.4DSq6P/ +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.987 | 30448 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.987 | 30448 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.987 | 30448 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 47777 | Added a new worker 10 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 30444 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.988 | 30444 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.989 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m8Fb7x +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.989 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.991 | 30445 | Recursively removing directory: /tmp/git.AFUavo/ +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.992 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.993 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.992 | 30445 | Process exit code: 0 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.992 | 30445 | Process output: 57 bytes +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.992 | 30445 | Waiting for a new command +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.993 | 47780 | Added a new worker 8 to the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.994 | 30444 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.994 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.994 | 30444 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.994 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zia81E +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.995 | 30448 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30448/cimple-worker: 2023-08-28 07:32:41.996 | 30448 | Going to run: ./ci +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.998 | 47776 | Marked run 1662 as finished +2023-08-28 07:32:41 | INFO | 30445/cimple-worker: 2023-08-28 07:32:41.998 | 30445 | Checking out revision HEAD +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.999 | 30442 | Waiting for new connections +2023-08-28 07:32:41 | INFO | 30442/cimple-server: 2023-08-28 07:32:41.999 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.001 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.002 | 47779 | Marked run 1663 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.003 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.005 | 30448 | Recursively removing directory: /tmp/git.m8Fb7x/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.006 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.006 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.007 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.007 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.007 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.007 | 47793 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.007 | 30444 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.007 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.008 | 30444 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.008 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.orJwaC +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.008 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.010 | 30445 | Recursively removing directory: /tmp/git.zia81E/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.012 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.013 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.012 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.012 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.012 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.013 | 47796 | Added a new worker 9 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.013 | 30444 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.013 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.014 | 30444 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.014 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ko4tMb +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.015 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.016 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.018 | 47792 | Marked run 1664 as finished +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.018 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.019 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.019 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.021 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.023 | 47795 | Marked run 1665 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.023 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.025 | 30448 | Recursively removing directory: /tmp/git.orJwaC/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.026 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.026 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.027 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 47809 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 30444 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.027 | 30444 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.028 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kLlxvk +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.029 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.031 | 30445 | Recursively removing directory: /tmp/git.Ko4tMb/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.033 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.033 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.032 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.032 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.033 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.034 | 47812 | Added a new worker 8 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.034 | 30444 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.034 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.037 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.037 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.037 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s8pONw +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.038 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.037 | 30444 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.039 | 47808 | Marked run 1666 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.040 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.044 | 47811 | Marked run 1667 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.044 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.045 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.046 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.048 | 30448 | Recursively removing directory: /tmp/git.kLlxvk/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.050 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.050 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.050 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.051 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.051 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.053 | 47823 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.053 | 30444 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.053 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.053 | 30444 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.054 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.054 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ANPORi +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.055 | 30445 | Recursively removing directory: /tmp/git.s8pONw/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.056 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.056 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.056 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.057 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.057 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 47822 | Marked run 1668 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 47828 | Added a new worker 6 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 30444 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.059 | 30444 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.060 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.utZ4Gt +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.060 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.061 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.061 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.066 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.068 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.069 | 47827 | Marked run 1669 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.069 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.073 | 30448 | Recursively removing directory: /tmp/git.ANPORi/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.074 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.074 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.074 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.075 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.075 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.075 | 47842 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.076 | 30444 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.076 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.076 | 30444 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.076 | 30445 | Recursively removing directory: /tmp/git.utZ4Gt/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.076 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pB9c2o +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.076 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.078 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.078 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.079 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.079 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.079 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.079 | 47844 | Added a new worker 8 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.080 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.080 | 47841 | Marked run 1670 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.080 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.081 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FUMljT +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.081 | 30444 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.081 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.081 | 30444 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.082 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.083 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.089 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.090 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.091 | 30448 | Recursively removing directory: /tmp/git.pB9c2o/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.093 | 47843 | Marked run 1671 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.093 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.094 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.094 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.094 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.094 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.094 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.095 | 47854 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.095 | 30444 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.095 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.095 | 30444 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.095 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.095 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LLpETk +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.104 | 30445 | Recursively removing directory: /tmp/git.FUMljT/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.106 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.106 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.106 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.106 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.107 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.107 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.107 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.108 | 47860 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.108 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XgNDnP +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.108 | 30444 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.108 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.108 | 30444 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.108 | 47853 | Marked run 1672 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.109 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.111 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.116 | 47859 | Marked run 1673 as finished +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.117 | 30448 | Recursively removing directory: /tmp/git.LLpETk/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.117 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.117 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.118 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.118 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.118 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.119 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.119 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.119 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.120 | 47868 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.120 | 30444 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.120 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.120 | 30444 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.121 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.123 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ih0jXZ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.126 | 47867 | Marked run 1674 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.126 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.130 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.131 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.131 | 30445 | Recursively removing directory: /tmp/git.XgNDnP/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.133 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.133 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.132 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.132 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.133 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.133 | 47877 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.134 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yXA6zl +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.134 | 30444 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.134 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.134 | 30444 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.136 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.139 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.141 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.150 | 30448 | Recursively removing directory: /tmp/git.Ih0jXZ/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.151 | 47876 | Marked run 1675 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.152 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.152 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.152 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.152 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.152 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.152 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.153 | 47886 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.153 | 30444 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.153 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.153 | 30444 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.153 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wSG5gB +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.153 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.158 | 47885 | Marked run 1676 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.159 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.162 | 30445 | Recursively removing directory: /tmp/git.yXA6zl/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.164 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.164 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.164 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.165 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.165 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.162 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.164 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.165 | 47893 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.166 | 30444 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.166 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.166 | 30444 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.166 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q7PNoB +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.168 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.174 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.176 | 47892 | Marked run 1677 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.176 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.176 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.179 | 30448 | Recursively removing directory: /tmp/git.wSG5gB/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.180 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.180 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.180 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.180 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.180 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.184 | 47901 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.184 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.184 | 30444 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.184 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.184 | 30444 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.184 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nvh6GA +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.187 | 47900 | Marked run 1678 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.188 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.189 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.189 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.190 | 30445 | Recursively removing directory: /tmp/git.q7PNoB/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.191 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.191 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.192 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.192 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.192 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.193 | 47910 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.194 | 30444 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.194 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.194 | 30444 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.194 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jRYdF3 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.195 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.201 | 30448 | Recursively removing directory: /tmp/git.Nvh6GA/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.202 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.202 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.202 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.202 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.203 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.204 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.204 | 47916 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.204 | 30444 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.204 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.204 | 30444 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.203 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.204 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5P4Dm6 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.205 | 47909 | Marked run 1679 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.206 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.206 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.210 | 47915 | Marked run 1680 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.210 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.213 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.214 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.216 | 30445 | Recursively removing directory: /tmp/git.jRYdF3/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.218 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.218 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.217 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.217 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.218 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.219 | 47926 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.219 | 30444 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.219 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.219 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.219 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SjQSJ9 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.219 | 30444 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.227 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.228 | 47925 | Marked run 1681 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.228 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.229 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.232 | 30448 | Recursively removing directory: /tmp/git.5P4Dm6/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.233 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.233 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.234 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 47935 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 30444 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.234 | 30444 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.235 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V09Vc0 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.236 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.239 | 47934 | Marked run 1682 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.240 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.240 | 30445 | Recursively removing directory: /tmp/git.SjQSJ9/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.244 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.244 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.244 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.245 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.245 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.245 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.246 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.247 | 47941 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.247 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.247 | 30444 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.247 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.247 | 30444 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.248 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h46o8L +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.256 | 47940 | Marked run 1683 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.257 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.257 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.259 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.262 | 30448 | Recursively removing directory: /tmp/git.V09Vc0/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.264 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.264 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.264 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.265 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.265 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.265 | 47951 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.265 | 30444 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.265 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.265 | 30444 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.266 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.266 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wuKIim +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.274 | 30445 | Recursively removing directory: /tmp/git.h46o8L/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.276 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.276 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.275 | 47950 | Marked run 1684 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.280 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.280 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.275 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.276 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.282 | 47959 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.282 | 30444 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.282 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.282 | 30444 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.283 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.277 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.283 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8U3fTt +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.285 | 47958 | Marked run 1685 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.286 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.292 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.294 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.293 | 30448 | Recursively removing directory: /tmp/git.wuKIim/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.294 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.294 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.294 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.295 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.77vMLr +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.294 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.294 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.294 | 47965 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.295 | 30444 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.295 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.295 | 30444 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.296 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.305 | 47964 | Marked run 1686 as finished +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.306 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.306 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.307 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.307 | 30445 | Recursively removing directory: /tmp/git.8U3fTt/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.310 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.311 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.312 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.313 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 47975 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 30444 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 30444 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.313 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.314 | 47974 | Marked run 1687 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.315 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.315 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vp3jN7 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.323 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.325 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.326 | 30448 | Recursively removing directory: /tmp/git.77vMLr/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.329 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.329 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.329 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 47982 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 30444 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.330 | 30444 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.331 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dyPM1Q +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.334 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.337 | 47981 | Marked run 1688 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.337 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.341 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.341 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.342 | 30445 | Recursively removing directory: /tmp/git.Vp3jN7/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.343 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.343 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.344 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.344 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.344 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.345 | 47991 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.345 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.345 | 30444 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.345 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.345 | 30444 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.346 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WX87Dz +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.350 | 47990 | Marked run 1689 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.350 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.351 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.352 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.353 | 30448 | Recursively removing directory: /tmp/git.dyPM1Q/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.355 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.355 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.355 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.355 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.355 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.356 | 47998 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.356 | 30444 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.356 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.356 | 30444 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.357 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.357 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ghU4lM +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.364 | 47997 | Marked run 1690 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.365 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.367 | 30445 | Recursively removing directory: /tmp/git.WX87Dz/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.368 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.371 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.371 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.371 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.371 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.372 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.372 | 48005 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.372 | 30444 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.372 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.372 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.372 | 30444 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.373 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.373 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mBvsBF +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.374 | 48004 | Marked run 1691 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.375 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.380 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.381 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.385 | 30448 | Recursively removing directory: /tmp/git.ghU4lM/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.386 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.386 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.386 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 48018 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 30444 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.387 | 30444 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.388 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K7kbFe +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.388 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.393 | 30445 | Recursively removing directory: /tmp/git.mBvsBF/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.398 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.398 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.399 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.399 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.400 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.400 | 48017 | Marked run 1692 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.400 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.401 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.401 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.401 | 48022 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.402 | 30444 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.402 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.402 | 30444 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.402 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qRYY8t +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.403 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.409 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.410 | 48021 | Marked run 1693 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.411 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.412 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.415 | 30448 | Recursively removing directory: /tmp/git.K7kbFe/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.418 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.418 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.417 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.417 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.418 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.418 | 48031 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.418 | 30444 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.419 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.419 | 30444 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.419 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x3GjW8 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.419 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.426 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.427 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.428 | 48030 | Marked run 1694 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.428 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.429 | 30445 | Recursively removing directory: /tmp/git.qRYY8t/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.430 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.430 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.430 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.431 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.431 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.432 | 48039 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.432 | 30444 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.432 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.432 | 30444 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.432 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vDmvMo +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.432 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.438 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.439 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.440 | 48038 | Marked run 1695 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.440 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.442 | 30448 | Recursively removing directory: /tmp/git.x3GjW8/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.444 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.444 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.444 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.444 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.444 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.444 | 48050 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.444 | 30444 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.444 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.445 | 30444 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.445 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.445 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G5W1A0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.449 | 30445 | Recursively removing directory: /tmp/git.vDmvMo/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.452 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.452 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.452 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.453 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.453 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.453 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.454 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.454 | 48054 | Added a new worker 9 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.455 | 30444 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.455 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.455 | 30444 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.455 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2TPjrY +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.458 | 48049 | Marked run 1696 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.458 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.458 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.461 | 48052 | Marked run 1697 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.462 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.461 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.463 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.465 | 30448 | Recursively removing directory: /tmp/git.G5W1A0/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.467 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.467 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 48063 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 30444 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.467 | 30444 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.467 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.467 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KYw4Pw +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.468 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.472 | 48062 | Marked run 1698 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.472 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.475 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.476 | 30445 | Recursively removing directory: /tmp/git.2TPjrY/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.477 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.478 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.478 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.477 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.478 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.478 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.481 | 48070 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.481 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.481 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x7m2xN +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.481 | 30444 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.481 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.481 | 30444 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.488 | 30448 | Recursively removing directory: /tmp/git.KYw4Pw/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.490 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.490 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.491 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.491 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.491 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.492 | 48069 | Marked run 1699 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.493 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.495 | 48077 | Added a new worker 7 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.495 | 30444 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.495 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.495 | 30444 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.495 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DtEIDH +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.497 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.504 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.512 | 48076 | Marked run 1700 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.512 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.513 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.514 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.523 | 30448 | Recursively removing directory: /tmp/git.DtEIDH/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.524 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.524 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.524 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.524 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.524 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.525 | 48091 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.525 | 30444 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.525 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.525 | 30444 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.526 | 30445 | Recursively removing directory: /tmp/git.x7m2xN/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.526 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hGeOKv +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.527 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.529 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.529 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.529 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.529 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.530 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.530 | 48093 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.530 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.531 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qNsglc +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.531 | 30444 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.531 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.531 | 30444 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.536 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.537 | 48090 | Marked run 1702 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.537 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.538 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.539 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.540 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.544 | 48092 | Marked run 1701 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.546 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.549 | 30448 | Recursively removing directory: /tmp/git.hGeOKv/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.551 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.551 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 48106 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30444 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30444 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.552 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.552 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.552 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ieM39P +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.556 | 48105 | Marked run 1703 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.556 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.558 | 30445 | Recursively removing directory: /tmp/git.qNsglc/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.559 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.559 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.559 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.560 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.560 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.560 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.560 | 48109 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.560 | 30444 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.560 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.560 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jhqnNH +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.561 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.561 | 30444 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.561 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.565 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.566 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.569 | 48108 | Marked run 1704 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.570 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.572 | 30448 | Recursively removing directory: /tmp/git.ieM39P/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.574 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.574 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.574 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.574 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.574 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.575 | 48123 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.575 | 30444 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.575 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.575 | 30444 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.575 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qhkOLZ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.575 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.577 | 30445 | Recursively removing directory: /tmp/git.jhqnNH/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.578 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.579 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.579 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 48125 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 30444 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.579 | 30444 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.580 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.580 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.syAhF2 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.582 | 48122 | Marked run 1705 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.582 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.584 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.585 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.586 | 48124 | Marked run 1706 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.587 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.588 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.589 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.595 | 30448 | Recursively removing directory: /tmp/git.qhkOLZ/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.596 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.596 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.596 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.596 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.596 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.597 | 48136 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.597 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AcKB3h +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.597 | 30444 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.597 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.597 | 30444 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.601 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.602 | 30445 | Recursively removing directory: /tmp/git.syAhF2/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.603 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.603 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.604 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.605 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.605 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.605 | 48135 | Marked run 1707 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.605 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.606 | 48141 | Added a new worker 6 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.606 | 30444 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.606 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.607 | 30444 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.607 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gLUZmw +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.608 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.609 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.610 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.612 | 48140 | Marked run 1708 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.612 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.612 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.613 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.622 | 30448 | Recursively removing directory: /tmp/git.AcKB3h/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.625 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.625 | 30445 | Recursively removing directory: /tmp/git.gLUZmw/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.626 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.627 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.627 | 48155 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.625 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.627 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.627 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5WroxU +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.627 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.627 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.628 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.627 | 30444 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.627 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.627 | 30444 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.628 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.628 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.629 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.630 | 48157 | Added a new worker 8 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.632 | 30444 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.632 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.632 | 30444 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.632 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.633 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZX5EGK +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.638 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.639 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.640 | 48156 | Marked run 1710 as finished +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.641 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.641 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.643 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.644 | 48154 | Marked run 1709 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.644 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.651 | 30448 | Recursively removing directory: /tmp/git.5WroxU/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.653 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.653 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.654 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.653 | 30445 | Recursively removing directory: /tmp/git.ZX5EGK/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.655 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.655 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.656 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 48171 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.656 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.657 | 30444 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.657 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.658 | 30444 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.658 | 48173 | Added a new worker 9 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.658 | 30444 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.658 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.658 | 30444 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.658 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OwGfW1 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.658 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XtXwgd +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.659 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.668 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.669 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.670 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.670 | 48170 | Marked run 1711 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.671 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.674 | 48172 | Marked run 1712 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.675 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.676 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.680 | 30445 | Recursively removing directory: /tmp/git.XtXwgd/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.681 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.681 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.682 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 48184 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 30444 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.682 | 30444 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.683 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.683 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fH9PGk +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.687 | 30448 | Recursively removing directory: /tmp/git.OwGfW1/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.688 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.688 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.688 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 48189 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.689 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FV5nXt +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.689 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 30444 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.689 | 30444 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.690 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.691 | 48183 | Marked run 1714 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.692 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.694 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.695 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.695 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.699 | 30445 | Recursively removing directory: /tmp/git.fH9PGk/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.700 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.700 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.701 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 48200 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 30444 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.701 | 30444 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.702 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qfRNny +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.704 | 48188 | Marked run 1713 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.704 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.704 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.710 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.710 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.711 | 48205 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.711 | 30444 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.711 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.711 | 30444 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.709 | 30448 | Recursively removing directory: /tmp/git.FV5nXt/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.710 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.710 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.710 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.711 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CwdT4J +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.712 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.720 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.721 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.721 | 48199 | Marked run 1715 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.721 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.722 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.726 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.727 | 48204 | Marked run 1716 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.727 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.732 | 30445 | Recursively removing directory: /tmp/git.qfRNny/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.734 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.734 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.734 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.734 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.734 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.736 | 48218 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.737 | 30444 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.737 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.737 | 30444 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.737 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aKxIgd +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.738 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.739 | 48217 | Marked run 1717 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.739 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.740 | 30448 | Recursively removing directory: /tmp/git.CwdT4J/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.742 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.743 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.742 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.743 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.744 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.744 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.745 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.745 | 48222 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.745 | 30444 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.745 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.745 | 30444 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.745 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.746 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NAqRn7 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.759 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.758 | 30445 | Recursively removing directory: /tmp/git.aKxIgd/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.759 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.759 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.760 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.758 | 48221 | Marked run 1718 as finished +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.760 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.760 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.760 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.761 | 48230 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.761 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m6lxTz +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.761 | 30444 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.761 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.761 | 30444 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.763 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.773 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.774 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.777 | 48228 | Marked run 1719 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.777 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.779 | 30448 | Recursively removing directory: /tmp/git.NAqRn7/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.780 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.780 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.780 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.780 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.780 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.781 | 48242 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.781 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gOtCJ6 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.781 | 30444 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.781 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.781 | 30444 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.783 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.785 | 30445 | Recursively removing directory: /tmp/git.m6lxTz/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.787 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.787 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.787 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.787 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.789 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.789 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.789 | 48245 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.789 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O9R2Kp +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.789 | 30444 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.789 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.789 | 30444 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.790 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.791 | 48241 | Marked run 1720 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.791 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.792 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.793 | 48244 | Marked run 1721 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.793 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.795 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.796 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.800 | 30448 | Recursively removing directory: /tmp/git.gOtCJ6/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.801 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.801 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.801 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.801 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.801 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.802 | 48258 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.802 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Phnzfo +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.802 | 30444 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.802 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.802 | 30444 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.803 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.805 | 30445 | Recursively removing directory: /tmp/git.O9R2Kp/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.807 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.807 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.807 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.807 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.807 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.808 | 48261 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.808 | 30444 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.808 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.808 | 30444 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.809 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.811 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eI8rl1 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.818 | 48257 | Marked run 1722 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.818 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.818 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.819 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.822 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.823 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.827 | 30448 | Recursively removing directory: /tmp/git.Phnzfo/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.827 | 48260 | Marked run 1723 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.828 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.829 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.829 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.829 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 48271 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.830 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b4T88v +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 30444 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.830 | 30444 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.832 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.835 | 30445 | Recursively removing directory: /tmp/git.eI8rl1/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.837 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.837 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.838 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.838 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.838 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.838 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.839 | 48277 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.839 | 30444 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.839 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.839 | 30444 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.839 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FrAyX1 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.840 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.841 | 48270 | Marked run 1724 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.841 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.841 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.846 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.847 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.848 | 48276 | Marked run 1725 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.848 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.850 | 30448 | Recursively removing directory: /tmp/git.b4T88v/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.852 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.852 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.852 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.852 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.852 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.853 | 48288 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.853 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kdAnVx +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.853 | 30444 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.853 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.853 | 30444 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.853 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.856 | 48287 | Marked run 1726 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.856 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.859 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.860 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.861 | 30445 | Recursively removing directory: /tmp/git.FrAyX1/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.864 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.864 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.864 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.865 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.865 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.865 | 48294 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.866 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xU4bFR +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.866 | 30444 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.866 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.866 | 30444 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.867 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.870 | 30448 | Recursively removing directory: /tmp/git.kdAnVx/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.872 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.872 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.872 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.872 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.872 | 48301 | Added a new worker 14 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.872 | 30444 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.872 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.873 | 30444 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.873 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.872 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.873 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kse60k +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.875 | 48293 | Marked run 1727 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.875 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.879 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.879 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.880 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.881 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.885 | 48300 | Marked run 1728 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.885 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.888 | 30445 | Recursively removing directory: /tmp/git.xU4bFR/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.890 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.890 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.890 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.890 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.890 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.890 | 48314 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.890 | 30444 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.891 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.891 | 30444 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.891 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.891 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ig6sVy +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.895 | 30448 | Recursively removing directory: /tmp/git.Kse60k/ +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.898 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.898 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.897 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.897 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.898 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.898 | 48317 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.898 | 30444 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.899 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.899 | 30444 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.899 | 48313 | Marked run 1729 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.899 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.899 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bKArDx +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.899 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.904 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.906 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.909 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.910 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.910 | 48316 | Marked run 1730 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.911 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.914 | 30445 | Recursively removing directory: /tmp/git.Ig6sVy/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.915 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.915 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.916 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.916 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.916 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.916 | 48328 | Added a new worker 11 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.917 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.917 | 30444 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.917 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.917 | 30444 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.918 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RC2XqC +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.920 | 30448 | Recursively removing directory: /tmp/git.bKArDx/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.922 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.922 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.922 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.922 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.923 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.923 | 48333 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.923 | 30444 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.923 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.923 | 30444 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.924 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6drniL +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.924 | 48327 | Marked run 1731 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.924 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.924 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.925 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.928 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.933 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.934 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.936 | 48332 | Marked run 1732 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.936 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.937 | 30445 | Recursively removing directory: /tmp/git.RC2XqC/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.939 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.939 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.939 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.939 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.939 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.940 | 48345 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.940 | 30444 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.940 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.940 | 30444 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.940 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.940 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AsORK3 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.944 | 30448 | Recursively removing directory: /tmp/git.6drniL/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.946 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.946 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.946 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.944 | 48344 | Marked run 1733 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.944 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.946 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.947 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.947 | 48349 | Added a new worker 10 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.947 | 30444 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.947 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.947 | 30444 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.947 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.947 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mPrwYY +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.948 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.949 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.952 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.953 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.957 | 30445 | Recursively removing directory: /tmp/git.AsORK3/ +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.961 | 30445 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.961 | 30445 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.961 | 30445 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.961 | 48348 | Marked run 1734 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.961 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.962 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.964 | 48362 | Added a new worker 7 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.965 | 30444 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.965 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.965 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.966 | 30444 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.965 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RQlj4w +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.964 | 30448 | Recursively removing directory: /tmp/git.mPrwYY/ +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.967 | 30448 | Process exit code: 0 +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.967 | 30448 | Process output: 57 bytes +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.967 | 30448 | Waiting for a new command +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.967 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A7gIgx +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 48365 | Added a new worker 13 to the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 30444 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.967 | 30444 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.968 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.975 | 48361 | Marked run 1735 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.976 | 30442 | Waiting for new connections +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.977 | 30448 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.977 | 30445 | Checking out revision HEAD +2023-08-28 07:32:42 | INFO | 30448/cimple-worker: 2023-08-28 07:32:42.981 | 30448 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30445/cimple-worker: 2023-08-28 07:32:42.986 | 30445 | Going to run: ./ci +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.989 | 48364 | Marked run 1736 as finished +2023-08-28 07:32:42 | INFO | 30442/cimple-server: 2023-08-28 07:32:42.989 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.002 | 30448 | Recursively removing directory: /tmp/git.A7gIgx/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.003 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.003 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.003 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.004 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.004 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.005 | 48379 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.005 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.005 | 30444 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.005 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.005 | 30444 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.006 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bCIsLF +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.006 | 30445 | Recursively removing directory: /tmp/git.RQlj4w/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.007 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.007 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.007 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 48381 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 30444 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.008 | 30444 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.008 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oXo8Bb +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.009 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.021 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.022 | 48378 | Marked run 1738 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.023 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.023 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.027 | 48380 | Marked run 1737 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.027 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.028 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.029 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.033 | 30445 | Recursively removing directory: /tmp/git.oXo8Bb/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.037 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.037 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.038 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.037 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 48391 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 30444 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 30444 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.039 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IlBfnL +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.038 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.048 | 30448 | Recursively removing directory: /tmp/git.bCIsLF/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.049 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.049 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.053 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.053 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.054 | 48397 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.054 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.054 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.054 | 30444 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.054 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.054 | 30444 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.055 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UtHSel +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.067 | 48390 | Marked run 1740 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.067 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.068 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.069 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.072 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.073 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.084 | 48396 | Marked run 1739 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.084 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.097 | 30445 | Recursively removing directory: /tmp/git.IlBfnL/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.099 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.099 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.099 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.097 | 30448 | Recursively removing directory: /tmp/git.UtHSel/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.098 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.098 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.099 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.100 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xeeS52 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 48412 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.099 | 30444 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.100 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.100 | 30444 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.100 | 48413 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.100 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.100 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.101 | 30444 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.101 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.101 | 30444 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.102 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gniLEp +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.111 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.112 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.111 | 48411 | Marked run 1741 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.113 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.118 | 48410 | Marked run 1742 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.119 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.119 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.121 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.122 | 30445 | Recursively removing directory: /tmp/git.gniLEp/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.123 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.123 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.123 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.124 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 48422 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 30444 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.124 | 30444 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.124 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.odRUkk +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.131 | 48421 | Marked run 1744 as finished +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.131 | 30448 | Recursively removing directory: /tmp/git.xeeS52/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.133 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.133 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.133 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.132 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.132 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.131 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 48430 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30444 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30444 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.135 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Mds3m +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.134 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.144 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.145 | 30445 | Recursively removing directory: /tmp/git.odRUkk/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.152 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.152 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.152 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.153 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.153 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.153 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 48438 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 30444 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 30444 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 48429 | Marked run 1743 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.154 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.154 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Kg38d +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.161 | 48437 | Marked run 1745 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.162 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.163 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.165 | 30448 | Recursively removing directory: /tmp/git.1Mds3m/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.166 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.166 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.167 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.167 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 48445 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 30444 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.167 | 30444 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.167 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FSPqm9 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.168 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.174 | 48444 | Marked run 1746 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.174 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.176 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.177 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.179 | 30445 | Recursively removing directory: /tmp/git.9Kg38d/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.180 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.180 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.180 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.180 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.180 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.181 | 48455 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.182 | 30444 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.182 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.182 | 30444 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.182 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yIx4K6 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.183 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.190 | 30448 | Recursively removing directory: /tmp/git.FSPqm9/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.201 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.202 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.202 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.202 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.202 | 48454 | Marked run 1747 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.202 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.202 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.203 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.203 | 48461 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.203 | 30444 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.203 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.203 | 30444 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.203 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uYobSO +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.204 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.210 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.211 | 48460 | Marked run 1748 as finished +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.211 | 30445 | Recursively removing directory: /tmp/git.yIx4K6/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.212 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.212 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.212 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.213 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.213 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zAV3Fv +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 48469 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30444 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.213 | 30444 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.218 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.219 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.224 | 30448 | Recursively removing directory: /tmp/git.uYobSO/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.225 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.225 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.225 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.224 | 48468 | Marked run 1749 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 48479 | Added a new worker 6 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30444 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.226 | 30444 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.227 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r4eEXg +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.232 | 30445 | Recursively removing directory: /tmp/git.zAV3Fv/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.234 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.234 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.234 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.232 | 48478 | Marked run 1750 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.232 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 48485 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 30444 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.234 | 30444 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.234 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y5D7J1 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.235 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.235 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.236 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.241 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.242 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.246 | 48484 | Marked run 1751 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.246 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.248 | 30448 | Recursively removing directory: /tmp/git.r4eEXg/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.249 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.249 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.249 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.249 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.249 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.250 | 48498 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.250 | 30444 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.250 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.250 | 30444 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.251 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9gdEAU +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.251 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.253 | 30445 | Recursively removing directory: /tmp/git.y5D7J1/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.255 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.255 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.255 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.255 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.256 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.256 | 48501 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.256 | 30444 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.256 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.256 | 30444 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.256 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MlFBn5 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.258 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.258 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.259 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.265 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.266 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.268 | 48497 | Marked run 1752 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.268 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.270 | 30448 | Recursively removing directory: /tmp/git.9gdEAU/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.272 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.272 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.272 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.272 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.272 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.273 | 48513 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.273 | 30444 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.273 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.273 | 30444 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.273 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qV5QdP +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.275 | 48500 | Marked run 1753 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.277 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.277 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.278 | 30445 | Recursively removing directory: /tmp/git.MlFBn5/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.279 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.279 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.280 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.279 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.279 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.280 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.280 | 48517 | Added a new worker 9 to the queue +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.280 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.281 | 30444 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.281 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.281 | 30444 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.281 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FhZU5X +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.283 | 48512 | Marked run 1754 as finished +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.286 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.286 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.286 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.289 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.290 | 30448 | Recursively removing directory: /tmp/git.qV5QdP/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.291 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.291 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.291 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.291 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 48526 | Added a new worker 8 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30444 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 48516 | Marked run 1755 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30444 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.292 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.293 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z7ZVQG +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.298 | 30445 | Recursively removing directory: /tmp/git.FhZU5X/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.299 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.299 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.299 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.299 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.299 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.300 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.300 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.300 | 48534 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.301 | 30444 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.301 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.301 | 30444 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.301 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PrHQRK +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.301 | 48525 | Marked run 1756 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.302 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.302 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.306 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.307 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.309 | 30448 | Recursively removing directory: /tmp/git.Z7ZVQG/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.310 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.310 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.310 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 48543 | Added a new worker 7 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 30444 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.311 | 30444 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.312 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R81Rov +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.312 | 48533 | Marked run 1757 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.312 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.312 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.315 | 48542 | Marked run 1758 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.316 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.318 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.319 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.321 | 30445 | Recursively removing directory: /tmp/git.PrHQRK/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.322 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.322 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.323 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 48550 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 30444 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.323 | 30444 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.324 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.324 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4eVUC2 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.326 | 48549 | Marked run 1759 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.326 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.329 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.330 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.332 | 30448 | Recursively removing directory: /tmp/git.R81Rov/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.334 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.334 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.333 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.333 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.334 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.334 | 48559 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.334 | 30444 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.334 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.335 | 30444 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.335 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.335 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SVDBl8 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.342 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.342 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.343 | 48558 | Marked run 1760 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.346 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.346 | 30445 | Recursively removing directory: /tmp/git.4eVUC2/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.348 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.348 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 48566 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 30444 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.348 | 30444 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.348 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.348 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.koAfQM +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.349 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.354 | 48565 | Marked run 1761 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.354 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.355 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.356 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.360 | 30448 | Recursively removing directory: /tmp/git.SVDBl8/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.361 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.361 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.361 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.362 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.362 | 48575 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.362 | 30444 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.362 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.362 | 30444 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.361 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.362 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ba1R6q +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.363 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.373 | 30445 | Recursively removing directory: /tmp/git.koAfQM/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.375 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.375 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.375 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.375 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.376 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.376 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.376 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.376 | 48582 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.376 | 30444 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.377 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.377 | 30444 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.377 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dmryLR +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.377 | 48574 | Marked run 1762 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.378 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.378 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.383 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.384 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.385 | 30448 | Recursively removing directory: /tmp/git.Ba1R6q/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.385 | 48581 | Marked run 1763 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.385 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.386 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.386 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.387 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.387 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.387 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.387 | 48590 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.388 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.388 | 30444 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.388 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.388 | 30444 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.388 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cwEicI +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.398 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.398 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.399 | 48589 | Marked run 1764 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.399 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.401 | 30445 | Recursively removing directory: /tmp/git.dmryLR/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.402 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.402 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 48599 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 30444 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.403 | 30444 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.403 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.403 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Yra7A +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.404 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.409 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.409 | 48598 | Marked run 1765 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.410 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.410 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.411 | 30448 | Recursively removing directory: /tmp/git.cwEicI/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.413 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.413 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.413 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 48606 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 30444 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.413 | 30444 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.414 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1vS6K7 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.414 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.419 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.420 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.420 | 30445 | Recursively removing directory: /tmp/git.2Yra7A/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.423 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.423 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.423 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.424 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.424 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.424 | 48615 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.424 | 30444 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.424 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.424 | 30444 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.425 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.426 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cplJpd +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.430 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.431 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.431 | 30448 | Recursively removing directory: /tmp/git.1vS6K7/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.433 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.433 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.433 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.433 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.433 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.434 | 48605 | Marked run 1766 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.434 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.435 | 48622 | Added a new worker 6 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.435 | 30444 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.435 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.435 | 30444 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.436 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f6ixOS +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.437 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.437 | 48613 | Marked run 1767 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.437 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.440 | 48621 | Marked run 1768 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.440 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.441 | 30445 | Recursively removing directory: /tmp/git.cplJpd/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.442 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.442 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 48629 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 30444 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.443 | 30444 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.443 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.443 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TKBoir +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.444 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.444 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.445 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.450 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.451 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.454 | 48628 | Marked run 1769 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.454 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.460 | 30448 | Recursively removing directory: /tmp/git.f6ixOS/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.461 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.461 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.462 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.462 | 30445 | Recursively removing directory: /tmp/git.TKBoir/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 48643 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 30444 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.462 | 30444 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.463 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.465 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.465 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.465 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 48645 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 30444 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.466 | 30444 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.467 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.467 | 48642 | Marked run 1770 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.468 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.464 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KauDHx +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.466 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8uuPuP +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.475 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.476 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.478 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.479 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.485 | 48644 | Marked run 1771 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.485 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.486 | 30445 | Recursively removing directory: /tmp/git.8uuPuP/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.487 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.487 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.488 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.488 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.488 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.489 | 48659 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.489 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.489 | 30444 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.489 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.489 | 30444 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.489 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZzLRY2 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.491 | 30448 | Recursively removing directory: /tmp/git.KauDHx/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 48661 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30444 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.493 | 30444 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.493 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.493 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.493 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.493 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EsbMm2 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.494 | 48658 | Marked run 1773 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.495 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.499 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.500 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.502 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.503 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.505 | 48660 | Marked run 1772 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.505 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.509 | 30445 | Recursively removing directory: /tmp/git.ZzLRY2/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.510 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.510 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.511 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 48672 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 30444 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.511 | 30444 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.512 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yyuduh +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.512 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.516 | 30448 | Recursively removing directory: /tmp/git.EsbMm2/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.517 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.517 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.518 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 48677 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 30444 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.518 | 30444 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.519 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.520 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GhehBT +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.520 | 48671 | Marked run 1774 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.522 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.525 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.525 | 48676 | Marked run 1775 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.526 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.527 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.528 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.529 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.537 | 30445 | Recursively removing directory: /tmp/git.Yyuduh/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.540 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.540 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.540 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.541 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.541 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.541 | 48691 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.542 | 30444 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.542 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.542 | 30444 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.542 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Bpt2s +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.543 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.543 | 30448 | Recursively removing directory: /tmp/git.GhehBT/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.545 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.545 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.546 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 48693 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 30444 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.546 | 30444 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.546 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XpwN8i +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.547 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.550 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.551 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.551 | 48690 | Marked run 1776 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.551 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.552 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.554 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.557 | 48692 | Marked run 1777 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.557 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.562 | 30448 | Recursively removing directory: /tmp/git.XpwN8i/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.562 | 30445 | Recursively removing directory: /tmp/git.3Bpt2s/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.563 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.563 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.564 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 48707 | Added a new worker 12 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30444 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30444 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.564 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.563 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.563 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.563 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.564 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3pZaNS +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 48709 | Added a new worker 15 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 30444 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 30444 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.565 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.566 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OAiJwv +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.572 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.573 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.573 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.573 | 48708 | Marked run 1778 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.574 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.576 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.577 | 48706 | Marked run 1779 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.577 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.583 | 30445 | Recursively removing directory: /tmp/git.OAiJwv/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.585 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.585 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.585 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.585 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.585 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.585 | 48722 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.586 | 30444 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.586 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.586 | 30444 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.586 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.587 | 30448 | Recursively removing directory: /tmp/git.3pZaNS/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.588 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jtZfO3 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.589 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.589 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.589 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.589 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.589 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.590 | 48725 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.590 | 30444 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.590 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.590 | 30444 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.590 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A7J89R +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.591 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.596 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.597 | 48721 | Marked run 1781 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.597 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.597 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.601 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.602 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.603 | 48724 | Marked run 1780 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.603 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.607 | 30445 | Recursively removing directory: /tmp/git.jtZfO3/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.609 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.609 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.609 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.609 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.610 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.610 | 48739 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.611 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rrjky7 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.611 | 30448 | Recursively removing directory: /tmp/git.A7J89R/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.612 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.612 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.613 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.610 | 30444 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.611 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.611 | 30444 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.613 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.613 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.613 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.614 | 48741 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.614 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.616 | 30444 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.616 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.616 | 30444 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.616 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PRYJYT +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.619 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.621 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.623 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.625 | 48738 | Marked run 1782 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.629 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.630 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.633 | 48740 | Marked run 1783 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.637 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.638 | 30448 | Recursively removing directory: /tmp/git.PRYJYT/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.640 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.640 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.640 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 48754 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 30444 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.640 | 30444 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.641 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.641 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2pCw2R +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.643 | 48753 | Marked run 1785 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.643 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.645 | 30445 | Recursively removing directory: /tmp/git.Rrjky7/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.646 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.646 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.646 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.646 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.646 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.647 | 48757 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.647 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.648 | 30444 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.648 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.651 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.to0XVo +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.652 | 30444 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.664 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.665 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.667 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.668 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.666 | 48756 | Marked run 1784 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.668 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.673 | 30448 | Recursively removing directory: /tmp/git.2pCw2R/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.675 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.675 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.675 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.675 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.675 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.676 | 48770 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.676 | 30444 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.676 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.676 | 30444 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.676 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ABfzJ7 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.677 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.679 | 30445 | Recursively removing directory: /tmp/git.to0XVo/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.680 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.680 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.680 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.681 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.681 | 48769 | Marked run 1786 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 48773 | Added a new worker 6 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 30444 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.682 | 30444 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.682 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IsOODI +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.683 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.685 | 48772 | Marked run 1787 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.685 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.688 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.689 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.689 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.690 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.700 | 30445 | Recursively removing directory: /tmp/git.IsOODI/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.701 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.701 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.701 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.700 | 30448 | Recursively removing directory: /tmp/git.ABfzJ7/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.701 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.701 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.702 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 48787 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30444 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.702 | 30444 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.703 | 48789 | Added a new worker 9 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.703 | 30444 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.703 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.703 | 30444 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.704 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.703 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PBoUCz +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.703 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cEL4e3 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.706 | 48788 | Marked run 1788 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.706 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.714 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.715 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.715 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.716 | 48786 | Marked run 1789 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.716 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.716 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.723 | 30445 | Recursively removing directory: /tmp/git.PBoUCz/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.724 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.724 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.725 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.726 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.726 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.727 | 48803 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.727 | 30444 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.727 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.727 | 30444 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.727 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ov8D1x +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.727 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.730 | 48802 | Marked run 1790 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.733 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.736 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.736 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.735 | 30448 | Recursively removing directory: /tmp/git.cEL4e3/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.736 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.736 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.736 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.736 | 48805 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.737 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.737 | 30444 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.737 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.737 | 30444 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.737 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XDyhET +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.741 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.742 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.743 | 48804 | Marked run 1791 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.744 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.744 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.746 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.756 | 30445 | Recursively removing directory: /tmp/git.Ov8D1x/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.758 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.758 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.757 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.757 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.758 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.760 | 48820 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.761 | 30444 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.761 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.761 | 30444 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.761 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.762 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ozBLvT +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.763 | 30448 | Recursively removing directory: /tmp/git.XDyhET/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.768 | 48819 | Marked run 1792 as finished +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.768 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.769 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.769 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.770 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.770 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.770 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.771 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 48823 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 30444 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.771 | 30444 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.772 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SISNKO +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.778 | 48822 | Marked run 1793 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.778 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.779 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.780 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.782 | 30445 | Recursively removing directory: /tmp/git.ozBLvT/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.784 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.784 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 48832 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 30444 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.785 | 30444 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.785 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.785 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aFGbEW +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.786 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.791 | 48831 | Marked run 1794 as finished +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.791 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.791 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.792 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.793 | 30448 | Recursively removing directory: /tmp/git.SISNKO/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.794 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.794 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.795 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 48839 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 30444 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.795 | 30444 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.796 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cZcEjL +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.797 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.802 | 30445 | Recursively removing directory: /tmp/git.aFGbEW/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.803 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.803 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.803 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.804 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.806 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.806 | 48846 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.806 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.808 | 30444 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.808 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.808 | 30444 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.810 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QJukIv +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.813 | 48838 | Marked run 1795 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.814 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.815 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.820 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.822 | 48845 | Marked run 1796 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.822 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.825 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.826 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.830 | 30448 | Recursively removing directory: /tmp/git.cZcEjL/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.831 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.831 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.831 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.831 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 48857 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 30444 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 30444 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.832 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.833 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SJRyDp +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.836 | 48856 | Marked run 1797 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.838 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.838 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.839 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.842 | 30445 | Recursively removing directory: /tmp/git.QJukIv/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.843 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.843 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.843 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 48865 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30444 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.844 | 30444 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.844 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uxwpq0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.847 | 30448 | Recursively removing directory: /tmp/git.SJRyDp/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.849 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.849 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.849 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.849 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.850 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.851 | 48870 | Added a new worker 14 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.852 | 30444 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.852 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.852 | 30444 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.852 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TcYaRX +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.853 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.854 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.855 | 48864 | Marked run 1798 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.857 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.857 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.860 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.862 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.862 | 48869 | Marked run 1799 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.863 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.865 | 30445 | Recursively removing directory: /tmp/git.uxwpq0/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.867 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.867 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.867 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.867 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.867 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.868 | 48880 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.868 | 30444 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.868 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.868 | 30444 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.868 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.869 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x5Z8TZ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.870 | 48879 | Marked run 1800 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.870 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.875 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.876 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.877 | 30448 | Recursively removing directory: /tmp/git.TcYaRX/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.879 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.879 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.879 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.879 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.879 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.879 | 48887 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.880 | 30444 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.880 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.880 | 30444 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.880 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.880 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73st7P +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.884 | 48886 | Marked run 1801 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.885 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.886 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.887 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.888 | 30445 | Recursively removing directory: /tmp/git.x5Z8TZ/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.889 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.889 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.889 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 48896 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.890 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wujOws +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 30444 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.890 | 30444 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.891 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.895 | 30448 | Recursively removing directory: /tmp/git.73st7P/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.900 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.901 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.901 | 48895 | Marked run 1802 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.901 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.903 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.903 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.903 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 48903 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 30444 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.903 | 30444 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.904 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UqsWUS +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.905 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.912 | 48902 | Marked run 1803 as finished +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.910 | 30445 | Recursively removing directory: /tmp/git.wujOws/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.911 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.911 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.911 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.913 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.913 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.914 | 48910 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.914 | 30444 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.914 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.914 | 30444 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.915 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eq8l5s +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.915 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.916 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.916 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.921 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.923 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.923 | 48909 | Marked run 1804 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.923 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.925 | 30448 | Recursively removing directory: /tmp/git.UqsWUS/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.927 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.927 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.927 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.927 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.927 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.927 | 48920 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.928 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IONPau +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.928 | 30444 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.928 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.928 | 30444 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.931 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.934 | 30445 | Recursively removing directory: /tmp/git.eq8l5s/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.943 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.943 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.943 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.943 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.943 | 48919 | Marked run 1805 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.943 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.943 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.944 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.944 | 48926 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.945 | 30444 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.945 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.945 | 30444 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.945 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wzFQ33 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.945 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.950 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.951 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.952 | 48925 | Marked run 1806 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.952 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.955 | 30448 | Recursively removing directory: /tmp/git.IONPau/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.956 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.956 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.956 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.956 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 48936 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 30444 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 30444 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.957 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.957 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SI3Ah2 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.961 | 48935 | Marked run 1807 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.961 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.963 | 30445 | Recursively removing directory: /tmp/git.wzFQ33/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.964 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 48943 | Added a new worker 10 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 30444 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.965 | 30444 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.965 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.965 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.965 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.965 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.965 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3gHe7p +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.968 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.973 | 30448 | Recursively removing directory: /tmp/git.SI3Ah2/ +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.974 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.974 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.974 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.975 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.976 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.976 | 48950 | Added a new worker 13 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.976 | 30444 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.976 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.976 | 30444 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.976 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3jsyWh +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.977 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.977 | 30445 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.979 | 30445 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.981 | 48942 | Marked run 1808 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.981 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.982 | 30448 | Checking out revision HEAD +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.984 | 30448 | Going to run: ./ci +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.985 | 48949 | Marked run 1809 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.985 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.989 | 30445 | Recursively removing directory: /tmp/git.3gHe7p/ +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.991 | 30445 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.991 | 30445 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.991 | 30445 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 48964 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30444 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30444 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.992 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30445/cimple-worker: 2023-08-28 07:32:43.993 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5FQAPM +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.994 | 30448 | Recursively removing directory: /tmp/git.3jsyWh/ +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.995 | 48963 | Marked run 1810 as finished +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.995 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.996 | 30448 | Process exit code: 0 +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.996 | 30448 | Process output: 57 bytes +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.996 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.996 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.996 | 30448 | Waiting for a new command +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.997 | 48966 | Added a new worker 11 to the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.997 | 30444 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.997 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.997 | 30444 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:43 | INFO | 30442/cimple-server: 2023-08-28 07:32:43.997 | 30442 | Waiting for new connections +2023-08-28 07:32:43 | INFO | 30448/cimple-worker: 2023-08-28 07:32:43.998 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.maD7Xi +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.003 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.003 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.004 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.004 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.005 | 48965 | Marked run 1811 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.005 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.013 | 30448 | Recursively removing directory: /tmp/git.maD7Xi/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.014 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.014 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.014 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.014 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.014 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.015 | 30445 | Recursively removing directory: /tmp/git.5FQAPM/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.015 | 48980 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.015 | 30444 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.015 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.015 | 30444 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.016 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.016 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GrhwjO +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.017 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.017 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.017 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.017 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.018 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.018 | 48982 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.018 | 30444 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.018 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.018 | 30444 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.019 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Er1xMG +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.020 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.022 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.023 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.025 | 48979 | Marked run 1813 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.025 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.026 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.027 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.030 | 48981 | Marked run 1812 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.031 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.033 | 30448 | Recursively removing directory: /tmp/git.GrhwjO/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.035 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.035 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.035 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 48995 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30444 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30444 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.036 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.037 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eitkOf +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.038 | 30445 | Recursively removing directory: /tmp/git.Er1xMG/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.043 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.043 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.044 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.044 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.045 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.045 | 48998 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.045 | 30444 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.045 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.045 | 30444 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.045 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lQn64e +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.046 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.047 | 48994 | Marked run 1814 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.047 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.048 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.049 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.051 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.053 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.059 | 48997 | Marked run 1815 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.059 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.062 | 30448 | Recursively removing directory: /tmp/git.eitkOf/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.063 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.063 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.064 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.064 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.064 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.065 | 49009 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.065 | 30444 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.065 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.065 | 30444 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.065 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.065 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YutX2b +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.071 | 30445 | Recursively removing directory: /tmp/git.lQn64e/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.072 | 49008 | Marked run 1816 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.073 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.073 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.073 | 49014 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.073 | 30444 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.073 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.074 | 30444 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.074 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.073 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.073 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.073 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.074 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xDg5I8 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.075 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.075 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.081 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.082 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.085 | 49013 | Marked run 1817 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.085 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.089 | 30448 | Recursively removing directory: /tmp/git.YutX2b/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.090 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.090 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.090 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 49028 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 30444 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.091 | 30444 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.091 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qyix26 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.092 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.092 | 30445 | Recursively removing directory: /tmp/git.xDg5I8/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.093 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.093 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.094 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.094 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 49030 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 30444 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 30444 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.095 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.096 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kSOfGo +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.098 | 49029 | Marked run 1819 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.098 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.105 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.105 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.106 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.106 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.107 | 49027 | Marked run 1818 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.107 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.114 | 30445 | Recursively removing directory: /tmp/git.kSOfGo/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.116 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.116 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.116 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.116 | 30448 | Recursively removing directory: /tmp/git.Qyix26/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.116 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.116 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.117 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.117 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.117 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 49044 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 30444 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.118 | 30444 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.118 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C6up83 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.119 | 49046 | Added a new worker 15 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.119 | 30444 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.119 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.119 | 30444 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.119 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ynOYB +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.120 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.120 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.127 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.129 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.129 | 49045 | Marked run 1820 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.129 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.130 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.131 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.134 | 49043 | Marked run 1821 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.135 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.139 | 30445 | Recursively removing directory: /tmp/git.C6up83/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.141 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.141 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.141 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 49060 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.142 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KEs67E +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30444 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.141 | 30444 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.143 | 30448 | Recursively removing directory: /tmp/git.7ynOYB/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.146 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.146 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.147 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 49062 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 30444 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.147 | 30444 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.148 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z6vXW1 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.148 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.150 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.151 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.152 | 49059 | Marked run 1822 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.152 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.156 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.157 | 49061 | Marked run 1823 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.157 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.158 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.161 | 30445 | Recursively removing directory: /tmp/git.KEs67E/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.163 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.163 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.163 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.163 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.163 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.163 | 49073 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.163 | 30444 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.163 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.164 | 30444 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.164 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nDLBH5 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.164 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.167 | 30448 | Recursively removing directory: /tmp/git.Z6vXW1/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.168 | 49072 | Marked run 1824 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.168 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.172 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.172 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.172 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.172 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.172 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.173 | 49078 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.173 | 30444 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.173 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.173 | 30444 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.173 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.asZZ8T +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.173 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.179 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.180 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.183 | 49077 | Marked run 1825 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.183 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.184 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.186 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.190 | 30445 | Recursively removing directory: /tmp/git.nDLBH5/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.191 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.191 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.192 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.192 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.192 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.193 | 49089 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.193 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gni3tr +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.193 | 30444 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.193 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.193 | 30444 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.197 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.198 | 30448 | Recursively removing directory: /tmp/git.asZZ8T/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.200 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.200 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.200 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.200 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.200 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.201 | 49094 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.201 | 30444 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.201 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.201 | 30444 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.201 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.201 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Glxrsa +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.202 | 49088 | Marked run 1826 as finished +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.202 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.203 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.204 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.207 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.207 | 49093 | Marked run 1827 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.208 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.208 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.212 | 30445 | Recursively removing directory: /tmp/git.Gni3tr/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.213 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.213 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.214 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 49108 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30444 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30444 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.214 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.216 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r7GiHV +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.218 | 30448 | Recursively removing directory: /tmp/git.Glxrsa/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.219 | 49107 | Marked run 1828 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.221 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.221 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.221 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 49110 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.222 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30444 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30444 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.222 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.222 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VF2cvk +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.223 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.224 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.227 | 49109 | Marked run 1829 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.227 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.230 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.230 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.236 | 30445 | Recursively removing directory: /tmp/git.r7GiHV/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.237 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.237 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.238 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 49124 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30444 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30444 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.238 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.239 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kmDa7z +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.241 | 30448 | Recursively removing directory: /tmp/git.VF2cvk/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.243 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.243 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.242 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.242 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.243 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.245 | 49126 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.245 | 30444 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.245 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.246 | 30444 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.246 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wzpzsl +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.247 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.247 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.254 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.255 | 49123 | Marked run 1830 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.257 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.257 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.260 | 30445 | Recursively removing directory: /tmp/git.kmDa7z/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.262 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.262 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.263 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.263 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.263 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.264 | 49135 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.264 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jJwWAA +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.264 | 30444 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.264 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.264 | 30444 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.264 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.265 | 49125 | Marked run 1831 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.265 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.271 | 49134 | Marked run 1832 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.272 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.272 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.273 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.275 | 30448 | Recursively removing directory: /tmp/git.Wzpzsl/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.276 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.276 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.277 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.277 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.277 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.277 | 49144 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.278 | 30444 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.278 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.278 | 30444 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.278 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.278 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wOfBbh +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.284 | 49143 | Marked run 1833 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.285 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.285 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.286 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.287 | 30445 | Recursively removing directory: /tmp/git.jJwWAA/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.288 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.288 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.288 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.288 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.288 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.289 | 49151 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.289 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.289 | 30444 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.289 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.289 | 30444 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.290 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kuOURc +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.297 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.299 | 49150 | Marked run 1834 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.299 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.298 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.301 | 30448 | Recursively removing directory: /tmp/git.wOfBbh/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.302 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.302 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.302 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.302 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.303 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.304 | 49160 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.304 | 30444 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.304 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.304 | 30444 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.305 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.304 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9zkhdx +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.311 | 30445 | Recursively removing directory: /tmp/git.kuOURc/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.312 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 49166 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30444 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.313 | 30444 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.312 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.312 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.313 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.314 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DLDchz +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.314 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.315 | 49159 | Marked run 1835 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.315 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.319 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.320 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.325 | 49165 | Marked run 1836 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.326 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.329 | 30448 | Recursively removing directory: /tmp/git.9zkhdx/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.330 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.330 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.330 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 49179 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 30444 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.331 | 30444 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.331 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MLB3Vh +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.332 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.334 | 30445 | Recursively removing directory: /tmp/git.DLDchz/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.335 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.335 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.335 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.335 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.335 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.335 | 49182 | Added a new worker 12 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.336 | 30444 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.336 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.336 | 30444 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.336 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.336 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BERNW3 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.339 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.340 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.344 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.345 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.347 | 49181 | Marked run 1838 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.348 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.349 | 49178 | Marked run 1837 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.349 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.353 | 30448 | Recursively removing directory: /tmp/git.MLB3Vh/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.355 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.355 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.355 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.355 | 30445 | Recursively removing directory: /tmp/git.BERNW3/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 49196 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 30444 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.355 | 30444 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.357 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.356 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O94mmp +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.357 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.357 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.357 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.357 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.357 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.360 | 49198 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.361 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.361 | 30444 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.361 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.361 | 30444 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.361 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HjPsSP +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.362 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.364 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.366 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.370 | 49195 | Marked run 1839 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.370 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.371 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.372 | 49197 | Marked run 1840 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.373 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.375 | 30448 | Recursively removing directory: /tmp/git.O94mmp/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.377 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.377 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.377 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 49207 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.381 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.66ptqp +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30444 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.380 | 30444 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.385 | 49206 | Marked run 1841 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.385 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.388 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.389 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.390 | 30445 | Recursively removing directory: /tmp/git.HjPsSP/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.391 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.391 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.391 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.391 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.391 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.391 | 49215 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.391 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.392 | 30444 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.392 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.392 | 30444 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.392 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJrcPm +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.397 | 49214 | Marked run 1842 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.397 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.401 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.402 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.405 | 30448 | Recursively removing directory: /tmp/git.66ptqp/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.406 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.406 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.406 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.411 | 30445 | Recursively removing directory: /tmp/git.DJrcPm/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.412 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.412 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.413 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.413 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.413 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 49230 | Added a new worker 15 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 30444 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.413 | 30444 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.414 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.414 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ukBcfY +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.414 | 49228 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.415 | 30444 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.415 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.415 | 30444 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.415 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rXuvCT +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.416 | 49226 | Marked run 1843 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.421 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.423 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.424 | 49229 | Marked run 1844 as finished +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.425 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.425 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.425 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.426 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.433 | 30445 | Recursively removing directory: /tmp/git.ukBcfY/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.434 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.434 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.434 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 49244 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.435 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DWhmV8 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 30444 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.435 | 30444 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.437 | 30448 | Recursively removing directory: /tmp/git.rXuvCT/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.438 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.439 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.438 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.438 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.439 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.439 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.439 | 49246 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.440 | 30444 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.440 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.440 | 30444 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.440 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.441 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8QSsfC +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.448 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.449 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.451 | 49243 | Marked run 1845 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.451 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.451 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.453 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.456 | 49245 | Marked run 1846 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.457 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.458 | 30445 | Recursively removing directory: /tmp/git.DWhmV8/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.460 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.460 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.460 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.460 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.460 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.461 | 49259 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.461 | 30444 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.461 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.461 | 30444 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.461 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.462 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73aOzB +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.466 | 30448 | Recursively removing directory: /tmp/git.8QSsfC/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.467 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.468 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.468 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.468 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.468 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.468 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.468 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.469 | 49258 | Marked run 1847 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.469 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.469 | 49263 | Added a new worker 7 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.470 | 30444 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.470 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.470 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.470 | 30444 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.470 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JTHhrz +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.477 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.477 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.479 | 30445 | Recursively removing directory: /tmp/git.73aOzB/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.480 | 49261 | Marked run 1848 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.480 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.481 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.481 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.481 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.481 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 49271 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 30444 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.482 | 30444 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.482 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u9XfzT +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.489 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.489 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.491 | 49270 | Marked run 1849 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.491 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.491 | 30448 | Recursively removing directory: /tmp/git.JTHhrz/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.493 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.493 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.493 | 49280 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.493 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.493 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.493 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.493 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.494 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JIj3kv +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.494 | 30444 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.494 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.494 | 30444 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.500 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.500 | 49279 | Marked run 1850 as finished +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.500 | 30445 | Recursively removing directory: /tmp/git.u9XfzT/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.501 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.502 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.502 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.502 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.502 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.502 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.503 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.503 | 49287 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.504 | 30444 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.504 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.504 | 30444 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.504 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GdIhN2 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.504 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.510 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.510 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.511 | 49286 | Marked run 1851 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.511 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.514 | 30448 | Recursively removing directory: /tmp/git.JIj3kv/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.515 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.515 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.516 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.516 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.516 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.516 | 49299 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.517 | 30444 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.517 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.517 | 30444 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.517 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VLqhxB +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.519 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.519 | 30445 | Recursively removing directory: /tmp/git.GdIhN2/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.521 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.521 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.521 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.521 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 49302 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 30444 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 30444 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.522 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.522 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y0UFzK +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.524 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.525 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.528 | 49301 | Marked run 1853 as finished +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.529 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.529 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.531 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.531 | 49298 | Marked run 1852 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.532 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.537 | 30448 | Recursively removing directory: /tmp/git.VLqhxB/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.538 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.538 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.539 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.539 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.539 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.539 | 49315 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.539 | 30444 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.539 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.540 | 30444 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.540 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.540 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LNhclv +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.542 | 30445 | Recursively removing directory: /tmp/git.Y0UFzK/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.544 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.543 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.543 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.544 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.545 | 49314 | Marked run 1854 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.545 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.545 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.546 | 49318 | Added a new worker 7 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.546 | 30444 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.546 | 30444 | Removed worker 7 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.546 | 30444 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.547 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pDUdzr +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.547 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.547 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.548 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.552 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.553 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.555 | 49317 | Marked run 1855 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.555 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.557 | 30448 | Recursively removing directory: /tmp/git.LNhclv/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.558 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.558 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.558 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.559 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.559 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.559 | 49329 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.560 | 30444 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.560 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.560 | 30444 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.561 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.560 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.183ILU +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.562 | 30445 | Recursively removing directory: /tmp/git.pDUdzr/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.563 | 49328 | Marked run 1856 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.563 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.565 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.565 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.565 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.565 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 49334 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 30444 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 30444 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.566 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.567 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.06BgM2 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.569 | 49333 | Marked run 1857 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.570 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.572 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.573 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.580 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.582 | 30448 | Recursively removing directory: /tmp/git.183ILU/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.582 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.583 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.583 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.583 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 49343 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30444 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.584 | 30444 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.584 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LcWDZy +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.592 | 49342 | Marked run 1858 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.592 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.594 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.595 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.601 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.599 | 30445 | Recursively removing directory: /tmp/git.06BgM2/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.601 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.601 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.602 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.603 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.604 | 30448 | Recursively removing directory: /tmp/git.LcWDZy/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.603 | 49356 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.603 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.604 | 30444 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.604 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.604 | 30444 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.606 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zB3y1z +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.606 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.606 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.607 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 49358 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30444 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.607 | 30444 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.608 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qgZEjA +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.609 | 49354 | Marked run 1859 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.609 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.614 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.614 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.617 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.618 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.619 | 49357 | Marked run 1860 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.619 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.623 | 30445 | Recursively removing directory: /tmp/git.zB3y1z/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.625 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.625 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.625 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.625 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.625 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.626 | 49371 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.626 | 30444 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.626 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.626 | 30444 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.626 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.626 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eyqejI +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.633 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.634 | 30448 | Recursively removing directory: /tmp/git.qgZEjA/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 49370 | Marked run 1861 as finished +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.635 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.635 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.635 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 49375 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 30444 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.635 | 30444 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.636 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1S4K9b +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.634 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.636 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.642 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.643 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.643 | 30445 | Recursively removing directory: /tmp/git.eyqejI/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.644 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.644 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.645 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.645 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.645 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.645 | 49383 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.646 | 49374 | Marked run 1862 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.646 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.646 | 30444 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.646 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.646 | 30444 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.646 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oX7R27 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.647 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.652 | 49382 | Marked run 1863 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.652 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.652 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.653 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.657 | 30448 | Recursively removing directory: /tmp/git.1S4K9b/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.658 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.658 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.659 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.660 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.660 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.661 | 49393 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.661 | 30444 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.661 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.661 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.661 | 30444 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.661 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DXlw8p +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.666 | 30445 | Recursively removing directory: /tmp/git.oX7R27/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.667 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.667 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.667 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.667 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.667 | 49398 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.668 | 30444 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.668 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.668 | 30444 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.668 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.667 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.668 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vrCufw +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.671 | 49392 | Marked run 1864 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.671 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.674 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.675 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.675 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.677 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.679 | 49397 | Marked run 1865 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.680 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.685 | 30448 | Recursively removing directory: /tmp/git.DXlw8p/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.686 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.686 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.686 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 49409 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 30444 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.687 | 30444 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.688 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g86lUy +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.689 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.691 | 49408 | Marked run 1866 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.691 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.693 | 30445 | Recursively removing directory: /tmp/git.vrCufw/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.695 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.695 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.695 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.695 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.695 | 49414 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.695 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.696 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6GvRlS +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.696 | 30444 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.696 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.696 | 30444 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.696 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.695 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.697 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.706 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.706 | 30448 | Recursively removing directory: /tmp/git.g86lUy/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.708 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.708 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.709 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.709 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.709 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.709 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.710 | 49422 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.710 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n5oSDz +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.710 | 30444 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.710 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.710 | 30444 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.711 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.712 | 49413 | Marked run 1867 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.712 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.717 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.718 | 49421 | Marked run 1868 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.718 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.718 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.719 | 30445 | Recursively removing directory: /tmp/git.6GvRlS/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.721 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.721 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.721 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.721 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.721 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.722 | 49431 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.722 | 30444 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.722 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.722 | 30444 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.722 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mhgz3x +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.723 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.727 | 49430 | Marked run 1869 as finished +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.728 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.729 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.730 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.730 | 30448 | Recursively removing directory: /tmp/git.n5oSDz/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.731 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.731 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.731 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.732 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.732 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.734 | 49439 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.735 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jHm07w +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.735 | 30444 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.735 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.735 | 30444 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.735 | 49438 | Marked run 1870 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.735 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.737 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.740 | 30445 | Recursively removing directory: /tmp/git.Mhgz3x/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.741 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.741 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.741 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.741 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.741 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.741 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.742 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.743 | 49446 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.743 | 30444 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.743 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.743 | 30444 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.743 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.743 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fw8cH9 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.746 | 49445 | Marked run 1871 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.746 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.750 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.751 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.751 | 30448 | Recursively removing directory: /tmp/git.jHm07w/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.753 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.753 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.753 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 49455 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.754 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uu1oV4 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 30444 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.753 | 30444 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.755 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.758 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.759 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.761 | 30445 | Recursively removing directory: /tmp/git.Fw8cH9/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.763 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.763 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.763 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.763 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.763 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.763 | 49464 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.764 | 30444 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.764 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.764 | 30444 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.764 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0wa0of +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.764 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.765 | 49454 | Marked run 1872 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.765 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.768 | 49463 | Marked run 1873 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.768 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.770 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.771 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.775 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.774 | 30448 | Recursively removing directory: /tmp/git.Uu1oV4/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.775 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.775 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.775 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 49473 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 30444 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 30444 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.776 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.776 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kS2qnP +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.780 | 30445 | Recursively removing directory: /tmp/git.0wa0of/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.782 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.782 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.782 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.783 | 49472 | Marked run 1874 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.783 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.783 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.784 | 49478 | Added a new worker 6 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.784 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZAWk6W +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.784 | 30444 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.784 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.784 | 30444 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.785 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.785 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.786 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.789 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.790 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.794 | 49477 | Marked run 1875 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.794 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.796 | 30448 | Recursively removing directory: /tmp/git.kS2qnP/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.797 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.798 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.798 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 49491 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.798 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S5CRzm +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 30444 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.798 | 30444 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.800 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.801 | 30445 | Recursively removing directory: /tmp/git.ZAWk6W/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.802 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.802 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.802 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.803 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.804 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.804 | 49494 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.804 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TeWqiI +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.804 | 30444 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.804 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.804 | 30444 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.805 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.806 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.807 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.818 | 49490 | Marked run 1876 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.819 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.821 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.822 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.823 | 30448 | Recursively removing directory: /tmp/git.S5CRzm/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.825 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.825 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.825 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.825 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.825 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.825 | 49503 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.826 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j2oUhW +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.826 | 30444 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.826 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.826 | 30444 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.826 | 49493 | Marked run 1877 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.827 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.827 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.831 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.832 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.837 | 30445 | Recursively removing directory: /tmp/git.TeWqiI/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.838 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.838 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.838 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.839 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.839 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.839 | 49511 | Added a new worker 9 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.840 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C3793E +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.840 | 30444 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.840 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.840 | 30444 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.840 | 49502 | Marked run 1878 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.840 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.845 | 30448 | Recursively removing directory: /tmp/git.j2oUhW/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.847 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.847 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.847 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 49518 | Added a new worker 15 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30444 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30444 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.847 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.848 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bmRZvJ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.849 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.855 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.856 | 49510 | Marked run 1879 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.857 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.857 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.857 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.858 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.862 | 49517 | Marked run 1880 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.862 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.869 | 30445 | Recursively removing directory: /tmp/git.C3793E/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.869 | 30448 | Recursively removing directory: /tmp/git.bmRZvJ/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.870 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.870 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.871 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.871 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.871 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.871 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.871 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.871 | 49534 | Added a new worker 15 to the queue +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.870 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.870 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.870 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 49532 | Added a new worker 12 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30444 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.872 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.873 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iBt5c1 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.873 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GEklxn +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.876 | 49531 | Marked run 1881 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.876 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.879 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.881 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.881 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.882 | 49533 | Marked run 1882 as finished +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.882 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.882 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.890 | 30448 | Recursively removing directory: /tmp/git.GEklxn/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.891 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.891 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.891 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.891 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.891 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.892 | 49548 | Added a new worker 11 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.892 | 30444 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.892 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.892 | 30444 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.893 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.893 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BAB2TJ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.894 | 30445 | Recursively removing directory: /tmp/git.iBt5c1/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.896 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.896 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.896 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.896 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.897 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.897 | 49550 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.897 | 30444 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.897 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.897 | 30444 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.897 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yeIDFr +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.900 | 49547 | Marked run 1883 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.901 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.901 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.901 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.902 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.904 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.909 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.909 | 49549 | Marked run 1884 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.910 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.915 | 30448 | Recursively removing directory: /tmp/git.BAB2TJ/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.916 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.916 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 49563 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.917 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.917 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vXWnB2 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30444 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30444 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.917 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.920 | 30445 | Recursively removing directory: /tmp/git.yeIDFr/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.921 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.922 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.921 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.921 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.921 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.923 | 49566 | Added a new worker 14 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.923 | 30444 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.923 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.923 | 30444 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.923 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.923 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gfpd7b +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.926 | 49562 | Marked run 1885 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.926 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.929 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.932 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.933 | 49565 | Marked run 1886 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.933 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.933 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.934 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.941 | 30448 | Recursively removing directory: /tmp/git.vXWnB2/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.943 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.943 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.943 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.943 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.943 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.943 | 49580 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.943 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.944 | 30445 | Recursively removing directory: /tmp/git.gfpd7b/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.944 | 30444 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.944 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.944 | 30444 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.945 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.945 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.945 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iuCo0a +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.945 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.946 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.946 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.947 | 49582 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.947 | 30444 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.947 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.947 | 30444 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.947 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.948 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gNxGel +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.952 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.953 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.954 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.954 | 49579 | Marked run 1887 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.956 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.956 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.959 | 49581 | Marked run 1888 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.960 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.964 | 30448 | Recursively removing directory: /tmp/git.iuCo0a/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.966 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.966 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.966 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.967 | 30445 | Recursively removing directory: /tmp/git.gNxGel/ +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 49596 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.967 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ecKF1L +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.968 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.968 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.968 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 30444 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.967 | 30444 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.969 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.969 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.969 | 49598 | Added a new worker 15 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.969 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.970 | 30444 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.970 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.970 | 30444 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.970 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IDvkM5 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.971 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.975 | 30448 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.976 | 30448 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.977 | 30445 | Checking out revision HEAD +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.977 | 49597 | Marked run 1890 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.977 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.980 | 30445 | Going to run: ./ci +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.981 | 49595 | Marked run 1889 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.981 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.986 | 30448 | Recursively removing directory: /tmp/git.ecKF1L/ +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.987 | 30448 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.987 | 30448 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 49611 | Added a new worker 10 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.988 | 30448 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30448/cimple-worker: 2023-08-28 07:32:44.988 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XzVnQ3 +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30444 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.988 | 30444 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.991 | 30445 | Recursively removing directory: /tmp/git.IDvkM5/ +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.994 | 30445 | Process exit code: 0 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.994 | 30445 | Process output: 57 bytes +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.994 | 30445 | Waiting for a new command +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.994 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.994 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.994 | 49614 | Added a new worker 13 to the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.994 | 30442 | Waiting for new connections +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.994 | 30444 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.995 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.995 | 30444 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:44 | INFO | 30445/cimple-worker: 2023-08-28 07:32:44.995 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7Hrtz +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.999 | 49610 | Marked run 1891 as finished +2023-08-28 07:32:44 | INFO | 30442/cimple-server: 2023-08-28 07:32:44.999 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.001 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.003 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.006 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.007 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.010 | 49613 | Marked run 1892 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.011 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.012 | 30448 | Recursively removing directory: /tmp/git.XzVnQ3/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.013 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.013 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.013 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.013 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.013 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.015 | 49627 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.015 | 30444 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.015 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.015 | 30444 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.015 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.020 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NLvTqs +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.021 | 49626 | Marked run 1893 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.021 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.026 | 30445 | Recursively removing directory: /tmp/git.o7Hrtz/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.030 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.030 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.030 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 49630 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 30444 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.030 | 30444 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.030 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ROWXw0 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.031 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.035 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.035 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.038 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.039 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.040 | 49629 | Marked run 1894 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.040 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.046 | 30445 | Recursively removing directory: /tmp/git.ROWXw0/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.047 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.048 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.048 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.048 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.048 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.048 | 49644 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.050 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.050 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.050 | 30444 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.050 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.050 | 30444 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.051 | 49646 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.051 | 30444 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.051 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.051 | 30444 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.052 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.049 | 30448 | Recursively removing directory: /tmp/git.NLvTqs/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.050 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.050 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.050 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.051 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VPi3jM +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.052 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yfoCsd +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.061 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.062 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.067 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.067 | 49643 | Marked run 1896 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.067 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.069 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.070 | 49645 | Marked run 1895 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.070 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.071 | 30448 | Recursively removing directory: /tmp/git.VPi3jM/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.073 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.073 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.073 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.073 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.073 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.073 | 49656 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.074 | 30444 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.074 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.074 | 30444 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.074 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mfJhZN +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.074 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.080 | 30445 | Recursively removing directory: /tmp/git.yfoCsd/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.080 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.081 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.081 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.081 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.081 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.081 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.082 | 49662 | Added a new worker 9 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.082 | 30444 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.082 | 30444 | Removed worker 9 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.082 | 30444 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.082 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ztJPay +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.082 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.084 | 49655 | Marked run 1898 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.084 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.087 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.088 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.090 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.091 | 30448 | Recursively removing directory: /tmp/git.mfJhZN/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 49672 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 30444 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.093 | 30444 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.093 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.093 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.093 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.094 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.094 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H50v0L +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.099 | 30445 | Recursively removing directory: /tmp/git.ztJPay/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.101 | 49661 | Marked run 1897 as finished +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.101 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.101 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.102 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.102 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.102 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.102 | 49678 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.103 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.103 | 30444 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.103 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.103 | 30444 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.104 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZDrVxd +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.105 | 49671 | Marked run 1899 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.105 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.106 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.107 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.112 | 49677 | Marked run 1900 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.112 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.112 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.113 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.119 | 30448 | Recursively removing directory: /tmp/git.H50v0L/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.121 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.121 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.121 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.121 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.121 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.122 | 49692 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.122 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.122 | 30445 | Recursively removing directory: /tmp/git.ZDrVxd/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.123 | 30444 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.123 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.123 | 30444 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.125 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.125 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.126 | 49694 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.126 | 30444 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.126 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.126 | 30444 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.124 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.125 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.125 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.126 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o4r9cN +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.125 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JTQr4L +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.127 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.132 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.134 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.132 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.138 | 49691 | Marked run 1901 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.138 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.138 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.142 | 49693 | Marked run 1902 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.143 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.143 | 30445 | Recursively removing directory: /tmp/git.o4r9cN/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.145 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.145 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.145 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.145 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.145 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.145 | 49705 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.145 | 30444 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.145 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.146 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.146 | 30444 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.146 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fVko3E +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.156 | 49704 | Marked run 1904 as finished +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.156 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.156 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.157 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.158 | 30448 | Recursively removing directory: /tmp/git.JTQr4L/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.159 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.159 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.159 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.159 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.159 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.160 | 49711 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.160 | 30444 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.160 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.160 | 30444 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.160 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ObOTGW +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.161 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.166 | 49710 | Marked run 1903 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.166 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.166 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.167 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.169 | 30445 | Recursively removing directory: /tmp/git.fVko3E/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.170 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.170 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.170 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.170 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.170 | 49719 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.170 | 30444 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.170 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.171 | 30444 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.170 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.171 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z012l9 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.171 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.177 | 49718 | Marked run 1905 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.179 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.179 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.180 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.181 | 30448 | Recursively removing directory: /tmp/git.ObOTGW/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.182 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.182 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.183 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 49727 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30444 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30444 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.183 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.184 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xuyay +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.191 | 30445 | Recursively removing directory: /tmp/git.z012l9/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.191 | 49726 | Marked run 1906 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.192 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.192 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.193 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.193 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.193 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.193 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.193 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.194 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.194 | 49734 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.194 | 30444 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.194 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.194 | 30444 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.194 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.195 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7DPfES +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.201 | 49733 | Marked run 1907 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.201 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.202 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.203 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.204 | 30448 | Recursively removing directory: /tmp/git.0xuyay/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.205 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.205 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.206 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.206 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.206 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.207 | 49744 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.207 | 30444 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.207 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.207 | 30444 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.207 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.207 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NUUjBK +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.209 | 49743 | Marked run 1908 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.210 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.212 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.213 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.216 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.215 | 30445 | Recursively removing directory: /tmp/git.7DPfES/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.216 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.216 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.216 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.216 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.216 | 49752 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.217 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.217 | 30444 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.217 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.217 | 30444 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.217 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.saB8PL +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.222 | 49751 | Marked run 1909 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.222 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.223 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.224 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.225 | 30448 | Recursively removing directory: /tmp/git.NUUjBK/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.226 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.226 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.227 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.227 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.227 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.228 | 49760 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.228 | 30444 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.228 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.228 | 30444 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.229 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.229 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iACTFC +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.246 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.247 | 49759 | Marked run 1910 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.248 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.247 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.250 | 30445 | Recursively removing directory: /tmp/git.saB8PL/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.251 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.251 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.252 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 49768 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30444 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.252 | 30444 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.252 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CqBYlk +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.258 | 49767 | Marked run 1911 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.258 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.258 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.259 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.260 | 30448 | Recursively removing directory: /tmp/git.iACTFC/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.262 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.262 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.262 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.262 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.262 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.264 | 49776 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.264 | 30444 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.264 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.264 | 30444 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.265 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.265 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Qpkax +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.275 | 49775 | Marked run 1912 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.275 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.277 | 30445 | Recursively removing directory: /tmp/git.CqBYlk/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.278 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.278 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.279 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 49782 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 30444 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.279 | 30444 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.280 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.280 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2dHkTf +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.287 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.288 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.289 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.290 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.293 | 49781 | Marked run 1913 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.293 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.299 | 30445 | Recursively removing directory: /tmp/git.2dHkTf/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.300 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.300 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.300 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.300 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.300 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.301 | 49796 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.301 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.302 | 30444 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.302 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.302 | 30444 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.303 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.301 | 30448 | Recursively removing directory: /tmp/git.1Qpkax/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.303 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.303 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.303 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.302 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dPKRjL +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.304 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.304 | 49798 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.304 | 30444 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.304 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.305 | 30444 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.305 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.305 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Mo58J +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.306 | 49795 | Marked run 1915 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.306 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.312 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.312 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.313 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.314 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.314 | 49797 | Marked run 1914 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.315 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.321 | 30448 | Recursively removing directory: /tmp/git.8Mo58J/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.322 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.322 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.323 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.324 | 30445 | Recursively removing directory: /tmp/git.dPKRjL/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 49812 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30444 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.323 | 30444 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.325 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RcIMH4 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.327 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.327 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.328 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.327 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.327 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.328 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.29EfRq +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.332 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.328 | 49814 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.328 | 30444 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.328 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.328 | 30444 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.330 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.333 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.334 | 49811 | Marked run 1917 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.334 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.335 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.336 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.339 | 49813 | Marked run 1916 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.339 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.343 | 30448 | Recursively removing directory: /tmp/git.RcIMH4/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.344 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.344 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.344 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 49828 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30444 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.345 | 30444 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.346 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AsYV4L +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.347 | 30445 | Recursively removing directory: /tmp/git.29EfRq/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.349 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.349 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.350 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.350 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.350 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.351 | 49830 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.351 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C2QL9M +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.351 | 30444 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.351 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.351 | 30444 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.352 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.353 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.353 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.355 | 49827 | Marked run 1918 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.355 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.358 | 49829 | Marked run 1919 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.358 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.360 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.361 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.363 | 30448 | Recursively removing directory: /tmp/git.AsYV4L/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.364 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.364 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.365 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.365 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.365 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.366 | 49840 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.366 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.366 | 30444 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.366 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.366 | 30444 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.367 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.928wgS +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.373 | 30445 | Recursively removing directory: /tmp/git.C2QL9M/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.373 | 49839 | Marked run 1920 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.373 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.373 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.374 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.375 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.375 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.375 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.375 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.375 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.375 | 49847 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.376 | 30444 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.376 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.376 | 30444 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.376 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.376 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IqTQnu +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.382 | 49846 | Marked run 1921 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.383 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.385 | 30448 | Recursively removing directory: /tmp/git.928wgS/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.385 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.386 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.386 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.386 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.386 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.386 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.386 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.387 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8UAIs2 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.387 | 49854 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.387 | 30444 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.387 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.387 | 30444 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.389 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.397 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.398 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.400 | 49853 | Marked run 1922 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.403 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.405 | 30445 | Recursively removing directory: /tmp/git.IqTQnu/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.407 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.407 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.407 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.407 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.407 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.408 | 49868 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.408 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9RUJ8R +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.408 | 30444 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.408 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.408 | 30444 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.408 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.411 | 30448 | Recursively removing directory: /tmp/git.8UAIs2/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.413 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.413 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.413 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.413 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.414 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.414 | 49870 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.414 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.414 | 30444 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.414 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.415 | 30444 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.415 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dz3lyI +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.415 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.416 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.419 | 49867 | Marked run 1923 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.420 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.423 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.424 | 49869 | Marked run 1924 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.424 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.425 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.427 | 30445 | Recursively removing directory: /tmp/git.9RUJ8R/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.428 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.428 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.428 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.428 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.428 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.429 | 49880 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.429 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A1suPS +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.429 | 30444 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.429 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.429 | 30444 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.431 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.435 | 49879 | Marked run 1925 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.435 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.436 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.437 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.437 | 30448 | Recursively removing directory: /tmp/git.dz3lyI/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.439 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.439 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.439 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.439 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.439 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.439 | 49888 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.439 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.440 | 30444 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.440 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.440 | 30444 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.440 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kK0wiM +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.444 | 49887 | Marked run 1926 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.444 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.448 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.448 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.450 | 30445 | Recursively removing directory: /tmp/git.A1suPS/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.452 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.452 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.452 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.452 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.452 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.452 | 49896 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.453 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jnI9bG +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.453 | 30444 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.453 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.453 | 30444 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.454 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.459 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.461 | 30448 | Recursively removing directory: /tmp/git.kK0wiM/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.462 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.462 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.463 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.463 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.464 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.464 | 49902 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.464 | 30444 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.464 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.464 | 30444 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.465 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mfv4OU +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.465 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.466 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.466 | 49895 | Marked run 1927 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.466 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.472 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.475 | 30445 | Recursively removing directory: /tmp/git.jnI9bG/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.476 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.476 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.476 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.476 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.476 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.476 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 49910 | Added a new worker 6 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 49901 | Marked run 1928 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 30444 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 30444 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.477 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.477 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pOu9Gt +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.485 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.489 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.490 | 49909 | Marked run 1929 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.490 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.492 | 30448 | Recursively removing directory: /tmp/git.mfv4OU/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.494 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.494 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.494 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.494 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.494 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.495 | 49920 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.495 | 30444 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.495 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.495 | 30444 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.495 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.496 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oCNngL +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.500 | 30445 | Recursively removing directory: /tmp/git.pOu9Gt/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.501 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.501 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.502 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.501 | 49919 | Marked run 1930 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.502 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.502 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.502 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.502 | 49926 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.503 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TjJg4y +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.504 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.503 | 30444 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.503 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.503 | 30444 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.505 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.508 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.509 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.511 | 30448 | Recursively removing directory: /tmp/git.oCNngL/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.513 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.513 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.513 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.513 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.513 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.513 | 49925 | Marked run 1931 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.513 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.514 | 49936 | Added a new worker 8 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.514 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AHBSUV +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.514 | 30444 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.514 | 30444 | Removed worker 8 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.514 | 30444 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.516 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.519 | 30445 | Recursively removing directory: /tmp/git.TjJg4y/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.519 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.520 | 49935 | Marked run 1932 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.521 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.521 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.521 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.521 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.521 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.521 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.522 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.522 | 49942 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.522 | 30444 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.522 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.523 | 30444 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.523 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.523 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pN58Cd +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.525 | 49941 | Marked run 1933 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.526 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.528 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.529 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.540 | 30448 | Recursively removing directory: /tmp/git.AHBSUV/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.542 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.542 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.542 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.542 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.543 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.543 | 49956 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.543 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LMpg9W +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.543 | 30444 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.543 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.543 | 30444 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.545 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.544 | 30445 | Recursively removing directory: /tmp/git.pN58Cd/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.546 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.547 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.547 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.547 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.548 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.549 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.549 | 49958 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.549 | 30444 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.549 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.549 | 30444 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.549 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.550 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2sohXx +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.552 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.554 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.555 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.556 | 49955 | Marked run 1934 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.556 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.559 | 49957 | Marked run 1935 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.560 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.563 | 30448 | Recursively removing directory: /tmp/git.LMpg9W/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.565 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.565 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.565 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.565 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.565 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.566 | 49972 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.566 | 30444 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.566 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.566 | 30444 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.566 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.567 | 30445 | Recursively removing directory: /tmp/git.2sohXx/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.567 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DBQ1J8 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.569 | 49971 | Marked run 1936 as finished +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.569 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.569 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.569 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.570 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.570 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.570 | 49974 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.571 | 30444 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.571 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.571 | 30444 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.571 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.571 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.moexyo +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.576 | 49973 | Marked run 1937 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.577 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.578 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.579 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.580 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.581 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.588 | 30448 | Recursively removing directory: /tmp/git.DBQ1J8/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.589 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.589 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.589 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.589 | 30445 | Recursively removing directory: /tmp/git.moexyo/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.592 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.592 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.596 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.596 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.597 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.596 | 49988 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.597 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.597 | 30444 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.597 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.597 | 30444 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.598 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p8PvZS +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.600 | 49987 | Marked run 1938 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.601 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.601 | 49990 | Added a new worker 6 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.601 | 30444 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.601 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.601 | 30444 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.602 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.602 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.602 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kAc5hk +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.605 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.606 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.607 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.607 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.608 | 49989 | Marked run 1939 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.608 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.615 | 30445 | Recursively removing directory: /tmp/git.kAc5hk/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.616 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.616 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.616 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.617 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.617 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.617 | 50004 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.617 | 30444 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.617 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.618 | 30444 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.618 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e0Din3 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.618 | 30448 | Recursively removing directory: /tmp/git.p8PvZS/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.618 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.621 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.621 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.621 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.621 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.621 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.622 | 50006 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.622 | 30444 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.622 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.622 | 30444 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.622 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.622 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tjh4R7 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.624 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.624 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.628 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.629 | 50003 | Marked run 1941 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.630 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.632 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.632 | 50005 | Marked run 1940 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.632 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.636 | 30445 | Recursively removing directory: /tmp/git.e0Din3/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.637 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.637 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.637 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 50019 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 30444 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.637 | 30444 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.637 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2by2MP +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.638 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.641 | 50018 | Marked run 1942 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.643 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.643 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.644 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.646 | 30448 | Recursively removing directory: /tmp/git.Tjh4R7/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.647 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.647 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.647 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.647 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.647 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.648 | 50024 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.648 | 30444 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.648 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.648 | 30444 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.648 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JyTdbL +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.648 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.652 | 50023 | Marked run 1943 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.652 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.654 | 30445 | Recursively removing directory: /tmp/git.2by2MP/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.655 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.655 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.655 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 50030 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 30444 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.655 | 30444 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.655 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uGfFUT +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.656 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.656 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.657 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.661 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.662 | 50029 | Marked run 1944 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.662 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.663 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.665 | 30448 | Recursively removing directory: /tmp/git.JyTdbL/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.667 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.667 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.667 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 50041 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.668 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pC5YH4 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 30444 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.667 | 30444 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.668 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.672 | 30445 | Recursively removing directory: /tmp/git.uGfFUT/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.671 | 50040 | Marked run 1945 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.672 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.674 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.674 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.674 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.674 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.674 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.675 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.676 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.676 | 50046 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.676 | 30444 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.676 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.676 | 30444 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.676 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.676 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wSgELF +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.679 | 50045 | Marked run 1946 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.680 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.682 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.683 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.687 | 30448 | Recursively removing directory: /tmp/git.pC5YH4/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.688 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.688 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.689 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.689 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.689 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.690 | 50059 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.690 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x1L8Vl +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.690 | 30444 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.690 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.690 | 30444 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.690 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.694 | 30445 | Recursively removing directory: /tmp/git.wSgELF/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.696 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.696 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.696 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.696 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.696 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.696 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.697 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.698 | 50062 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.698 | 30444 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.698 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.698 | 30444 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.698 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.698 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DfiJTc +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.700 | 50058 | Marked run 1947 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.700 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.706 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.707 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.707 | 50061 | Marked run 1948 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.707 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.711 | 30448 | Recursively removing directory: /tmp/git.x1L8Vl/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.713 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.713 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.713 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.713 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.713 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.713 | 50075 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.714 | 30444 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.714 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.714 | 30444 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.714 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UWu34V +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.715 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.715 | 30445 | Recursively removing directory: /tmp/git.DfiJTc/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.717 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.717 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.717 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.719 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.719 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 50079 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 30444 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.720 | 30444 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.721 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.721 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TzO09N +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.723 | 50074 | Marked run 1949 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.723 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.726 | 50078 | Marked run 1950 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.726 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.729 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.730 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.734 | 30448 | Recursively removing directory: /tmp/git.UWu34V/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.735 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.735 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.736 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.736 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.736 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.736 | 50089 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.736 | 30444 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.736 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.737 | 30444 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.737 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.737 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZEKzca +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.741 | 30445 | Recursively removing directory: /tmp/git.TzO09N/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.742 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.742 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.743 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 50094 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.744 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cxKOrO +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 30444 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.743 | 30444 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.744 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.745 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.745 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.746 | 50088 | Marked run 1951 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.746 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.749 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.750 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.752 | 50093 | Marked run 1952 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.753 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.754 | 30448 | Recursively removing directory: /tmp/git.ZEKzca/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.755 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.755 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.755 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 50107 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.756 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wLVzjn +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 30444 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.756 | 30444 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.761 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.761 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.763 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.764 | 30445 | Recursively removing directory: /tmp/git.cxKOrO/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.765 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.765 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.765 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.765 | 50106 | Marked run 1953 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.765 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.766 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.766 | 50111 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.766 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VOj22P +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.766 | 30444 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.766 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.766 | 30444 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.770 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.771 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.771 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.772 | 30448 | Recursively removing directory: /tmp/git.wLVzjn/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.774 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.774 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.775 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 50119 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 30444 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.775 | 30444 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.776 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zH9r1G +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.777 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.780 | 50110 | Marked run 1954 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.781 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.781 | 30445 | Recursively removing directory: /tmp/git.VOj22P/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.782 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.782 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.782 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.783 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.783 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.780 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.783 | 50126 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.784 | 30444 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.784 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.784 | 30444 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.784 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.784 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S5CwGJ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.786 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.789 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.789 | 50125 | Marked run 1956 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.790 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.790 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.793 | 50118 | Marked run 1955 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.793 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.795 | 30448 | Recursively removing directory: /tmp/git.zH9r1G/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.796 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.796 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.796 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.796 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 50137 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 30444 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 30444 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.797 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.797 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9dmObk +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.800 | 50136 | Marked run 1957 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.801 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.802 | 30445 | Recursively removing directory: /tmp/git.S5CwGJ/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.803 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.803 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.804 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.804 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.804 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.804 | 50142 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.804 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.805 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DtHKMY +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.805 | 30444 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.805 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.805 | 30444 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.806 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.807 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.810 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.811 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.816 | 50141 | Marked run 1958 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.816 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.818 | 30448 | Recursively removing directory: /tmp/git.9dmObk/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.819 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.819 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.819 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.819 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.819 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.819 | 50155 | Added a new worker 11 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.820 | 30444 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.820 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.820 | 30444 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.820 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3vWMTH +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.821 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.823 | 50154 | Marked run 1959 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.824 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.825 | 30445 | Recursively removing directory: /tmp/git.DtHKMY/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.826 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.826 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.826 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.826 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.826 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.827 | 50158 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.827 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.827 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lzDmv7 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.827 | 30444 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.827 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.827 | 30444 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.828 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.829 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.832 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.833 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.836 | 50157 | Marked run 1960 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.836 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.838 | 30448 | Recursively removing directory: /tmp/git.3vWMTH/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.839 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.839 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.839 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.839 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.840 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.840 | 50171 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.840 | 30444 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.840 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.840 | 30444 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.840 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tx2c9m +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.841 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.843 | 30445 | Recursively removing directory: /tmp/git.lzDmv7/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.844 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.844 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.844 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.845 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.845 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.845 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.845 | 50174 | Added a new worker 12 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.845 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ulc0wT +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.846 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.845 | 30444 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.845 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.845 | 30444 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.847 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.849 | 50170 | Marked run 1961 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.850 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.858 | 50173 | Marked run 1962 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.858 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.858 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.859 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.861 | 30448 | Recursively removing directory: /tmp/git.tx2c9m/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.862 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.862 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.863 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.863 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.863 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.863 | 50185 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.864 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RM1Qjd +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.863 | 30444 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.864 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.864 | 30444 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.865 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.867 | 30445 | Recursively removing directory: /tmp/git.ulc0wT/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.868 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.868 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.869 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 50190 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30444 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30444 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.869 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.870 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CSJfeh +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.873 | 50184 | Marked run 1963 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.873 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.876 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.876 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.877 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.877 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.881 | 50189 | Marked run 1964 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.881 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.886 | 30448 | Recursively removing directory: /tmp/git.RM1Qjd/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.886 | 30445 | Recursively removing directory: /tmp/git.CSJfeh/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.887 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.887 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.888 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 50206 | Added a new worker 15 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.887 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.887 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.887 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30444 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.888 | 30444 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.889 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.889 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6A6iLZ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.889 | 50204 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.889 | 30444 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.889 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.889 | 30444 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.890 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4G3nKU +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.891 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.894 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.895 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.895 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.896 | 50205 | Marked run 1966 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.896 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.896 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.903 | 30448 | Recursively removing directory: /tmp/git.4G3nKU/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.905 | 30445 | Recursively removing directory: /tmp/git.6A6iLZ/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.906 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.906 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.906 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.906 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.906 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.907 | 50220 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.907 | 30444 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.907 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.907 | 30444 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.907 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.907 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W9zAwK +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.911 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.911 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.912 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.912 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.912 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.912 | 50222 | Added a new worker 15 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.913 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yO6KTl +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.913 | 30444 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.913 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.913 | 30444 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.914 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.916 | 50203 | Marked run 1965 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.916 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.917 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.918 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.920 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.921 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.921 | 50219 | Marked run 1967 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.922 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.932 | 30448 | Recursively removing directory: /tmp/git.yO6KTl/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.933 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.933 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.934 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 50235 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.935 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HqL24O +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 30444 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.934 | 30444 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.935 | 50221 | Marked run 1968 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.935 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.936 | 30445 | Recursively removing directory: /tmp/git.W9zAwK/ +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.937 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.938 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.938 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.939 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.939 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JIPpZI +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 50238 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 30444 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.939 | 30444 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.940 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.943 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.944 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.945 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.945 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.945 | 50234 | Marked run 1970 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.945 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.948 | 50237 | Marked run 1969 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.948 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.953 | 30445 | Recursively removing directory: /tmp/git.JIPpZI/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.955 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.955 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.955 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.955 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.955 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.955 | 50252 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.956 | 30444 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.956 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.956 | 30444 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.956 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.956 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.357RG1 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.958 | 30448 | Recursively removing directory: /tmp/git.HqL24O/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.959 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.959 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.960 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.960 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.960 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.960 | 50254 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.961 | 30444 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.961 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.961 | 30444 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.961 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.961 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tx4yoH +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.962 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.963 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.966 | 50251 | Marked run 1972 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.967 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.970 | 50253 | Marked run 1971 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.970 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.971 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.972 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.973 | 30445 | Recursively removing directory: /tmp/git.357RG1/ +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.974 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.974 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.974 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.974 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.974 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.974 | 50263 | Added a new worker 10 to the queue +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.975 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dVxKOf +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.975 | 30444 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.975 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.975 | 30444 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.976 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.979 | 30445 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.980 | 30445 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.983 | 30448 | Recursively removing directory: /tmp/git.tx4yoH/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.984 | 30448 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.984 | 30448 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.984 | 30448 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.985 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pvrbs2 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.984 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.984 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.984 | 50272 | Added a new worker 14 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.984 | 30444 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.985 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.985 | 30444 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.987 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.987 | 50262 | Marked run 1973 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.987 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.991 | 30448 | Checking out revision HEAD +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.991 | 30445 | Recursively removing directory: /tmp/git.dVxKOf/ +2023-08-28 07:32:45 | INFO | 30448/cimple-worker: 2023-08-28 07:32:45.992 | 30448 | Going to run: ./ci +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.993 | 30445 | Process exit code: 0 +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.993 | 30445 | Process output: 57 bytes +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.993 | 30445 | Waiting for a new command +2023-08-28 07:32:45 | INFO | 30445/cimple-worker: 2023-08-28 07:32:45.994 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3oeD4o +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.993 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.993 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.993 | 50279 | Added a new worker 13 to the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.993 | 30444 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.994 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.994 | 30444 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.995 | 30442 | Waiting for new connections +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.996 | 50271 | Marked run 1974 as finished +2023-08-28 07:32:45 | INFO | 30442/cimple-server: 2023-08-28 07:32:45.996 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.000 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.002 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.002 | 50278 | Marked run 1975 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.003 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.004 | 30448 | Recursively removing directory: /tmp/git.pvrbs2/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.005 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.005 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.006 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 50289 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 30444 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.006 | 30444 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.007 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G2doO8 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.007 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.011 | 50288 | Marked run 1976 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.012 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.013 | 30445 | Recursively removing directory: /tmp/git.3oeD4o/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.014 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.014 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 50294 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.015 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30444 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.015 | 30444 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.017 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.016 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0QoxW1 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.018 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.022 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.023 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.024 | 50293 | Marked run 1977 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.024 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.027 | 30448 | Recursively removing directory: /tmp/git.G2doO8/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.028 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.028 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.029 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 50305 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 30444 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.029 | 30444 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.030 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.030 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iL0P3w +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.035 | 30445 | Recursively removing directory: /tmp/git.0QoxW1/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.036 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.038 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.038 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.038 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.038 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.038 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.038 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 50310 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 50303 | Marked run 1978 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.039 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hREaV0 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 30444 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.039 | 30444 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.041 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.047 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.048 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.050 | 50309 | Marked run 1979 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.050 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.053 | 30448 | Recursively removing directory: /tmp/git.iL0P3w/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.055 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.055 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.055 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.055 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.055 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.056 | 50323 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.056 | 30444 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.056 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.056 | 30444 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.056 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oCIKYr +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.056 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.058 | 30445 | Recursively removing directory: /tmp/git.hREaV0/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.060 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.060 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.060 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.060 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.061 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.061 | 50326 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.061 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yZR6pt +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.061 | 30444 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.061 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.061 | 30444 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.063 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.063 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.066 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.066 | 50322 | Marked run 1980 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.067 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.071 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.073 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.076 | 50325 | Marked run 1981 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.076 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.078 | 30448 | Recursively removing directory: /tmp/git.oCIKYr/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.079 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.079 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.079 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.079 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.080 | 50337 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.079 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.080 | 30444 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.080 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.080 | 30444 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.080 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.080 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jtJBCd +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.085 | 30445 | Recursively removing directory: /tmp/git.yZR6pt/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.087 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.087 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.087 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.087 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.087 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.087 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.088 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.088 | 50336 | Marked run 1982 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.088 | 50342 | Added a new worker 6 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.089 | 30444 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.089 | 30444 | Removed worker 6 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.089 | 30444 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.089 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.089 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.090 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yv5OB2 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.092 | 50341 | Marked run 1983 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.093 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.097 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.098 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.107 | 30448 | Recursively removing directory: /tmp/git.jtJBCd/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.109 | 30445 | Recursively removing directory: /tmp/git.yv5OB2/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.110 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.110 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.110 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.110 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.110 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.110 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.110 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.109 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.109 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.109 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 50358 | Added a new worker 15 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 30444 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 30444 | Removed worker 15 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 30444 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.111 | 50356 | Added a new worker 12 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.112 | 30444 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.112 | 30444 | Removed worker 12 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.112 | 30444 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.112 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.112 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Eceply +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.112 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.exinu5 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.114 | 50357 | Marked run 1985 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.114 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.121 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.122 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.122 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.123 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.123 | 50355 | Marked run 1984 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.124 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.132 | 30448 | Recursively removing directory: /tmp/git.Eceply/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.134 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.134 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.133 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.133 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.134 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.134 | 50371 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.135 | 30444 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.135 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.135 | 30444 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.135 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.135 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2qaUDi +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.138 | 50370 | Marked run 1987 as finished +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.140 | 30445 | Recursively removing directory: /tmp/git.exinu5/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.140 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.142 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.142 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.142 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.142 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.142 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.143 | 50374 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.143 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.143 | 30444 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.143 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.143 | 30444 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.144 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mXk8bo +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.144 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.145 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.147 | 50373 | Marked run 1986 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.147 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.149 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.150 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.157 | 30448 | Recursively removing directory: /tmp/git.2qaUDi/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.159 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.159 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.159 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 50387 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30444 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30444 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.160 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.161 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QeC9IY +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.162 | 30445 | Recursively removing directory: /tmp/git.mXk8bo/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.164 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.164 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.164 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.164 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.164 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.165 | 50390 | Added a new worker 14 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.165 | 30444 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.165 | 30444 | Removed worker 14 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.165 | 30444 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.166 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vssJl8 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.166 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.167 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.167 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.168 | 50386 | Marked run 1988 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.168 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.172 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.173 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.175 | 30448 | Recursively removing directory: /tmp/git.QeC9IY/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.177 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.177 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.176 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.176 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.177 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.177 | 50401 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.178 | 30444 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.178 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.178 | 30444 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.178 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.178 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bPBz39 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.181 | 50389 | Marked run 1989 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.181 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.181 | 30445 | Recursively removing directory: /tmp/git.vssJl8/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.184 | 50400 | Marked run 1990 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.184 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.185 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.185 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.185 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 50406 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 30444 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.186 | 30444 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.186 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q7ixEQ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.187 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.187 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.188 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.193 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.193 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.196 | 50405 | Marked run 1991 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.196 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.198 | 30448 | Recursively removing directory: /tmp/git.bPBz39/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.199 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.199 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.200 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 50417 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 30444 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.200 | 30444 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.201 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5O5IGe +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.201 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.204 | 50416 | Marked run 1992 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.204 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.207 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.208 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.208 | 30445 | Recursively removing directory: /tmp/git.Q7ixEQ/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.210 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.210 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.210 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.210 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.210 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.211 | 50424 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.211 | 30444 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.211 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.211 | 30444 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.211 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8rn4tV +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.212 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.215 | 30448 | Recursively removing directory: /tmp/git.5O5IGe/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.217 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.217 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.217 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 50430 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 30444 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.217 | 30444 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.218 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EUOi3L +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.219 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.220 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.222 | 50423 | Marked run 1993 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.222 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.222 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.225 | 50429 | Marked run 1994 as finished +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.225 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.226 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.226 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.233 | 30445 | Recursively removing directory: /tmp/git.8rn4tV/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.234 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.234 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.235 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.235 | 30448 | Recursively removing directory: /tmp/git.EUOi3L/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.236 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.236 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.236 | 50444 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.236 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.237 | 30444 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.237 | 30444 | Removed worker 10 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.237 | 30444 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.237 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.237 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.237 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.237 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ggcRlO +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.238 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.238 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.238 | 50446 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.238 | 30444 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.238 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.239 | 30444 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.239 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.239 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pkd1he +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.244 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.245 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.246 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.246 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.247 | 50443 | Marked run 1995 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.248 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.251 | 50445 | Marked run 1996 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.251 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.255 | 30448 | Recursively removing directory: /tmp/git.pkd1he/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.257 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.257 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.257 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.257 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.257 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.258 | 30445 | Recursively removing directory: /tmp/git.ggcRlO/ +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.258 | 50460 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.259 | 30448 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RmCnow +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.258 | 30444 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.258 | 30444 | Removed worker 11 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.258 | 30444 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.259 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.259 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.259 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.262 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.262 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.262 | 50462 | Added a new worker 13 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.263 | 30444 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.263 | 30444 | Removed worker 13 from the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.263 | 30444 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.263 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.263 | 30445 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qWECYH +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.267 | 50459 | Marked run 1998 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.268 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.270 | 30448 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.271 | 30448 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.274 | 30445 | Checking out revision HEAD +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.275 | 30445 | Going to run: ./ci +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.276 | 50461 | Marked run 1997 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.276 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.280 | 30448 | Recursively removing directory: /tmp/git.RmCnow/ +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.281 | 30448 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.281 | 30448 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.282 | 30448 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.282 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.282 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.282 | 50475 | Added a new worker 11 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.283 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.284 | 50474 | Marked run 1999 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.285 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.286 | 30445 | Recursively removing directory: /tmp/git.qWECYH/ +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.287 | 30445 | Process exit code: 0 +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.287 | 30445 | Process output: 57 bytes +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.287 | 30445 | Waiting for a new command +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.288 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.288 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.288 | 50478 | Added a new worker 10 to the queue +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.288 | 30442 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.290 | 50477 | Marked run 2000 as finished +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.290 | 30442 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:32:46 | INFO | Terminating process 30448/cimple-worker +2023-08-28 07:32:46 | INFO | 30448/cimple-worker: 2023-08-28 07:32:46.329 | 30448 | Shutting down +2023-08-28 07:32:46 | INFO | Terminating process 30445/cimple-worker +2023-08-28 07:32:46 | INFO | 30445/cimple-worker: 2023-08-28 07:32:46.332 | 30445 | Shutting down +2023-08-28 07:32:46 | INFO | Terminating process 30442/cimple-server +2023-08-28 07:32:46 | INFO | 30442/cimple-server: 2023-08-28 07:32:46.336 | 30442 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_long-numof_clients=10-runs_per_client=50]15.35
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:32:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite'] +2023-08-28 07:32:46 | INFO | Process 50480/cimple-server has started +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.377 | 50480 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.377 | 50480 | SQLite database version: 0 +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.377 | 50480 | Newest database version: 1 +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.377 | 50480 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.406 | 50480 | Waiting for new connections +2023-08-28 07:32:46 | INFO | Process 50480/cimple-server is ready +2023-08-28 07:32:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:32:46 | INFO | Process 50483/cimple-worker has started +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.424 | 50480 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.424 | 50485 | Added a new worker 8 to the queue +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.425 | 50480 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 50483/cimple-worker: 2023-08-28 07:32:46.424 | 50483 | Waiting for a new command +2023-08-28 07:32:46 | INFO | Process 50483/cimple-worker is ready +2023-08-28 07:32:46 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:32:46 | INFO | Process 50486/cimple-worker has started +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.441 | 50480 | Waiting for new connections +2023-08-28 07:32:46 | INFO | 50486/cimple-worker: 2023-08-28 07:32:46.442 | 50486 | Waiting for a new command +2023-08-28 07:32:46 | INFO | Process 50486/cimple-worker is ready +2023-08-28 07:32:46 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.442 | 50488 | Added a new worker 9 to the queue +2023-08-28 07:32:46 | INFO | 50480/cimple-server: 2023-08-28 07:32:46.442 | 50480 | Waiting for new connections +2023-08-28 07:32:46 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:32:46 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:32:46 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:32:46 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:32:46 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:32:46 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:32:46 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:32:46 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.626 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.627 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.645 | 50514 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.645 | 50482 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.645 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.645 | 50482 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.645 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.647 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9aXiNf +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.649 | 50513 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.650 | 50482 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.650 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.650 | 50482 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.650 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.650 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jUaPNV +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.658 | 50483 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.660 | 50486 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.659 | 50483 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.661 | 50486 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.663 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.668 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.671 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.675 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.678 | 50523 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.679 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.685 | 50526 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.686 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.687 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.688 | 50525 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.689 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.690 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.691 | 50529 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.692 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.695 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.701 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.704 | 50533 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.705 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.707 | 50536 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.708 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.711 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.713 | 50539 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.713 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.713 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.715 | 50542 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.715 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.722 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.722 | 50483 | Recursively removing directory: /tmp/git.9aXiNf/ +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.723 | 50483 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.723 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.728 | 50550 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.729 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.731 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.738 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.738 | 50557 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.738 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.740 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.744 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.745 | 50552 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.746 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.747 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.745 | 50486 | Recursively removing directory: /tmp/git.jUaPNV/ +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.746 | 50486 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.746 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.751 | 50566 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.751 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.752 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.758 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.760 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.761 | 50483 | Waiting for a new command +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.762 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.763 | 50573 | Added a new worker 23 to the queue +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.765 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50562 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50482 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.766 | 50482 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.767 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.768 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.768 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5d1NFT +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.771 | 50564 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.771 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.773 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.774 | 50486 | Waiting for a new command +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.774 | 50568 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.775 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.779 | 50574 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.782 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.783 | 50572 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.784 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.785 | 50580 | Added a new worker 9 to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.785 | 50482 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.785 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.785 | 50482 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.785 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.75Tg1x +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.785 | 50483 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.786 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.792 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.793 | 50576 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.794 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Executing 50 clients +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.789 | 50483 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.797 | 50575 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.797 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.799 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.800 | 50486 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.801 | 50578 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.801 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.803 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.805 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.806 | 50486 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.807 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.808 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.809 | 50569 | Marked run 2 as finished +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.810 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.810 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.810 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.813 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.818 | 50561 | Marked run 1 as finished +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.819 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.821 | 50591 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.822 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.824 | 50588 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.825 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.827 | 50597 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.828 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.829 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.830 | 50483 | Recursively removing directory: /tmp/git.5d1NFT/ +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.830 | 50600 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.831 | 50483 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.831 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.831 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.834 | 50601 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.835 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.838 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.839 | 50599 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.839 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.841 | 50595 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.841 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.843 | 50483 | Waiting for a new command +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.843 | 50594 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.846 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.848 | 50596 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.848 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.850 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.850 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.851 | 50602 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.852 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.852 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.853 | 50486 | Recursively removing directory: /tmp/git.75Tg1x/ +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.853 | 50625 | Added a new worker 19 to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.854 | 50482 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.854 | 50482 | Removed worker 19 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.854 | 50482 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.854 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.855 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.856 | 50617 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.857 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.856 | 50486 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.856 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.860 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.862 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.863 | 50630 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.865 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.866 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.866 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.868 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7w2n64 +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.871 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.873 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.873 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.874 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.876 | 50628 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.878 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.880 | 50627 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.881 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.881 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.882 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.882 | 50486 | Waiting for a new command +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.883 | 50483 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.884 | 50483 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.887 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.888 | 50639 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.890 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.890 | 50645 | Added a new worker 25 to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.890 | 50482 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.890 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.890 | 50482 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.890 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qpPQT3 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.892 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.893 | 50621 | Marked run 3 as finished +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.894 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.894 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.895 | 50643 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.896 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.899 | 50486 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.904 | 50638 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.904 | 50486 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.906 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.907 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.913 | 50634 | Marked run 4 as finished +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.913 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.914 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.915 | 50632 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.916 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.918 | 50483 | Recursively removing directory: /tmp/git.7w2n64/ +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.919 | 50483 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.919 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.923 | 50637 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.924 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.926 | 50641 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.927 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.928 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.928 | 50631 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.929 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.931 | 50640 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.932 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.933 | 50486 | Recursively removing directory: /tmp/git.qpPQT3/ +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.934 | 50486 | Process exit code: 0 +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.934 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.936 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.938 | 50636 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.939 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.940 | 50647 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.942 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.943 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.943 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.943 | 50483 | Waiting for a new command +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.944 | 50650 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.944 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.945 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.946 | 50656 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.946 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.947 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.949 | 50661 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.953 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.953 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.955 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.955 | 50682 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.956 | 50677 | Added a new worker 25 to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.956 | 50482 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.956 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.956 | 50482 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.957 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.957 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.y0rL06 +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.960 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.962 | 50483 | Checking out revision HEAD +2023-08-28 07:32:47 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.962 | 50483 | Going to run: ./ci +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.963 | 50678 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.963 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.965 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.965 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.965 | 50676 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.966 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.967 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.968 | 50673 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.969 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.970 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.972 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.979 | 50486 | Waiting for a new command +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.980 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.980 | 50687 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.980 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.982 | 50688 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.982 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.985 | 50693 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.985 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.986 | 50703 | Added a new worker 11 to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.987 | 50482 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.987 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.987 | 50482 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.987 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.988 | 50683 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.988 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50486/cimple-worker: 2023-08-28 07:32:47.989 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fva0gy +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.991 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.991 | 50695 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.991 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.994 | 50696 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.994 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.996 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.996 | 50685 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.996 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.999 | 50691 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:47 | INFO | 50480/cimple-server: 2023-08-28 07:32:47.999 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:47.999 | 50483 | Recursively removing directory: /tmp/git.y0rL06/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.001 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.001 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.003 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.003 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.002 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.006 | 50680 | Marked run 6 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.006 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.008 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.010 | 50480 | Waiting for new connections +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.012 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.013 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.014 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:47 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:47 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.017 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.018 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.019 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.019 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.020 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.021 | 50670 | Marked run 5 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.021 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.023 | 50711 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.023 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.024 | 50724 | Added a new worker 9 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.024 | 50482 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.024 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.024 | 50482 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.024 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KnjiOB +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.025 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.026 | 50718 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.026 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.029 | 50708 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.030 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.032 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.032 | 50715 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.034 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.033 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.036 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.037 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.038 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.038 | 50717 | Marked run 7 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.039 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.041 | 50714 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.042 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.043 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.044 | 50716 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.045 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.048 | 50719 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.049 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.051 | 50722 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.053 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.055 | 50486 | Recursively removing directory: /tmp/git.fva0gy/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.056 | 50720 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.058 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.058 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.058 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.064 | 50483 | Recursively removing directory: /tmp/git.KnjiOB/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.064 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.066 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.066 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.065 | 50723 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.066 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.068 | 50730 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.070 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.070 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.072 | 50736 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.074 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.075 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.075 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.076 | 50735 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.077 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.077 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.078 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.079 | 50741 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.080 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.081 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.082 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.082 | 50742 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.084 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.086 | 50750 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.087 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.088 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.089 | 50758 | Added a new worker 17 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.089 | 50482 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.089 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.089 | 50482 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.089 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SQ5GKV +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.089 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.090 | 50761 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.091 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.092 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.094 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.095 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.101 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.104 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.107 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.107 | 50765 | Added a new worker 27 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.107 | 50482 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.107 | 50482 | Removed worker 27 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.107 | 50482 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.108 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.111 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.112 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WaYIUO +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.113 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.118 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.119 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.121 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.121 | 50756 | Marked run 9 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.121 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.126 | 50753 | Marked run 8 as finished +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.136 | 50486 | Recursively removing directory: /tmp/git.WaYIUO/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.137 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.137 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.134 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.136 | 50760 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.138 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.140 | 50763 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.140 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.142 | 50767 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.142 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.143 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.147 | 50483 | Recursively removing directory: /tmp/git.SQ5GKV/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.148 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.149 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.146 | 50769 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.148 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.151 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.153 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.154 | 50772 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.155 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.157 | 50773 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.157 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.159 | 50774 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.161 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.161 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.161 | 50771 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.162 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.162 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.163 | 50775 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.163 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.165 | 50779 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.165 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.166 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.166 | 50795 | Added a new worker 6 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.166 | 50482 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.166 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.166 | 50482 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.166 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.167 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.168 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.172 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.172 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lRdjH5 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.168 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.171 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.173 | 50806 | Added a new worker 23 to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.173 | 50482 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.173 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.174 | 50482 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.174 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.175 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.176 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.177 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VZyKeL +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.178 | 50801 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.178 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.179 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.182 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.185 | 50808 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.185 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.186 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.190 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.190 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.192 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.193 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.194 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.206 | 50792 | Marked run 11 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.207 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.208 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.209 | 50800 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.210 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.213 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.216 | 50796 | Marked run 10 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.217 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.219 | 50810 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.221 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.224 | 50483 | Recursively removing directory: /tmp/git.VZyKeL/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.225 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.225 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.228 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.229 | 50809 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.229 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.232 | 50486 | Recursively removing directory: /tmp/git.lRdjH5/ +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.233 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.233 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.234 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.234 | 50807 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.234 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.235 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.239 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.241 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.241 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.241 | 50805 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.243 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.245 | 50813 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.247 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.248 | 50812 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.250 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.250 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.254 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZoUKSG +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.252 | 50817 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.252 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.253 | 50841 | Added a new worker 15 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.254 | 50482 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.254 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.254 | 50482 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.254 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.256 | 50816 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.257 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.260 | 50822 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.261 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.262 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.262 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.263 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.264 | 50831 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.265 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.266 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.268 | 50835 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.269 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.272 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.272 | 50837 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.273 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.273 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.275 | 50845 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.275 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.277 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.280 | 50857 | Added a new worker 17 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.280 | 50839 | Marked run 13 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.280 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.281 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.281 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.281 | 50482 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.281 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.282 | 50482 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.283 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YfrSd4 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.284 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.286 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.287 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.288 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.289 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.292 | 50847 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.292 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.298 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.300 | 50840 | Marked run 12 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.301 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.303 | 50483 | Recursively removing directory: /tmp/git.ZoUKSG/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.303 | 50851 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.304 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.304 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.304 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.307 | 50852 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.308 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.310 | 50854 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.311 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.312 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.313 | 50486 | Recursively removing directory: /tmp/git.YfrSd4/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.315 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.315 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.316 | 50856 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.318 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.320 | 50861 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.322 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.322 | 50860 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.323 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.323 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.324 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.325 | 50862 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.325 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.326 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.326 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.326 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.327 | 50863 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.328 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.329 | 50864 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.331 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.331 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.332 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.332 | 50877 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.333 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.334 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.335 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.336 | 50891 | Added a new worker 25 to the queue +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.337 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X6dZYh +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.337 | 50482 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.337 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.337 | 50482 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.338 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.339 | 50897 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.342 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.343 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.344 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.345 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.346 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.346 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.348 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.348 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.349 | 50898 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.351 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.351 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.353 | 50886 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.353 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.358 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.362 | 50904 | Added a new worker 23 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.364 | 50482 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.365 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.365 | 50482 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.365 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BN1xv3 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.366 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.366 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.370 | 50883 | Marked run 14 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.371 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.373 | 50894 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.373 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.374 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.376 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.377 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.377 | 50900 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.378 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.380 | 50901 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.381 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.385 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.386 | 50895 | Marked run 15 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.386 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.387 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.392 | 50888 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.395 | 50906 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.395 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.396 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.398 | 50890 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.399 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.401 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.402 | 50899 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.404 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.407 | 50908 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.408 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.409 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.409 | 50486 | Recursively removing directory: /tmp/git.BN1xv3/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.411 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.411 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.413 | 50912 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.414 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.417 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.417 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.418 | 50909 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.419 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.419 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.421 | 50913 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.421 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.423 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.426 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.427 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.427 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50946 | Added a new worker 29 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50482 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50482 | Removed worker 29 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50482 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.428 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.429 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tlhgHn +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.430 | 50924 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.430 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.431 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.434 | 50483 | Recursively removing directory: /tmp/git.X6dZYh/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.435 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.435 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.439 | 50928 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.441 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.441 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.441 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.443 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.444 | 50931 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.444 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.449 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.448 | 50936 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.450 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.451 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.451 | 50955 | Added a new worker 32 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.451 | 50482 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.451 | 50482 | Removed worker 32 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.451 | 50482 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.451 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uUYRx8 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.452 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.452 | 50939 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.453 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.455 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.457 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.458 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.460 | 50938 | Marked run 17 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.460 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.464 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.465 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.466 | 50941 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.466 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.468 | 50944 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.469 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.471 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.472 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.477 | 50943 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.478 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.481 | 50483 | Recursively removing directory: /tmp/git.uUYRx8/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.483 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.484 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.484 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.486 | 50951 | Marked run 16 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.486 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.487 | 50945 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.488 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.490 | 50947 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.490 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.493 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.493 | 50950 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.495 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.496 | 50952 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.497 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.498 | 50486 | Recursively removing directory: /tmp/git.tlhgHn/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.499 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.499 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.500 | 50956 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.500 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.501 | 50984 | Added a new worker 9 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.502 | 50482 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.502 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.502 | 50482 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.503 | 50958 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.503 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.504 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.507 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.494 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.508 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.evOqlW +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.512 | 50961 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.512 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.514 | 50967 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.515 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.518 | 50969 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.519 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.520 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.522 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.523 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.523 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.525 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.527 | 50979 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.529 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.530 | 50983 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.531 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.533 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.534 | 50981 | Marked run 19 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.535 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.537 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.537 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.538 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.538 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.539 | 50994 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.539 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.541 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.542 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.542 | 50993 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.548 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.550 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.551 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.554 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.555 | 51001 | Added a new worker 29 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.555 | 50482 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.555 | 50482 | Removed worker 29 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.555 | 50482 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.555 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1rLMBQ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.555 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.557 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.558 | 50995 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.559 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.562 | 50996 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.563 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.564 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.565 | 50997 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.566 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.568 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.572 | 50988 | Marked run 18 as finished +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.573 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.573 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.573 | 50483 | Recursively removing directory: /tmp/git.evOqlW/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.575 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.575 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.577 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.579 | 51000 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.582 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.585 | 51002 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.586 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.587 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.587 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.589 | 51007 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.589 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.590 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.590 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.592 | 51008 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.593 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.594 | 51028 | Added a new worker 22 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.594 | 50482 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.594 | 50482 | Removed worker 22 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.594 | 50482 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.594 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.594 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6F3vO0 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.596 | 51009 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.597 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.598 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.599 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.601 | 51011 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.602 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.605 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.605 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.605 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.607 | 51023 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.608 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.610 | 51030 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.611 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.612 | 51021 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.613 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.614 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.619 | 51031 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.619 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.622 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.622 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.626 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.627 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.638 | 50486 | Recursively removing directory: /tmp/git.1rLMBQ/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.640 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.640 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.639 | 51005 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.639 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.641 | 51034 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.642 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.644 | 51035 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.644 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.646 | 51039 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.647 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.648 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.650 | 50483 | Recursively removing directory: /tmp/git.6F3vO0/ +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.651 | 51025 | Marked run 20 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.652 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.654 | 51042 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.655 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.656 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.656 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.656 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.656 | 51046 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.658 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.659 | 51050 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.660 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.661 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.661 | 51051 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.662 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.663 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.664 | 51053 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.666 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.667 | 51054 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.668 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.671 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.671 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.673 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.673 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.673 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.674 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.676 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.677 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.677 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.680 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.680 | 51074 | Added a new worker 31 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.681 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NZlitv +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 51073 | Added a new worker 32 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Removed worker 32 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.681 | 50482 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.681 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xCbbFD +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.683 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.683 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.686 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.687 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.688 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.689 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.694 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.695 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.696 | 51063 | Marked run 21 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.696 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.698 | 51064 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.698 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.701 | 51075 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.702 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.706 | 51070 | Marked run 22 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.707 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.707 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.708 | 51078 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.709 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.711 | 51080 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.712 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.712 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.714 | 51076 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.715 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.717 | 51068 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.717 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.718 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.721 | 51079 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.721 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.724 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.724 | 51081 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.725 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.729 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.729 | 50483 | Recursively removing directory: /tmp/git.xCbbFD/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.731 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.731 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.730 | 51088 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.731 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.734 | 51098 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.735 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.736 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.740 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.740 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.742 | 51108 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.743 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.745 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.746 | 51102 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.747 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.749 | 51077 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.750 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.752 | 51110 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.753 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.753 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.755 | 51083 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.756 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.757 | 51106 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.758 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.759 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.760 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.760 | 50486 | Recursively removing directory: /tmp/git.NZlitv/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.761 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.761 | 50486 | Process output: 415086 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.764 | 51100 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.765 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.767 | 51112 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.769 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.769 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.771 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.771 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.773 | 51121 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.773 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.775 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.776 | 51123 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.777 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.777 | 51128 | Added a new worker 23 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.777 | 50482 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.778 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.778 | 50482 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.778 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GBdC30 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.778 | 51116 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.780 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.782 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.784 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.783 | 51115 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.786 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.790 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.792 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.793 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.794 | 51119 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.796 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.796 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.800 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.802 | 51117 | Marked run 24 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.802 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.804 | 51125 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.805 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.806 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.807 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.807 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.807 | 51149 | Added a new worker 31 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.808 | 50482 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.808 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.808 | 50482 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.808 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.808 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xCKELK +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.812 | 51133 | Marked run 23 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.814 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.815 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.816 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.817 | 51132 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.818 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.821 | 51131 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.823 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.825 | 51140 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.825 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.826 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.829 | 50483 | Recursively removing directory: /tmp/git.GBdC30/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.830 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.830 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.831 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.833 | 51138 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.834 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.836 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.837 | 50486 | Recursively removing directory: /tmp/git.xCKELK/ +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.841 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.841 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.843 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.845 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.849 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.849 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.850 | 51172 | Added a new worker 32 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.850 | 50482 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.850 | 50482 | Removed worker 32 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.850 | 50482 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.850 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ms39oG +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.851 | 51135 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.853 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.853 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.853 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.860 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.860 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.861 | 51175 | Added a new worker 31 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.861 | 50482 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.861 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.861 | 50482 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.861 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.861 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.q2kVVD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.862 | 51143 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.863 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.864 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.866 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.868 | 51144 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.869 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.874 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.878 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.880 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.883 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.884 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.884 | 51146 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.885 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.888 | 51141 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.888 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.891 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.895 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.896 | 51174 | Marked run 26 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.896 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.901 | 50483 | Recursively removing directory: /tmp/git.ms39oG/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.903 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.903 | 50483 | Process output: 415086 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.904 | 51171 | Marked run 25 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.905 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.907 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.907 | 51150 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.908 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.909 | 51166 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.910 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.912 | 51167 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.913 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.914 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.914 | 50486 | Recursively removing directory: /tmp/git.q2kVVD/ +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.915 | 51169 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.915 | 50486 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.915 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.916 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.917 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.921 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.923 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.927 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.929 | 51170 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.929 | 50483 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.931 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.935 | 51180 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.936 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.938 | 51208 | Added a new worker 11 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.938 | 50482 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.938 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.938 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.938 | 50482 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.938 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mFBVKR +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.939 | 51182 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.940 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.942 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.942 | 51181 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.943 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.946 | 50483 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.946 | 51190 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.946 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.947 | 50483 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.949 | 51203 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.952 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.954 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.955 | 51193 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.955 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.957 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.959 | 50486 | Waiting for a new command +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.959 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.963 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.963 | 51210 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.964 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.965 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.966 | 51222 | Added a new worker 29 to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.967 | 50482 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.967 | 50482 | Removed worker 29 from the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.967 | 50482 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.967 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CrjuwS +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.968 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.971 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.972 | 51199 | Marked run 27 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.972 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.974 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.977 | 51204 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.977 | 50486 | Checking out revision HEAD +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.978 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50486/cimple-worker: 2023-08-28 07:32:48.979 | 50486 | Going to run: ./ci +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.981 | 51206 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.982 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.984 | 50483 | Recursively removing directory: /tmp/git.mFBVKR/ +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.985 | 50483 | Process exit code: 0 +2023-08-28 07:32:48 | INFO | 50483/cimple-worker: 2023-08-28 07:32:48.985 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.988 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.990 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.993 | 51213 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.994 | 51207 | Marked run 28 as finished +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.995 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.997 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.998 | 51217 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:48 | INFO | 50480/cimple-server: 2023-08-28 07:32:48.998 | 50480 | Waiting for new connections +2023-08-28 07:32:48 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:48 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.000 | 51219 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.001 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.002 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.004 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.004 | 51221 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.005 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.005 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.006 | 51229 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.007 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.011 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.011 | 51247 | Added a new worker 22 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.012 | 51224 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.012 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.012 | 50482 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.012 | 50482 | Removed worker 22 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.012 | 50482 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.013 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.014 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5YKD6s +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.016 | 51232 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.022 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.022 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.026 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.027 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.031 | 50486 | Recursively removing directory: /tmp/git.CrjuwS/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.033 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.033 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.036 | 51239 | Marked run 29 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.037 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.037 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.038 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.039 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.043 | 51233 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.044 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.045 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.048 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.048 | 51265 | Added a new worker 31 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.048 | 50482 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.048 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.048 | 50482 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.049 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.045 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.049 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QtdV1G +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.051 | 51236 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.052 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.054 | 51238 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.054 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.056 | 51243 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.056 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.058 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.059 | 51246 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.062 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.065 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.068 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.070 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.071 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.072 | 51252 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.072 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.074 | 51258 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.074 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.077 | 50483 | Recursively removing directory: /tmp/git.5YKD6s/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.078 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.078 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.082 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.083 | 51261 | Marked run 30 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.083 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.085 | 51254 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.085 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.087 | 51259 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.088 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.089 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.090 | 51260 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.090 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.092 | 51266 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.093 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.093 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.096 | 51272 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.096 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.097 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.099 | 51276 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.099 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.098 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.102 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.102 | 51270 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.103 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.105 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.106 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.106 | 51296 | Added a new worker 25 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.106 | 50482 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.106 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.107 | 50482 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.107 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gz1VLB +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.108 | 51279 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.109 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.109 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.111 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.111 | 51291 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.112 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.116 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.116 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.117 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.118 | 51302 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.118 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.121 | 51301 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.122 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.125 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.126 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.128 | 50486 | Recursively removing directory: /tmp/git.QtdV1G/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.130 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.130 | 50486 | Process output: 415085 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.130 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.133 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.134 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.137 | 51300 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.138 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.141 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.142 | 51290 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.142 | 51287 | Marked run 31 as finished +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.141 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.143 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.143 | 51319 | Added a new worker 12 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.144 | 50482 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.144 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.144 | 50482 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.144 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.145 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S4zwv7 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.146 | 51298 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.147 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.148 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.149 | 51293 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.150 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.151 | 51309 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.152 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.154 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.156 | 51316 | Marked run 32 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.157 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.158 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.158 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.159 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.160 | 51308 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.160 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.161 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.162 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.165 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.167 | 51305 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.169 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.171 | 51310 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.173 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.177 | 51313 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.177 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.178 | 50483 | Recursively removing directory: /tmp/git.gz1VLB/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.180 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.180 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.182 | 51314 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.183 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.183 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.185 | 51323 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.186 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.187 | 51326 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.188 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.190 | 51331 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.190 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.192 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.193 | 51330 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.194 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.196 | 50486 | Recursively removing directory: /tmp/git.S4zwv7/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.197 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.197 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.199 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 51356 | Added a new worker 23 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50482 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50482 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.199 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.200 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1RoAyo +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.200 | 51327 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.202 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.205 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.205 | 51336 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.206 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.207 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.208 | 51347 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.209 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.209 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.210 | 51349 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.211 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.211 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.213 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.214 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.215 | 51355 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.215 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.215 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.217 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.218 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.219 | 51362 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.219 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.223 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.223 | 51365 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.224 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.224 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.227 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.227 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.228 | 51364 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.228 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.230 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.233 | 51369 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.233 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.236 | 51371 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.236 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.239 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.240 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.241 | 51374 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.241 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.241 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.243 | 51377 | Added a new worker 25 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.243 | 50482 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.243 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.244 | 50482 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.244 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.244 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X5sQjS +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.245 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.246 | 51375 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.246 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.246 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.251 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.251 | 51353 | Marked run 33 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.252 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.254 | 51368 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.255 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.257 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.258 | 51373 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.258 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.258 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.260 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.262 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.264 | 51366 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.264 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.267 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.271 | 51358 | Marked run 34 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.272 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.273 | 50483 | Recursively removing directory: /tmp/git.1RoAyo/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.274 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.274 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.277 | 51350 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.279 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.281 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.281 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.281 | 51385 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.281 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.285 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.290 | 51388 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.290 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.292 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.292 | 51384 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.294 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.295 | 50486 | Recursively removing directory: /tmp/git.X5sQjS/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.296 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.296 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.295 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.299 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.300 | 51387 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.300 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.302 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.303 | 51381 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.303 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.305 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.305 | 51382 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.305 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.306 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.307 | 51395 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.308 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.309 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.310 | 51398 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.310 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.311 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.313 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.314 | 51401 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.315 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.318 | 51409 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.318 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.318 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.320 | 51413 | Added a new worker 16 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.320 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.320 | 50482 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.320 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.321 | 50482 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.321 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.321 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IY9evs +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.321 | 51415 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.321 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.324 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.326 | 51416 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.326 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.327 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.328 | 51423 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.328 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.332 | 51435 | Added a new worker 7 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.332 | 50482 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.332 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.332 | 50482 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.327 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.333 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DhrZE3 +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.334 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.336 | 51425 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.336 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.338 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.339 | 51427 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.340 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.342 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.343 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.347 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.348 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.348 | 51420 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.348 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.349 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.351 | 51411 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.352 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.353 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.354 | 51430 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.355 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.356 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.357 | 51433 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.357 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.358 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.358 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.361 | 51445 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.361 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.363 | 51431 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.364 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.366 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.367 | 51440 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.368 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.369 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.371 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.373 | 51408 | Marked run 35 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.374 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.375 | 51441 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.376 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.382 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.383 | 51418 | Marked run 36 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.384 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.384 | 50486 | Recursively removing directory: /tmp/git.DhrZE3/ +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.386 | 51446 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.387 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.387 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.387 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.390 | 51426 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.391 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.391 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.393 | 51450 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.395 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.397 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.399 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.403 | 50483 | Recursively removing directory: /tmp/git.IY9evs/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.404 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.404 | 50483 | Process output: 415085 bytes +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.401 | 51451 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.402 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.406 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.407 | 51448 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.408 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.410 | 51456 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.410 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.411 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.413 | 51463 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.414 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.416 | 51460 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.418 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.417 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.420 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 51486 | Added a new worker 15 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 50482 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 50482 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.421 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gdK1Ir +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.421 | 51464 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.422 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.426 | 51472 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.427 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.428 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.429 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.430 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.430 | 51475 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.431 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.433 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.433 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.434 | 51478 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.435 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.438 | 51480 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.438 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.439 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.439 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.441 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.441 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.444 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.445 | 51490 | Added a new worker 27 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.445 | 50482 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.445 | 50482 | Removed worker 27 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.445 | 50482 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.445 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.446 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vgfLx5 +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.447 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.449 | 51477 | Marked run 38 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.449 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.451 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.455 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.461 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.462 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.466 | 50483 | Recursively removing directory: /tmp/git.gdK1Ir/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.467 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.467 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.468 | 51483 | Marked run 37 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.469 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.469 | 51487 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.470 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.471 | 51492 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.472 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.473 | 51493 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.474 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.475 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.476 | 51502 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.477 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.478 | 51497 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.479 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.480 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.481 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.481 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.481 | 51498 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.483 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.484 | 51499 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.485 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.487 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.488 | 50486 | Recursively removing directory: /tmp/git.vgfLx5/ +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.487 | 51504 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.488 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.491 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.490 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.490 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.492 | 51500 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.493 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.495 | 51505 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.496 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.497 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.498 | 51524 | Added a new worker 19 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.498 | 50482 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.498 | 50482 | Removed worker 19 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.498 | 50482 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.498 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.499 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CzSIbN +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.510 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.510 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.512 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.514 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.515 | 51523 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.516 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.517 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.517 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.517 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.518 | 51527 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.518 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.521 | 51529 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.521 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.523 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.527 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.529 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.528 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.530 | 51534 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.530 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.533 | 51535 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.533 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.535 | 51536 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.536 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.536 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.537 | 51545 | Added a new worker 12 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.537 | 50482 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.537 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.537 | 50482 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.537 | 51532 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.537 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ht8wQu +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.538 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.538 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.539 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.542 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.543 | 51538 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.545 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.546 | 51539 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.546 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.548 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.548 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.548 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.549 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.549 | 51543 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.549 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.550 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.552 | 51544 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.552 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.555 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.556 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.559 | 51552 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.559 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.563 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.565 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.566 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.569 | 51533 | Marked run 40 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.569 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.571 | 51548 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.573 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.575 | 50483 | Recursively removing directory: /tmp/git.CzSIbN/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.576 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.576 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.577 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.577 | 51520 | Marked run 39 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.578 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.580 | 51553 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.581 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.581 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.582 | 51557 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.583 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.586 | 51558 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.586 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.589 | 51556 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.589 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.590 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.590 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.591 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.593 | 51564 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.594 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.595 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.596 | 51570 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.596 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.597 | 50486 | Recursively removing directory: /tmp/git.ht8wQu/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.599 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.599 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.600 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.603 | 51562 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.604 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.604 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.606 | 51571 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.607 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.607 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.609 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.609 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.610 | 51592 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.610 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.612 | 51580 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.613 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.613 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.613 | 51587 | Added a new worker 19 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.614 | 50482 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.614 | 50482 | Removed worker 19 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.614 | 50482 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.614 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.614 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9T1FDv +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.619 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.620 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.621 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.623 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.623 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.623 | 51598 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.624 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.625 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.626 | 51603 | Added a new worker 27 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.626 | 50482 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.626 | 50482 | Removed worker 27 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.626 | 50482 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.627 | 51572 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.628 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.628 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sTANeP +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.630 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.634 | 51588 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.635 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.636 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.637 | 51596 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.637 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.638 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.640 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.642 | 51586 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.642 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.643 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.645 | 51601 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.645 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.647 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.647 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.648 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.648 | 51590 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.649 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.651 | 51594 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.651 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.653 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.654 | 51602 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.655 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.659 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.661 | 51582 | Marked run 41 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.661 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.662 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.662 | 51604 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.663 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.677 | 51597 | Marked run 42 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.678 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.679 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.680 | 51609 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.681 | 50483 | Recursively removing directory: /tmp/git.9T1FDv/ +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.680 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.684 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.684 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.684 | 51611 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.684 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.687 | 51612 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.687 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.688 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.689 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.689 | 51617 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.690 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.692 | 51616 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.692 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.695 | 51622 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.695 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.695 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.697 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.697 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.699 | 51620 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.703 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.705 | 51644 | Added a new worker 22 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.705 | 50482 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.705 | 50482 | Removed worker 22 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.705 | 50482 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.706 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9kpnQS +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.706 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.709 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.709 | 51628 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.709 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.711 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.712 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.714 | 50486 | Recursively removing directory: /tmp/git.sTANeP/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.715 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.715 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.717 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.718 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.717 | 51629 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.717 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.720 | 51634 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.721 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.723 | 51646 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.723 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.725 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.725 | 51647 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.725 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.731 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.732 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.733 | 51654 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.734 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.735 | 51640 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.736 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.737 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.737 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.740 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.741 | 51651 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.742 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.745 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.747 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.748 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.749 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.753 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.754 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.754 | 51641 | Marked run 43 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.755 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.755 | 51677 | Added a new worker 19 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.755 | 50482 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.755 | 50482 | Removed worker 19 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.755 | 50482 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.755 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mQEg5R +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.756 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.757 | 51653 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.758 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.760 | 51661 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.761 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.766 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.767 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.773 | 51662 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.774 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.776 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.777 | 51666 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.778 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.779 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.782 | 50483 | Recursively removing directory: /tmp/git.9kpnQS/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.784 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.784 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.782 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.784 | 51659 | Marked run 44 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.784 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.789 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.789 | 51667 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.789 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.790 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.791 | 51670 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.792 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.794 | 51671 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.795 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.797 | 51672 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.798 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.800 | 51673 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.801 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.802 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.802 | 50486 | Recursively removing directory: /tmp/git.mQEg5R/ +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.804 | 51665 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.804 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.804 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.804 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.805 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.806 | 51689 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.806 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.810 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.810 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.811 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.811 | 51685 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.812 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.813 | 51704 | Added a new worker 8 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.813 | 50482 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.813 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.814 | 50482 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.814 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.im4mNf +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.814 | 51687 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.815 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.815 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.818 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.819 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.820 | 51694 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.821 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.824 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.826 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.827 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.829 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.829 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.830 | 51702 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.830 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.832 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.834 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.835 | 51716 | Added a new worker 31 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.835 | 50482 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.835 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.835 | 50482 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.837 | 51701 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.837 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.836 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.838 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.836 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BvdS19 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.842 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.844 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.845 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.848 | 51706 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.849 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.852 | 51707 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.854 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.854 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.855 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.855 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.858 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.861 | 51695 | Marked run 45 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.862 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.864 | 51711 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.866 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.868 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.869 | 50483 | Recursively removing directory: /tmp/git.im4mNf/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.870 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.870 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.873 | 50486 | Recursively removing directory: /tmp/git.BvdS19/ +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.875 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.875 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.876 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.878 | 51710 | Marked run 46 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.878 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.879 | 51715 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.881 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.882 | 51714 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.883 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.884 | 51718 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.885 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 51747 | Added a new worker 25 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 50482 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 50482 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.885 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.886 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5XBO8X +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.887 | 51719 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.888 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.891 | 51713 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.891 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.893 | 51723 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.894 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.895 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.895 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.896 | 51722 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.896 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.898 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.898 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.899 | 51733 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.900 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.901 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.902 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.902 | 51728 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.902 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.904 | 51742 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.904 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.905 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.907 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.911 | 51752 | Added a new worker 21 to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.911 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uqx6m3 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.911 | 50482 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.911 | 50482 | Removed worker 21 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.911 | 50482 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 21 +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.914 | 51760 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.917 | 50483 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.918 | 50483 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.919 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.919 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.919 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.919 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.921 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.923 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.924 | 51761 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.924 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.931 | 51754 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.931 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.933 | 51757 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.933 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.936 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.936 | 51769 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.936 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.940 | 51765 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.941 | 50486 | Recursively removing directory: /tmp/git.5XBO8X/ +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.941 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.942 | 50486 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.942 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.945 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.946 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.947 | 51743 | Marked run 47 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.947 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.950 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.951 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.955 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.959 | 50486 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.964 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.965 | 50483 | Recursively removing directory: /tmp/git.uqx6m3/ +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.966 | 50483 | Process exit code: 0 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.966 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.967 | 51793 | Added a new worker 31 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.968 | 50482 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.968 | 50482 | Removed worker 31 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.968 | 50482 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.968 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VwNHPv +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.968 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.971 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.972 | 51745 | Marked run 48 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.973 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.973 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.978 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.978 | 50483 | Waiting for a new command +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.978 | 51784 | Marked run 49 as finished +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.978 | 51766 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.978 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.979 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.980 | 50486 | Checking out revision HEAD +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.980 | 51796 | Added a new worker 6 to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.980 | 50482 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.980 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.981 | 50482 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:49 | INFO | 50483/cimple-worker: 2023-08-28 07:32:49.981 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XvVB9x +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.981 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50486/cimple-worker: 2023-08-28 07:32:49.982 | 50486 | Going to run: ./ci +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.983 | 51777 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.983 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.986 | 51779 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.987 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.989 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.990 | 51785 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.990 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.992 | 51786 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.993 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.994 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.995 | 51783 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.996 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.998 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.998 | 51768 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.998 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | 50480/cimple-server: 2023-08-28 07:32:49.999 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.000 | 51767 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.000 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.002 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.003 | 51787 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.003 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.004 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.005 | 50480 | Waiting for new connections +2023-08-28 07:32:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.006 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.007 | 51794 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.007 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.010 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.012 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.012 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.015 | 51795 | Marked run 50 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.016 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.017 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.017 | 51802 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.018 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.021 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.022 | 51806 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.023 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.025 | 51808 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.027 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.029 | 50486 | Recursively removing directory: /tmp/git.VwNHPv/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.030 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.030 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.033 | 51810 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.033 | 50483 | Recursively removing directory: /tmp/git.XvVB9x/ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.034 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.035 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.035 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.036 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.039 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.040 | 51815 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.040 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.042 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.043 | 51816 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.043 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.044 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.044 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.045 | 51819 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.046 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.047 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.047 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.049 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.051 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.051 | 51820 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.051 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 51844 | Added a new worker 21 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 50482 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 50482 | Removed worker 21 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 50482 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 21 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.053 | 51821 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.054 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.056 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.056 | 51828 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.056 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.056 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.058 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.058 | 51825 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.059 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.060 | 51842 | Added a new worker 23 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.060 | 50482 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.060 | 50482 | Removed worker 23 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.061 | 50482 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.061 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wiwzKf +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.062 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.063 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.064 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.73SLfK +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.066 | 51835 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.066 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.070 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.071 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.072 | 51845 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.072 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.074 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.076 | 51840 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.077 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.080 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.081 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.081 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.085 | 51849 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.085 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.087 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.088 | 51850 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.089 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.091 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.092 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.092 | 51852 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.093 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.094 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.096 | 51846 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.097 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.098 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.099 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.101 | 51854 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.102 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.104 | 51862 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.105 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.106 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.107 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.110 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.122 | 50483 | Recursively removing directory: /tmp/git.wiwzKf/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.123 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.123 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.124 | 51863 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.125 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.128 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.129 | 50486 | Recursively removing directory: /tmp/git.73SLfK/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.131 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.131 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.132 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.135 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.135 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.137 | 51838 | Marked run 52 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.137 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.138 | 51891 | Added a new worker 13 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 51861 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50482 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50482 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.140 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.141 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tGTU1Z +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.146 | 51837 | Marked run 51 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.147 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.148 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.149 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.149 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.149 | 51858 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.150 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.152 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.153 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.153 | 51895 | Added a new worker 16 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.154 | 50482 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.154 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.154 | 50482 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.154 | 51868 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.155 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.155 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.155 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tnu3Tr +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.157 | 51873 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.158 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.160 | 51869 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.161 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.162 | 51876 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.163 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.164 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.165 | 51882 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.166 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.169 | 51883 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.169 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.171 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.173 | 51884 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.173 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.175 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.173 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.180 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.181 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.181 | 51892 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.181 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.179 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.182 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.185 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.186 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.189 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.189 | 51890 | Marked run 54 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.190 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.192 | 51897 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.193 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.193 | 50483 | Recursively removing directory: /tmp/git.tGTU1Z/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.195 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.195 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.199 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.199 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.200 | 51893 | Marked run 53 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.200 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.201 | 51903 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.202 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.203 | 51906 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.203 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.206 | 51909 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.206 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.207 | 51918 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.208 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.210 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.210 | 51915 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.210 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.212 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.212 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.214 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.215 | 51911 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.215 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.217 | 51912 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.217 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.219 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.219 | 51921 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.220 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.222 | 50486 | Recursively removing directory: /tmp/git.tnu3Tr/ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.223 | 51938 | Added a new worker 17 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.223 | 50482 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.223 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.223 | 50482 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.223 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Zw9ZjP +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.224 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.226 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.227 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.227 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.229 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.230 | 51922 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.232 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.233 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.234 | 51928 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.235 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.236 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.238 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.240 | 51936 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.240 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.241 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.244 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.244 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.244 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.246 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.246 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.247 | 51929 | Marked run 55 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.248 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.250 | 51954 | Added a new worker 25 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 51939 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 50482 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 50482 | Removed worker 25 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 50482 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.251 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.251 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.woioDp +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.253 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.258 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.263 | 51942 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.264 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.266 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.267 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.269 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.270 | 51945 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.271 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.276 | 50483 | Recursively removing directory: /tmp/git.Zw9ZjP/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.277 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.277 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.285 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.288 | 51947 | Marked run 56 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.289 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.290 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.290 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 51976 | Added a new worker 9 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 50482 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 50482 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 51948 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.291 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.292 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mnayX4 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.294 | 51950 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.296 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.300 | 51944 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.301 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.304 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.307 | 51953 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.308 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.309 | 50486 | Recursively removing directory: /tmp/git.woioDp/ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.309 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.310 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.311 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.311 | 50486 | Process output: 415086 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.311 | 51951 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.313 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.316 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.317 | 51955 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.319 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.320 | 51958 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.320 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.323 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.324 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.324 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.325 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.326 | 51960 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.326 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.331 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.333 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.333 | 51968 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.334 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.337 | 51986 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.337 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.339 | 51981 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.340 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.342 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xFn2AJ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.341 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.341 | 51989 | Added a new worker 18 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.341 | 50482 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.341 | 50482 | Removed worker 18 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.341 | 50482 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 18 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.342 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.347 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.348 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.348 | 51996 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.348 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.351 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.351 | 51997 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.353 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.357 | 51975 | Marked run 57 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.357 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.362 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.362 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.362 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.363 | 51983 | Marked run 58 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.363 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.365 | 51992 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.366 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.373 | 51993 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.373 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.376 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.380 | 51988 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.380 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.382 | 51990 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.383 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.385 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.385 | 52001 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.385 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.388 | 52006 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.389 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.390 | 52008 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.391 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.398 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.399 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.401 | 52007 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.402 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.402 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.403 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.411 | 52013 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.413 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.415 | 50483 | Recursively removing directory: /tmp/git.mnayX4/ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.416 | 52025 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.417 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.417 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.417 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.421 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.424 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.430 | 52017 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.431 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.432 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.435 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.436 | 52021 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.437 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.442 | 52022 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.443 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.444 | 52029 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.444 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.447 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.450 | 52023 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.451 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.452 | 52033 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.452 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.452 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.460 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.462 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.468 | 52034 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.469 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.475 | 50486 | Recursively removing directory: /tmp/git.xFn2AJ/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.477 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.477 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.480 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.483 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.483 | 52041 | Added a new worker 21 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.483 | 50482 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.483 | 50482 | Removed worker 21 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.483 | 50482 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 21 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.484 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dkEVnY +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.484 | 52028 | Marked run 59 as finished +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.487 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.487 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.489 | 52039 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.489 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.492 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.496 | 52045 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.500 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.505 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.508 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.513 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.513 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.519 | 52043 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.520 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.522 | 52044 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.523 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.524 | 52047 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.525 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.534 | 52051 | Added a new worker 7 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.534 | 50482 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.534 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.534 | 50482 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.534 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.535 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UlbYG4 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.536 | 52049 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.537 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.540 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.542 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.555 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.559 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.565 | 52046 | Marked run 60 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.565 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.570 | 52056 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.570 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.573 | 52057 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.574 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.584 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.598 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.610 | 50483 | Recursively removing directory: /tmp/git.dkEVnY/ +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.611 | 52068 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.612 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.612 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.613 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.616 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.621 | 52065 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.622 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.644 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.644 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.651 | 50486 | Recursively removing directory: /tmp/git.UlbYG4/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.652 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.652 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.652 | 52074 | Added a new worker 10 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.657 | 50482 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.657 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.657 | 50482 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.657 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.657 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IdiRYK +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.658 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.669 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.678 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.678 | 52073 | Marked run 61 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.679 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.680 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.677 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.696 | 52076 | Added a new worker 8 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.700 | 50482 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.700 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.701 | 50482 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.701 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Z3sVwu +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.702 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.706 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.713 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.731 | 52075 | Marked run 62 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.732 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.771 | 50483 | Recursively removing directory: /tmp/git.IdiRYK/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.773 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.773 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.778 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.802 | 50486 | Recursively removing directory: /tmp/git.Z3sVwu/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.803 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.803 | 50486 | Process output: 415086 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.808 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.816 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.832 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.832 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.836 | 52093 | Added a new worker 15 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.837 | 50482 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.837 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.837 | 50482 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.837 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.837 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.838 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MvaAQ1 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.839 | 52094 | Added a new worker 10 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.839 | 50482 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.839 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.839 | 50482 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.840 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.841 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qX5i3L +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.848 | 52091 | Marked run 63 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.849 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.861 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.865 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.865 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.866 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.873 | 52092 | Marked run 64 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.874 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.903 | 50483 | Recursively removing directory: /tmp/git.qX5i3L/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.904 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.904 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.909 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.917 | 50486 | Recursively removing directory: /tmp/git.MvaAQ1/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.918 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.918 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.922 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.926 | 50486 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.926 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.927 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.927 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 52111 | Added a new worker 15 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 52112 | Added a new worker 16 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.934 | 50482 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.935 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wx0KpE +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.935 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.942 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FmI0xn +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.946 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.949 | 50486 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.949 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.954 | 50486 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.965 | 50483 | Recursively removing directory: /tmp/git.wx0KpE/ +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.967 | 50483 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.967 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.970 | 52109 | Marked run 66 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.970 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.974 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.978 | 52110 | Marked run 65 as finished +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.978 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.979 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.979 | 50483 | Waiting for a new command +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.979 | 52128 | Added a new worker 9 to the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.980 | 50482 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.980 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.980 | 50482 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.980 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hninl6 +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.981 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.985 | 50483 | Checking out revision HEAD +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.990 | 50486 | Recursively removing directory: /tmp/git.FmI0xn/ +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.992 | 50486 | Process exit code: 0 +2023-08-28 07:32:50 | INFO | 50486/cimple-worker: 2023-08-28 07:32:50.992 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.993 | 52127 | Marked run 68 as finished +2023-08-28 07:32:50 | INFO | 50483/cimple-worker: 2023-08-28 07:32:50.991 | 50483 | Going to run: ./ci +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.994 | 50480 | Waiting for new connections +2023-08-28 07:32:50 | INFO | 50480/cimple-server: 2023-08-28 07:32:50.997 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.001 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.001 | 52137 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.002 | 50482 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.002 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.002 | 50482 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.003 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.001 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.002 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.h5qWS9 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.007 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.007 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.012 | 50483 | Recursively removing directory: /tmp/git.Hninl6/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.016 | 52132 | Marked run 67 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.016 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.014 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.014 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.019 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.024 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.025 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.025 | 52146 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.025 | 50482 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.025 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.025 | 50482 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.026 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RZnqCR +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.026 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.023 | 50486 | Recursively removing directory: /tmp/git.h5qWS9/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.024 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.024 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.029 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.031 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.033 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.033 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.034 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.040 | 52148 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.041 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MmUjZC +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.041 | 50482 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.041 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.041 | 50482 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.041 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.047 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.048 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.053 | 52147 | Marked run 70 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.053 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.058 | 52145 | Marked run 69 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.058 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.060 | 50483 | Recursively removing directory: /tmp/git.RZnqCR/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.061 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.061 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.067 | 50486 | Recursively removing directory: /tmp/git.MmUjZC/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.067 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.068 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.068 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.071 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.072 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.076 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.076 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.076 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.077 | 52166 | Added a new worker 14 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.077 | 50482 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.077 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.077 | 50482 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.077 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.080 | 52164 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.080 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GwTO8Y +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.081 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rgvlXz +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.080 | 50482 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.080 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.080 | 50482 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.080 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.085 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.085 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.086 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.086 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.091 | 52163 | Marked run 71 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.092 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.100 | 52165 | Marked run 72 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.101 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.107 | 50486 | Recursively removing directory: /tmp/git.GwTO8Y/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.109 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.109 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.113 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.117 | 50483 | Recursively removing directory: /tmp/git.rgvlXz/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.118 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.119 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.119 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.125 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.126 | 52182 | Added a new worker 11 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.126 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.irpVwJ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.126 | 50482 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.126 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.126 | 50482 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.127 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.128 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.132 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.132 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.132 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.134 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.136 | 52181 | Marked run 73 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.136 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.141 | 52184 | Added a new worker 7 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.141 | 50482 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.141 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.141 | 50482 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.142 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LIPNQ0 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.143 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.147 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.148 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.149 | 50486 | Recursively removing directory: /tmp/git.irpVwJ/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.154 | 52183 | Marked run 74 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.155 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.155 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.151 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.151 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.159 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.159 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.164 | 52196 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.165 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gz3wIs +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.164 | 50482 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.164 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.164 | 50482 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.167 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.170 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.172 | 52194 | Marked run 75 as finished +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.172 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.172 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.176 | 50483 | Recursively removing directory: /tmp/git.LIPNQ0/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.177 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.177 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.182 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.186 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.186 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.192 | 52205 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.193 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nGgO3P +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.192 | 50482 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.192 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.192 | 50482 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.192 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.199 | 52204 | Marked run 76 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.199 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.199 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.200 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.203 | 50486 | Recursively removing directory: /tmp/git.Gz3wIs/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.205 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.205 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.209 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.213 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.213 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.214 | 52218 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.214 | 50482 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.214 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.214 | 50482 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.215 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FgJhi7 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.215 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.219 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.221 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.226 | 52217 | Marked run 77 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.226 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.227 | 50483 | Recursively removing directory: /tmp/git.nGgO3P/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.228 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.228 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.233 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.238 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.238 | 50486 | Recursively removing directory: /tmp/git.FgJhi7/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.239 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.239 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.243 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.244 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.244 | 52227 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.244 | 50482 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.244 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.244 | 50482 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.245 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NLsRJ9 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.245 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.257 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.258 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.258 | 52229 | Added a new worker 14 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.258 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.259 | 50482 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.259 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.259 | 50482 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.259 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.259 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iO446L +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.260 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.265 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.266 | 52226 | Marked run 78 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.266 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.267 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.271 | 52228 | Marked run 79 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.271 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.277 | 50483 | Recursively removing directory: /tmp/git.NLsRJ9/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.279 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.279 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.283 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.285 | 50486 | Recursively removing directory: /tmp/git.iO446L/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.286 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.286 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.287 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.290 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.291 | 52245 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.291 | 50482 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.291 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.291 | 50482 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.293 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9vk39v +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.295 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.300 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.301 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.309 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.314 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.315 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.317 | 52254 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.319 | 52244 | Marked run 80 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.319 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.320 | 50482 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.320 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.320 | 50482 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.320 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Qe4Kdh +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.322 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.322 | 50483 | Recursively removing directory: /tmp/git.9vk39v/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.324 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.324 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.329 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.331 | 52251 | Marked run 81 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.331 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.332 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.333 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.334 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.336 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.340 | 52257 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.340 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.340 | 50482 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.340 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.340 | 50482 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.341 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ufeWJf +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.348 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.349 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.350 | 50486 | Recursively removing directory: /tmp/git.Qe4Kdh/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.353 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.353 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.355 | 52255 | Marked run 82 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.355 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.357 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.361 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.364 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.369 | 52272 | Added a new worker 11 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.370 | 50482 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.370 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.370 | 50482 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.371 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.370 | 50483 | Recursively removing directory: /tmp/git.ufeWJf/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.371 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.371 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.370 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gWVC1p +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.375 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.376 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.378 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.380 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.380 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.381 | 52269 | Marked run 83 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.381 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.382 | 52275 | Added a new worker 6 to the queue +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.383 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qFxnzN +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.383 | 50482 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.383 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.383 | 50482 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.397 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.397 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.392 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.403 | 52273 | Marked run 84 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.403 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.417 | 50486 | Recursively removing directory: /tmp/git.gWVC1p/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.418 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.418 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.418 | 50483 | Recursively removing directory: /tmp/git.qFxnzN/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.420 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.420 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.430 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.422 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.424 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.427 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.432 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.436 | 52291 | Added a new worker 15 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.436 | 50482 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.436 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.436 | 50482 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 52292 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 50482 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.437 | 50482 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.438 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.18Cwhm +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.438 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q4L8mj +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.438 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.447 | 52289 | Marked run 85 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.448 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.453 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.456 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.457 | 52290 | Marked run 86 as finished +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.457 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.457 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.458 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.470 | 50483 | Recursively removing directory: /tmp/git.18Cwhm/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.471 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.471 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.472 | 50486 | Recursively removing directory: /tmp/git.Q4L8mj/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.473 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.473 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.477 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.480 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.482 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.482 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.485 | 52309 | Added a new worker 14 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.485 | 50482 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.485 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.485 | 50482 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.485 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.485 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.486 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.m1CtIH +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.486 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.486 | 52310 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.486 | 50482 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.486 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.486 | 50482 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.487 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4CehoK +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.487 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.491 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.492 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.510 | 50483 | Recursively removing directory: /tmp/git.4CehoK/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.511 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.511 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.516 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.517 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.519 | 52307 | Marked run 87 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.519 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.521 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.521 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.523 | 52308 | Marked run 88 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.523 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.524 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.528 | 52319 | Added a new worker 8 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.528 | 50482 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.528 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.529 | 50482 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.529 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZEI3co +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.530 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.534 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.535 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.542 | 52318 | Marked run 90 as finished +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.543 | 50486 | Recursively removing directory: /tmp/git.m1CtIH/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.544 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.544 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.542 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.549 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.553 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.554 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.554 | 52335 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.554 | 50482 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.554 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.554 | 50482 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.555 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A5VJc7 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.555 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.553 | 50483 | Recursively removing directory: /tmp/git.ZEI3co/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.554 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.554 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.560 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.561 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.562 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.574 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.575 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.577 | 52340 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.578 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OGc9Si +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.577 | 50482 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.577 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.577 | 50482 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.582 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.588 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.590 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.591 | 52334 | Marked run 89 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.592 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.597 | 50486 | Recursively removing directory: /tmp/git.A5VJc7/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.598 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.598 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.599 | 52337 | Marked run 91 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.599 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.602 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.615 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.616 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.620 | 52356 | Added a new worker 11 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.621 | 50482 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.621 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.621 | 50482 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.621 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mCK47U +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.621 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.622 | 52350 | Marked run 92 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.623 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.624 | 50483 | Recursively removing directory: /tmp/git.OGc9Si/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.625 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.625 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.633 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.633 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.634 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.637 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.637 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.638 | 52360 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.638 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Dn5XB5 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.638 | 50482 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.638 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.638 | 50482 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.640 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.645 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.647 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.650 | 52357 | Marked run 93 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.651 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.657 | 50486 | Recursively removing directory: /tmp/git.mCK47U/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.658 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.658 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.662 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.666 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.666 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.666 | 50483 | Recursively removing directory: /tmp/git.Dn5XB5/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.668 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.668 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.672 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.673 | 52374 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.674 | 50482 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.674 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.674 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.674 | 50482 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.674 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2kHD0G +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.677 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.677 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.677 | 52376 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.678 | 50482 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.678 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.678 | 50482 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.678 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.679 | 52373 | Marked run 94 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.679 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.679 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S4tThd +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.681 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.682 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.684 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.685 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.694 | 52375 | Marked run 95 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.695 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.701 | 50483 | Recursively removing directory: /tmp/git.S4tThd/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.702 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.702 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.705 | 50486 | Recursively removing directory: /tmp/git.2kHD0G/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.706 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.706 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.707 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.711 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.712 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.712 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.715 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.715 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.720 | 52394 | Added a new worker 14 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.721 | 50482 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.721 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.721 | 50482 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.721 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RH5xbR +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.721 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.722 | 52393 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.722 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.i4moXr +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.722 | 50482 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.722 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.722 | 50482 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.722 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.727 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.728 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.728 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.730 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.735 | 52391 | Marked run 97 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.735 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.741 | 52392 | Marked run 96 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.741 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.746 | 50486 | Recursively removing directory: /tmp/git.RH5xbR/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.747 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.747 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.750 | 50483 | Recursively removing directory: /tmp/git.i4moXr/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.751 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.751 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.752 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.756 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.757 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 52411 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 50482 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.757 | 50482 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.758 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.isqW25 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.761 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.761 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.762 | 52412 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.763 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.764 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.764 | 50482 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.764 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.764 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.765 | 50482 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.765 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w4SdI3 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.780 | 50486 | Recursively removing directory: /tmp/git.isqW25/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.781 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.782 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.782 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.783 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.787 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.789 | 52410 | Marked run 99 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.789 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.793 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.793 | 52428 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.793 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.793 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.796 | 50482 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.796 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.796 | 50482 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.797 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GDaPTN +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.801 | 52409 | Marked run 98 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.802 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.805 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.806 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.808 | 50483 | Recursively removing directory: /tmp/git.w4SdI3/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.809 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.809 | 50483 | Process output: 415086 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.813 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.817 | 52421 | Marked run 100 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.817 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.818 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.818 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.818 | 52433 | Added a new worker 10 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.819 | 50482 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.819 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.819 | 50482 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.819 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.819 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FjJD98 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.830 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.831 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.833 | 50486 | Recursively removing directory: /tmp/git.GDaPTN/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.834 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.834 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.836 | 52432 | Marked run 101 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.837 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.840 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.848 | 50483 | Recursively removing directory: /tmp/git.FjJD98/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.849 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.849 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.853 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.856 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.856 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.860 | 52446 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.861 | 50482 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.861 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.861 | 50482 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.861 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.861 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lL4HpH +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.862 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.867 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.867 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.868 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.868 | 52448 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.869 | 50482 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.869 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.869 | 52445 | Marked run 102 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.869 | 50482 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.869 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.869 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bwaJPd +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.870 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.883 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.884 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.889 | 52447 | Marked run 103 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.890 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.900 | 50486 | Recursively removing directory: /tmp/git.lL4HpH/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.905 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.901 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.901 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.910 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.911 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.903 | 50483 | Recursively removing directory: /tmp/git.bwaJPd/ +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.905 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.905 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.912 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.912 | 52465 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.913 | 50482 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.913 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.913 | 50482 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.913 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.913 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6VCqTp +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.915 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 52466 | Added a new worker 12 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 50482 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 50482 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.915 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.915 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AW8YGO +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.923 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.924 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.929 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.931 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.937 | 52463 | Marked run 104 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.938 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.943 | 50483 | Recursively removing directory: /tmp/git.AW8YGO/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.945 | 52464 | Marked run 105 as finished +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.945 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.945 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.945 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.950 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.953 | 50483 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.953 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.960 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.954 | 50486 | Recursively removing directory: /tmp/git.6VCqTp/ +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.956 | 50486 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.956 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.961 | 52482 | Added a new worker 13 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.961 | 50482 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.961 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.961 | 50482 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.961 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.961 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ERqc2w +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.965 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.967 | 50483 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.967 | 50486 | Waiting for a new command +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.968 | 50483 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.969 | 52484 | Added a new worker 8 to the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.975 | 52481 | Marked run 107 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.975 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.975 | 50482 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.975 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.975 | 50482 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.976 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iFsBb9 +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.976 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.982 | 50486 | Checking out revision HEAD +2023-08-28 07:32:51 | INFO | 50486/cimple-worker: 2023-08-28 07:32:51.983 | 50486 | Going to run: ./ci +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.988 | 50483 | Recursively removing directory: /tmp/git.ERqc2w/ +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.990 | 52483 | Marked run 106 as finished +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.993 | 50480 | Waiting for new connections +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.991 | 50483 | Process exit code: 0 +2023-08-28 07:32:51 | INFO | 50483/cimple-worker: 2023-08-28 07:32:51.991 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:51 | INFO | 50480/cimple-server: 2023-08-28 07:32:51.996 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.001 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.001 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.001 | 52500 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.001 | 50482 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.002 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.002 | 50482 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.002 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0zoGV1 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.003 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.009 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.013 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.017 | 50486 | Recursively removing directory: /tmp/git.iFsBb9/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.019 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.019 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.023 | 52499 | Marked run 108 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.023 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.024 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.028 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.028 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.029 | 50483 | Recursively removing directory: /tmp/git.0zoGV1/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.031 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.031 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.032 | 52509 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.032 | 50482 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.032 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.032 | 50482 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.033 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VHyu5B +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.034 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.035 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.039 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.040 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.041 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.048 | 52511 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.050 | 50482 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.050 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.050 | 50482 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.050 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.050 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.k9Lgoo +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.050 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.056 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.057 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.059 | 52508 | Marked run 109 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.060 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.067 | 52510 | Marked run 110 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.068 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.071 | 50486 | Recursively removing directory: /tmp/git.VHyu5B/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.072 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.072 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.076 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.078 | 50483 | Recursively removing directory: /tmp/git.k9Lgoo/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.079 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.079 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.080 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.080 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.084 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.090 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.090 | 52527 | Added a new worker 15 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.090 | 50482 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.090 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.090 | 50482 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.091 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z4z5Mn +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.091 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.091 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.091 | 52529 | Added a new worker 8 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.091 | 50482 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.091 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.091 | 50482 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.092 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aPljLs +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.094 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.095 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.096 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.097 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.098 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.100 | 52526 | Marked run 111 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.100 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.114 | 50483 | Recursively removing directory: /tmp/git.aPljLs/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.115 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.115 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.117 | 52528 | Marked run 112 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.118 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.119 | 50486 | Recursively removing directory: /tmp/git.z4z5Mn/ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.121 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.121 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.121 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.125 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.126 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.129 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.130 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 52546 | Added a new worker 14 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 50482 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 50482 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.130 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.130 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.smre0B +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.131 | 52547 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.131 | 50482 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.131 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.131 | 50482 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.131 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.t1ZdOn +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.132 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.145 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.146 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.148 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.148 | 52544 | Marked run 114 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.148 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.149 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.155 | 52545 | Marked run 113 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.156 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.167 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.162 | 50483 | Recursively removing directory: /tmp/git.smre0B/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.163 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.163 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.172 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.172 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.172 | 52563 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.173 | 50482 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.173 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.173 | 50482 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.173 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.I59wyH +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.174 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.176 | 50486 | Recursively removing directory: /tmp/git.t1ZdOn/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.177 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.177 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.184 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.189 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.189 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.189 | 52565 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.189 | 50482 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.189 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.189 | 52562 | Marked run 115 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.190 | 50482 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.190 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.190 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.190 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GVeWS0 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.191 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.192 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.195 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.196 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.203 | 52564 | Marked run 116 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.203 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.212 | 50483 | Recursively removing directory: /tmp/git.I59wyH/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.214 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.214 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.216 | 50486 | Recursively removing directory: /tmp/git.GVeWS0/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.218 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.218 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.221 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.222 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.222 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.222 | 52581 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.222 | 50482 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.222 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.222 | 50482 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.222 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sg0JSJ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.223 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.225 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.227 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.228 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.232 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.236 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.239 | 52586 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.239 | 50482 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.239 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.239 | 50482 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.239 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zEpZMJ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.247 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.251 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.253 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.259 | 52582 | Marked run 118 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.260 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.260 | 50483 | Recursively removing directory: /tmp/git.sg0JSJ/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.261 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.261 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.267 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.268 | 52580 | Marked run 117 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.269 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.271 | 50486 | Recursively removing directory: /tmp/git.zEpZMJ/ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.272 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.273 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.273 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.274 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.278 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.278 | 52599 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.278 | 50482 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.278 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.278 | 50482 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.279 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.66jqgD +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.280 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.284 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.284 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.285 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.288 | 52601 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.284 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.288 | 50482 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.288 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.288 | 50482 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.289 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fJgP6R +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.289 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.297 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.298 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.299 | 52598 | Marked run 119 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.299 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.304 | 52600 | Marked run 120 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.304 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.311 | 50483 | Recursively removing directory: /tmp/git.66jqgD/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.313 | 50486 | Recursively removing directory: /tmp/git.fJgP6R/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.314 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.314 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.313 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.313 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.318 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.318 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.322 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.322 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.328 | 52618 | Added a new worker 14 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.328 | 50482 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.328 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.329 | 50482 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.329 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yrTVLN +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.334 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.334 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.335 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.346 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.347 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.347 | 52617 | Marked run 122 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.347 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.348 | 52620 | Added a new worker 8 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.348 | 50482 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.348 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.348 | 50482 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.349 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.348 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ozF72G +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.355 | 52616 | Marked run 121 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.356 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.356 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.357 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.360 | 50486 | Recursively removing directory: /tmp/git.yrTVLN/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.361 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.361 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.365 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.370 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.372 | 50483 | Recursively removing directory: /tmp/git.ozF72G/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.373 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.373 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.376 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.377 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.42g57x +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.376 | 52635 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.376 | 50482 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.376 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.376 | 50482 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.377 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.378 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.381 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.382 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.383 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.383 | 52638 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.384 | 50482 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.384 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.384 | 50482 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.383 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.384 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.390 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w2OBiL +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.402 | 52634 | Marked run 123 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.403 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.405 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.406 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.414 | 52636 | Marked run 124 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.415 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.416 | 50486 | Recursively removing directory: /tmp/git.42g57x/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.417 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.417 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.422 | 50483 | Recursively removing directory: /tmp/git.w2OBiL/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.423 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.423 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.425 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.426 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.426 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.427 | 52653 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.427 | 50482 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.427 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.427 | 50482 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.427 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xo9uV6 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.428 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.429 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.433 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.434 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.437 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.438 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.444 | 52656 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.444 | 50482 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.444 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.444 | 50482 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.444 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.y42JyS +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.445 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.450 | 52652 | Marked run 125 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.451 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.451 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.452 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.456 | 52654 | Marked run 126 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.457 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.463 | 50486 | Recursively removing directory: /tmp/git.xo9uV6/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.465 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.465 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.468 | 50483 | Recursively removing directory: /tmp/git.y42JyS/ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.469 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.473 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.474 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.474 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.469 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.469 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 52672 | Added a new worker 14 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 50482 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 50482 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.478 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.478 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mebbmq +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.478 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.479 | 52673 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.479 | 50482 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.479 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.479 | 50482 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.479 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LKmcLW +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.480 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.485 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.485 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.486 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.486 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.497 | 52670 | Marked run 127 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.498 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.502 | 52671 | Marked run 128 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.502 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.508 | 50483 | Recursively removing directory: /tmp/git.LKmcLW/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.510 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.510 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.512 | 50486 | Recursively removing directory: /tmp/git.mebbmq/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.514 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.514 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.515 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.518 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.520 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.520 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.520 | 52690 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.520 | 50482 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.520 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.520 | 50482 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.521 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gm2Xe1 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.522 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.522 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.522 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.523 | 52691 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.526 | 50482 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.526 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.526 | 50482 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.526 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.J9IVXr +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.526 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.528 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.528 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.542 | 50483 | Recursively removing directory: /tmp/git.Gm2Xe1/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.543 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.544 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.544 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.544 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.549 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.550 | 52689 | Marked run 129 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.550 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.554 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.554 | 52688 | Marked run 130 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.554 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.556 | 52701 | Added a new worker 6 to the queue +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.556 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.557 | 50482 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.557 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.557 | 50482 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.557 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.557 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2v5OcK +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.563 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.564 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.573 | 52700 | Marked run 131 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.574 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.579 | 50486 | Recursively removing directory: /tmp/git.J9IVXr/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.580 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.580 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.584 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.585 | 50483 | Recursively removing directory: /tmp/git.2v5OcK/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.586 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.586 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.589 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.589 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.589 | 52716 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.589 | 50482 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.589 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.589 | 50482 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.590 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qhh51q +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.590 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.591 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.600 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.600 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.601 | 52718 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.601 | 50482 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.601 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.601 | 50482 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.601 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.602 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xL03vD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.603 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.604 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.607 | 52715 | Marked run 132 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.608 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.612 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.614 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.617 | 52717 | Marked run 133 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.617 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.628 | 50486 | Recursively removing directory: /tmp/git.qhh51q/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.630 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.630 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.631 | 50483 | Recursively removing directory: /tmp/git.xL03vD/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.632 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.632 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.634 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.636 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.639 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.639 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.641 | 52735 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.641 | 50482 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.641 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.641 | 50482 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.645 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.641 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.650 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HNsyrs +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.650 | 52736 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.651 | 50482 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.651 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.651 | 50482 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.651 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nHVl02 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.657 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.656 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.660 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.665 | 52734 | Marked run 135 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.666 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.667 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.668 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.674 | 52733 | Marked run 134 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.674 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.678 | 50483 | Recursively removing directory: /tmp/git.nHVl02/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.680 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.680 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.685 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.690 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.694 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.697 | 50486 | Recursively removing directory: /tmp/git.HNsyrs/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.698 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.698 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.700 | 52752 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.700 | 50482 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.700 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.700 | 50482 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.701 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.702 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.704 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0OrSte +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.706 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 52754 | Added a new worker 14 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 50482 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.707 | 50482 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.707 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.b2fIWC +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.711 | 52749 | Marked run 137 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.712 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.714 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.715 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.721 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.722 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.726 | 52753 | Marked run 136 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.727 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.733 | 50486 | Recursively removing directory: /tmp/git.b2fIWC/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.737 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.737 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.739 | 50483 | Recursively removing directory: /tmp/git.0OrSte/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.740 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.740 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.742 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.745 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.748 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 52771 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 50482 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.748 | 50482 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.749 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A30OmU +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.754 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.756 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.757 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.763 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.763 | 52772 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.763 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.763 | 50482 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.763 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.763 | 50482 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.763 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.let7je +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.772 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.773 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.774 | 52770 | Marked run 138 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.774 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.779 | 52769 | Marked run 139 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.780 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.776 | 50486 | Recursively removing directory: /tmp/git.A30OmU/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.778 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.778 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.782 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.787 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.788 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.796 | 52786 | Added a new worker 11 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.796 | 50482 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.796 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.796 | 50482 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.797 | 50483 | Recursively removing directory: /tmp/git.let7je/ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.797 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.797 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Glwlq2 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.799 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.799 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.804 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.805 | 52782 | Marked run 140 as finished +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.809 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.809 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.809 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.809 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.811 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.812 | 52790 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.812 | 50482 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.812 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.813 | 50482 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.813 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lE3DGu +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.814 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.820 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.821 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.828 | 50486 | Recursively removing directory: /tmp/git.Glwlq2/ +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.828 | 52789 | Marked run 141 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.829 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.829 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.829 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.833 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.838 | 50483 | Recursively removing directory: /tmp/git.lE3DGu/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.841 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.841 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.840 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.842 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.843 | 52806 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.843 | 50482 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.843 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.843 | 50482 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.844 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MPmkrf +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.845 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.850 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.851 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.851 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.860 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.864 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.864 | 52815 | Added a new worker 13 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.865 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.865 | 50482 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.865 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.865 | 50482 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.865 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3dzY3t +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.866 | 50486 | Recursively removing directory: /tmp/git.MPmkrf/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.868 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.868 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.870 | 52805 | Marked run 142 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.870 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.872 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 52808 | Marked run 143 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 52817 | Added a new worker 10 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 50482 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.878 | 50482 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.878 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.878 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TwFH8m +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.879 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.879 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.883 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.884 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.884 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.885 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.899 | 52816 | Marked run 144 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.900 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.900 | 50486 | Recursively removing directory: /tmp/git.TwFH8m/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.902 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.902 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.906 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.907 | 50483 | Recursively removing directory: /tmp/git.3dzY3t/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.909 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.909 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.910 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.910 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.913 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.913 | 52833 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.917 | 50482 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.917 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.917 | 50482 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.917 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.917 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HZEOWF +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.918 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.917 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.920 | 52835 | Added a new worker 12 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.921 | 50482 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.921 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.921 | 50482 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.921 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IAn3qK +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.922 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.925 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.925 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.931 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.931 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.936 | 52834 | Marked run 145 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.937 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.943 | 52832 | Marked run 146 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.944 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.953 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.948 | 50486 | Recursively removing directory: /tmp/git.HZEOWF/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.949 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.949 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.955 | 50483 | Recursively removing directory: /tmp/git.IAn3qK/ +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.956 | 50483 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.956 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.958 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.958 | 50486 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.961 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.966 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.967 | 52851 | Added a new worker 14 to the queue +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.967 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qrmLoW +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.967 | 50482 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.967 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.967 | 50482 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.972 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.972 | 50483 | Waiting for a new command +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.973 | 52853 | Added a new worker 8 to the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.973 | 50482 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.973 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.973 | 50482 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.973 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4vFAyz +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.974 | 50486 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.975 | 50486 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.975 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.982 | 52850 | Marked run 147 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.983 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.982 | 50483 | Checking out revision HEAD +2023-08-28 07:32:52 | INFO | 50483/cimple-worker: 2023-08-28 07:32:52.984 | 50483 | Going to run: ./ci +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.989 | 52852 | Marked run 148 as finished +2023-08-28 07:32:52 | INFO | 50480/cimple-server: 2023-08-28 07:32:52.989 | 50480 | Waiting for new connections +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.996 | 50486 | Recursively removing directory: /tmp/git.qrmLoW/ +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.997 | 50486 | Process exit code: 0 +2023-08-28 07:32:52 | INFO | 50486/cimple-worker: 2023-08-28 07:32:52.997 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.003 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.005 | 50483 | Recursively removing directory: /tmp/git.4vFAyz/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.007 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.007 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.011 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.012 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.017 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.011 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.019 | 52869 | Added a new worker 15 to the queue +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.020 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.020 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3Iyd8v +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.021 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aSDcK5 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.019 | 50482 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.019 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.019 | 50482 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.020 | 52871 | Added a new worker 15 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.020 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.020 | 50482 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.021 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.021 | 50482 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.022 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.027 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.028 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.031 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.032 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.035 | 52868 | Marked run 149 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.036 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.041 | 52870 | Marked run 150 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.042 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.047 | 50486 | Recursively removing directory: /tmp/git.3Iyd8v/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.048 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.048 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.052 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.053 | 50483 | Recursively removing directory: /tmp/git.aSDcK5/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.054 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.054 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.058 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.058 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.058 | 52887 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.058 | 50482 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.058 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.058 | 50482 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.058 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oDDfPL +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.059 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.059 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.063 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.064 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.067 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.072 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.072 | 52889 | Added a new worker 12 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.073 | 50482 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.073 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.073 | 50482 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.073 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3kOkky +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.074 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.085 | 52886 | Marked run 151 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.085 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.085 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.085 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.095 | 52888 | Marked run 152 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.095 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.097 | 50486 | Recursively removing directory: /tmp/git.oDDfPL/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.098 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.098 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.104 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.106 | 50483 | Recursively removing directory: /tmp/git.3kOkky/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.107 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.107 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.111 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.111 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.112 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.116 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.117 | 52905 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.120 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 52907 | Added a new worker 16 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50482 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.121 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.121 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TUtqYY +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.127 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gHskZB +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.128 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.129 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.134 | 52904 | Marked run 153 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.135 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.139 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.140 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.144 | 52906 | Marked run 154 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.144 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.145 | 50486 | Recursively removing directory: /tmp/git.TUtqYY/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.147 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.147 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.151 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.155 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.155 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.156 | 52923 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.156 | 50482 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.156 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.156 | 50482 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.156 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bssJKm +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.161 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.164 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.161 | 50483 | Recursively removing directory: /tmp/git.gHskZB/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.162 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.162 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.165 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.167 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.178 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.179 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.180 | 52932 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.180 | 50482 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.180 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.180 | 50482 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.180 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V6WXKB +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.181 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.183 | 52922 | Marked run 155 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.183 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.188 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.191 | 52925 | Marked run 156 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.191 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.192 | 50486 | Recursively removing directory: /tmp/git.bssJKm/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.192 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.193 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.193 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.198 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.206 | 50483 | Recursively removing directory: /tmp/git.V6WXKB/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.207 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.207 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.207 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.212 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.213 | 52941 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.213 | 50482 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.213 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.213 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.213 | 50482 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.213 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aBFrkl +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.216 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.220 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.220 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.221 | 52943 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.221 | 50482 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.221 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.221 | 50482 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.221 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eMESyg +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.222 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.228 | 52938 | Marked run 157 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.228 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.229 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.231 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.232 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.234 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.237 | 52942 | Marked run 158 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.238 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.249 | 50486 | Recursively removing directory: /tmp/git.aBFrkl/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.251 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.251 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.252 | 50483 | Recursively removing directory: /tmp/git.eMESyg/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.253 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.253 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.255 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.258 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.260 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.260 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.263 | 52960 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.263 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.263 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.263 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.263 | 52961 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50482 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.264 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.x0b8C3 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.264 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.265 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YwQ7fa +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.270 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.271 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.273 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.273 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.290 | 50483 | Recursively removing directory: /tmp/git.x0b8C3/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.292 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.292 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.297 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.306 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.301 | 50486 | Recursively removing directory: /tmp/git.YwQ7fa/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.302 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.302 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.309 | 52958 | Marked run 159 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.310 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.312 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.312 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.313 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.313 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.313 | 52978 | Added a new worker 17 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.313 | 50482 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.313 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.313 | 50482 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.313 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PZiPtV +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 52959 | Marked run 160 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 52979 | Added a new worker 6 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 50482 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.314 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.315 | 50482 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.315 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6a3oU9 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.316 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.321 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.321 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.324 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.325 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.335 | 52976 | Marked run 162 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.335 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.339 | 52977 | Marked run 161 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.339 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.342 | 50483 | Recursively removing directory: /tmp/git.PZiPtV/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.344 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.344 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.343 | 50486 | Recursively removing directory: /tmp/git.6a3oU9/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.345 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.345 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.349 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.351 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.354 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.354 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.356 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 52996 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 52997 | Added a new worker 15 to the queue +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.356 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wLoAL5 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.356 | 50482 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.358 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.358 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T8jRXt +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.361 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.362 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.373 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.375 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.380 | 50483 | Recursively removing directory: /tmp/git.wLoAL5/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.381 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.381 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.389 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.395 | 52995 | Marked run 163 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.395 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.400 | 52994 | Marked run 164 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.401 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.408 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.408 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.409 | 53013 | Added a new worker 9 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.409 | 50482 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.409 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.409 | 50482 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.409 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.409 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0kpAAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.410 | 50486 | Recursively removing directory: /tmp/git.T8jRXt/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.412 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.412 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.416 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.420 | 53006 | Marked run 166 as finished +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.420 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.420 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.421 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.422 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.422 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.428 | 53015 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.429 | 50482 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.429 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.429 | 50482 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.429 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PkoGlP +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.430 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.436 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.438 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.439 | 53014 | Marked run 165 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.439 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.444 | 50483 | Recursively removing directory: /tmp/git.0kpAAD/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.445 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.445 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.450 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.453 | 50486 | Recursively removing directory: /tmp/git.PkoGlP/ +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.455 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.455 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.455 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.455 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.460 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.464 | 53031 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.464 | 50482 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.464 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.464 | 50482 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.464 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2q1jKb +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.465 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.469 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.469 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.470 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.471 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.471 | 53033 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.471 | 50482 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.471 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.471 | 50482 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.472 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KTr6Xl +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.473 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.475 | 53030 | Marked run 167 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.475 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.478 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.479 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.486 | 53032 | Marked run 168 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.487 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.489 | 50483 | Recursively removing directory: /tmp/git.2q1jKb/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.490 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.490 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.494 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.497 | 50486 | Recursively removing directory: /tmp/git.KTr6Xl/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.498 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.498 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.499 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.500 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.507 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.508 | 53049 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.509 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4sWB2U +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.509 | 50482 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.509 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.509 | 50482 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.509 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.513 | 53048 | Marked run 169 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.514 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.515 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.515 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.515 | 53051 | Added a new worker 8 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.515 | 50482 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.515 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.515 | 50482 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.516 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RD8Cu8 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.517 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.519 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.522 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.523 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.524 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.529 | 53050 | Marked run 170 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.530 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.536 | 50483 | Recursively removing directory: /tmp/git.4sWB2U/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.537 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.537 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.541 | 50486 | Recursively removing directory: /tmp/git.RD8Cu8/ +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.541 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.542 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.542 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.546 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.546 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.547 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.551 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.552 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.552 | 53067 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.552 | 50482 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.552 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.552 | 50482 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.553 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WW5b7E +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.554 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.556 | 53069 | Added a new worker 8 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.556 | 50482 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.556 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.556 | 50482 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.557 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7iRphk +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.558 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.558 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.562 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.562 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.563 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.569 | 53066 | Marked run 171 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.569 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.575 | 53068 | Marked run 172 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.575 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.581 | 50483 | Recursively removing directory: /tmp/git.WW5b7E/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.582 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.582 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.585 | 50486 | Recursively removing directory: /tmp/git.7iRphk/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.586 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.586 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.586 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.590 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.591 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.591 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.595 | 53086 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.595 | 50482 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.595 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.595 | 50482 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.596 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.596 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aGUvcR +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.595 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.596 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.596 | 53087 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.597 | 50482 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.597 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.597 | 50482 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.597 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V4fCF3 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.598 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.603 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.604 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.604 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.606 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.615 | 53084 | Marked run 173 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.616 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.619 | 53085 | Marked run 174 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.620 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.625 | 50483 | Recursively removing directory: /tmp/git.aGUvcR/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.626 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.626 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.631 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.633 | 50486 | Recursively removing directory: /tmp/git.V4fCF3/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.634 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.634 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.639 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.639 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.639 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.644 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.644 | 53104 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.645 | 50482 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.645 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.645 | 50482 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.645 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Rap6ms +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.645 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.645 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.650 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.651 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.653 | 53105 | Added a new worker 11 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.653 | 50482 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.653 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.653 | 50482 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.653 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.L1tA4p +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.653 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.661 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.662 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.664 | 53102 | Marked run 175 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.664 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.669 | 53103 | Marked run 176 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.670 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.677 | 50483 | Recursively removing directory: /tmp/git.Rap6ms/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.679 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.679 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.683 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.684 | 50486 | Recursively removing directory: /tmp/git.L1tA4p/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.687 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.687 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.685 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.685 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.690 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.695 | 53121 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.695 | 50482 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.695 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.695 | 50482 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.696 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.696 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jBznHz +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 53123 | Added a new worker 8 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50482 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.696 | 50482 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.697 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BToRV3 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.702 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.703 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.706 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.707 | 53120 | Marked run 177 as finished +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.708 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.708 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.714 | 53122 | Marked run 178 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.715 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.724 | 50483 | Recursively removing directory: /tmp/git.jBznHz/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.725 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.725 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.726 | 50486 | Recursively removing directory: /tmp/git.BToRV3/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.727 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.727 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.731 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.731 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.735 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.735 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.736 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.736 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.736 | 53141 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.736 | 50482 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.736 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.737 | 50482 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.737 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TvNbLN +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.738 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.739 | 53140 | Added a new worker 12 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.740 | 50482 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.740 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.740 | 50482 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.740 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iqfD63 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.743 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.745 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.746 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.751 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.746 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.757 | 53139 | Marked run 180 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.758 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.766 | 53138 | Marked run 179 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.767 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.768 | 50483 | Recursively removing directory: /tmp/git.TvNbLN/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.771 | 50486 | Recursively removing directory: /tmp/git.iqfD63/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.769 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.770 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.772 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.772 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.775 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.776 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.779 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.780 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.780 | 53158 | Added a new worker 14 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.780 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 53159 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.781 | 50482 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.782 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.782 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.03kCdC +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.783 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BINUT3 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.788 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.789 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.793 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.794 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.802 | 53156 | Marked run 181 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.803 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.809 | 53157 | Marked run 182 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.809 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.811 | 50483 | Recursively removing directory: /tmp/git.BINUT3/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.812 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.812 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.816 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.821 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.822 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.822 | 53175 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.822 | 50482 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.822 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.822 | 50482 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.822 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SFa5RG +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.823 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.826 | 50486 | Recursively removing directory: /tmp/git.03kCdC/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.829 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.829 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.829 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.830 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.834 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.846 | 53174 | Marked run 183 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.846 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.847 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.847 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.847 | 53182 | Added a new worker 10 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.847 | 50482 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.847 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.847 | 50482 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.848 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.agC8e2 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.848 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.855 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.855 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.856 | 53177 | Marked run 184 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.857 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.861 | 50483 | Recursively removing directory: /tmp/git.SFa5RG/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.863 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.863 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.867 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.871 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.871 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.872 | 50486 | Recursively removing directory: /tmp/git.agC8e2/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.873 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.873 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.877 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.883 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.887 | 53193 | Added a new worker 15 to the queue +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.888 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.889 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EAJI33 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.888 | 50482 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.888 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.888 | 50482 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.888 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.891 | 53195 | Added a new worker 8 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.892 | 50482 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.892 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.892 | 50482 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.893 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.F41Uk7 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.895 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.896 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.897 | 53192 | Marked run 185 as finished +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.897 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.901 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.905 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.906 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.909 | 53194 | Marked run 186 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.909 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.911 | 50483 | Recursively removing directory: /tmp/git.EAJI33/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.913 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.913 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.918 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.923 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.924 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.928 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.922 | 50486 | Recursively removing directory: /tmp/git.F41Uk7/ +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.924 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.924 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.928 | 53211 | Added a new worker 12 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.928 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.928 | 50482 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.928 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.929 | 50482 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.929 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JsNJ93 +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.933 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.935 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.933 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.936 | 50483 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.939 | 53213 | Added a new worker 13 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.939 | 50482 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.939 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.939 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.940 | 50482 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.942 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KgaDaS +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.949 | 53210 | Marked run 187 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.949 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.956 | 50486 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.957 | 50486 | Going to run: ./ci +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.961 | 53212 | Marked run 188 as finished +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.961 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.966 | 50483 | Recursively removing directory: /tmp/git.JsNJ93/ +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.968 | 50483 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.968 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.973 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.975 | 50486 | Recursively removing directory: /tmp/git.KgaDaS/ +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.978 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.977 | 50486 | Process exit code: 0 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.977 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.980 | 50483 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.982 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 53229 | Added a new worker 15 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 50482 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.987 | 50482 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.986 | 50486 | Waiting for a new command +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.987 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cEyceM +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.989 | 53231 | Added a new worker 8 to the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.990 | 50482 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.990 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.990 | 50480 | Waiting for new connections +2023-08-28 07:32:53 | INFO | 50480/cimple-server: 2023-08-28 07:32:53.990 | 50482 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.994 | 50483 | Checking out revision HEAD +2023-08-28 07:32:53 | INFO | 50486/cimple-worker: 2023-08-28 07:32:53.996 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jGryre +2023-08-28 07:32:53 | INFO | 50483/cimple-worker: 2023-08-28 07:32:53.996 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.000 | 53228 | Marked run 189 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.000 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.003 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.005 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.008 | 53230 | Marked run 190 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.008 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.016 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.010 | 50483 | Recursively removing directory: /tmp/git.cEyceM/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.012 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.012 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.021 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.021 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.021 | 53247 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.021 | 50482 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.021 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.021 | 50482 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.022 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tzOboQ +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.023 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.027 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.029 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.028 | 50486 | Recursively removing directory: /tmp/git.jGryre/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.030 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.030 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.034 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.038 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.038 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.040 | 53252 | Added a new worker 13 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.040 | 50482 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.040 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.040 | 50482 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.041 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vzwws2 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.042 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.047 | 53244 | Marked run 191 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.047 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.047 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.048 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.060 | 53251 | Marked run 192 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.060 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.067 | 50486 | Recursively removing directory: /tmp/git.Vzwws2/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.063 | 50483 | Recursively removing directory: /tmp/git.tzOboQ/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.064 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.064 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.068 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.069 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.069 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.073 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.073 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.078 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.078 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 53267 | Added a new worker 14 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 53265 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.079 | 50482 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.080 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.077 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.080 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S4jpwd +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.079 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ujtchO +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.085 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.086 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.089 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.092 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.095 | 53264 | Marked run 193 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.096 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.100 | 53266 | Marked run 194 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.100 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.107 | 50486 | Recursively removing directory: /tmp/git.S4jpwd/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.109 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.109 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.110 | 50483 | Recursively removing directory: /tmp/git.ujtchO/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.111 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.111 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.114 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.115 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.118 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.118 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.119 | 53284 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.119 | 50482 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.119 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.119 | 50482 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.119 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.119 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VCHgMX +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.120 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.124 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.124 | 53285 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.124 | 50482 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.124 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.124 | 50482 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.125 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ng1ysZ +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.126 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.126 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.128 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.133 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.134 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.142 | 53282 | Marked run 195 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.143 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.147 | 53283 | Marked run 196 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.148 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.151 | 50483 | Recursively removing directory: /tmp/git.Ng1ysZ/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.152 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.152 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.155 | 50486 | Recursively removing directory: /tmp/git.VCHgMX/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.157 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.157 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.160 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.161 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.161 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.161 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.161 | 53302 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.162 | 50482 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.162 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.162 | 50482 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.162 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OlWASw +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.162 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.166 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.168 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.169 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.170 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.182 | 53303 | Added a new worker 13 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.182 | 50482 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.182 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.182 | 50482 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.183 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.adHT4j +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.184 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.188 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.189 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.189 | 50483 | Recursively removing directory: /tmp/git.OlWASw/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.191 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.191 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.194 | 53301 | Marked run 197 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.195 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.196 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.200 | 53300 | Marked run 198 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.200 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.200 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.200 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.201 | 53314 | Added a new worker 8 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.201 | 50482 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.201 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.201 | 50482 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.201 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4BohRw +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.201 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.215 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.217 | 53312 | Marked run 199 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.218 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.218 | 50486 | Recursively removing directory: /tmp/git.adHT4j/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.219 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.219 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.219 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.224 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.228 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.228 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.236 | 53326 | Added a new worker 11 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.236 | 50482 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.236 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.236 | 50482 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.236 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.236 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5uGZkb +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.239 | 50483 | Recursively removing directory: /tmp/git.4BohRw/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.241 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.241 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.244 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.245 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.245 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 53323 | Marked run 200 as finished +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.249 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 53331 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 50482 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.249 | 50482 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.250 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kZWstb +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.250 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.250 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.254 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.255 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.265 | 53329 | Marked run 201 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.266 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.269 | 50483 | Recursively removing directory: /tmp/git.kZWstb/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.278 | 50486 | Recursively removing directory: /tmp/git.5uGZkb/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.278 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.278 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.283 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.284 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.284 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.287 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.287 | 53346 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.287 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.288 | 50482 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.288 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.288 | 50482 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.287 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.288 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rPxrWz +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.290 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.293 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.294 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.304 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.300 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.306 | 53355 | Added a new worker 13 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.307 | 50482 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.307 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.307 | 50482 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.308 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Sn6ELk +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.308 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.313 | 50483 | Recursively removing directory: /tmp/git.rPxrWz/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.314 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.315 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.315 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.316 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.319 | 53345 | Marked run 203 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.319 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.320 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.323 | 53347 | Marked run 202 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.323 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.324 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.328 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.329 | 53362 | Added a new worker 9 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.330 | 50482 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.330 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.330 | 50482 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.330 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eYryUx +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.331 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.337 | 53357 | Marked run 204 as finished +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.337 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.338 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.339 | 50486 | Recursively removing directory: /tmp/git.Sn6ELk/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.340 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.340 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.339 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.345 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.350 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.350 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.356 | 53373 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.356 | 50483 | Recursively removing directory: /tmp/git.eYryUx/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.358 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.358 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.360 | 50482 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.360 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.361 | 50482 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.361 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.361 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CYkgxM +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.363 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.366 | 53368 | Marked run 205 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.367 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.367 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.368 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.368 | 53375 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.368 | 50482 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.368 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.368 | 50482 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.368 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rduBv6 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.369 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.370 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.371 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.373 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.374 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.384 | 53374 | Marked run 206 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.385 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.391 | 50483 | Recursively removing directory: /tmp/git.rduBv6/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.393 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.393 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.399 | 50486 | Recursively removing directory: /tmp/git.CYkgxM/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.400 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.400 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.400 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.404 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.404 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.405 | 53392 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.405 | 50482 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.405 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.405 | 50482 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.404 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.405 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BxsKgO +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.406 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.409 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.410 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.410 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.411 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.416 | 53393 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.416 | 50482 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.416 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.416 | 50482 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.417 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.417 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.p7sAVD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.422 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.422 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.427 | 53391 | Marked run 207 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.428 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.436 | 50483 | Recursively removing directory: /tmp/git.BxsKgO/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.439 | 50486 | Recursively removing directory: /tmp/git.p7sAVD/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.440 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.440 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.437 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.437 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.444 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.445 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.449 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.450 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 53411 | Added a new worker 17 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 50482 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.450 | 50482 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.451 | 53390 | Marked run 208 as finished +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.451 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NJti5t +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.451 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.451 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.451 | 53410 | Added a new worker 6 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.451 | 50482 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.452 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.452 | 50482 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.452 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zBzl6i +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.453 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.457 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.458 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.469 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.470 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.475 | 50486 | Recursively removing directory: /tmp/git.zBzl6i/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.476 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.476 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.478 | 53408 | Marked run 210 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.478 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.482 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.482 | 53409 | Marked run 209 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.483 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.487 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.490 | 50483 | Recursively removing directory: /tmp/git.NJti5t/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.491 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.491 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.492 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.492 | 53427 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.492 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.493 | 50482 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.493 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.493 | 50482 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.493 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MeY6RK +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.498 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.500 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.501 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.503 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.503 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.506 | 53430 | Added a new worker 13 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.506 | 50482 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.506 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.506 | 50482 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.506 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q26UOE +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.507 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.507 | 53426 | Marked run 212 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.507 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.511 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.512 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.517 | 53428 | Marked run 211 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.518 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.523 | 50486 | Recursively removing directory: /tmp/git.MeY6RK/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.525 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.525 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.530 | 50483 | Recursively removing directory: /tmp/git.Q26UOE/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.531 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.531 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.536 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 53445 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50482 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.536 | 50482 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.536 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9NlqCh +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.539 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.541 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.542 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.542 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.543 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.544 | 53447 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.544 | 50482 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.544 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.544 | 50482 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.545 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.545 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UG6Sd5 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.554 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.555 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.560 | 53446 | Marked run 214 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.560 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.564 | 53444 | Marked run 213 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.565 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.567 | 50486 | Recursively removing directory: /tmp/git.9NlqCh/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.568 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.568 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.573 | 50483 | Recursively removing directory: /tmp/git.UG6Sd5/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.574 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.574 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.577 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.577 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.577 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.579 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.583 | 53463 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.583 | 50482 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.583 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.583 | 50482 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.583 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.585 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.588 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pkfAof +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.595 | 53462 | Marked run 215 as finished +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.595 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.595 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.596 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.597 | 53465 | Added a new worker 7 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.597 | 50482 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.597 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.598 | 50482 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.598 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uQLajK +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.598 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.602 | 53464 | Marked run 216 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.603 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.604 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.605 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.624 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.619 | 50486 | Recursively removing directory: /tmp/git.pkfAof/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.620 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.620 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.627 | 50483 | Recursively removing directory: /tmp/git.uQLajK/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.629 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.629 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.629 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.630 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.633 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.637 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.637 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.637 | 53481 | Added a new worker 14 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.637 | 50482 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.637 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.637 | 50482 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.637 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jDmPv4 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.639 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.643 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.644 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.645 | 53483 | Added a new worker 9 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.645 | 50482 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.645 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.645 | 50482 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.645 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.b8LnEs +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.645 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.652 | 53482 | Marked run 218 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.653 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.655 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.656 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.658 | 53480 | Marked run 217 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.658 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.665 | 50486 | Recursively removing directory: /tmp/git.jDmPv4/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.667 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.667 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.671 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.675 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.676 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.674 | 50483 | Recursively removing directory: /tmp/git.b8LnEs/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.675 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.675 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 53499 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 50482 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.680 | 50482 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.680 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sP1lh4 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.684 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.684 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.685 | 53501 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.686 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.687 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.687 | 50482 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.687 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.687 | 50482 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.687 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Kqi9NA +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.688 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.701 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.703 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.704 | 53498 | Marked run 219 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.704 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.706 | 50486 | Recursively removing directory: /tmp/git.sP1lh4/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.707 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.707 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.709 | 53500 | Marked run 220 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.709 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.712 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.716 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.716 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.716 | 53517 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.717 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.720 | 50482 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.720 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.720 | 50482 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.721 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.11Y75b +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.725 | 50483 | Recursively removing directory: /tmp/git.Kqi9NA/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.728 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.728 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.728 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.729 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.732 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.737 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.737 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 53514 | Marked run 221 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 53521 | Added a new worker 6 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 50482 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.739 | 50482 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.740 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.744 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HnvyGf +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.750 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.750 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.754 | 50486 | Recursively removing directory: /tmp/git.11Y75b/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.757 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.757 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.758 | 53519 | Marked run 222 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.758 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.761 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.767 | 50483 | Recursively removing directory: /tmp/git.HnvyGf/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.768 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.768 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.769 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.772 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.773 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.776 | 53535 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.776 | 50482 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.776 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.776 | 50482 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.777 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.778 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.778 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6wIM7I +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.779 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.780 | 53537 | Added a new worker 8 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.783 | 50482 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.783 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.783 | 50482 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.783 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.783 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WTnA61 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.784 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.785 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.791 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.793 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.794 | 53534 | Marked run 223 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.795 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.798 | 53536 | Marked run 224 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.799 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.805 | 50486 | Recursively removing directory: /tmp/git.6wIM7I/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.807 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.807 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.811 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.812 | 50483 | Recursively removing directory: /tmp/git.WTnA61/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.813 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.813 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.816 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.816 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.819 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.820 | 53553 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.820 | 50482 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.820 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.820 | 50482 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.821 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AJIjxw +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.822 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.824 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.824 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.829 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.830 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.832 | 53555 | Added a new worker 13 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.832 | 50482 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.832 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.833 | 50482 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.833 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CWsCCE +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.833 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.840 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.840 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.843 | 53552 | Marked run 225 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.845 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.848 | 53554 | Marked run 226 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.849 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.853 | 50486 | Recursively removing directory: /tmp/git.AJIjxw/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.854 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.854 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.858 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.863 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.863 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.868 | 53571 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.868 | 50482 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.868 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.868 | 50482 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.869 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.waeKiG +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.870 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.873 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.874 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.875 | 50483 | Recursively removing directory: /tmp/git.CWsCCE/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.877 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.877 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.881 | 53568 | Marked run 227 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.881 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.883 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.888 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.888 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.888 | 53580 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.889 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.890 | 50482 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.890 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.890 | 50482 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.890 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CcZ5N2 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.896 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.898 | 50486 | Recursively removing directory: /tmp/git.waeKiG/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.899 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.899 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.899 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.903 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.907 | 53577 | Marked run 228 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.907 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.908 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.908 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.909 | 53587 | Added a new worker 8 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.910 | 50482 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.910 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.910 | 50482 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.910 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OsCBZS +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.911 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.915 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.915 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.922 | 53584 | Marked run 229 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.922 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.923 | 50483 | Recursively removing directory: /tmp/git.CcZ5N2/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.925 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.925 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.929 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.933 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.933 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.931 | 50486 | Recursively removing directory: /tmp/git.OsCBZS/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.932 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.932 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.936 | 53598 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.936 | 50482 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.936 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.936 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.937 | 50482 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.937 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iLAo1P +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.938 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.942 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.942 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.942 | 53600 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.942 | 50482 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.942 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.942 | 50482 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.942 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qNHdip +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.943 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.948 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.949 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.952 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.954 | 50486 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.966 | 50483 | Recursively removing directory: /tmp/git.iLAo1P/ +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.968 | 50483 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.968 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.969 | 53597 | Marked run 230 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.970 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.973 | 53599 | Marked run 231 as finished +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.974 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.975 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.975 | 50486 | Recursively removing directory: /tmp/git.qNHdip/ +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.977 | 50486 | Process exit code: 0 +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.977 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.980 | 50483 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 53616 | Added a new worker 10 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 50482 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.980 | 50482 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.981 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.k7qoVg +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.981 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.985 | 50486 | Waiting for a new command +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.985 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.985 | 53618 | Added a new worker 12 to the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.986 | 50482 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.986 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.986 | 50482 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:54 | INFO | 50480/cimple-server: 2023-08-28 07:32:54.986 | 50480 | Waiting for new connections +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.986 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vjob2B +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.987 | 50483 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50483/cimple-worker: 2023-08-28 07:32:54.988 | 50483 | Going to run: ./ci +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.992 | 50486 | Checking out revision HEAD +2023-08-28 07:32:54 | INFO | 50486/cimple-worker: 2023-08-28 07:32:54.993 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.007 | 53615 | Marked run 232 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.008 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.013 | 50486 | Recursively removing directory: /tmp/git.Vjob2B/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.014 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.014 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.017 | 53617 | Marked run 233 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.017 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.020 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.022 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.024 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.017 | 50483 | Recursively removing directory: /tmp/git.k7qoVg/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.018 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.018 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.024 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.026 | 53635 | Added a new worker 14 to the queue +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.026 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 53636 | Added a new worker 15 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.027 | 50482 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.027 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U3xB2n +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.028 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.028 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.028 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RFLcUm +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.037 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.037 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.038 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.039 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.048 | 53633 | Marked run 235 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.048 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.054 | 53634 | Marked run 234 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.054 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.056 | 50486 | Recursively removing directory: /tmp/git.U3xB2n/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.057 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.057 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.061 | 50483 | Recursively removing directory: /tmp/git.RFLcUm/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.062 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.062 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.062 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.067 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.070 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.070 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.072 | 53652 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.072 | 50482 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.072 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.072 | 50482 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.073 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IVm8pc +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.074 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.085 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.086 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.087 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.087 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.088 | 53654 | Added a new worker 14 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.088 | 50482 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.088 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.088 | 50482 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.088 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zDc2lt +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.090 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.092 | 53651 | Marked run 236 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.092 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.096 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.097 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.100 | 53653 | Marked run 237 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.101 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.106 | 50486 | Recursively removing directory: /tmp/git.IVm8pc/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.107 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.107 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.112 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.116 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.116 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.121 | 53670 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.121 | 50482 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.121 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.121 | 50482 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.122 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Xan0Db +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.123 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.134 | 50483 | Recursively removing directory: /tmp/git.zDc2lt/ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.136 | 53669 | Marked run 238 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.137 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.136 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.136 | 50483 | Process output: 415086 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.138 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.139 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.141 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.145 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.145 | 53674 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.145 | 50482 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.145 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.145 | 50482 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.145 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.146 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ypbJ6L +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.147 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.150 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.151 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.159 | 53672 | Marked run 239 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.159 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.163 | 50486 | Recursively removing directory: /tmp/git.Xan0Db/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.164 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.164 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.168 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.168 | 50483 | Recursively removing directory: /tmp/git.ypbJ6L/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.169 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.169 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.173 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.175 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.175 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 53688 | Added a new worker 14 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 50482 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.180 | 50482 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.180 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uTwjSL +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.179 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.184 | 53690 | Added a new worker 8 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.184 | 50482 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.184 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.184 | 50482 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.185 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.185 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sD9Qdj +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.186 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.186 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.193 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.194 | 53687 | Marked run 240 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.194 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.195 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.200 | 53689 | Marked run 241 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.200 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.208 | 50486 | Recursively removing directory: /tmp/git.uTwjSL/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.209 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.209 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.210 | 50483 | Recursively removing directory: /tmp/git.sD9Qdj/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.212 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.212 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.213 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.216 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.217 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 53707 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 50482 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.217 | 50482 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.217 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qvgdYE +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.222 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.222 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.223 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.225 | 53709 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.225 | 50482 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.225 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.225 | 50482 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.226 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.223 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.232 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rN5lbT +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.239 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.240 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.244 | 53705 | Marked run 242 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.245 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.247 | 50486 | Recursively removing directory: /tmp/git.qvgdYE/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.248 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.248 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.252 | 53706 | Marked run 243 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.252 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.253 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.257 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.257 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.262 | 50483 | Recursively removing directory: /tmp/git.rN5lbT/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.264 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.264 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.264 | 53724 | Added a new worker 11 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.265 | 50482 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.265 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.265 | 50482 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.265 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.265 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1Ii2ky +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.269 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.271 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.272 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.274 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.274 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.275 | 53723 | Marked run 244 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.275 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.276 | 53727 | Added a new worker 6 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.276 | 50482 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.276 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.276 | 50482 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.276 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.276 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GonTtL +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.291 | 50486 | Recursively removing directory: /tmp/git.1Ii2ky/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.295 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.295 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.295 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.297 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.299 | 53725 | Marked run 245 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.299 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.300 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.304 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.307 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.312 | 53742 | Added a new worker 11 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.313 | 50482 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.313 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.313 | 50482 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.313 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WoHILb +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.314 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.318 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.316 | 50483 | Recursively removing directory: /tmp/git.GonTtL/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.317 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.317 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.319 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.323 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.325 | 53735 | Marked run 246 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.325 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.327 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.327 | 53747 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.327 | 50482 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.327 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.327 | 50482 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.327 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.327 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7HGs2J +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.329 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.341 | 53744 | Marked run 247 as finished +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.341 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.342 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.342 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.343 | 50486 | Recursively removing directory: /tmp/git.WoHILb/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.344 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.344 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.348 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.352 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.352 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.352 | 53756 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.352 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.353 | 50482 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.353 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.353 | 50482 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.353 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1sfnxC +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.358 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.359 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.374 | 50483 | Recursively removing directory: /tmp/git.7HGs2J/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.375 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.375 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.379 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.384 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.384 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.388 | 53769 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.388 | 50482 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.388 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.388 | 50482 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.389 | 53755 | Marked run 248 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.389 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.389 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l6zJo4 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.390 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.391 | 50486 | Recursively removing directory: /tmp/git.1sfnxC/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.392 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.392 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.401 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.401 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.401 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.407 | 53771 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.407 | 50482 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.408 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.408 | 50482 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.408 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.408 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xZjiLO +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.409 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.411 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.416 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.416 | 53768 | Marked run 249 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.417 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.417 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.422 | 53770 | Marked run 250 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.422 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.428 | 50483 | Recursively removing directory: /tmp/git.l6zJo4/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.430 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.430 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.433 | 50486 | Recursively removing directory: /tmp/git.xZjiLO/ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.434 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.434 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.434 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.440 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.442 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.442 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.448 | 53788 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.448 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pt5o20 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.448 | 50482 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.448 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.448 | 50482 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.448 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.453 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.453 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.454 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.454 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.457 | 53790 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.457 | 50482 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.457 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.457 | 50482 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.457 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hCdIY1 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.458 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.464 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.465 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.466 | 53787 | Marked run 252 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.466 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.471 | 50486 | Recursively removing directory: /tmp/git.pt5o20/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.473 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.473 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.475 | 53786 | Marked run 251 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.475 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.478 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.482 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.483 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.481 | 50483 | Recursively removing directory: /tmp/git.hCdIY1/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.482 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.482 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.487 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.487 | 53805 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.487 | 50482 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.487 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.487 | 50482 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.488 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QQIy3X +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.488 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.491 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.491 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.493 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.497 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.497 | 53807 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.497 | 50482 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.497 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.497 | 50482 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.498 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.498 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.D0ImuP +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.525 | 53804 | Marked run 253 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.525 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.528 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.529 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.530 | 53806 | Marked run 254 as finished +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.530 | 50486 | Recursively removing directory: /tmp/git.QQIy3X/ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.531 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.532 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.532 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.536 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.540 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.540 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.545 | 53823 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.546 | 50483 | Recursively removing directory: /tmp/git.D0ImuP/ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.546 | 50482 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.546 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.546 | 50482 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.546 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.547 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.547 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.548 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.djeWXg +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.554 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.559 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.560 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.560 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.560 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.561 | 53825 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.562 | 50482 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.562 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.562 | 50482 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.562 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.564 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cWJke7 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.564 | 53820 | Marked run 255 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.564 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.572 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.573 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.579 | 50486 | Recursively removing directory: /tmp/git.djeWXg/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.580 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.580 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.583 | 53824 | Marked run 256 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.584 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.585 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.589 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.590 | 53841 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.590 | 50482 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.590 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.590 | 50482 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.590 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.590 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.590 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SJapAm +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.599 | 50483 | Recursively removing directory: /tmp/git.cWJke7/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.600 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.600 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.604 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.609 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.610 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.612 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.614 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.615 | 53844 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.617 | 53837 | Marked run 257 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.618 | 50482 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.618 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.618 | 50482 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.618 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.618 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XTRrXp +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.625 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.626 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.635 | 53842 | Marked run 258 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.635 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.635 | 50486 | Recursively removing directory: /tmp/git.SJapAm/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.637 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.637 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.641 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.645 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.646 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.646 | 53859 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.646 | 50482 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.646 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.646 | 50482 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.646 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LyqO9I +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.647 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.653 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.653 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.660 | 53857 | Marked run 259 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.661 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.665 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.668 | 50486 | Recursively removing directory: /tmp/git.LyqO9I/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.660 | 50483 | Recursively removing directory: /tmp/git.XTRrXp/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.661 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.661 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.669 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.669 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.671 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.671 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.674 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.683 | 53867 | Marked run 260 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.684 | 53868 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.684 | 50482 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.684 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.684 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.684 | 50482 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.684 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XFHZdb +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.685 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.690 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.691 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.694 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.694 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.694 | 53872 | Added a new worker 9 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.695 | 50482 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.695 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.695 | 50482 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.695 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.07CSCX +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.696 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.703 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.703 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.715 | 53869 | Marked run 261 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.715 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.719 | 50486 | Recursively removing directory: /tmp/git.07CSCX/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.720 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.720 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.724 | 50483 | Recursively removing directory: /tmp/git.XFHZdb/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.725 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.725 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.725 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.730 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 53886 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 50482 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.730 | 50482 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.731 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vzMmTy +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.734 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.736 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.737 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.748 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.748 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.749 | 53893 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.750 | 50482 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.750 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.750 | 50482 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.750 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.40nyBt +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.751 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.752 | 53885 | Marked run 263 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.752 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.758 | 53887 | Marked run 262 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.759 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.759 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.760 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.763 | 50486 | Recursively removing directory: /tmp/git.vzMmTy/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.765 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.765 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.769 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.773 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.773 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.775 | 50483 | Recursively removing directory: /tmp/git.40nyBt/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.776 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.777 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.781 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.781 | 53904 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.782 | 50482 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.782 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.782 | 50482 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.782 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.782 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T9Qwau +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.786 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.787 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.788 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.789 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.789 | 53906 | Added a new worker 8 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.790 | 50482 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.790 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.790 | 50482 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.790 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.790 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RErIcn +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.792 | 53903 | Marked run 264 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.793 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.798 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.799 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.805 | 53905 | Marked run 265 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.806 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.808 | 50486 | Recursively removing directory: /tmp/git.T9Qwau/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.809 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.809 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.815 | 50483 | Recursively removing directory: /tmp/git.RErIcn/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.816 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.816 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.820 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 53922 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50482 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.820 | 50482 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.820 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Grf9aD +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.821 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.829 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.831 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.829 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.832 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.836 | 53925 | Added a new worker 13 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.837 | 50482 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.837 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.837 | 50482 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.837 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ik0RJD +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.837 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.839 | 53921 | Marked run 266 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.839 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.848 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.850 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.856 | 53923 | Marked run 267 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.856 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.866 | 50486 | Recursively removing directory: /tmp/git.Grf9aD/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.867 | 50483 | Recursively removing directory: /tmp/git.Ik0RJD/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.869 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.869 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.868 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.868 | 50486 | Process output: 415085 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.872 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.874 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.877 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.877 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 53941 | Added a new worker 14 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 50482 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.879 | 50482 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.880 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1SqWhX +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.879 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.880 | 53942 | Added a new worker 10 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.880 | 50482 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.880 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.880 | 50482 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.880 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.riUSNB +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.881 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.886 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.888 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.897 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.898 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.903 | 50483 | Recursively removing directory: /tmp/git.riUSNB/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.904 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.904 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.908 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.914 | 53940 | Marked run 269 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.915 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.916 | 50486 | Recursively removing directory: /tmp/git.1SqWhX/ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.916 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.918 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.918 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.917 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.923 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.923 | 53939 | Marked run 268 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.923 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.925 | 53958 | Added a new worker 7 to the queue +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.926 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ozt162 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.925 | 50482 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.925 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.925 | 50482 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 53960 | Added a new worker 15 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.927 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 50482 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.927 | 50482 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.928 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S2beNZ +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.928 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.931 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.932 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.935 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.936 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.937 | 53957 | Marked run 271 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.938 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.948 | 53959 | Marked run 270 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.949 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.950 | 50483 | Recursively removing directory: /tmp/git.Ozt162/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.951 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.951 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.957 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.962 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.964 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.965 | 50483 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.959 | 50486 | Recursively removing directory: /tmp/git.S2beNZ/ +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.960 | 50486 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.960 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.968 | 53976 | Added a new worker 12 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.968 | 50482 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.968 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.969 | 50482 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.969 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.970 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Rs5f1r +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.970 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.969 | 50486 | Waiting for a new command +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.975 | 53978 | Added a new worker 8 to the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.975 | 50482 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.975 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.975 | 50482 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.975 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.975 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bHeqV8 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.977 | 50483 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.978 | 50483 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.984 | 50486 | Checking out revision HEAD +2023-08-28 07:32:55 | INFO | 50486/cimple-worker: 2023-08-28 07:32:55.986 | 50486 | Going to run: ./ci +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.986 | 53975 | Marked run 272 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.986 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.993 | 53977 | Marked run 273 as finished +2023-08-28 07:32:55 | INFO | 50480/cimple-server: 2023-08-28 07:32:55.994 | 50480 | Waiting for new connections +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.997 | 50483 | Recursively removing directory: /tmp/git.Rs5f1r/ +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.999 | 50483 | Process exit code: 0 +2023-08-28 07:32:55 | INFO | 50483/cimple-worker: 2023-08-28 07:32:55.999 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.003 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.010 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.011 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.006 | 50486 | Recursively removing directory: /tmp/git.bHeqV8/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.007 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.007 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.016 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.016 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.015 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.020 | 53994 | Added a new worker 15 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.020 | 53996 | Added a new worker 16 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.021 | 50482 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.021 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TXtk02 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.021 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cBkBPZ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.028 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.028 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.029 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.029 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.031 | 53993 | Marked run 274 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.031 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.039 | 53995 | Marked run 275 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.039 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.045 | 50483 | Recursively removing directory: /tmp/git.cBkBPZ/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.046 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.046 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.051 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.056 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.056 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.056 | 54012 | Added a new worker 10 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.056 | 50482 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.056 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.056 | 50482 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.057 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HFKv5q +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.058 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.062 | 50486 | Recursively removing directory: /tmp/git.TXtk02/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.063 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.063 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.067 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.068 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.069 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.073 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.073 | 54016 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.073 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.073 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.074 | 50482 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.074 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.074 | 50482 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.074 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5KyT9U +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.081 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.082 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.092 | 54011 | Marked run 276 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.092 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.100 | 50486 | Recursively removing directory: /tmp/git.5KyT9U/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.101 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.101 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.100 | 50483 | Recursively removing directory: /tmp/git.HFKv5q/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.101 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.101 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.105 | 54014 | Marked run 277 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.106 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.106 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.106 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.110 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.110 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.111 | 54031 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.111 | 50482 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.111 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.111 | 50482 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.111 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.111 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pMiLZC +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.116 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.117 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.116 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.118 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.118 | 54032 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.118 | 50482 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.118 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.118 | 50482 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.118 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.119 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rjRSNu +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.129 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.129 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.136 | 50486 | Recursively removing directory: /tmp/git.pMiLZC/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.138 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.138 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.137 | 54029 | Marked run 278 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.139 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.143 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.145 | 54030 | Marked run 279 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.145 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.149 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.149 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.151 | 50483 | Recursively removing directory: /tmp/git.rjRSNu/ +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.151 | 54048 | Added a new worker 9 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.152 | 50482 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.152 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.152 | 50482 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.152 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.153 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.153 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.157 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.158 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mV6ZhA +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.163 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.164 | 54047 | Marked run 280 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.165 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.172 | 54050 | Added a new worker 7 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.173 | 50482 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.173 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.173 | 50482 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.173 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.173 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.172 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.174 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ByLPJ4 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.174 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.184 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.185 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.190 | 50486 | Recursively removing directory: /tmp/git.mV6ZhA/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.192 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.192 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.193 | 54049 | Marked run 281 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.194 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.196 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.201 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.204 | 54066 | Added a new worker 10 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.204 | 50482 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.204 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.204 | 50482 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.204 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.205 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1p1iOX +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.205 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.213 | 50483 | Recursively removing directory: /tmp/git.ByLPJ4/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.214 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.214 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.214 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.216 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.218 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.220 | 54063 | Marked run 282 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.220 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 54071 | Added a new worker 8 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.223 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 50482 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.223 | 50482 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.224 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.neOVek +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.230 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.231 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.236 | 54068 | Marked run 283 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.236 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.240 | 50486 | Recursively removing directory: /tmp/git.1p1iOX/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.241 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.241 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.246 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.249 | 50483 | Recursively removing directory: /tmp/git.neOVek/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.250 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.250 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.250 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.253 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.255 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.259 | 54084 | Added a new worker 15 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.259 | 50482 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.259 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.259 | 50482 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.260 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rPKNP5 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.260 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.261 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.261 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.265 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.266 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.267 | 54086 | Added a new worker 8 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.268 | 50482 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.268 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.268 | 50482 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.268 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.268 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Nic2O9 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.270 | 54083 | Marked run 284 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.271 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.274 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.275 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.281 | 54085 | Marked run 285 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.281 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.293 | 50486 | Recursively removing directory: /tmp/git.rPKNP5/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.294 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.294 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.298 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.303 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.303 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.303 | 50483 | Recursively removing directory: /tmp/git.Nic2O9/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.304 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.304 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.309 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.311 | 54102 | Added a new worker 13 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.311 | 50482 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.311 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.311 | 50482 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.311 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.312 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ys8y29 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.318 | 54101 | Marked run 286 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.319 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.319 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.319 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.320 | 54104 | Added a new worker 8 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.320 | 50482 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.320 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.320 | 50482 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.320 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.koBWhE +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.321 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.322 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.323 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.326 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.327 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.337 | 54103 | Marked run 287 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.338 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.343 | 50483 | Recursively removing directory: /tmp/git.koBWhE/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.345 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.345 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.349 | 50486 | Recursively removing directory: /tmp/git.ys8y29/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.350 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.350 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.354 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.354 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.354 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.355 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.360 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.364 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.364 | 54120 | Added a new worker 15 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.364 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.364 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FsSgrj +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.364 | 50482 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.364 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.364 | 50482 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.367 | 54122 | Added a new worker 8 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.368 | 50482 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.368 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.368 | 50482 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.368 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.djvI7g +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.371 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.372 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.375 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.376 | 54119 | Marked run 289 as finished +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.377 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.377 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.378 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.386 | 54121 | Marked run 288 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.386 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.392 | 50483 | Recursively removing directory: /tmp/git.FsSgrj/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.393 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.393 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.395 | 50486 | Recursively removing directory: /tmp/git.djvI7g/ +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.398 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.402 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.397 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.397 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.405 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.406 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.407 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.407 | 54140 | Added a new worker 14 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.407 | 50482 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.407 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.408 | 50482 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.408 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.E0CWVx +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.408 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.409 | 54139 | Added a new worker 14 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.409 | 50482 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.409 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.409 | 50482 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.410 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.410 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.410 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Zux1qi +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.414 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.415 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.420 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.421 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.427 | 54137 | Marked run 290 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.428 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.434 | 54138 | Marked run 291 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.434 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.438 | 50486 | Recursively removing directory: /tmp/git.E0CWVx/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.439 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.439 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.440 | 50483 | Recursively removing directory: /tmp/git.Zux1qi/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.441 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.441 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.444 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.446 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.449 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.450 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.450 | 54157 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.451 | 50482 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.451 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.451 | 50482 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.451 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.451 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3MAuhV +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.455 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.455 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.455 | 54158 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.456 | 50482 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.456 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.456 | 50482 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.456 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jMuuQ3 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.457 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.461 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.461 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.462 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.462 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.483 | 50486 | Recursively removing directory: /tmp/git.3MAuhV/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.485 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.485 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.488 | 50483 | Recursively removing directory: /tmp/git.jMuuQ3/ +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.492 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.492 | 54156 | Marked run 293 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.492 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.489 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.489 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.494 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.495 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.496 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.498 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.499 | 54155 | Marked run 292 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.499 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.500 | 54175 | Added a new worker 6 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.500 | 50482 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.500 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.500 | 50482 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.500 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3v3pXH +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.498 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.501 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.507 | 54176 | Added a new worker 7 to the queue +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.508 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tRni56 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.508 | 50482 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.508 | 50482 | Removed worker 7 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.508 | 50482 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.509 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.513 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.515 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.516 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.517 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.518 | 54173 | Marked run 294 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.519 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.526 | 54174 | Marked run 295 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.526 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.533 | 50483 | Recursively removing directory: /tmp/git.tRni56/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.534 | 50486 | Recursively removing directory: /tmp/git.3v3pXH/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.535 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.535 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.534 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.534 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.538 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.540 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.542 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.542 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.542 | 54193 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.542 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.543 | 50482 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.543 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.543 | 50482 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.543 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kqLXCH +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.545 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.548 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.545 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.549 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.547 | 54194 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.549 | 50482 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.549 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.550 | 50482 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.550 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2nNV7t +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.550 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.564 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.565 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.576 | 54192 | Marked run 296 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.576 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.577 | 50483 | Recursively removing directory: /tmp/git.kqLXCH/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.578 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.578 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.582 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.584 | 54191 | Marked run 297 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.584 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.587 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.592 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.592 | 54210 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.586 | 50486 | Recursively removing directory: /tmp/git.2nNV7t/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.587 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.587 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.592 | 50482 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.592 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.592 | 50482 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.588 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.592 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qYiJjF +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.593 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.597 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.601 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.601 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.602 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.602 | 54212 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.602 | 50482 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.602 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.602 | 50482 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.602 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.602 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hpNRAU +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.612 | 54209 | Marked run 298 as finished +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.612 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.613 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.614 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.624 | 50483 | Recursively removing directory: /tmp/git.qYiJjF/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.625 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.625 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.628 | 54211 | Marked run 299 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.628 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.631 | 50486 | Recursively removing directory: /tmp/git.hpNRAU/ +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.633 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.636 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.633 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.633 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.636 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.637 | 54228 | Added a new worker 10 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.637 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.637 | 50482 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.637 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.637 | 50482 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.638 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.s6bcjM +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.639 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.643 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.643 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.644 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.644 | 54230 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.644 | 50482 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.644 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.644 | 50482 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.645 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.D7AxIv +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.646 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.646 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.650 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.651 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.667 | 54227 | Marked run 300 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.667 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.670 | 50486 | Recursively removing directory: /tmp/git.D7AxIv/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.672 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.672 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.672 | 54229 | Marked run 301 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.672 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.676 | 50483 | Recursively removing directory: /tmp/git.s6bcjM/ +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.677 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.678 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.678 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.681 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.682 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.682 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.686 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.687 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.687 | 54246 | Added a new worker 14 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.687 | 50482 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.687 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.687 | 50482 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.687 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6OwRUG +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.689 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.690 | 54248 | Added a new worker 8 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.690 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.690 | 50482 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.690 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.690 | 50482 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.690 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Xpyc3T +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.697 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.697 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.698 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.698 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.705 | 54245 | Marked run 303 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.706 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.709 | 54247 | Marked run 302 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.710 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.714 | 50486 | Recursively removing directory: /tmp/git.6OwRUG/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.715 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.715 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.718 | 50483 | Recursively removing directory: /tmp/git.Xpyc3T/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.719 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.719 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.721 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.724 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 54264 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 50482 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.724 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.725 | 50482 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.725 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.azUIdF +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.731 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.731 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.732 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.740 | 54266 | Added a new worker 13 to the queue +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.740 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.740 | 50482 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.741 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.741 | 50482 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.741 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.742 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9S6hBX +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.751 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.754 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.756 | 50486 | Recursively removing directory: /tmp/git.azUIdF/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.757 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.757 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.761 | 54265 | Marked run 305 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.762 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.766 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.768 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.769 | 54263 | Marked run 304 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.769 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.769 | 54277 | Added a new worker 6 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.769 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.770 | 50482 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.770 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.770 | 50482 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.770 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9O3bCQ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.775 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.776 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.781 | 54275 | Marked run 306 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.781 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.787 | 50483 | Recursively removing directory: /tmp/git.9S6hBX/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.789 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.789 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.794 | 50486 | Recursively removing directory: /tmp/git.9O3bCQ/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.795 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.795 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.798 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.799 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.799 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.799 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.807 | 54291 | Added a new worker 13 to the queue +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.807 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fl9TZx +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.807 | 50482 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.807 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.807 | 50482 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.809 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.812 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.815 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.816 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.817 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.818 | 54293 | Added a new worker 13 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.818 | 50482 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.818 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.818 | 50482 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.819 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OaqpIB +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.819 | 54290 | Marked run 307 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.819 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.820 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.824 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.826 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.830 | 54292 | Marked run 308 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.830 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.840 | 50483 | Recursively removing directory: /tmp/git.fl9TZx/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.841 | 50486 | Recursively removing directory: /tmp/git.OaqpIB/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.843 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.843 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.842 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.842 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.846 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.849 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.850 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.850 | 54310 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.850 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.850 | 50482 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.850 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.851 | 50482 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.850 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.851 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XksQtS +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.854 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.854 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.858 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.859 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.863 | 54311 | Added a new worker 13 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.863 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.863 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Jvx4Ti +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.863 | 50482 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.863 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.863 | 50482 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.870 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.871 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.874 | 54309 | Marked run 310 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.875 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.879 | 54308 | Marked run 309 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.880 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.882 | 50483 | Recursively removing directory: /tmp/git.XksQtS/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.884 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.884 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.889 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.889 | 50486 | Recursively removing directory: /tmp/git.Jvx4Ti/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.891 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.891 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.895 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.896 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.896 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.897 | 54328 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.897 | 50482 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.897 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.897 | 50482 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.897 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.897 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dLlMPH +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.900 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.903 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.905 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.905 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.905 | 54329 | Added a new worker 12 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.905 | 50482 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.905 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.905 | 50482 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.905 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.906 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3Wzmz3 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.923 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.924 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.928 | 50483 | Recursively removing directory: /tmp/git.dLlMPH/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.930 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.930 | 50483 | Process output: 415086 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.934 | 54327 | Marked run 312 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.934 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.934 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.939 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.939 | 54326 | Marked run 311 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.939 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.941 | 54343 | Added a new worker 6 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.941 | 50482 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.941 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.941 | 50482 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.941 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DPqN7W +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.941 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.955 | 50483 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.956 | 54342 | Marked run 313 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.957 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.956 | 50483 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.960 | 50486 | Recursively removing directory: /tmp/git.3Wzmz3/ +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.961 | 50486 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.961 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.965 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.970 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.971 | 54354 | Added a new worker 10 to the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.971 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.971 | 50486 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.974 | 50482 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.975 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.975 | 50482 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.975 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EaLYuM +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.981 | 50483 | Recursively removing directory: /tmp/git.DPqN7W/ +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.984 | 50483 | Process exit code: 0 +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.984 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.989 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.991 | 50486 | Checking out revision HEAD +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.993 | 50480 | Waiting for new connections +2023-08-28 07:32:56 | INFO | 50486/cimple-worker: 2023-08-28 07:32:56.994 | 50486 | Going to run: ./ci +2023-08-28 07:32:56 | INFO | 50483/cimple-worker: 2023-08-28 07:32:56.995 | 50483 | Waiting for a new command +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.996 | 54351 | Marked run 314 as finished +2023-08-28 07:32:56 | INFO | 50480/cimple-server: 2023-08-28 07:32:56.996 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.000 | 54356 | Added a new worker 6 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.001 | 50482 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.001 | 50482 | Removed worker 6 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.001 | 50482 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.001 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LzXvho +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.002 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.006 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.008 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.016 | 54355 | Marked run 315 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.016 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.017 | 50486 | Recursively removing directory: /tmp/git.EaLYuM/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.019 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.019 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.026 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.029 | 50483 | Recursively removing directory: /tmp/git.LzXvho/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.031 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.031 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.030 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.033 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.036 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.040 | 54372 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.041 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EPlexZ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.041 | 50482 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.041 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.041 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.041 | 50482 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.043 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.051 | 54374 | Added a new worker 8 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.051 | 50482 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.051 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.051 | 50482 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.051 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.051 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.051 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.J1GFMC +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.054 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.054 | 54371 | Marked run 316 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.054 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.055 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.059 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.060 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.066 | 54373 | Marked run 317 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.067 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.074 | 50486 | Recursively removing directory: /tmp/git.EPlexZ/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.075 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.075 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.080 | 50483 | Recursively removing directory: /tmp/git.J1GFMC/ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.081 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.081 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.081 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.085 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.085 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.086 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.088 | 54391 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.088 | 50482 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.088 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.088 | 50482 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.089 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.089 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8G7l9Y +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.089 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.089 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.089 | 54392 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.089 | 50482 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.090 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.090 | 50482 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.090 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Cehp9V +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.090 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.095 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.096 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.101 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.102 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.118 | 54389 | Marked run 318 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.119 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.119 | 50483 | Recursively removing directory: /tmp/git.Cehp9V/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.121 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.121 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.124 | 54390 | Marked run 319 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.124 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.126 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.131 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.129 | 50486 | Recursively removing directory: /tmp/git.8G7l9Y/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.130 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.130 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.131 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.132 | 54408 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.132 | 50482 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.132 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.132 | 50482 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.132 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OOmHmu +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.133 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.135 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.137 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.138 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.149 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.149 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.149 | 54412 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.149 | 50482 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.150 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.150 | 50482 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.150 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.150 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bgUae8 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.153 | 54407 | Marked run 321 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.154 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.158 | 54409 | Marked run 320 as finished +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.158 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.159 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.159 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.165 | 50483 | Recursively removing directory: /tmp/git.OOmHmu/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.166 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.166 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.170 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.174 | 50486 | Recursively removing directory: /tmp/git.bgUae8/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.175 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.175 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.174 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.181 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.181 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.186 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.186 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GeBZpx +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.185 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nlT5Wi +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.185 | 54426 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.185 | 50482 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.185 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.185 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.185 | 50482 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 54428 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 50482 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.186 | 50482 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.193 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.194 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.195 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.196 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.201 | 54425 | Marked run 322 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.202 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.206 | 54427 | Marked run 323 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.207 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.214 | 50483 | Recursively removing directory: /tmp/git.nlT5Wi/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.215 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.215 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.217 | 50486 | Recursively removing directory: /tmp/git.GeBZpx/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.218 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.218 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.220 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.222 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.224 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.224 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.224 | 54445 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.224 | 50482 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.224 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.224 | 50482 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.225 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YSS1cm +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.226 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.226 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.228 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.232 | 54446 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.232 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.233 | 50482 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.233 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.233 | 50482 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.233 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jMRQqj +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.234 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.235 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.238 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.239 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.245 | 54443 | Marked run 324 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.246 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.250 | 54444 | Marked run 325 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.250 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.259 | 50486 | Recursively removing directory: /tmp/git.jMRQqj/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.260 | 50483 | Recursively removing directory: /tmp/git.YSS1cm/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.261 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.261 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.261 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.261 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.265 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.265 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.269 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.269 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.270 | 54463 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.270 | 50482 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.270 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.270 | 50482 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.270 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.I9FJ3P +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.271 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.273 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.273 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.275 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.276 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.276 | 54464 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.276 | 50482 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.276 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.276 | 50482 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.276 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.276 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dzp7a9 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.289 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.294 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.295 | 50486 | Recursively removing directory: /tmp/git.I9FJ3P/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.297 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.297 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.301 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.305 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.306 | 54462 | Marked run 327 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 54480 | Added a new worker 8 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50482 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50482 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.307 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.309 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xxkfcL +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.313 | 54461 | Marked run 326 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.313 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.320 | 50483 | Recursively removing directory: /tmp/git.dzp7a9/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.321 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.321 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.326 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.329 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.329 | 54474 | Marked run 328 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.329 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.330 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.332 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.332 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.333 | 54483 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.333 | 50482 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.333 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.334 | 50482 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.334 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Tl4iQX +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.335 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.338 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.339 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.345 | 54481 | Marked run 329 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.345 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.349 | 50486 | Recursively removing directory: /tmp/git.xxkfcL/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.350 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.350 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.356 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.358 | 50483 | Recursively removing directory: /tmp/git.Tl4iQX/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.359 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.359 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.363 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.367 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 54499 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.367 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 50482 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 50482 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.368 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.368 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.369 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ulLMye +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.370 | 54500 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.370 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.COvxi6 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.370 | 50482 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.370 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.370 | 50482 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.372 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.375 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.376 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.377 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.383 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.386 | 54497 | Marked run 330 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.387 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.395 | 54498 | Marked run 331 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.395 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.394 | 50483 | Recursively removing directory: /tmp/git.ulLMye/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.395 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.395 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.399 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.403 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.403 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.406 | 50486 | Recursively removing directory: /tmp/git.COvxi6/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.407 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.407 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.407 | 54516 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.412 | 50482 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.412 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.412 | 50482 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.412 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.413 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5yKswe +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.416 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.416 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.417 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.418 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.420 | 54518 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.421 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.421 | 50482 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.421 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.421 | 50482 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.421 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SR4ZYL +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.425 | 54515 | Marked run 332 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.426 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.428 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.429 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.437 | 54517 | Marked run 333 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.437 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.441 | 50483 | Recursively removing directory: /tmp/git.5yKswe/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.442 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.442 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.446 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.450 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.451 | 54534 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.451 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.452 | 50486 | Recursively removing directory: /tmp/git.SR4ZYL/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.453 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.453 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.450 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.456 | 50482 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.456 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.456 | 50482 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.457 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EXdeTc +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.460 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.461 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.462 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.464 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.464 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.469 | 54537 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.470 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wR5Bqz +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.470 | 50482 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.470 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.470 | 50482 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.472 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.473 | 54533 | Marked run 334 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.473 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.477 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.478 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.480 | 54535 | Marked run 335 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.481 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.485 | 50483 | Recursively removing directory: /tmp/git.EXdeTc/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.486 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.486 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.490 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.494 | 50486 | Recursively removing directory: /tmp/git.wR5Bqz/ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.495 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.495 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.495 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.496 | 54552 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.496 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.496 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.504 | 50482 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.504 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.504 | 50482 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.505 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6Rjf54 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.509 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.514 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 54554 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 50482 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 50482 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.515 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.517 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.59nDke +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.516 | 54551 | Marked run 336 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.519 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.519 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.522 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.527 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.528 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.533 | 54553 | Marked run 337 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.534 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.553 | 50483 | Recursively removing directory: /tmp/git.6Rjf54/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.554 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.554 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.557 | 50486 | Recursively removing directory: /tmp/git.59nDke/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.558 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.558 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.561 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.563 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.563 | 54570 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.563 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.564 | 50482 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.564 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.564 | 50482 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.562 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.564 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.565 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oiIycb +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.568 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.568 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.570 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.571 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.576 | 54572 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.577 | 50482 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.577 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.577 | 50482 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.577 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.577 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jUl8eX +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.583 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.584 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.587 | 54571 | Marked run 339 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.588 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.591 | 54569 | Marked run 338 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.591 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.597 | 50483 | Recursively removing directory: /tmp/git.oiIycb/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.598 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.598 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.601 | 50486 | Recursively removing directory: /tmp/git.jUl8eX/ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.603 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.603 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.603 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.607 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.607 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.607 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.611 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.612 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.612 | 54588 | Added a new worker 14 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.612 | 50482 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.612 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.612 | 50482 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.613 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bQ0HKh +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.614 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.615 | 54590 | Added a new worker 8 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.615 | 50482 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.615 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.615 | 50482 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.615 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AorrAc +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.620 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.621 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.622 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.626 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.627 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.631 | 54587 | Marked run 340 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.631 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.635 | 54589 | Marked run 341 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.636 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.640 | 50486 | Recursively removing directory: /tmp/git.AorrAc/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.641 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.641 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.644 | 50483 | Recursively removing directory: /tmp/git.bQ0HKh/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.645 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.645 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.649 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.650 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.650 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.650 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.654 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.654 | 54607 | Added a new worker 14 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.655 | 50482 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.655 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.655 | 50482 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.655 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mlwKiX +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.655 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.656 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.660 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.661 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.663 | 54608 | Added a new worker 11 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.663 | 50482 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.663 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.664 | 50482 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.664 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.W7Kv4s +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.664 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.670 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.671 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.675 | 54605 | Marked run 343 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.676 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.678 | 50486 | Recursively removing directory: /tmp/git.mlwKiX/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.679 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.679 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.684 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.685 | 54606 | Marked run 342 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.685 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.688 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.689 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.690 | 54624 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.690 | 50482 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.690 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.690 | 50482 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.690 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.690 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T1g3tN +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.695 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.697 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.699 | 50483 | Recursively removing directory: /tmp/git.W7Kv4s/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.700 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.700 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.704 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.708 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.709 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.710 | 54629 | Added a new worker 14 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.711 | 50482 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.711 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.711 | 50482 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.711 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KwRbUs +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.712 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.717 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.718 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.715 | 54621 | Marked run 344 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.718 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.723 | 54628 | Marked run 345 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.724 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.725 | 50486 | Recursively removing directory: /tmp/git.T1g3tN/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.726 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.726 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.731 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.735 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.735 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.736 | 54642 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.736 | 50482 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.736 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.736 | 50482 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.736 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.736 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gk7XzD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.746 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.750 | 54639 | Marked run 346 as finished +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.750 | 50483 | Recursively removing directory: /tmp/git.KwRbUs/ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.750 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.751 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.751 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.749 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.755 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.759 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.759 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.760 | 54647 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.760 | 50482 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.760 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.760 | 50482 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.760 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dqVrYe +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.760 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.766 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.767 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.773 | 54645 | Marked run 347 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.773 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.777 | 50486 | Recursively removing directory: /tmp/git.Gk7XzD/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.778 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.778 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.783 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.785 | 50483 | Recursively removing directory: /tmp/git.dqVrYe/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.786 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.786 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.788 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.788 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.791 | 54660 | Added a new worker 12 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.791 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.791 | 50482 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.791 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.791 | 50482 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.791 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xFIBP2 +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.792 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.796 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.797 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.801 | 54659 | Marked run 348 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.802 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.803 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.803 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.805 | 54667 | Added a new worker 8 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.805 | 50482 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.805 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.805 | 50482 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.805 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MCUEwK +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.806 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.814 | 50486 | Recursively removing directory: /tmp/git.xFIBP2/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.815 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.815 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.815 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.816 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.820 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.824 | 54661 | Marked run 349 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.825 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.828 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.826 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.833 | 54678 | Added a new worker 10 to the queue +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.833 | 50483 | Recursively removing directory: /tmp/git.MCUEwK/ +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.833 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.834 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.834 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.835 | 50482 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.835 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.835 | 50482 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.835 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jj2Hds +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.839 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.844 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.844 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.849 | 54680 | Added a new worker 9 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.849 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.850 | 50482 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.850 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.850 | 50482 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.850 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sluoKF +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.855 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.857 | 54672 | Marked run 350 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.857 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.857 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.858 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.860 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.862 | 54679 | Marked run 351 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.863 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.876 | 50486 | Recursively removing directory: /tmp/git.jj2Hds/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.877 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.877 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.876 | 50483 | Recursively removing directory: /tmp/git.sluoKF/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.878 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.878 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.882 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.882 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.886 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.887 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.886 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.887 | 54698 | Added a new worker 14 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.887 | 50482 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.887 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.887 | 50482 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.887 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.887 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Fr1Cyr +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.888 | 54697 | Added a new worker 14 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.889 | 50482 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.889 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.889 | 50482 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.891 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BIpTlo +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.892 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.893 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.893 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.894 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.901 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.905 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.915 | 50483 | Recursively removing directory: /tmp/git.Fr1Cyr/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.917 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.917 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.921 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.925 | 50486 | Recursively removing directory: /tmp/git.BIpTlo/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.926 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.926 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.927 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.925 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.932 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.932 | 54714 | Added a new worker 17 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.932 | 50482 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.932 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.932 | 50482 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.933 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UYoD2J +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.933 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.936 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.936 | 54716 | Added a new worker 17 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.937 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.937 | 50482 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.937 | 50482 | Removed worker 17 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.937 | 50482 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.936 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.937 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z8XEZm +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.950 | 54696 | Marked run 352 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.953 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.955 | 50483 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.956 | 50483 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.959 | 50486 | Checking out revision HEAD +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.960 | 50486 | Going to run: ./ci +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.962 | 54695 | Marked run 353 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.963 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.967 | 54713 | Marked run 354 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.967 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.972 | 54715 | Marked run 355 as finished +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.972 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.973 | 50483 | Recursively removing directory: /tmp/git.UYoD2J/ +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.974 | 50483 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.974 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.980 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.985 | 50483 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.985 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.986 | 50486 | Recursively removing directory: /tmp/git.z8XEZm/ +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.987 | 50486 | Process exit code: 0 +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.987 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.991 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.993 | 54732 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.993 | 50482 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.993 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.993 | 50482 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:57 | INFO | 50483/cimple-worker: 2023-08-28 07:32:57.993 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ggcrch +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.994 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.997 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.997 | 54734 | Added a new worker 13 to the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.997 | 50480 | Waiting for new connections +2023-08-28 07:32:57 | INFO | 50486/cimple-worker: 2023-08-28 07:32:57.997 | 50486 | Waiting for a new command +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.999 | 50482 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.999 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:57 | INFO | 50480/cimple-server: 2023-08-28 07:32:57.999 | 50482 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.000 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BVlhyc +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.000 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.001 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.005 | 54731 | Marked run 356 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.005 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.006 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.007 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.015 | 54733 | Marked run 357 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.015 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.020 | 50486 | Recursively removing directory: /tmp/git.BVlhyc/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.021 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.021 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.027 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.031 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.031 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.034 | 50483 | Recursively removing directory: /tmp/git.Ggcrch/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.035 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.035 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.035 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9JA0Gi +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.035 | 54750 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.035 | 50482 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.035 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.035 | 50482 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.036 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.040 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.045 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.045 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.045 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.045 | 54752 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.045 | 50482 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.045 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.045 | 50482 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.046 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.046 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6wtOrF +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.046 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.050 | 54749 | Marked run 359 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.050 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.053 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.054 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.069 | 54751 | Marked run 358 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.070 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.072 | 50486 | Recursively removing directory: /tmp/git.9JA0Gi/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.073 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.073 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.077 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.080 | 50483 | Recursively removing directory: /tmp/git.6wtOrF/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.082 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.082 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.084 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.081 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.086 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.090 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.091 | 54768 | Added a new worker 15 to the queue +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.092 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.092 | 50482 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.092 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.092 | 50482 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.093 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.093 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mREG8y +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.094 | 54770 | Added a new worker 16 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.094 | 50482 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.094 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.094 | 50482 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.094 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.095 | 54767 | Marked run 360 as finished +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.098 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.098 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.099 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.100 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w1Ghaf +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.112 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.113 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.118 | 54769 | Marked run 361 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.119 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.121 | 50486 | Recursively removing directory: /tmp/git.mREG8y/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.122 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.122 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.127 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.130 | 50483 | Recursively removing directory: /tmp/git.w1Ghaf/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.131 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.131 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.135 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.139 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.142 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.143 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.143 | 54788 | Added a new worker 15 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.143 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 54787 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.144 | 50482 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.145 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.O5fwxb +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.143 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.144 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bl2Jz8 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.150 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.152 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.154 | 54785 | Marked run 362 as finished +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.155 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.154 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.156 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.161 | 54786 | Marked run 363 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.161 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.166 | 50486 | Recursively removing directory: /tmp/git.bl2Jz8/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.168 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.168 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.172 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.176 | 50483 | Recursively removing directory: /tmp/git.O5fwxb/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.177 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.177 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.178 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.178 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.185 | 54804 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.185 | 50482 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.185 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.185 | 50482 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.185 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6koDnr +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.186 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.189 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.193 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.193 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.195 | 54806 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.195 | 50482 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.195 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.196 | 50482 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.196 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.196 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7kN2GC +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.197 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.200 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.213 | 54803 | Marked run 364 as finished +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.214 | 50486 | Recursively removing directory: /tmp/git.6koDnr/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.214 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.219 | 54805 | Marked run 365 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.219 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.220 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.220 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.221 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.222 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.224 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.228 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.228 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.229 | 54817 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.229 | 50482 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.229 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.229 | 50482 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.230 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Rix0YK +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.230 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.235 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.235 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.246 | 50483 | Recursively removing directory: /tmp/git.7kN2GC/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.247 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.247 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.250 | 54815 | Marked run 366 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.251 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.252 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.256 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.256 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.256 | 54831 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.256 | 50482 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.256 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.257 | 50482 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.257 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sepdjC +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.257 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.262 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.263 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.270 | 50486 | Recursively removing directory: /tmp/git.Rix0YK/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.272 | 54830 | Marked run 367 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.272 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.272 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.272 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.277 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.280 | 50483 | Recursively removing directory: /tmp/git.sepdjC/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.281 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.281 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.282 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.282 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.286 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.286 | 54840 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.286 | 50482 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.286 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.286 | 50482 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.287 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cD9Agb +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.287 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.291 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.293 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.294 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.294 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.298 | 54842 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.298 | 50482 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.298 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.298 | 50482 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.298 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kLoVgo +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.299 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.300 | 54839 | Marked run 368 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.300 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.308 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.310 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.311 | 54841 | Marked run 369 as finished +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.311 | 50486 | Recursively removing directory: /tmp/git.cD9Agb/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.312 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.312 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.313 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.316 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.320 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.320 | 54858 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.320 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.324 | 50482 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.324 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.324 | 50482 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.320 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.325 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.H6O4i5 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.331 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.333 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.334 | 54853 | Marked run 370 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.334 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.335 | 50483 | Recursively removing directory: /tmp/git.kLoVgo/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.336 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.336 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.340 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.345 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.345 | 54865 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.345 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.345 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.348 | 50482 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.348 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.348 | 50482 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.349 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GzpRCC +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.353 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.355 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.359 | 54860 | Marked run 371 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.359 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.362 | 50486 | Recursively removing directory: /tmp/git.H6O4i5/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.363 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.363 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.367 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.370 | 50483 | Recursively removing directory: /tmp/git.GzpRCC/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.372 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.372 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.372 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.373 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 54876 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 50482 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 50482 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.378 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.379 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TSGi9T +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.382 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.384 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.388 | 54878 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.388 | 50482 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.388 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.388 | 50482 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.389 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZkASm2 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.390 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.400 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.401 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.409 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.410 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.414 | 54875 | Marked run 372 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.415 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.416 | 50483 | Recursively removing directory: /tmp/git.ZkASm2/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.418 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.418 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.421 | 54877 | Marked run 373 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.421 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.422 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.426 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.430 | 50486 | Recursively removing directory: /tmp/git.TSGi9T/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.431 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.431 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.430 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.431 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7Yz6Au +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.430 | 54894 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.430 | 50482 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.430 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.430 | 50482 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.431 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.437 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.439 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.440 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.442 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.442 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.442 | 54897 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.442 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.443 | 50482 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.443 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.443 | 50482 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.444 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3yIr3r +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.449 | 54893 | Marked run 375 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.449 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.453 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.454 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.457 | 54895 | Marked run 374 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.458 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.465 | 50483 | Recursively removing directory: /tmp/git.7Yz6Au/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.467 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.467 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.470 | 50486 | Recursively removing directory: /tmp/git.3yIr3r/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.471 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.471 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.471 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.475 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.475 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.476 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.480 | 54912 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.480 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.481 | 50482 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.481 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.481 | 50482 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.481 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lettO7 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.482 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.482 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.488 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.489 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.489 | 54914 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.489 | 50482 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.489 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.489 | 50482 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.490 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.491 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R4lwOo +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.497 | 54911 | Marked run 376 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.498 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.503 | 54913 | Marked run 377 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.503 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.503 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.504 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.514 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.509 | 50483 | Recursively removing directory: /tmp/git.lettO7/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.510 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.510 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.520 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.520 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.520 | 54930 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.520 | 50482 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.520 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.520 | 50482 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.520 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LLklFw +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.521 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.525 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.526 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.532 | 50486 | Recursively removing directory: /tmp/git.R4lwOo/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.537 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.537 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.541 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.545 | 54929 | Marked run 378 as finished +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.545 | 50483 | Recursively removing directory: /tmp/git.LLklFw/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.546 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.547 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.547 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.547 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.547 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.548 | 54939 | Added a new worker 8 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.548 | 50482 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.548 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.548 | 50482 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.548 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.548 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R4w6Ir +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.552 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.554 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.556 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.556 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dI49xj +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.556 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.556 | 54941 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.556 | 50482 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.556 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.556 | 50482 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.557 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.558 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.562 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.563 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.580 | 54938 | Marked run 379 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.581 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.584 | 50486 | Recursively removing directory: /tmp/git.R4w6Ir/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.585 | 54940 | Marked run 380 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.585 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.586 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.586 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.590 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.593 | 50483 | Recursively removing directory: /tmp/git.dI49xj/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.595 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.595 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.595 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.596 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.599 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.599 | 54957 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.599 | 50482 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.599 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.599 | 50482 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.600 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9lqZYO +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.601 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.603 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.603 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.609 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.610 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.610 | 54959 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.610 | 50482 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.610 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.611 | 50482 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.611 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Qb8NDn +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.612 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.617 | 54958 | Marked run 382 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.617 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.618 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.618 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.624 | 54956 | Marked run 381 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.624 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.636 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.630 | 50486 | Recursively removing directory: /tmp/git.9lqZYO/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.632 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.632 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 54975 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.644 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 50482 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.644 | 50482 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.645 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eWh9lD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.651 | 50483 | Recursively removing directory: /tmp/git.Qb8NDn/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.652 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.652 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.654 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.656 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.656 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.659 | 54974 | Marked run 383 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.659 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.661 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.662 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.662 | 54980 | Added a new worker 8 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.662 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.663 | 50482 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.663 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.663 | 50482 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.663 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BoImj0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.668 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.669 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.674 | 54976 | Marked run 384 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.674 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.678 | 50486 | Recursively removing directory: /tmp/git.eWh9lD/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.679 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.679 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.684 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.689 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.690 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.690 | 54993 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.690 | 50482 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.690 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.690 | 50482 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.687 | 50483 | Recursively removing directory: /tmp/git.BoImj0/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.689 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.689 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.691 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4EVTm0 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.692 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.694 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.698 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.698 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.698 | 54995 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.698 | 50482 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.698 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.698 | 50482 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.699 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.699 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UUZzKE +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.700 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.700 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.705 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.706 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.716 | 54992 | Marked run 385 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.717 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.721 | 50486 | Recursively removing directory: /tmp/git.4EVTm0/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.722 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.722 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.726 | 50483 | Recursively removing directory: /tmp/git.UUZzKE/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.727 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.727 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.729 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.733 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 55011 | Added a new worker 15 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50482 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50482 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.734 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.735 | 54994 | Marked run 386 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.735 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.735 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.j6yao4 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.739 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.740 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.741 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.741 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.744 | 55013 | Added a new worker 9 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.744 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.745 | 50482 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.745 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.745 | 50482 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.745 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lnKBrx +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.751 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.752 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.760 | 55010 | Marked run 387 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.761 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.766 | 55012 | Marked run 388 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.766 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.768 | 50486 | Recursively removing directory: /tmp/git.j6yao4/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.769 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.769 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.773 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.777 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.778 | 55029 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.778 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.775 | 50483 | Recursively removing directory: /tmp/git.lnKBrx/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.776 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.776 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.777 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.778 | 50482 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.778 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.778 | 50482 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.778 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.n4HE11 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.782 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.784 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.787 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.787 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.787 | 55031 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.787 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.787 | 50482 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.787 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.787 | 50482 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.788 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.N8LWzo +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.789 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.795 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.797 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.806 | 55028 | Marked run 389 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.807 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.811 | 55030 | Marked run 390 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.811 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.812 | 50486 | Recursively removing directory: /tmp/git.n4HE11/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.813 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.813 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.817 | 50483 | Recursively removing directory: /tmp/git.N8LWzo/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.818 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.818 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.823 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.824 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.824 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.824 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.827 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.832 | 55047 | Added a new worker 14 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.832 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.832 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.833 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vu6Uqs +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.833 | 50482 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.833 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.833 | 50482 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.834 | 55049 | Added a new worker 8 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.834 | 50482 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.834 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.834 | 50482 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.834 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.urZXW6 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.835 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.843 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.843 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.844 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.844 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.849 | 55046 | Marked run 391 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.850 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.854 | 55048 | Marked run 392 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.855 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.860 | 50486 | Recursively removing directory: /tmp/git.Vu6Uqs/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.862 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.862 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.862 | 50483 | Recursively removing directory: /tmp/git.urZXW6/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.863 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.863 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.866 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.868 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.871 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.872 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 55066 | Added a new worker 14 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 50482 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 50482 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.872 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.871 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.876 | 55067 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.876 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8xBTBo +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.877 | 50482 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.877 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.877 | 50482 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.877 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YvO3eI +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.877 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.885 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.886 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.891 | 55064 | Marked run 393 as finished +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.891 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.892 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.892 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.897 | 55065 | Marked run 394 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.897 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.904 | 50483 | Recursively removing directory: /tmp/git.YvO3eI/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.906 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.906 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.910 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.914 | 50486 | Recursively removing directory: /tmp/git.8xBTBo/ +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.915 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.915 | 55083 | Added a new worker 10 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.915 | 50482 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.915 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.915 | 50482 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.915 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.915 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.917 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.915 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.916 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TP6mPE +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.920 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.924 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.924 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.925 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.926 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.929 | 55085 | Added a new worker 13 to the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.929 | 50482 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.929 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.929 | 50482 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.929 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yL3Ct5 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.930 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.935 | 55082 | Marked run 396 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.936 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.943 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.944 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.951 | 50483 | Recursively removing directory: /tmp/git.TP6mPE/ +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.953 | 50483 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.953 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.957 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.960 | 50486 | Recursively removing directory: /tmp/git.yL3Ct5/ +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.962 | 50486 | Process exit code: 0 +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.962 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.962 | 55084 | Marked run 395 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.963 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.966 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.970 | 50486 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.970 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.970 | 55102 | Added a new worker 12 to the queue +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.970 | 50483 | Waiting for a new command +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.971 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Rm92jf +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.970 | 50482 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.970 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.970 | 50482 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.971 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.976 | 55103 | Added a new worker 11 to the queue +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.976 | 50486 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.977 | 50482 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.977 | 50482 | Removed worker 11 from the queue +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.977 | 50482 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.977 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bYBSnj +2023-08-28 07:32:58 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.978 | 50486 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.978 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.985 | 50483 | Checking out revision HEAD +2023-08-28 07:32:58 | INFO | 50483/cimple-worker: 2023-08-28 07:32:58.986 | 50483 | Going to run: ./ci +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.987 | 55100 | Marked run 397 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.987 | 50480 | Waiting for new connections +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.994 | 55101 | Marked run 398 as finished +2023-08-28 07:32:58 | INFO | 50480/cimple-server: 2023-08-28 07:32:58.994 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:58.999 | 50486 | Recursively removing directory: /tmp/git.Rm92jf/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.000 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.000 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.005 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.009 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.005 | 50483 | Recursively removing directory: /tmp/git.bYBSnj/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.007 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.007 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.009 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.011 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.012 | 55119 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.012 | 50482 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.012 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.012 | 50482 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.012 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rGFTf9 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.013 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.016 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.016 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.021 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.022 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.024 | 55121 | Added a new worker 13 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.024 | 50482 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.024 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.024 | 50482 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.024 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.024 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.maK4Ri +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.033 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.034 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.035 | 55118 | Marked run 399 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.036 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.047 | 55120 | Marked run 400 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.048 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.052 | 50483 | Recursively removing directory: /tmp/git.maK4Ri/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.055 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.055 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.059 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.056 | 50486 | Recursively removing directory: /tmp/git.rGFTf9/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.058 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.058 | 50486 | Process output: 415087 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.062 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.063 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.063 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 55138 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.067 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 50482 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.067 | 50482 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.068 | 55139 | Added a new worker 10 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.068 | 50482 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.068 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.068 | 50482 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.068 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jw5EtL +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.069 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.068 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Eis46G +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.073 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.074 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.084 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.087 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.091 | 55136 | Marked run 402 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.093 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.096 | 55137 | Marked run 401 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.096 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.098 | 50483 | Recursively removing directory: /tmp/git.jw5EtL/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.099 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.099 | 50483 | Process output: 415087 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.103 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.106 | 50486 | Recursively removing directory: /tmp/git.Eis46G/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.107 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.107 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.108 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.111 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kGRBAh +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.108 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.111 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.111 | 55155 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.111 | 50482 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.111 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.111 | 50482 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.119 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.131 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.132 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.133 | 55154 | Marked run 403 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.133 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.133 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.133 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.136 | 55158 | Added a new worker 9 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.136 | 50482 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.136 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.136 | 50482 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.136 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AYYQ5V +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.137 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.143 | 55156 | Marked run 404 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.143 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.143 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.144 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.159 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.154 | 50483 | Recursively removing directory: /tmp/git.kGRBAh/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.155 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.155 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.162 | 50486 | Recursively removing directory: /tmp/git.AYYQ5V/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.163 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.163 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.164 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.164 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.169 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 55173 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 50482 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 50482 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.174 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.174 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xgBx29 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.176 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.181 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.183 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.184 | 55175 | Added a new worker 9 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.184 | 50482 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.184 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.185 | 50482 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.185 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.185 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U0DTxN +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.191 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.192 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.193 | 55174 | Marked run 406 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.194 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.202 | 55172 | Marked run 405 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.202 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.205 | 50483 | Recursively removing directory: /tmp/git.xgBx29/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.207 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.207 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.210 | 50486 | Recursively removing directory: /tmp/git.U0DTxN/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.211 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.211 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.212 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.216 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.217 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.220 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.221 | 55192 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.221 | 50482 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.221 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.221 | 50482 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.221 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.221 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.41C2dk +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.223 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.223 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.223 | 55193 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.224 | 50482 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.224 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.224 | 50482 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.224 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5k2HLs +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.225 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.231 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.232 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.234 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.235 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.241 | 55190 | Marked run 407 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.242 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.247 | 55191 | Marked run 408 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.247 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.253 | 50483 | Recursively removing directory: /tmp/git.41C2dk/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.254 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.254 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.259 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.255 | 50486 | Recursively removing directory: /tmp/git.5k2HLs/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.257 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.257 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.261 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.264 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.264 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.266 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 55210 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 50482 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.266 | 50482 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.267 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0t6ojm +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.267 | 55211 | Added a new worker 10 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.267 | 50482 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.267 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.267 | 50482 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.268 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oHYTbn +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.269 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.273 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.274 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.281 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.282 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.289 | 55208 | Marked run 409 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.289 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.294 | 55209 | Marked run 410 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.294 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.299 | 50483 | Recursively removing directory: /tmp/git.0t6ojm/ +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.305 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.300 | 50486 | Recursively removing directory: /tmp/git.oHYTbn/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.302 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.302 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.301 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.301 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.306 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.309 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.309 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.311 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.311 | 55228 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.311 | 50482 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.311 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.311 | 50482 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.311 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.312 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.312 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.O6tx1W +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.317 | 55229 | Added a new worker 10 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.317 | 50482 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.317 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.317 | 50482 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.318 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5pDafO +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.320 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.320 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.321 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.323 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.327 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.330 | 55226 | Marked run 411 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.330 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.335 | 55227 | Marked run 412 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.335 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.343 | 50483 | Recursively removing directory: /tmp/git.O6tx1W/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.345 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.345 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.343 | 50486 | Recursively removing directory: /tmp/git.5pDafO/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.345 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.345 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.349 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.350 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.353 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.353 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.354 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.354 | 55246 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.354 | 50482 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.354 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.354 | 50482 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.355 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.355 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.355 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qwzSUM +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.360 | 55247 | Added a new worker 10 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.360 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.360 | 50482 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.361 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.361 | 50482 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.361 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kwC1WT +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.370 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.371 | 55245 | Marked run 413 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.372 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.371 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.374 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.379 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.379 | 55244 | Marked run 414 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.380 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.389 | 50483 | Recursively removing directory: /tmp/git.kwC1WT/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.390 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.390 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.395 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.399 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.400 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.400 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.394 | 50486 | Recursively removing directory: /tmp/git.qwzSUM/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.395 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.395 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 55263 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 50482 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.405 | 50482 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.406 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.K2sxEh +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.404 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.410 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.411 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.413 | 55265 | Added a new worker 9 to the queue +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.413 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EDXES5 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.413 | 50482 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.413 | 50482 | Removed worker 9 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.413 | 50482 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.415 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.420 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.421 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.424 | 55264 | Marked run 415 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.425 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.429 | 50483 | Recursively removing directory: /tmp/git.K2sxEh/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.430 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.430 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.431 | 55262 | Marked run 416 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.432 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.437 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.438 | 50486 | Recursively removing directory: /tmp/git.EDXES5/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.439 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.439 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.443 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.448 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.448 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.449 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.449 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.449 | 55283 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.449 | 50482 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.449 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.449 | 50482 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.450 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.452 | 55282 | Added a new worker 13 to the queue +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.452 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0wsZlA +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.452 | 50482 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.452 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.453 | 50482 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.453 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MCrpkf +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.454 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.458 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.461 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.462 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.463 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.469 | 55280 | Marked run 417 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.469 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.476 | 55281 | Marked run 418 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.476 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.480 | 50486 | Recursively removing directory: /tmp/git.MCrpkf/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.481 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.481 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.485 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.486 | 50483 | Recursively removing directory: /tmp/git.0wsZlA/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.487 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.487 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.490 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.490 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.491 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.492 | 55299 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.492 | 50482 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.492 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.492 | 50482 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.493 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HAYFdr +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.494 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.496 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.496 | 55301 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.496 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.496 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.497 | 50482 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.497 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.497 | 50482 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.497 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vkoPJD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.503 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.504 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.512 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.513 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.530 | 55300 | Marked run 419 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.531 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.532 | 50483 | Recursively removing directory: /tmp/git.vkoPJD/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.534 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.534 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.536 | 55298 | Marked run 420 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.537 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.539 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.543 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.547 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.548 | 50486 | Recursively removing directory: /tmp/git.HAYFdr/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.549 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.549 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.553 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.556 | 55317 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.556 | 50482 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.556 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.556 | 50482 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.557 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.557 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YbpThz +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.559 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 55319 | Added a new worker 13 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 50482 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 50482 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.559 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.559 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4lXxjT +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.567 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.569 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.582 | 55316 | Marked run 422 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.582 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.584 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.585 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.590 | 55318 | Marked run 421 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.590 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.595 | 50483 | Recursively removing directory: /tmp/git.YbpThz/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.597 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.597 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.603 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.605 | 50486 | Recursively removing directory: /tmp/git.4lXxjT/ +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.612 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.606 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.606 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.615 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.615 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.617 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.617 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.624 | 55336 | Added a new worker 15 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.624 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.624 | 55337 | Added a new worker 16 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Removed worker 15 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Removed worker 16 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.625 | 50482 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.625 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xz1kxD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.626 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Kf9q6g +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.632 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.633 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.634 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.635 | 55334 | Marked run 423 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.635 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.635 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.641 | 55335 | Marked run 424 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.641 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.650 | 50483 | Recursively removing directory: /tmp/git.xz1kxD/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.651 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.651 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.652 | 50486 | Recursively removing directory: /tmp/git.Kf9q6g/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.654 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.654 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.655 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.658 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 55354 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.659 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 50482 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.659 | 50482 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.660 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6IohZJ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.665 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.665 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.667 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.667 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.668 | 55356 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.668 | 50482 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.668 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.668 | 50482 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.669 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Xywjat +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.670 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.675 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.676 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.688 | 55353 | Marked run 426 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.689 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.690 | 50483 | Recursively removing directory: /tmp/git.6IohZJ/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.692 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.692 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.693 | 55352 | Marked run 425 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.694 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.695 | 50486 | Recursively removing directory: /tmp/git.Xywjat/ +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.697 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.700 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.702 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.702 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.696 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.696 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.704 | 55372 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.704 | 50482 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.704 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.704 | 50482 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.705 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.heUGJo +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.705 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.706 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.706 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.706 | 55373 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.706 | 50482 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.706 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.707 | 50482 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.707 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MIcFTK +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.708 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.712 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.713 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.723 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.724 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.728 | 50486 | Recursively removing directory: /tmp/git.MIcFTK/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.730 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.730 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.734 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.736 | 55370 | Marked run 427 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.736 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.742 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.742 | 55389 | Added a new worker 13 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.742 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.742 | 55371 | Marked run 428 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.742 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.742 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.743 | 50482 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.743 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.743 | 50482 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.743 | 50483 | Recursively removing directory: /tmp/git.heUGJo/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.743 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w9MUwP +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.745 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.745 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.749 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.751 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.752 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.756 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.756 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.759 | 55392 | Added a new worker 10 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.759 | 50482 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.759 | 50482 | Removed worker 10 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.759 | 50482 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.759 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FsvxyY +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.760 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.766 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.769 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.772 | 55388 | Marked run 430 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.772 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.778 | 55390 | Marked run 429 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.778 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.781 | 50486 | Recursively removing directory: /tmp/git.w9MUwP/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.782 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.782 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.787 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.787 | 50483 | Recursively removing directory: /tmp/git.FsvxyY/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.789 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.789 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.791 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.791 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.794 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.798 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 55407 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 50482 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.799 | 50482 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.801 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LT0i8B +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.804 | 55409 | Added a new worker 8 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.804 | 50482 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.804 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.804 | 50482 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.805 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wYjcMV +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.805 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.808 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.809 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.813 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.815 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.818 | 55406 | Marked run 431 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.819 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.824 | 55408 | Marked run 432 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.824 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.830 | 50486 | Recursively removing directory: /tmp/git.LT0i8B/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.832 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.832 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.837 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.841 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.842 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.842 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.836 | 50483 | Recursively removing directory: /tmp/git.wYjcMV/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.837 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.837 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.846 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.847 | 55425 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.847 | 50482 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.847 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.847 | 50482 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.847 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Tg6PJu +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.848 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.846 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.850 | 55427 | Added a new worker 8 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.850 | 50482 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.850 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.850 | 50482 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.850 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.851 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oUZEAq +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.860 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.862 | 55426 | Marked run 434 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.862 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.862 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.863 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.863 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.867 | 55424 | Marked run 433 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.868 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.878 | 50486 | Recursively removing directory: /tmp/git.Tg6PJu/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.879 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.879 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.878 | 50483 | Recursively removing directory: /tmp/git.oUZEAq/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.879 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.879 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.883 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.885 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.887 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.887 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.887 | 55444 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.887 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.887 | 50482 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.887 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.888 | 50482 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.888 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gLR1R8 +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.890 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.893 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.890 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.894 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.892 | 55445 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.894 | 50482 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.894 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.894 | 50482 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.895 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KgLuXf +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.895 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.906 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.907 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.912 | 55443 | Marked run 435 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.913 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.917 | 50483 | Recursively removing directory: /tmp/git.gLR1R8/ +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.918 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.918 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.918 | 55442 | Marked run 436 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.920 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.923 | 50486 | Recursively removing directory: /tmp/git.KgLuXf/ +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.924 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.925 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.925 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.929 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.929 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.929 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.934 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.934 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.935 | 55461 | Added a new worker 14 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.935 | 50482 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.935 | 50482 | Removed worker 14 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.935 | 50482 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.935 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lnvhzB +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.936 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.940 | 55463 | Added a new worker 8 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.940 | 50482 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.940 | 50482 | Removed worker 8 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.940 | 50482 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.940 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oMX8Ly +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.941 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.941 | 50483 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.942 | 50483 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.949 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.950 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.952 | 55460 | Marked run 437 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.952 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.957 | 55462 | Marked run 438 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.958 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.964 | 50486 | Recursively removing directory: /tmp/git.oMX8Ly/ +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.966 | 50486 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.966 | 50486 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.970 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.975 | 50483 | Recursively removing directory: /tmp/git.lnvhzB/ +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.975 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.976 | 50483 | Process exit code: 0 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.976 | 50483 | Process output: 415088 bytes +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.976 | 50486 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.980 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.980 | 55479 | Added a new worker 12 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.980 | 50482 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.981 | 50482 | Removed worker 12 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.981 | 50482 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.981 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3a8AoV +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.982 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.984 | 50483 | Waiting for a new command +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.984 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.989 | 50486 | Checking out revision HEAD +2023-08-28 07:32:59 | INFO | 50486/cimple-worker: 2023-08-28 07:32:59.990 | 50486 | Going to run: ./ci +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.991 | 55481 | Added a new worker 13 to the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.991 | 50482 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.991 | 50482 | Removed worker 13 from the queue +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.991 | 50482 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:32:59 | INFO | 50483/cimple-worker: 2023-08-28 07:32:59.991 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kKG4hY +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.992 | 50480 | Waiting for new connections +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.997 | 55478 | Marked run 440 as finished +2023-08-28 07:32:59 | INFO | 50480/cimple-server: 2023-08-28 07:32:59.998 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.001 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.002 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.005 | 55480 | Marked run 439 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.005 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.013 | 50486 | Recursively removing directory: /tmp/git.3a8AoV/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.014 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.014 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.018 | 50483 | Recursively removing directory: /tmp/git.kKG4hY/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.019 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.019 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.024 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.025 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.027 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 55498 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 50482 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.028 | 50482 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.029 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4d3BbX +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.032 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.032 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.034 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.035 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.035 | 55499 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.035 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.036 | 50482 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.036 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.036 | 50482 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.040 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rqG8QI +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.055 | 50483 | Recursively removing directory: /tmp/git.4d3BbX/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.056 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.057 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.057 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.058 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.062 | 55497 | Marked run 441 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.063 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.063 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 55510 | Added a new worker 13 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 50482 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 50482 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.068 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.067 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.069 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2bc6Ir +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.072 | 55496 | Marked run 442 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.072 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.077 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.078 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.082 | 55509 | Marked run 443 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.083 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.087 | 50486 | Recursively removing directory: /tmp/git.rqG8QI/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.089 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.089 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.094 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.095 | 50483 | Recursively removing directory: /tmp/git.2bc6Ir/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.097 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.097 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.101 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.105 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.105 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.106 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.106 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.106 | 55526 | Added a new worker 14 to the queue +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.107 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.v4PDxZ +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.106 | 50482 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.106 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 50482 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 55525 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 50482 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.107 | 50482 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.108 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EeiYjQ +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.109 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.113 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.113 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.114 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.119 | 55523 | Marked run 444 as finished +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.120 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.120 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.128 | 55524 | Marked run 445 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.128 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.134 | 50486 | Recursively removing directory: /tmp/git.EeiYjQ/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.135 | 50483 | Recursively removing directory: /tmp/git.v4PDxZ/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.135 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.135 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.139 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.137 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.137 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.142 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.143 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.143 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.147 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.151 | 55544 | Added a new worker 15 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 50482 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 50482 | Removed worker 15 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 50482 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 55543 | Added a new worker 15 to the queue +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.147 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 50482 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.152 | 50482 | Removed worker 15 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.153 | 50482 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.153 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.153 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.153 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KxJw7M +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.153 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.O1kBlC +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.158 | 55541 | Marked run 447 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.158 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.160 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.161 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.164 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.166 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.170 | 55542 | Marked run 446 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.171 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.178 | 50486 | Recursively removing directory: /tmp/git.KxJw7M/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.180 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.180 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.185 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.186 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.181 | 50483 | Recursively removing directory: /tmp/git.O1kBlC/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.182 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.182 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.189 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.190 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.190 | 55561 | Added a new worker 14 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 55562 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50482 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.191 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.192 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EBMeWr +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.189 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.192 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HlzTmt +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.197 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.198 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.208 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.209 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.216 | 55559 | Marked run 449 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.217 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.218 | 50483 | Recursively removing directory: /tmp/git.EBMeWr/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.219 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.219 | 50483 | Process output: 415087 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.223 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.227 | 50486 | Recursively removing directory: /tmp/git.HlzTmt/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.228 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.228 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.228 | 55578 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.229 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.229 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.230 | 50482 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.230 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.230 | 50482 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.230 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Se1Cjy +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.232 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.234 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.237 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.240 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.240 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.242 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.242 | 55560 | Marked run 448 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.242 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.244 | 55580 | Added a new worker 9 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.245 | 50482 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.245 | 50482 | Removed worker 9 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.245 | 50482 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.245 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U006kr +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.246 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.251 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.253 | 55577 | Marked run 451 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.253 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.254 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.258 | 55579 | Marked run 450 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.258 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.264 | 50483 | Recursively removing directory: /tmp/git.Se1Cjy/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.265 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.265 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.269 | 50486 | Recursively removing directory: /tmp/git.U006kr/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.270 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.270 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.273 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.274 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.274 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.275 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.280 | 55596 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.281 | 50482 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.281 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.281 | 50482 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.281 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.281 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mGQfog +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.282 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.282 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.282 | 55598 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.282 | 50482 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.282 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.282 | 50482 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.283 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gY8kGl +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.284 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.287 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.293 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.295 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.297 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.299 | 55595 | Marked run 452 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.299 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.305 | 55597 | Marked run 453 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.305 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.320 | 50486 | Recursively removing directory: /tmp/git.gY8kGl/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.321 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.321 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.327 | 50483 | Recursively removing directory: /tmp/git.mGQfog/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.328 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.328 | 50483 | Process output: 415086 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.330 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.330 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.330 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.330 | 55614 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.330 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.331 | 50482 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.331 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.331 | 50482 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.331 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.odQLxu +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.334 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.335 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.336 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.339 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.339 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.342 | 55617 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.342 | 50482 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.342 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.342 | 50482 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.343 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2foYWs +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.344 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.347 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.349 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.354 | 55613 | Marked run 455 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.354 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.359 | 55615 | Marked run 454 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.360 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.364 | 50486 | Recursively removing directory: /tmp/git.odQLxu/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.365 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.365 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.367 | 50483 | Recursively removing directory: /tmp/git.2foYWs/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.368 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.368 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.370 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.373 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.374 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.374 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.378 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 55633 | Added a new worker 14 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 55634 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50482 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.378 | 50482 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.379 | 50482 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.379 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.379 | 50482 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.379 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rPk5xA +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.379 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ufPgcO +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.385 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.385 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.389 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.396 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.406 | 50483 | Recursively removing directory: /tmp/git.ufPgcO/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.407 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.407 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.406 | 55632 | Marked run 457 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.408 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.411 | 55631 | Marked run 456 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.411 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.412 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.416 | 50486 | Recursively removing directory: /tmp/git.rPk5xA/ +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.416 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.417 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.417 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.421 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.422 | 55650 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.417 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.422 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MD4TkY +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.422 | 50482 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.422 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.422 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.422 | 50482 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.426 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.426 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.427 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.428 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.431 | 55652 | Added a new worker 13 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.431 | 50482 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.431 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.431 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.431 | 50482 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.432 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hdvcqL +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.437 | 55649 | Marked run 459 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.437 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.441 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.441 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.446 | 55651 | Marked run 458 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.447 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.451 | 50483 | Recursively removing directory: /tmp/git.MD4TkY/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.452 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.452 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.456 | 50486 | Recursively removing directory: /tmp/git.hdvcqL/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.458 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.458 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.461 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.461 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.461 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.462 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.469 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.469 | 55668 | Added a new worker 15 to the queue +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.470 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mWQTFW +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.470 | 50482 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.470 | 50482 | Removed worker 15 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.470 | 50482 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.470 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.471 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.472 | 55670 | Added a new worker 8 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.472 | 50482 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.472 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.472 | 50482 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.472 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.909jF9 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.473 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.476 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.478 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.481 | 55667 | Marked run 460 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.482 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.484 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.485 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.511 | 50483 | Recursively removing directory: /tmp/git.mWQTFW/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.512 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.512 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.514 | 50486 | Recursively removing directory: /tmp/git.909jF9/ +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.510 | 55669 | Marked run 461 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.514 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.515 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.515 | 50486 | Process output: 415087 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.517 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.521 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.521 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.524 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.524 | 55686 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.528 | 50482 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.528 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.529 | 50482 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.529 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Dsqd8x +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.530 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.533 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.531 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.534 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.534 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.536 | 55688 | Added a new worker 13 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.536 | 50482 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.536 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.536 | 50482 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.537 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M63ans +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.537 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.542 | 55685 | Marked run 462 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.542 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.549 | 50483 | Recursively removing directory: /tmp/git.Dsqd8x/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.550 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.550 | 50483 | Process output: 415087 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.555 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.555 | 55687 | Marked run 463 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.556 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.556 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.557 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.559 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.559 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.560 | 55698 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.560 | 50482 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.560 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.560 | 50482 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.560 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Efrn8y +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.560 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.572 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.574 | 55696 | Marked run 464 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.574 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.574 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.578 | 50486 | Recursively removing directory: /tmp/git.M63ans/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.579 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.580 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.584 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.588 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.588 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.590 | 50483 | Recursively removing directory: /tmp/git.Efrn8y/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.591 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.591 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.592 | 55713 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.592 | 50482 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.592 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.592 | 50482 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.593 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WUXOCs +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.593 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.597 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.601 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.601 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.601 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.602 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.602 | 55715 | Added a new worker 13 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.602 | 50482 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.602 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.603 | 50482 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.603 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.603 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.s5RG9s +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.607 | 55712 | Marked run 465 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.607 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.617 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.618 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.622 | 50486 | Recursively removing directory: /tmp/git.WUXOCs/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.624 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.624 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.626 | 55714 | Marked run 466 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.627 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.628 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.633 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.633 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.634 | 55729 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.635 | 50482 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.635 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.635 | 50482 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.635 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vddvcp +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.636 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.641 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.643 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.646 | 55726 | Marked run 467 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.646 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.649 | 50483 | Recursively removing directory: /tmp/git.s5RG9s/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.650 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.650 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.654 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.659 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.659 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.662 | 50486 | Recursively removing directory: /tmp/git.Vddvcp/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.664 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.664 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.668 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.672 | 55740 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.673 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.673 | 50482 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.673 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.673 | 50482 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.674 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YkXKre +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.674 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.681 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.682 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.682 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.683 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CR9GIe +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.682 | 55742 | Added a new worker 8 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.682 | 50482 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.682 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.682 | 50482 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.683 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.689 | 55741 | Marked run 469 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.690 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.691 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.694 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.696 | 55739 | Marked run 468 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.697 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.701 | 50483 | Recursively removing directory: /tmp/git.YkXKre/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.702 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.702 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.706 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.710 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.710 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.715 | 50486 | Recursively removing directory: /tmp/git.CR9GIe/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.717 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.717 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.716 | 55758 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.718 | 50482 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.718 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.718 | 50482 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.719 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rwcLGk +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.719 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.722 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.726 | 55757 | Marked run 470 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.726 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.727 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.728 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.728 | 55760 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.728 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.728 | 50482 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.728 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.728 | 50482 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.729 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.p03jui +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.734 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.735 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.737 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.738 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.749 | 55759 | Marked run 471 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.749 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.751 | 50483 | Recursively removing directory: /tmp/git.rwcLGk/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.752 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.753 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.757 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.762 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.761 | 50486 | Recursively removing directory: /tmp/git.p03jui/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.762 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.762 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.763 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.766 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.767 | 55776 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.767 | 50482 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.767 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.767 | 50482 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.767 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CGcFLW +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.768 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.771 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.771 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.776 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.777 | 55778 | Added a new worker 13 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.777 | 50482 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.777 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.777 | 50482 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.778 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.777 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Wo0qWD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.778 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.783 | 55775 | Marked run 472 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.783 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.785 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.786 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.790 | 55777 | Marked run 473 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.791 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.794 | 50483 | Recursively removing directory: /tmp/git.CGcFLW/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.795 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.795 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.799 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.801 | 50486 | Recursively removing directory: /tmp/git.Wo0qWD/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.803 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.803 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.804 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.804 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.807 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.811 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.807 | 55794 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.812 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.812 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.812 | 50482 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.812 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.812 | 50482 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.812 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UstKky +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.816 | 55796 | Added a new worker 8 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.816 | 50482 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.816 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.817 | 50482 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.817 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.H8Nqxv +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.817 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.818 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.819 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.827 | 55793 | Marked run 474 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.828 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.828 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.829 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.836 | 55795 | Marked run 475 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.836 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.840 | 50483 | Recursively removing directory: /tmp/git.UstKky/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.841 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.841 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.846 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.847 | 50486 | Recursively removing directory: /tmp/git.H8Nqxv/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.848 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.848 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.853 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.856 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.856 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.857 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.858 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.860 | 55814 | Added a new worker 15 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.860 | 50482 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.860 | 50482 | Removed worker 15 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.860 | 50482 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.861 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZhAQls +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.861 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.861 | 55813 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.864 | 50482 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.864 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.864 | 50482 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.865 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.865 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AR4upO +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.869 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.869 | 55811 | Marked run 476 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.870 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.870 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.873 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.873 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.876 | 55812 | Marked run 477 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.876 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.884 | 50486 | Recursively removing directory: /tmp/git.ZhAQls/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.885 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.885 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.894 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.889 | 50483 | Recursively removing directory: /tmp/git.AR4upO/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.891 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.891 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.894 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.894 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.896 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.901 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.901 | 55830 | Added a new worker 14 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.904 | 50482 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.904 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.904 | 50482 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.905 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.905 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pXN5cu +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.905 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.906 | 55832 | Added a new worker 8 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.907 | 50482 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.907 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.907 | 50482 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.907 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Z1Kt68 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.910 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.911 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.911 | 55829 | Marked run 478 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.912 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.912 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.913 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.914 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.923 | 55831 | Marked run 479 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.923 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.934 | 50483 | Recursively removing directory: /tmp/git.Z1Kt68/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.935 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.935 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.940 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.940 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.934 | 50486 | Recursively removing directory: /tmp/git.pXN5cu/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.936 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.936 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.944 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.944 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.947 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.947 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.948 | 55849 | Added a new worker 14 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.948 | 50482 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.948 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.948 | 50482 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.948 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mfVuzc +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.948 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.949 | 55850 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.949 | 50482 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.949 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.949 | 50482 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.949 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vGHOtL +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.949 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.956 | 50486 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.957 | 50486 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.957 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.958 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.965 | 55848 | Marked run 480 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.966 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.971 | 55847 | Marked run 481 as finished +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.971 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.973 | 50483 | Recursively removing directory: /tmp/git.vGHOtL/ +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.974 | 50483 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.974 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.980 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.980 | 50486 | Recursively removing directory: /tmp/git.mfVuzc/ +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.981 | 50486 | Process exit code: 0 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.981 | 50486 | Process output: 415087 bytes +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.984 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.985 | 50483 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.985 | 55866 | Added a new worker 10 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.985 | 50482 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.985 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.985 | 50482 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.985 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tD479s +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.985 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.986 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.989 | 50486 | Waiting for a new command +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.990 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.990 | 55868 | Added a new worker 12 to the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.990 | 50480 | Waiting for new connections +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.994 | 50483 | Checking out revision HEAD +2023-08-28 07:33:00 | INFO | 50483/cimple-worker: 2023-08-28 07:33:00.995 | 50483 | Going to run: ./ci +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.996 | 50482 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.996 | 50482 | Removed worker 12 from the queue +2023-08-28 07:33:00 | INFO | 50480/cimple-server: 2023-08-28 07:33:00.996 | 50482 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2023-08-28 07:33:00 | INFO | 50486/cimple-worker: 2023-08-28 07:33:00.997 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tPUqqf +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.002 | 55867 | Marked run 482 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.002 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.004 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.005 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.011 | 50483 | Recursively removing directory: /tmp/git.tD479s/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.013 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.013 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.013 | 55865 | Marked run 483 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.016 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.018 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.022 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.022 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.028 | 55884 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.028 | 50482 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.028 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.028 | 50482 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.029 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CsQLso +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.024 | 50486 | Recursively removing directory: /tmp/git.tPUqqf/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.025 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.025 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.030 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.030 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.034 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.034 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.035 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.035 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.039 | 55886 | Added a new worker 13 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 50482 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 50482 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 55883 | Marked run 484 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.040 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.040 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OEYr4l +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.046 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.047 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.052 | 50483 | Recursively removing directory: /tmp/git.CsQLso/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.053 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.053 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.058 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.060 | 55885 | Marked run 485 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.060 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.063 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.063 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.063 | 55902 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.063 | 50482 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.063 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.063 | 50482 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.064 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4IUKgm +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.065 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.073 | 50486 | Recursively removing directory: /tmp/git.OEYr4l/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.074 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.075 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.075 | 50486 | Process output: 415087 bytes +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.075 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.077 | 55901 | Marked run 486 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.077 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.079 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.083 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.084 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.085 | 55911 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.085 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.088 | 50482 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.088 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.088 | 50482 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.089 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.78T02S +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.097 | 50483 | Recursively removing directory: /tmp/git.4IUKgm/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.098 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.098 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.098 | 50483 | Process output: 415087 bytes +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.099 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.100 | 55905 | Marked run 487 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.100 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.104 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.109 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.109 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.109 | 55920 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.109 | 50482 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.109 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.109 | 50482 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.109 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nqRdb6 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.110 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.115 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.116 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.122 | 50486 | Recursively removing directory: /tmp/git.78T02S/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.123 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.123 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.128 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.129 | 55915 | Marked run 488 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.129 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.132 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.132 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.138 | 55929 | Added a new worker 8 to the queue +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.138 | 50483 | Recursively removing directory: /tmp/git.nqRdb6/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.139 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.139 | 50483 | Process output: 415086 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.141 | 50482 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.141 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.141 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.141 | 50482 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.141 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pxhsDs +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.145 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.148 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.148 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.149 | 55931 | Added a new worker 13 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.149 | 50482 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.149 | 50482 | Removed worker 13 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.149 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.149 | 50482 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.151 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.woCvWt +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.151 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.151 | 55928 | Marked run 489 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.151 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.152 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.159 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.159 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.167 | 55930 | Marked run 490 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.168 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.181 | 50483 | Recursively removing directory: /tmp/git.woCvWt/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.178 | 50486 | Recursively removing directory: /tmp/git.pxhsDs/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.179 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.179 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.183 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.183 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.185 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.187 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.189 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.189 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.191 | 55948 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.191 | 50482 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.191 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.191 | 50482 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.191 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.192 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.192 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.192 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.K2HEM6 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.193 | 55949 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.193 | 50482 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.193 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.193 | 50482 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.193 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nA8pRN +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.195 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.199 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.200 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.209 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.209 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.216 | 55946 | Marked run 491 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.216 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.220 | 50486 | Recursively removing directory: /tmp/git.K2HEM6/ +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.221 | 55947 | Marked run 492 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.222 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.223 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.223 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.226 | 50483 | Recursively removing directory: /tmp/git.nA8pRN/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.227 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.227 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.228 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.231 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.233 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.235 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.235 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.235 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.e1iIj2 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.235 | 55966 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.235 | 50482 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.235 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.235 | 50482 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.236 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.236 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.241 | 55967 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.241 | 50482 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.241 | 50482 | Removed worker 10 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.241 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.242 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Nx0Anv +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.242 | 50482 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.253 | 55964 | Marked run 493 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.253 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.254 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.254 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.256 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.256 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.259 | 55965 | Marked run 494 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.259 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.277 | 50486 | Recursively removing directory: /tmp/git.e1iIj2/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.273 | 50483 | Recursively removing directory: /tmp/git.Nx0Anv/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.274 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.274 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.278 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.278 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.280 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.283 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.285 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.287 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.287 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.288 | 55985 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.288 | 50482 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.288 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.288 | 50482 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.288 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.288 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.geqINP +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.289 | 55984 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.289 | 50482 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.289 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.289 | 50482 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.290 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6Dswhh +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.290 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.290 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.296 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.297 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.302 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.308 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.312 | 55983 | Marked run 495 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.313 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.317 | 55982 | Marked run 496 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.318 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.320 | 50486 | Recursively removing directory: /tmp/git.geqINP/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.321 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.321 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.326 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.330 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.330 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.331 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.325 | 50483 | Recursively removing directory: /tmp/git.6Dswhh/ +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.327 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.327 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.336 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.336 | 56001 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.335 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.337 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.337 | 50482 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.337 | 50482 | Removed worker 14 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.337 | 50482 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.337 | 50486 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kf8Nsz +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.340 | 56003 | Added a new worker 8 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.340 | 50482 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.340 | 50482 | Removed worker 8 from the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.340 | 50482 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.341 | 50483 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sRnBUk +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.342 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.342 | 50486 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.343 | 50486 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.351 | 50483 | Checking out revision HEAD +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.353 | 50483 | Going to run: ./ci +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.353 | 56000 | Marked run 497 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.354 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.361 | 56002 | Marked run 498 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.361 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.366 | 50486 | Recursively removing directory: /tmp/git.kf8Nsz/ +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.368 | 50486 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.368 | 50486 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.372 | 50483 | Recursively removing directory: /tmp/git.sRnBUk/ +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.373 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.378 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.373 | 50483 | Process exit code: 0 +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.373 | 50483 | Process output: 415088 bytes +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.382 | 50483 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.382 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.382 | 56020 | Added a new worker 14 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.383 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.383 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.383 | 50486 | Waiting for a new command +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.383 | 56021 | Added a new worker 10 to the queue +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.383 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.397 | 56018 | Marked run 499 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.398 | 50480 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.401 | 56019 | Marked run 500 as finished +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.402 | 50480 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:33:01 | INFO | Terminating process 50486/cimple-worker +2023-08-28 07:33:01 | INFO | 50486/cimple-worker: 2023-08-28 07:33:01.709 | 50486 | Shutting down +2023-08-28 07:33:01 | INFO | Terminating process 50483/cimple-worker +2023-08-28 07:33:01 | INFO | 50483/cimple-worker: 2023-08-28 07:33:01.712 | 50483 | Shutting down +2023-08-28 07:33:01 | INFO | Terminating process 50480/cimple-server +2023-08-28 07:33:01 | INFO | 50480/cimple-server: 2023-08-28 07:33:01.713 | 50480 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_long-numof_clients=1-runs_per_client=2000]55.40
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:33:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite'] +2023-08-28 07:33:01 | INFO | Process 56023/cimple-server has started +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.728 | 56023 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.728 | 56023 | SQLite database version: 0 +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.728 | 56023 | Newest database version: 1 +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.728 | 56023 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.771 | 56023 | Waiting for new connections +2023-08-28 07:33:01 | INFO | Process 56023/cimple-server is ready +2023-08-28 07:33:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:33:01 | INFO | Process 56026/cimple-worker has started +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.783 | 56023 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.783 | 56028 | Added a new worker 8 to the queue +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.783 | 56023 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 56026/cimple-worker: 2023-08-28 07:33:01.783 | 56026 | Waiting for a new command +2023-08-28 07:33:01 | INFO | Process 56026/cimple-worker is ready +2023-08-28 07:33:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:33:01 | INFO | Process 56029/cimple-worker has started +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.795 | 56023 | Waiting for new connections +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.795 | 56031 | Added a new worker 9 to the queue +2023-08-28 07:33:01 | INFO | 56029/cimple-worker: 2023-08-28 07:33:01.795 | 56029 | Waiting for a new command +2023-08-28 07:33:01 | INFO | Process 56029/cimple-worker is ready +2023-08-28 07:33:01 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:33:01 | INFO | 56023/cimple-server: 2023-08-28 07:33:01.796 | 56023 | Waiting for new connections +2023-08-28 07:33:01 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:33:01 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:33:01 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:33:01 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:33:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:33:01 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:33:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:33:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:33:02 | INFO | Executing 2000 clients +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.041 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.047 | 56045 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.047 | 56025 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.047 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.047 | 56025 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.048 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iMWkeo +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.049 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.053 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.054 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.055 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.060 | 56047 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.060 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XiHmck +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.060 | 56025 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.060 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.060 | 56025 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.063 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.066 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.069 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.070 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.069 | 56052 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.070 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.074 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.077 | 56026 | Recursively removing directory: /tmp/git.iMWkeo/ +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.079 | 56059 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.080 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.079 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.079 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.084 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.088 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.089 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.089 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.090 | 56064 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.091 | 56025 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.091 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.091 | 56025 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.091 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7uCBY7 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.092 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.100 | 56063 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.101 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.106 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.103 | 56029 | Recursively removing directory: /tmp/git.XiHmck/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.104 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.104 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.107 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.109 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.114 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.114 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.118 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.118 | 56073 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.118 | 56025 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.118 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.118 | 56025 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.118 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WI2XOY +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.119 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.130 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.130 | 56074 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.131 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.132 | 56061 | Marked run 1 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.132 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.133 | 56026 | Recursively removing directory: /tmp/git.7uCBY7/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.134 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.136 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.136 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.138 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.145 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.150 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.151 | 56072 | Marked run 2 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.152 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.154 | 56083 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.154 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.154 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.156 | 56091 | Added a new worker 6 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.156 | 56025 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.156 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.156 | 56025 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.157 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DgLYpj +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.158 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.158 | 56029 | Recursively removing directory: /tmp/git.WI2XOY/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.160 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.160 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.164 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.165 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.167 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.169 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.178 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.178 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.180 | 56102 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.180 | 56025 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.180 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.180 | 56025 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.181 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.182 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HaKDbE +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.182 | 56088 | Marked run 3 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.183 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.192 | 56095 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.192 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.196 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.197 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.195 | 56026 | Recursively removing directory: /tmp/git.DgLYpj/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.196 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.196 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.199 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.201 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.209 | 56093 | Marked run 4 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.210 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.210 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.211 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.211 | 56109 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.211 | 56025 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.211 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.211 | 56025 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.211 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.212 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9FOagd +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.212 | 56105 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.213 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.216 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.219 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.225 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.228 | 56107 | Marked run 5 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.228 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.229 | 56029 | Recursively removing directory: /tmp/git.HaKDbE/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.230 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.230 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.230 | 56115 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.231 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.235 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.235 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.239 | 56120 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.240 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.242 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.242 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.250 | 56026 | Recursively removing directory: /tmp/git.9FOagd/ +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56127 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56025 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.250 | 56025 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.251 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hp2f8W +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.253 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.253 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.256 | 56121 | Marked run 6 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.258 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.259 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.260 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.261 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.262 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.262 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.262 | 56131 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.262 | 56025 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.262 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.262 | 56025 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.263 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fjMSz0 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.263 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.268 | 56128 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.269 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.270 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.273 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.274 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.280 | 56129 | Marked run 7 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.280 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.284 | 56029 | Recursively removing directory: /tmp/git.hp2f8W/ +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.283 | 56136 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.284 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.288 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.285 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.285 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.290 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.296 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.295 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.296 | 56150 | Added a new worker 11 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.296 | 56025 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.297 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.297 | 56025 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.297 | 56146 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.297 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fDXhQT +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.298 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.298 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.299 | 56026 | Recursively removing directory: /tmp/git.fjMSz0/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.301 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.301 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.311 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.312 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.313 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.315 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.317 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.317 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.318 | 56156 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.318 | 56025 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.318 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.318 | 56025 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.319 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MaFRGy +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.320 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.324 | 56154 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.325 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.326 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.326 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.330 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.331 | 56149 | Marked run 8 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.331 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.337 | 56152 | Marked run 9 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.337 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.340 | 56162 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.340 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.340 | 56029 | Recursively removing directory: /tmp/git.fDXhQT/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.341 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.341 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.346 | 56026 | Recursively removing directory: /tmp/git.MaFRGy/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.347 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.347 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.350 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.351 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.351 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.352 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.353 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.356 | 56173 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.357 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QKlxQ5 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.357 | 56025 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.357 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.357 | 56025 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.356 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.359 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.363 | 56176 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.363 | 56025 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.363 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.364 | 56025 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.364 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.364 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.365 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.365 | 56175 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.365 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.367 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BhvADG +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.372 | 56174 | Marked run 11 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.372 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.373 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.376 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.377 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.379 | 56180 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.380 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.383 | 56172 | Marked run 10 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.384 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.385 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.388 | 56029 | Recursively removing directory: /tmp/git.QKlxQ5/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.389 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.389 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.394 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.396 | 56026 | Recursively removing directory: /tmp/git.BhvADG/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.398 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.398 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.399 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.400 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.402 | 56189 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.402 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.403 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.408 | 56196 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.408 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.409 | 56025 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.409 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.409 | 56025 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.409 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uc4Vom +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.412 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.421 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.424 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.424 | 56200 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.425 | 56025 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.425 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.425 | 56025 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.430 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.30gI6k +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.430 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.430 | 56195 | Marked run 12 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.431 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.444 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.445 | 56199 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.445 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.448 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.452 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.456 | 56198 | Marked run 13 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.457 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.457 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.458 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.461 | 56203 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.462 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.465 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.471 | 56029 | Recursively removing directory: /tmp/git.Uc4Vom/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.472 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.472 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.477 | 56213 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.478 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.482 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.484 | 56026 | Recursively removing directory: /tmp/git.30gI6k/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.485 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.485 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.486 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.482 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56221 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56025 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.492 | 56025 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.493 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FEsTnD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.497 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.498 | 56219 | Marked run 14 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.499 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.499 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.501 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.502 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.502 | 56224 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.502 | 56025 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.502 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.502 | 56025 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.502 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fmCEdo +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.503 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.505 | 56222 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.506 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.509 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.513 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.514 | 56228 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.514 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.515 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.517 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.524 | 56029 | Recursively removing directory: /tmp/git.FEsTnD/ +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.525 | 56223 | Marked run 15 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.526 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.526 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.526 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.528 | 56236 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.528 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.531 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.534 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.534 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.538 | 56026 | Recursively removing directory: /tmp/git.fmCEdo/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.539 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.539 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.537 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.540 | 56245 | Added a new worker 12 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.540 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.541 | 56025 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.541 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.541 | 56025 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.541 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q7b7bx +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.544 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.546 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.547 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.550 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.551 | 56246 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.551 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.550 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.555 | 56249 | Added a new worker 11 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.556 | 56025 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.556 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.556 | 56025 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.556 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G5VizP +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.557 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.558 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.562 | 56244 | Marked run 16 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.563 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.565 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.566 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.571 | 56247 | Marked run 17 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.572 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.574 | 56029 | Recursively removing directory: /tmp/git.Q7b7bx/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.575 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.575 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.577 | 56252 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.578 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.581 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.581 | 56026 | Recursively removing directory: /tmp/git.G5VizP/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.583 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.583 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.586 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.587 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.591 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.591 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.592 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.592 | 56267 | Added a new worker 14 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.593 | 56025 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.593 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.593 | 56025 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.593 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.593 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B7ujBp +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.594 | 56269 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.594 | 56025 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.594 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.594 | 56025 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.595 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.595 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oATRby +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.602 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.605 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.605 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.608 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.611 | 56270 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.612 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.615 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.623 | 56026 | Recursively removing directory: /tmp/git.oATRby/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.625 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.625 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.629 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.629 | 56266 | Marked run 18 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.630 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.631 | 56029 | Recursively removing directory: /tmp/git.B7ujBp/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.632 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.632 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.637 | 56281 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.637 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.638 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.639 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.639 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.640 | 56289 | Added a new worker 15 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.640 | 56025 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.640 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.640 | 56025 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.641 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tsHhIV +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.642 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.645 | 56268 | Marked run 19 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.645 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.647 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.647 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.651 | 56291 | Added a new worker 10 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.652 | 56025 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.652 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.652 | 56025 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.652 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.652 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5S3zp +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.652 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.654 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.656 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.658 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.660 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.664 | 56287 | Marked run 21 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.665 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.672 | 56026 | Recursively removing directory: /tmp/git.tsHhIV/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.674 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.674 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.681 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.682 | 56288 | Marked run 20 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.683 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.685 | 56292 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.686 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.689 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.692 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.693 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.693 | 56309 | Added a new worker 12 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.693 | 56025 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.693 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.693 | 56025 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.693 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NFwYnY +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.694 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.695 | 56029 | Recursively removing directory: /tmp/git.Z5S3zp/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.697 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.697 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.701 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.702 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.702 | 56310 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.703 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.703 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.708 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.712 | 56307 | Marked run 22 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.713 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.716 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.719 | 56315 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.719 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.719 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.722 | 56317 | Added a new worker 8 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.722 | 56025 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.722 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.722 | 56025 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.722 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.01851O +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.723 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.725 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.731 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.731 | 56311 | Marked run 23 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.731 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.733 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.735 | 56026 | Recursively removing directory: /tmp/git.NFwYnY/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.737 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.737 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.740 | 56321 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.741 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.742 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.748 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.751 | 56333 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.753 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.755 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.755 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.756 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.756 | 56335 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.757 | 56025 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.757 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.757 | 56025 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.757 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fIIMXE +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.758 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.762 | 56327 | Marked run 24 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.763 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.763 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.764 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.766 | 56336 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.767 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.768 | 56029 | Recursively removing directory: /tmp/git.01851O/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.770 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.770 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.775 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.777 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.784 | 56346 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.781 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.785 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.785 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.788 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.789 | 56347 | Added a new worker 12 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.789 | 56025 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.789 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.789 | 56025 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.789 | 56026 | Recursively removing directory: /tmp/git.fIIMXE/ +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.790 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.790 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.790 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.795 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.789 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ynLKxN +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.797 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.798 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.801 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.801 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.803 | 56349 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.804 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.808 | 56352 | Added a new worker 9 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.808 | 56025 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.808 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.808 | 56025 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.809 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.810 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o5eC19 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.812 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.822 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.822 | 56345 | Marked run 25 as finished +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.825 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.824 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.826 | 56356 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.827 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.831 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.831 | 56029 | Recursively removing directory: /tmp/git.ynLKxN/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.832 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.832 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.834 | 56350 | Marked run 26 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.835 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.836 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.838 | 56363 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.838 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.841 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.844 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.844 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.845 | 56372 | Added a new worker 12 to the queue +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.845 | 56025 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.845 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.846 | 56025 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.846 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.846 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.imO9zp +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.849 | 56373 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.850 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.854 | 56026 | Recursively removing directory: /tmp/git.o5eC19/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.856 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.856 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.857 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.859 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.861 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.861 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.862 | 56365 | Marked run 27 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.862 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.866 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.866 | 56379 | Added a new worker 13 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.866 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.866 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.867 | 56025 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.867 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.867 | 56025 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.867 | 56375 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.867 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.868 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FHaTeZ +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.874 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.875 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.876 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.880 | 56377 | Marked run 28 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.880 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.882 | 56382 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.882 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.885 | 56029 | Recursively removing directory: /tmp/git.imO9zp/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.887 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.887 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.886 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.890 | 56391 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.890 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.892 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.893 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.895 | 56395 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.895 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.905 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.909 | 56400 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.910 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.910 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.914 | 56026 | Recursively removing directory: /tmp/git.FHaTeZ/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.915 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.915 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56401 | Added a new worker 6 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56025 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56025 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.919 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.922 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.920 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IBZpvS +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.922 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.929 | 56396 | Marked run 29 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.929 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.929 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.930 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.932 | 56403 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.933 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.937 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.937 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.945 | 56408 | Added a new worker 10 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.945 | 56025 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.945 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.945 | 56025 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.946 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g3kgPS +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.946 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.949 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.949 | 56404 | Marked run 30 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.950 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.954 | 56026 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.955 | 56026 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.959 | 56414 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.959 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.957 | 56029 | Recursively removing directory: /tmp/git.IBZpvS/ +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.959 | 56029 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.959 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.963 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.970 | 56029 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.970 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.972 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.973 | 56424 | Added a new worker 12 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.974 | 56025 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.974 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.974 | 56025 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.975 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.976 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VwYwjX +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.982 | 56026 | Recursively removing directory: /tmp/git.g3kgPS/ +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.983 | 56026 | Process exit code: 0 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.983 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.987 | 56029 | Checking out revision HEAD +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.988 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56029/cimple-worker: 2023-08-28 07:33:02.988 | 56029 | Going to run: ./ci +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.993 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.993 | 56026 | Waiting for a new command +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.993 | 56428 | Added a new worker 16 to the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.993 | 56025 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.993 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.993 | 56025 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:02 | INFO | 56026/cimple-worker: 2023-08-28 07:33:02.994 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kbbrfF +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.995 | 56023 | Waiting for new connections +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.998 | 56420 | Marked run 31 as finished +2023-08-28 07:33:02 | INFO | 56023/cimple-server: 2023-08-28 07:33:02.999 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.001 | 56425 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.002 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.003 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.004 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.006 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.010 | 56426 | Marked run 32 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.011 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.014 | 56435 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.014 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.016 | 56029 | Recursively removing directory: /tmp/git.VwYwjX/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.018 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.018 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.019 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.022 | 56445 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.022 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.023 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.026 | 56026 | Recursively removing directory: /tmp/git.kbbrfF/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.027 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.027 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.027 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.030 | 56448 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.030 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.039 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.040 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.040 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.040 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.040 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.041 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.041 | 56453 | Added a new worker 17 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.041 | 56025 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.041 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.041 | 56025 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.042 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8oK1Op +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.042 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.042 | 56452 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.043 | 56025 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.043 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.043 | 56025 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.043 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NpZpqG +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.044 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.048 | 56447 | Marked run 33 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.049 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.052 | 56451 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.052 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.054 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.055 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.056 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.057 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.060 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.064 | 56450 | Marked run 34 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.066 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.071 | 56029 | Recursively removing directory: /tmp/git.8oK1Op/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.079 | 56026 | Recursively removing directory: /tmp/git.NpZpqG/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.081 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.081 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.074 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.074 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.081 | 56458 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.081 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.084 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.087 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.090 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.091 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.092 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.095 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.091 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.098 | 56474 | Added a new worker 17 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.099 | 56025 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.099 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.099 | 56025 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.099 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rD6TDS +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.099 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.100 | 56473 | Added a new worker 12 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.100 | 56025 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.100 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.100 | 56025 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.100 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.100 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OB30u2 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.109 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.110 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.114 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.114 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.115 | 56471 | Marked run 35 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.115 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.117 | 56475 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.118 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.124 | 56472 | Marked run 36 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.124 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.125 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.130 | 56029 | Recursively removing directory: /tmp/git.OB30u2/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.132 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.132 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.136 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.139 | 56486 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.140 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.143 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.148 | 56026 | Recursively removing directory: /tmp/git.rD6TDS/ +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.149 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.150 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.150 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.149 | 56494 | Added a new worker 8 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.150 | 56025 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.150 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.150 | 56025 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.151 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZcIvpB +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.151 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.153 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.154 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.158 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.164 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.165 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.165 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.166 | 56495 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.167 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.170 | 56497 | Added a new worker 6 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.170 | 56025 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.170 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.170 | 56025 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.170 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.llHslr +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.171 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.172 | 56492 | Marked run 38 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.172 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.174 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.178 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.183 | 56496 | Marked run 37 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.183 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.185 | 56501 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.185 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.186 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.191 | 56029 | Recursively removing directory: /tmp/git.ZcIvpB/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.193 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.193 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.193 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.196 | 56510 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.197 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.198 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.201 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.202 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.202 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.202 | 56515 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.203 | 56025 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.203 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.203 | 56025 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.203 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wPzXSg +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.203 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.208 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.210 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.211 | 56514 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.212 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.216 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.230 | 56026 | Recursively removing directory: /tmp/git.llHslr/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.232 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.232 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.236 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.237 | 56513 | Marked run 39 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.238 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.240 | 56523 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.241 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.244 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.244 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.244 | 56029 | Recursively removing directory: /tmp/git.wPzXSg/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.246 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.246 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.249 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.251 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.253 | 56531 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.253 | 56025 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.253 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.253 | 56025 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.254 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.254 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3znkam +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.257 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.258 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.258 | 56534 | Added a new worker 16 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.258 | 56025 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.258 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.258 | 56025 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.258 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ECocBp +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.261 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.263 | 56529 | Marked run 40 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.264 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.264 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.266 | 56532 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.267 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.268 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.269 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.270 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.272 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.283 | 56533 | Marked run 41 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.283 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.285 | 56538 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.285 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.287 | 56029 | Recursively removing directory: /tmp/git.ECocBp/ +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.289 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.289 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.289 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.298 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.300 | 56552 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.302 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.303 | 56026 | Recursively removing directory: /tmp/git.3znkam/ +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.305 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.305 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.309 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.310 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.313 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.313 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.313 | 56557 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.313 | 56025 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.313 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.314 | 56025 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.314 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vISq0r +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.314 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.319 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.320 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.324 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.324 | 56556 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.325 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.328 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.332 | 56561 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.332 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.332 | 56025 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.332 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.332 | 56025 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.332 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.333 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lcq6Df +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.334 | 56565 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.335 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.338 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.340 | 56553 | Marked run 43 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.341 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.343 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.344 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.346 | 56026 | Recursively removing directory: /tmp/git.vISq0r/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.347 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.347 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.349 | 56569 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.350 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.355 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.355 | 56555 | Marked run 42 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.356 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.359 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.360 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.361 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.362 | 56579 | Added a new worker 12 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.362 | 56025 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.362 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.362 | 56025 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.362 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.535eRA +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.363 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.369 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.370 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.373 | 56029 | Recursively removing directory: /tmp/git.lcq6Df/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.375 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.375 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.379 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.382 | 56576 | Marked run 44 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.383 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.385 | 56580 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.386 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.386 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.388 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.391 | 56590 | Added a new worker 9 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.391 | 56025 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.391 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.391 | 56025 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.391 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UsSUa5 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.392 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.392 | 56026 | Recursively removing directory: /tmp/git.535eRA/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.393 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.393 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.398 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.398 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.400 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.402 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.404 | 56593 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.404 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.404 | 56025 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.404 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.405 | 56025 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.405 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.402 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.408 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0SnzBu +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.409 | 56586 | Marked run 45 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.410 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.416 | 56594 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.418 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.419 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.421 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.425 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.426 | 56591 | Marked run 46 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.427 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.429 | 56600 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.430 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.434 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.437 | 56029 | Recursively removing directory: /tmp/git.UsSUa5/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.438 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.438 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.443 | 56609 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.443 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.444 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.449 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.449 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.450 | 56026 | Recursively removing directory: /tmp/git.0SnzBu/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.451 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.451 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.456 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.457 | 56614 | Added a new worker 14 to the queue +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.462 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.466 | 56025 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.466 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.467 | 56025 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.467 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Ov3Tm +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.468 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.473 | 56617 | Added a new worker 6 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.474 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.474 | 56612 | Marked run 47 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.474 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.476 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.478 | 56025 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.478 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.478 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.478 | 56025 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.479 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QLRNTt +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.481 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.487 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.488 | 56615 | Marked run 48 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.489 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.488 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.490 | 56616 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.491 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.495 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.501 | 56029 | Recursively removing directory: /tmp/git.9Ov3Tm/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.502 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.502 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.506 | 56026 | Recursively removing directory: /tmp/git.QLRNTt/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.507 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.507 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.509 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.512 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.512 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.512 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.512 | 56636 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.513 | 56025 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.513 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.513 | 56025 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.513 | 56628 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.514 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vpRmbS +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.514 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.514 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.518 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.519 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.525 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.526 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.527 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.530 | 56638 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.530 | 56025 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.530 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.530 | 56025 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.531 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.533 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N1DQR0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.540 | 56029 | Recursively removing directory: /tmp/git.vpRmbS/ +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.541 | 56634 | Marked run 49 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.542 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.543 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.543 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.547 | 56640 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.548 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.548 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.549 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.550 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.553 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.554 | 56635 | Marked run 50 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.554 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.555 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.556 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.559 | 56651 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.560 | 56025 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.560 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.560 | 56025 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.560 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.560 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mIDxGi +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.564 | 56650 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.565 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.568 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.569 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.571 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.571 | 56648 | Marked run 51 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.571 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.575 | 56660 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.576 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.578 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.577 | 56026 | Recursively removing directory: /tmp/git.N1DQR0/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.578 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.578 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.582 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.583 | 56663 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.584 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.586 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.586 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.587 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.588 | 56667 | Added a new worker 12 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.588 | 56025 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.588 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.588 | 56025 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.588 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7PjxUX +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.588 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.598 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.602 | 56670 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.603 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.604 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.607 | 56029 | Recursively removing directory: /tmp/git.mIDxGi/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.609 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.609 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.611 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.613 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.614 | 56665 | Marked run 52 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.614 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.619 | 56676 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.621 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.618 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.623 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.625 | 56684 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.626 | 56025 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.626 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.626 | 56025 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.626 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.626 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1jLoz7 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.630 | 56685 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.630 | 56026 | Recursively removing directory: /tmp/git.7PjxUX/ +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.632 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.635 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.648 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.648 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.649 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.653 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.654 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.658 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.659 | 56677 | Marked run 53 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.659 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.659 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.659 | 56687 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.660 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.663 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.664 | 56691 | Added a new worker 11 to the queue +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.664 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yRJZ78 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.664 | 56025 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.664 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.664 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.664 | 56025 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.670 | 56694 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.671 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.671 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.672 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.675 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.678 | 56688 | Marked run 54 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.679 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.684 | 56700 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.685 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.686 | 56029 | Recursively removing directory: /tmp/git.1jLoz7/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.688 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.688 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.692 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.693 | 56026 | Recursively removing directory: /tmp/git.yRJZ78/ +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.694 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.694 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.697 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.699 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.701 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.701 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.703 | 56712 | Added a new worker 17 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.703 | 56025 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.703 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.703 | 56025 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.703 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.704 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.704 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.704 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IEj5iz +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.705 | 56713 | Added a new worker 12 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.706 | 56710 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.706 | 56025 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.706 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.706 | 56025 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.706 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rGsu3J +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.708 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.709 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.713 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.716 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.719 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.720 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.721 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.728 | 56715 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.729 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.732 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.734 | 56709 | Marked run 55 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.735 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.741 | 56026 | Recursively removing directory: /tmp/git.rGsu3J/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.742 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.742 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.743 | 56029 | Recursively removing directory: /tmp/git.IEj5iz/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.745 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.745 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.749 | 56711 | Marked run 56 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.749 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.751 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.752 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.757 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.757 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.757 | 56734 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.757 | 56025 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.757 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.757 | 56025 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.758 | 56729 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.759 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.758 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rg58zT +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.760 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.760 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.761 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.768 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.769 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.770 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.770 | 56736 | Added a new worker 14 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.770 | 56025 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.771 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.771 | 56025 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.771 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qtopkT +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.771 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.778 | 56737 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.779 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.779 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.780 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.783 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.791 | 56026 | Recursively removing directory: /tmp/git.Rg58zT/ +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.792 | 56733 | Marked run 57 as finished +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.793 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.793 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.794 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.798 | 56732 | Marked run 58 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.798 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.799 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.801 | 56747 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.802 | 56029 | Recursively removing directory: /tmp/git.qtopkT/ +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.802 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.803 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.803 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.805 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.807 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.808 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.809 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.811 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.812 | 56756 | Added a new worker 16 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56759 | Added a new worker 17 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.816 | 56025 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.817 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BO2z1K +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.817 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.817 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.817 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tyklOu +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.819 | 56758 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.821 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.825 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.825 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.828 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.847 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.848 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.849 | 56754 | Marked run 59 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.849 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.852 | 56761 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.854 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.859 | 56026 | Recursively removing directory: /tmp/git.BO2z1K/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.860 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.860 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.865 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.872 | 56757 | Marked run 60 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.872 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.874 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.877 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.878 | 56779 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.878 | 56025 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.878 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.878 | 56025 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.877 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.878 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F19mwv +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.879 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.880 | 56029 | Recursively removing directory: /tmp/git.tyklOu/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.882 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.882 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.886 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.889 | 56778 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.890 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.890 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.892 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.893 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.894 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.896 | 56783 | Added a new worker 15 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.897 | 56025 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.897 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.897 | 56025 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.897 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.897 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.901 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.egk10x +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.904 | 56777 | Marked run 61 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.904 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.909 | 56784 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.910 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.913 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.918 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.919 | 56026 | Recursively removing directory: /tmp/git.F19mwv/ +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.921 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.921 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.923 | 56780 | Marked run 62 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.924 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.920 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.928 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.933 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.936 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.937 | 56801 | Added a new worker 13 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.937 | 56025 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.937 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.937 | 56025 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.938 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jkBVY3 +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.939 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.939 | 56792 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.941 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.947 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.947 | 56026 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.949 | 56026 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.950 | 56796 | Marked run 63 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.951 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.952 | 56029 | Recursively removing directory: /tmp/git.egk10x/ +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.955 | 56029 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.955 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.960 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.961 | 56803 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.961 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.966 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.971 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.972 | 56029 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.972 | 56813 | Added a new worker 12 to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.972 | 56025 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.972 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.972 | 56025 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.973 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D6cT7k +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.974 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.979 | 56026 | Recursively removing directory: /tmp/git.jkBVY3/ +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.981 | 56814 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.982 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.982 | 56026 | Process exit code: 0 +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.982 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.983 | 56029 | Checking out revision HEAD +2023-08-28 07:33:03 | INFO | 56029/cimple-worker: 2023-08-28 07:33:03.984 | 56029 | Going to run: ./ci +2023-08-28 07:33:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.987 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.988 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56026/cimple-worker: 2023-08-28 07:33:03.996 | 56026 | Waiting for a new command +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.996 | 56023 | Waiting for new connections +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.997 | 56811 | Marked run 64 as finished +2023-08-28 07:33:03 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.998 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:03.999 | 56817 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.001 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.005 | 56825 | Added a new worker 6 to the queue +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.006 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0fjA01 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.006 | 56029 | Recursively removing directory: /tmp/git.D6cT7k/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.008 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.008 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.005 | 56025 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.005 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.005 | 56025 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.008 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.013 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.016 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.018 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.018 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.017 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.018 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.020 | 56829 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.020 | 56025 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.020 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.020 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.021 | 56025 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.021 | 56818 | Marked run 65 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.021 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.021 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UPkHLl +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.027 | 56827 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.028 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.031 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.032 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.033 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.035 | 56828 | Marked run 66 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.036 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.044 | 56832 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.044 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.046 | 56026 | Recursively removing directory: /tmp/git.0fjA01/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.047 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.047 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.047 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.049 | 56847 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.050 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.052 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.053 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.062 | 56029 | Recursively removing directory: /tmp/git.UPkHLl/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.063 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.063 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.065 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.066 | 56850 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.066 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.067 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.068 | 56851 | Added a new worker 9 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.068 | 56025 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.068 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.068 | 56025 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.070 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.070 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wcGIPI +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.071 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.075 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.076 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.079 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.080 | 56855 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.080 | 56025 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.080 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.080 | 56025 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.076 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.080 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.081 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SOBn7Z +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.094 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.095 | 56849 | Marked run 67 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.096 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.101 | 56854 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.101 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.102 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.105 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.106 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.108 | 56853 | Marked run 68 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.109 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.112 | 56865 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.112 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.115 | 56026 | Recursively removing directory: /tmp/git.wcGIPI/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.116 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.117 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.117 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.120 | 56869 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.120 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.122 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.124 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.126 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.126 | 56877 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.126 | 56025 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.126 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.126 | 56025 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.127 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.126 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.128 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zw2ZIL +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.131 | 56876 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.131 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.133 | 56029 | Recursively removing directory: /tmp/git.SOBn7Z/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.134 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.134 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.135 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.139 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.141 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.141 | 56879 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.142 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.143 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.146 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.147 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.149 | 56884 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.149 | 56025 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.149 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.149 | 56025 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.149 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.147 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.152 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oDmXy2 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.156 | 56883 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.158 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.161 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.170 | 56875 | Marked run 69 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.170 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.172 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.173 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.176 | 56026 | Recursively removing directory: /tmp/git.Zw2ZIL/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.178 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.178 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.183 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.184 | 56880 | Marked run 70 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.185 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.188 | 56888 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.189 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.192 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.196 | 56902 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.198 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.197 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.198 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.199 | 56904 | Added a new worker 11 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.199 | 56025 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.199 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.199 | 56025 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.199 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.199 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bedHBO +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.203 | 56029 | Recursively removing directory: /tmp/git.oDmXy2/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.204 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.204 | 56895 | Marked run 71 as finished +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.205 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.205 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.207 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.207 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.208 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.209 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.213 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.216 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.216 | 56909 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.216 | 56025 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.216 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.216 | 56025 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.216 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JVMSYm +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.216 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.224 | 56905 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.225 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.230 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.230 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.231 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.232 | 56907 | Marked run 72 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.232 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.236 | 56026 | Recursively removing directory: /tmp/git.bedHBO/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.243 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.239 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.239 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.244 | 56916 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.245 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.247 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.248 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.250 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.250 | 56926 | Added a new worker 12 to the queue +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.251 | 56029 | Recursively removing directory: /tmp/git.JVMSYm/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.251 | 56025 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.251 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.251 | 56025 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.251 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5xH6C2 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.252 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.252 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.253 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.257 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.260 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.261 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.265 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.266 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.268 | 56927 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.268 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56932 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56025 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.272 | 56025 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.273 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ty5yfO +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.283 | 56924 | Marked run 73 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.283 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.285 | 56026 | Recursively removing directory: /tmp/git.5xH6C2/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.287 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.287 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.286 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.287 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.288 | 56936 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.288 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.294 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.295 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.296 | 56928 | Marked run 74 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.297 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.299 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.299 | 56947 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.299 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.299 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.300 | 56025 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.300 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.300 | 56025 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.300 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.24YriY +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.304 | 56943 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.304 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.307 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.308 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.313 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.317 | 56029 | Recursively removing directory: /tmp/git.Ty5yfO/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.319 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.319 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.323 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.327 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.328 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.329 | 56958 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.329 | 56025 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.329 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.330 | 56025 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.331 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.330 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l08FI9 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.334 | 56942 | Marked run 75 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.334 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.337 | 56952 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.338 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.339 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.339 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.343 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.343 | 56026 | Recursively removing directory: /tmp/git.24YriY/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.345 | 56955 | Marked run 76 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.345 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.345 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.345 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.349 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.351 | 56963 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.352 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.353 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.353 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.356 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.356 | 56968 | Added a new worker 12 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.356 | 56025 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.356 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.356 | 56025 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.356 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VJ86oM +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.357 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.363 | 56971 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.364 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.364 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.365 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.367 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.368 | 56029 | Recursively removing directory: /tmp/git.l08FI9/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.370 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.370 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.372 | 56976 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.373 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.374 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.376 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.379 | 56979 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.379 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.380 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.380 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.385 | 56981 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.385 | 56025 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.385 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.385 | 56025 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.385 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.387 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NbVKBl +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.389 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.392 | 56966 | Marked run 77 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.393 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.395 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.396 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.402 | 56026 | Recursively removing directory: /tmp/git.VJ86oM/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.403 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.403 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.407 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.412 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.412 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.416 | 56997 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.416 | 56025 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.416 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.417 | 56025 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.417 | 56983 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.417 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.419 | 56978 | Marked run 78 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.419 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.419 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2uIyUZ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.420 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.421 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.425 | 56999 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.426 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.426 | 56029 | Recursively removing directory: /tmp/git.NbVKBl/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.427 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.427 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.429 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.431 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.432 | 57001 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.433 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.435 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.442 | 57004 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.442 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.443 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.444 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.449 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.449 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.452 | 56994 | Marked run 79 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.452 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 57007 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 56025 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 56025 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.453 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.453 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fucYWa +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.458 | 57002 | Marked run 80 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.458 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.460 | 57008 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.461 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.462 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.463 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.468 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.470 | 56026 | Recursively removing directory: /tmp/git.2uIyUZ/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.472 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.472 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.472 | 57018 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.474 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.476 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.481 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.482 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.484 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.484 | 57025 | Added a new worker 12 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.484 | 56025 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.484 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.484 | 56025 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.485 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b8dgbl +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.485 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.487 | 57024 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.488 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.495 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.496 | 56029 | Recursively removing directory: /tmp/git.fucYWa/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.497 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.498 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.498 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.499 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.503 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.507 | 57021 | Marked run 81 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.508 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.510 | 57029 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.511 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.512 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.512 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.515 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.515 | 57039 | Added a new worker 10 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.516 | 56025 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.516 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.516 | 56025 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.516 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mAPTA5 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.517 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.522 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.523 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.530 | 57040 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.531 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.534 | 56026 | Recursively removing directory: /tmp/git.b8dgbl/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.535 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.536 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.540 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.543 | 57035 | Marked run 82 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.543 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.546 | 57049 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.547 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.548 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.548 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.551 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.551 | 56029 | Recursively removing directory: /tmp/git.mAPTA5/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.552 | 57052 | Added a new worker 12 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.552 | 56025 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.552 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.552 | 56025 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.553 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.553 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XACOzn +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.553 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.553 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.558 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.563 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.563 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.564 | 57053 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.564 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.565 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.567 | 57055 | Added a new worker 11 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.567 | 56025 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.567 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.567 | 56025 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.567 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yQJuM2 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.568 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.570 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.573 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.577 | 57050 | Marked run 83 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.578 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.580 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.581 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.584 | 57054 | Marked run 84 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.585 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.588 | 57057 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.589 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.591 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.596 | 56026 | Recursively removing directory: /tmp/git.XACOzn/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.598 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.598 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.602 | 56029 | Recursively removing directory: /tmp/git.yQJuM2/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.603 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.603 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.605 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.606 | 57072 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.607 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.606 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.608 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.610 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.610 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.613 | 57078 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.613 | 57075 | Added a new worker 14 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.614 | 56025 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.614 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.614 | 56025 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.614 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.614 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bvwpWM +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.615 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.616 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.620 | 57079 | Added a new worker 14 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.620 | 56025 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.620 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.620 | 56025 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.620 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.621 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CK4sIE +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.622 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.622 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.623 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.629 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.629 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.630 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.644 | 57074 | Marked run 85 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.644 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.648 | 57077 | Marked run 86 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.649 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.649 | 56026 | Recursively removing directory: /tmp/git.bvwpWM/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.650 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.650 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.652 | 56029 | Recursively removing directory: /tmp/git.CK4sIE/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.656 | 57082 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.656 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.656 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.657 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.657 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.661 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.661 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.661 | 57098 | Added a new worker 10 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.662 | 56025 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.662 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.662 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.662 | 56025 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.662 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vRvycC +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.663 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.668 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.669 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.669 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.669 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.676 | 57101 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.677 | 56025 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.677 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.677 | 56025 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.677 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.677 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.677 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XYW3PW +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.682 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.682 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.689 | 57096 | Marked run 87 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.690 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.693 | 56026 | Recursively removing directory: /tmp/git.vRvycC/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.695 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.695 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.697 | 57099 | Marked run 88 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.697 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.700 | 57102 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.701 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.701 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.702 | 56029 | Recursively removing directory: /tmp/git.XYW3PW/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.704 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.704 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.706 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.708 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.712 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.712 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.712 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.713 | 57118 | Added a new worker 14 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.713 | 56025 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.713 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.713 | 56025 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.713 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.713 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Va39Aq +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.714 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.715 | 57120 | Added a new worker 14 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.715 | 56025 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.715 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.715 | 56025 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.716 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.716 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q72hVc +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.724 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.724 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.725 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.726 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.729 | 57117 | Marked run 89 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.730 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.733 | 57119 | Marked run 90 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.734 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.735 | 57121 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.736 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.742 | 56026 | Recursively removing directory: /tmp/git.Va39Aq/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.743 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.743 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.748 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.749 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.754 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.753 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.759 | 57137 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.760 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.759 | 56029 | Recursively removing directory: /tmp/git.q72hVc/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.761 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.761 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.764 | 57139 | Added a new worker 7 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.764 | 56025 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.764 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.765 | 56025 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.765 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.766 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1t74DS +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.768 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.769 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.773 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.773 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.773 | 57143 | Added a new worker 16 to the queue +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.776 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.777 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.778 | 56025 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.778 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.778 | 56025 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.779 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.779 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XoyJGL +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.779 | 57138 | Marked run 91 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.780 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.782 | 57141 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.783 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.787 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.788 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.789 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.790 | 57142 | Marked run 92 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.791 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.795 | 57148 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.795 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.799 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.802 | 56026 | Recursively removing directory: /tmp/git.1t74DS/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.803 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.803 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.807 | 56029 | Recursively removing directory: /tmp/git.XoyJGL/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.808 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.811 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.811 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.811 | 57163 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.812 | 56025 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.812 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.812 | 56025 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.812 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7eY6rC +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.809 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.809 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.812 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.818 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.822 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.822 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.822 | 57161 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.824 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.825 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.825 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.832 | 57165 | Added a new worker 6 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.833 | 56025 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.833 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.833 | 56025 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.833 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.833 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kwgS8F +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.838 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.839 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.840 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.844 | 57164 | Marked run 94 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.845 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.847 | 57169 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.849 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.852 | 56026 | Recursively removing directory: /tmp/git.7eY6rC/ +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.854 | 57162 | Marked run 93 as finished +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.855 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.855 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.856 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.857 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.860 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.863 | 57181 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.864 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.866 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.871 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.872 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.874 | 57186 | Added a new worker 13 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.874 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.874 | 56025 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.874 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.874 | 56025 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.873 | 56029 | Recursively removing directory: /tmp/git.kwgS8F/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.875 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.875 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.875 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o60knz +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.880 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.884 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.884 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.885 | 57189 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.885 | 56025 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.885 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.885 | 56025 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.885 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.886 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sZ4Ytn +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.886 | 57182 | Marked run 95 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.887 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.889 | 57187 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.890 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.896 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.897 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.898 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.899 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.899 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.904 | 57188 | Marked run 96 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.905 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.911 | 57193 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.911 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.915 | 56026 | Recursively removing directory: /tmp/git.o60knz/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.917 | 56029 | Recursively removing directory: /tmp/git.sZ4Ytn/ +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.918 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.918 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.917 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.917 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.921 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.923 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.926 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.927 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.927 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.929 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.929 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 57210 | Added a new worker 16 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 56025 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 56025 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.930 | 57211 | Added a new worker 12 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.931 | 56025 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.931 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.931 | 56025 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.931 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ab0lnJ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.932 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.932 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FAwN48 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.937 | 56029 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.940 | 56029 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.943 | 57209 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.944 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.946 | 56026 | Checking out revision HEAD +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.947 | 56026 | Going to run: ./ci +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.948 | 57208 | Marked run 98 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.949 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.949 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.955 | 57207 | Marked run 97 as finished +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.955 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.961 | 57215 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.962 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.965 | 56029 | Recursively removing directory: /tmp/git.Ab0lnJ/ +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.965 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.968 | 56029 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.968 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.976 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.978 | 56026 | Recursively removing directory: /tmp/git.FAwN48/ +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.980 | 56026 | Process exit code: 0 +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.980 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.980 | 56029 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.980 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.984 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.985 | 57229 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.985 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.990 | 56026 | Waiting for a new command +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 57231 | Added a new worker 15 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 56025 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 56025 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.990 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.991 | 57234 | Added a new worker 11 to the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.991 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56029/cimple-worker: 2023-08-28 07:33:04.990 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iSKplT +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.991 | 56025 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.991 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.991 | 56025 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:04 | INFO | 56023/cimple-server: 2023-08-28 07:33:04.994 | 56023 | Waiting for new connections +2023-08-28 07:33:04 | INFO | 56026/cimple-worker: 2023-08-28 07:33:04.996 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PUGDUR +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.002 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.004 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.004 | 57230 | Marked run 100 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.005 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.006 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.008 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.009 | 57232 | Marked run 99 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.010 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.011 | 57235 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.013 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.016 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.019 | 57246 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.020 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.023 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.022 | 56029 | Recursively removing directory: /tmp/git.iSKplT/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.024 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.024 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.027 | 57253 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.029 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.030 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.033 | 56026 | Recursively removing directory: /tmp/git.PUGDUR/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.035 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.035 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.036 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.038 | 57256 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.039 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.044 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.048 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.048 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.048 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.049 | 57260 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.049 | 56025 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.049 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.049 | 56025 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.049 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i7uRmM +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.049 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.053 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.053 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.053 | 57261 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.053 | 56025 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.053 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.053 | 56025 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.054 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KfR0gG +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.054 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.057 | 57255 | Marked run 101 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.059 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.065 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.067 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.068 | 57259 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.068 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.069 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.067 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.072 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.081 | 57258 | Marked run 102 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.082 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.083 | 57265 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.084 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.086 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.090 | 57279 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.091 | 56029 | Recursively removing directory: /tmp/git.i7uRmM/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.092 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.092 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.095 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.097 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.098 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.101 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.101 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.101 | 57283 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.101 | 56025 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.101 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.101 | 56025 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.102 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.50Vzup +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.102 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.108 | 57282 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.109 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.111 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.114 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.117 | 56026 | Recursively removing directory: /tmp/git.KfR0gG/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.119 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.119 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.118 | 57281 | Marked run 103 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.121 | 57285 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.121 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.122 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.123 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.124 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.125 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.128 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.129 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.129 | 57291 | Added a new worker 12 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.129 | 56025 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.129 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.129 | 56025 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.129 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.129 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lkBLa4 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.134 | 57289 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.135 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.139 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.140 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.142 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.149 | 57288 | Marked run 104 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.150 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.151 | 56029 | Recursively removing directory: /tmp/git.50Vzup/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.152 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.152 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.156 | 57299 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.157 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.158 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.159 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.163 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.163 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.163 | 57309 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.164 | 56025 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.164 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.164 | 56025 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.164 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yI6Wxq +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.165 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.169 | 57308 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.171 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.172 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.172 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.176 | 56026 | Recursively removing directory: /tmp/git.lkBLa4/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.176 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.178 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.178 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.181 | 57307 | Marked run 105 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.181 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.183 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.186 | 57312 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.187 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.188 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.190 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.194 | 57317 | Added a new worker 10 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.194 | 56025 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.194 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.194 | 56025 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.196 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.194 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hV5LQL +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.205 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.209 | 57322 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.210 | 56029 | Recursively removing directory: /tmp/git.yI6Wxq/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.210 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.211 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.211 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.216 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.218 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.219 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.221 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.221 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.222 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.224 | 57314 | Marked run 106 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 57326 | Added a new worker 6 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 56025 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.225 | 56025 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.226 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s7Ov4U +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.234 | 57327 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.235 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.236 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.238 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.239 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.244 | 57324 | Marked run 107 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.245 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.248 | 56026 | Recursively removing directory: /tmp/git.hV5LQL/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.249 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.249 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.251 | 57334 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.252 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.254 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.255 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.257 | 57342 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.257 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.260 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.261 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.263 | 57347 | Added a new worker 8 to the queue +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.264 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sBdnxT +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.263 | 56025 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.263 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.263 | 56025 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.265 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.269 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.269 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.269 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.274 | 56029 | Recursively removing directory: /tmp/git.s7Ov4U/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.276 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.276 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.277 | 57343 | Marked run 108 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.278 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.279 | 57348 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.280 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.280 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.283 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.286 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.292 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.293 | 57352 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.294 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.298 | 56026 | Recursively removing directory: /tmp/git.sBdnxT/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.299 | 57359 | Added a new worker 7 to the queue +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.299 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.299 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.299 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.300 | 56025 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.300 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.300 | 56025 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.300 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UltKS6 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.304 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.306 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.306 | 57350 | Marked run 109 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.307 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.311 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.313 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.314 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.315 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.315 | 57361 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.316 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.319 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.320 | 57364 | Added a new worker 10 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.321 | 56025 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.321 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.321 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.321 | 56025 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.321 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nrVZJj +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.327 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.329 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.330 | 57362 | Marked run 110 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.331 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.332 | 57366 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.333 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.336 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.340 | 57379 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.341 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.344 | 56029 | Recursively removing directory: /tmp/git.UltKS6/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.344 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.345 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.345 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.350 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.351 | 57383 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.352 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.357 | 56026 | Recursively removing directory: /tmp/git.nrVZJj/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.358 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.358 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.359 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.359 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.363 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.367 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.370 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.371 | 57387 | Added a new worker 17 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.371 | 56025 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.371 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.372 | 56025 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.372 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.372 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OVDw06 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.376 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.378 | 57384 | Marked run 111 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.378 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.379 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.379 | 57390 | Added a new worker 7 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.379 | 56025 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.379 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.379 | 56025 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.380 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kXCAHJ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.381 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.382 | 57389 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.382 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.383 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.387 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.388 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.389 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.396 | 57388 | Marked run 112 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.397 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.399 | 57394 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.400 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.401 | 56029 | Recursively removing directory: /tmp/git.OVDw06/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.403 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.403 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.405 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.407 | 57408 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.408 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.408 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.411 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.416 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.420 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.423 | 56026 | Recursively removing directory: /tmp/git.kXCAHJ/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.424 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.424 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.427 | 57412 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.427 | 56025 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.427 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.428 | 56025 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.428 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.428 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.REWruz +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.429 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.430 | 57411 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.431 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.437 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.438 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.439 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.439 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.440 | 57416 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.440 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.440 | 56025 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.440 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.440 | 56025 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.440 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cCdWna +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.441 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.443 | 57409 | Marked run 113 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.443 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.446 | 57415 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.446 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.449 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.450 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.451 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.454 | 57420 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.454 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.460 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.462 | 57413 | Marked run 114 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.462 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.466 | 56029 | Recursively removing directory: /tmp/git.REWruz/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.467 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.467 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.471 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.472 | 57429 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.472 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.475 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.477 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.477 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.485 | 57438 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.485 | 56025 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.485 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.489 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.489 | 56026 | Recursively removing directory: /tmp/git.cCdWna/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.490 | 56025 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.490 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8sGX6U +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.491 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.491 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.495 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.496 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.497 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.501 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.502 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.502 | 57441 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.502 | 56025 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.502 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.502 | 56025 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.502 | 57435 | Marked run 115 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.503 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.503 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.504 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3j10VH +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.509 | 57437 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.509 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.509 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.512 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.514 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.517 | 57439 | Marked run 116 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.517 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.519 | 57448 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.519 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.527 | 56029 | Recursively removing directory: /tmp/git.8sGX6U/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.528 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.528 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.536 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.531 | 56026 | Recursively removing directory: /tmp/git.3j10VH/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.533 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.533 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.537 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.537 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.538 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.537 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.542 | 57459 | Added a new worker 17 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.542 | 56025 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.542 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.542 | 56025 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.542 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 57462 | Added a new worker 8 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 56025 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.543 | 56025 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.544 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pKKB54 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.546 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.546 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5lYZoI +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.548 | 57461 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.549 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.555 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.557 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.559 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.560 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.561 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.568 | 57460 | Marked run 118 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.569 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.571 | 57464 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.572 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.577 | 57458 | Marked run 117 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.577 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.581 | 56026 | Recursively removing directory: /tmp/git.pKKB54/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.582 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.582 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.586 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.586 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.588 | 56029 | Recursively removing directory: /tmp/git.5lYZoI/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.590 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.590 | 56029 | Process output: 415085 bytes +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.592 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.592 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.592 | 57482 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.592 | 56025 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.592 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.592 | 56025 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.592 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jyj7FL +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.593 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.596 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.599 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.601 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.601 | 57481 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.604 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.607 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.615 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.609 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.618 | 57493 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.619 | 56025 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.619 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.619 | 56025 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.620 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.626 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T2AAjw +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.630 | 57488 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.630 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.638 | 56026 | Recursively removing directory: /tmp/git.jyj7FL/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.640 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.640 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.641 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.639 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.642 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.644 | 57480 | Marked run 120 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.645 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.645 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.647 | 57495 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.648 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.651 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.653 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.654 | 57483 | Marked run 119 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.654 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.655 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.656 | 57503 | Added a new worker 12 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.656 | 56025 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.656 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.656 | 56025 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.656 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gl5ghH +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.657 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.662 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.663 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.668 | 57498 | Marked run 121 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.669 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.670 | 56029 | Recursively removing directory: /tmp/git.T2AAjw/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.671 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.671 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.673 | 57504 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.673 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.675 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.679 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.683 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.680 | 56026 | Recursively removing directory: /tmp/git.gl5ghH/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.681 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.681 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.681 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 57516 | Added a new worker 15 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 56025 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.686 | 56025 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.687 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E4klsm +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.692 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.692 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.693 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.693 | 57517 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.694 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.693 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.700 | 57520 | Added a new worker 11 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.700 | 56025 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.700 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.701 | 56025 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.701 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eA16Qu +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.701 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.702 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.709 | 57515 | Marked run 122 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.710 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.710 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.712 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.712 | 57522 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.712 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.716 | 56029 | Recursively removing directory: /tmp/git.E4klsm/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.716 | 57518 | Marked run 123 as finished +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.717 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.717 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.720 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.722 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.725 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.727 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.727 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.730 | 57535 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.730 | 56025 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.730 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.731 | 56025 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.731 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.38VGm8 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.731 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.732 | 57534 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.732 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.737 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.738 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.740 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.744 | 57531 | Marked run 124 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.745 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.747 | 57542 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.747 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.749 | 56026 | Recursively removing directory: /tmp/git.eA16Qu/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.750 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.750 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.755 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.756 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.761 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.761 | 56029 | Recursively removing directory: /tmp/git.38VGm8/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.762 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.762 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.765 | 57550 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.767 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.767 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.768 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.768 | 57552 | Added a new worker 6 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.768 | 56025 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.768 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.769 | 56025 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.769 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.770 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.770 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.771 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ETaZNG +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.773 | 57555 | Added a new worker 11 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.773 | 56025 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.773 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.773 | 56025 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.773 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.776 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.776 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fiwjxq +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.783 | 57551 | Marked run 125 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.784 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.786 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.787 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.789 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.789 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.795 | 57554 | Marked run 126 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.796 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.797 | 57556 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.799 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.801 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.804 | 56026 | Recursively removing directory: /tmp/git.ETaZNG/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.808 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.808 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.810 | 57570 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.810 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.814 | 56029 | Recursively removing directory: /tmp/git.Fiwjxq/ +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.815 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.815 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.816 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.818 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.818 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.820 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.820 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.824 | 57575 | Added a new worker 14 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.824 | 56025 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.824 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.825 | 56025 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.825 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BKuefC +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.825 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.826 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.827 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.827 | 57578 | Added a new worker 14 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.827 | 56025 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.827 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.827 | 56025 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.827 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.57ues0 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.828 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.830 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.833 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.834 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.835 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.835 | 57577 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.836 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.840 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.851 | 57576 | Marked run 128 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.852 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.857 | 57574 | Marked run 127 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.857 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.858 | 56029 | Recursively removing directory: /tmp/git.57ues0/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.859 | 57583 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.860 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.860 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.864 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.864 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.869 | 56026 | Recursively removing directory: /tmp/git.BKuefC/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.871 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.871 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.875 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.878 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.879 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.880 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.885 | 57600 | Added a new worker 17 to the queue +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.885 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.885 | 56025 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.885 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.885 | 56025 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.885 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.886 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BwZJ7C +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.886 | 57599 | Added a new worker 18 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.886 | 56025 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.886 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.886 | 56025 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.887 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cAedWW +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.888 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.888 | 57596 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.889 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.892 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.907 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.908 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.908 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.911 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.915 | 57597 | Marked run 130 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.916 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.920 | 57602 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.922 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.926 | 57598 | Marked run 129 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.927 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.927 | 56029 | Recursively removing directory: /tmp/git.cAedWW/ +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.930 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.930 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.930 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.934 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.936 | 56026 | Recursively removing directory: /tmp/git.BwZJ7C/ +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.937 | 57618 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.937 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.938 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.939 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.939 | 57620 | Added a new worker 6 to the queue +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.939 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.939 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.939 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.940 | 56025 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.940 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.940 | 56025 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.944 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.948 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xrPmGJ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.949 | 56026 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.949 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.949 | 57623 | Added a new worker 13 to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.951 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.951 | 56025 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.951 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.951 | 56025 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.952 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qbm2KP +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.952 | 57619 | Marked run 132 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.952 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.953 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.957 | 56026 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.958 | 56026 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.962 | 56029 | Checking out revision HEAD +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.963 | 56029 | Going to run: ./ci +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.963 | 57624 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.965 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.967 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.968 | 57622 | Marked run 131 as finished +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.968 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.975 | 57630 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.976 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.979 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.985 | 56029 | Recursively removing directory: /tmp/git.xrPmGJ/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.983 | 56026 | Recursively removing directory: /tmp/git.Qbm2KP/ +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.985 | 56026 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56026/cimple-worker: 2023-08-28 07:33:05.985 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.987 | 56029 | Process exit code: 0 +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.987 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.991 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.991 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56029/cimple-worker: 2023-08-28 07:33:05.995 | 56029 | Waiting for a new command +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.995 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.997 | 56023 | Waiting for new connections +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.998 | 57642 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:05 | INFO | 56023/cimple-server: 2023-08-28 07:33:05.999 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.000 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.003 | 57645 | Added a new worker 7 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.003 | 57646 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.003 | 56025 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.003 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.004 | 56025 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.004 | 56025 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.004 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.004 | 56025 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.004 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PEgmpB +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.004 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.004 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i2NkCs +2023-08-28 07:33:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.009 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.010 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.013 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.013 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.016 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.016 | 57644 | Marked run 133 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.016 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.018 | 57649 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.019 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.023 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.032 | 57643 | Marked run 134 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.032 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.033 | 56029 | Recursively removing directory: /tmp/git.PEgmpB/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.037 | 56026 | Recursively removing directory: /tmp/git.i2NkCs/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.035 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.035 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.039 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.039 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.040 | 57656 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.041 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.043 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.044 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.048 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.048 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.049 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.052 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.052 | 57668 | Added a new worker 16 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.053 | 56025 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.053 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.053 | 56025 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.053 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yhq57x +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.054 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.056 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.056 | 57670 | Added a new worker 10 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.057 | 56025 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.057 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.057 | 56025 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.057 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.057 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bJ2nC6 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.061 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.063 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.064 | 57669 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.066 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.069 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.071 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.071 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.072 | 57667 | Marked run 136 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.072 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.084 | 56026 | Recursively removing directory: /tmp/git.yhq57x/ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.086 | 57666 | Marked run 135 as finished +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.086 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.086 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.086 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.089 | 57674 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.090 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.091 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.092 | 56029 | Recursively removing directory: /tmp/git.bJ2nC6/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.095 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.095 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.093 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.093 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.098 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.103 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.104 | 57689 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.104 | 56025 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.104 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.105 | 56025 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.105 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dtBhYB +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.105 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.107 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.107 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.107 | 57688 | Marked run 137 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.108 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.108 | 57692 | Added a new worker 6 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.108 | 56025 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.108 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.108 | 56025 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.109 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.109 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B1bPpC +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.112 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.112 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.112 | 57691 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.112 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.117 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.121 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.122 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.124 | 57696 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.125 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.127 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.131 | 57690 | Marked run 138 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.132 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.134 | 57702 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.135 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.137 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.138 | 56026 | Recursively removing directory: /tmp/git.dtBhYB/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.140 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.140 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.143 | 57712 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.144 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.146 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.146 | 56029 | Recursively removing directory: /tmp/git.B1bPpC/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.148 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.148 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.150 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.152 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.156 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.157 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.150 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.159 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.159 | 57717 | Added a new worker 16 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.160 | 56025 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.160 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.160 | 56025 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.160 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wwxOFJ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.160 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.161 | 57715 | Added a new worker 13 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.161 | 56025 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.161 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.161 | 56025 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.161 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XvcQOV +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.161 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.168 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.168 | 57718 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.170 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.170 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.170 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.171 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.173 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.179 | 57714 | Marked run 139 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.179 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.181 | 57722 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.183 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.185 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.189 | 57716 | Marked run 140 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.189 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.190 | 56029 | Recursively removing directory: /tmp/git.wwxOFJ/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.191 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.191 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.195 | 57736 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.195 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.199 | 56026 | Recursively removing directory: /tmp/git.XvcQOV/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.200 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.200 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.203 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.200 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.203 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.205 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.207 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.211 | 57739 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.211 | 57740 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.212 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.212 | 56025 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.212 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.212 | 56025 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.212 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8jYBwB +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.214 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.217 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.217 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.217 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.218 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.220 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.220 | 57743 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.220 | 56025 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.220 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.221 | 56025 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.221 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.221 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ra5Gnw +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.233 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.234 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.241 | 56029 | Recursively removing directory: /tmp/git.8jYBwB/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.243 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.243 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.244 | 57745 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.245 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.246 | 57741 | Marked run 142 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.246 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.248 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.249 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.252 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.252 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.255 | 57756 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.255 | 56025 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.255 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.255 | 56025 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.255 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2DcvRs +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.256 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.256 | 57738 | Marked run 141 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.256 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.259 | 57755 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.260 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.265 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.267 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.268 | 57754 | Marked run 143 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.269 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.270 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.272 | 57760 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.272 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.276 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.279 | 57767 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.280 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.283 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.280 | 56026 | Recursively removing directory: /tmp/git.Ra5Gnw/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.281 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.281 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.286 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.290 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.290 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.300 | 57777 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.296 | 56029 | Recursively removing directory: /tmp/git.2DcvRs/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.298 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.298 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.301 | 56025 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.301 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.301 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.301 | 56025 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.301 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DzcaHm +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.303 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.305 | 57773 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.306 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.310 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.310 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.313 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.314 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 57780 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.321 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L16tnr +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 56025 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.320 | 56025 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.321 | 57774 | Marked run 144 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.321 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.327 | 57778 | Marked run 145 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.327 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.328 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.329 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.332 | 57782 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.332 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.336 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.338 | 56026 | Recursively removing directory: /tmp/git.DzcaHm/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.340 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.340 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.343 | 57792 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.343 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.345 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.347 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.349 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.349 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.349 | 57801 | Added a new worker 13 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.349 | 56025 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.350 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.350 | 56025 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.350 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DWXxYU +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.351 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.356 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.357 | 57800 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.358 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.358 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.361 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.362 | 56029 | Recursively removing directory: /tmp/git.L16tnr/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.363 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.363 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.367 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.371 | 57804 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.372 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.371 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.372 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.374 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.377 | 57810 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.378 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.380 | 57809 | Added a new worker 10 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.380 | 56025 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.380 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.380 | 56025 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.381 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.381 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HZWkLB +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.381 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.385 | 57799 | Marked run 146 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.385 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.389 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.389 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.392 | 57807 | Marked run 147 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.392 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.394 | 56026 | Recursively removing directory: /tmp/git.DWXxYU/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.395 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.395 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.399 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.403 | 57816 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.404 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.406 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.406 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.408 | 57826 | Added a new worker 10 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.408 | 56025 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.408 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.408 | 56025 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.409 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2RCuso +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.410 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.413 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.419 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.421 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.425 | 56029 | Recursively removing directory: /tmp/git.HZWkLB/ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.427 | 57824 | Marked run 148 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.427 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.428 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.428 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.432 | 57827 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.432 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.433 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.437 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 57836 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 56025 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.437 | 56025 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.437 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jzmJez +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.438 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.445 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.446 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.447 | 57835 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.447 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.455 | 56026 | Recursively removing directory: /tmp/git.2RCuso/ +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.459 | 57834 | Marked run 149 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.459 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.457 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.457 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.461 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.461 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.465 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.468 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.469 | 57849 | Added a new worker 13 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.469 | 56025 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.469 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.469 | 56025 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.469 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.470 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jSB1Ah +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.471 | 57842 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.471 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.476 | 56029 | Recursively removing directory: /tmp/git.jzmJez/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.477 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.477 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.482 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.485 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.489 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.486 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.489 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.490 | 57852 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.490 | 56025 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.490 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.490 | 56025 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.490 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.490 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PSswXa +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.491 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.498 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.499 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.503 | 57854 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.504 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.509 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.518 | 57843 | Marked run 150 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.518 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.519 | 56026 | Recursively removing directory: /tmp/git.jSB1Ah/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.520 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.520 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.526 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.528 | 57851 | Marked run 151 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.529 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.528 | 56029 | Recursively removing directory: /tmp/git.PSswXa/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.529 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.529 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.534 | 57865 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.535 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.535 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.536 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.538 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.539 | 57872 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.539 | 56025 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.539 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.539 | 56025 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.540 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SnplcM +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.541 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.545 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.547 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.547 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.548 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.550 | 57874 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.550 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.553 | 57876 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.554 | 56025 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.554 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.554 | 56025 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.555 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TX5rxk +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.555 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.556 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.558 | 57870 | Marked run 152 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.559 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.576 | 57879 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.577 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.578 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.580 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.581 | 56026 | Recursively removing directory: /tmp/git.SnplcM/ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.582 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.582 | 57873 | Marked run 153 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.582 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.587 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.583 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.583 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.591 | 57887 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.591 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.592 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.592 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.592 | 57896 | Added a new worker 10 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.592 | 56025 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.592 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.593 | 56025 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.593 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.597 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.600 | 56029 | Recursively removing directory: /tmp/git.TX5rxk/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.600 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bFQZZP +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.602 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.603 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.607 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.611 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.612 | 57897 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.613 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.616 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.617 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.618 | 57899 | Added a new worker 7 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.619 | 56025 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.619 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.619 | 56025 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.619 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.619 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B6NmNE +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.620 | 57892 | Marked run 154 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.620 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.621 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.626 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.628 | 57903 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.627 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.629 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.634 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.637 | 57898 | Marked run 155 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.638 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.640 | 57912 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.640 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.649 | 56026 | Recursively removing directory: /tmp/git.bFQZZP/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.646 | 56029 | Recursively removing directory: /tmp/git.B6NmNE/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.647 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.647 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.650 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.650 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.652 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.654 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.656 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.656 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.656 | 57922 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.656 | 56025 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.656 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.656 | 56025 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.657 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H6poTD +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.658 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.660 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.663 | 57923 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.664 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.664 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.665 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.670 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.673 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.674 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.674 | 57927 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.674 | 56025 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.674 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.674 | 56025 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.674 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DPGThb +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.684 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.689 | 57920 | Marked run 157 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.689 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.690 | 56029 | Recursively removing directory: /tmp/git.H6poTD/ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.697 | 57921 | Marked run 156 as finished +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.697 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.698 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.698 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.700 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.701 | 57925 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.702 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.702 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.703 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.706 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.707 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.707 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.708 | 57937 | Added a new worker 13 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.708 | 56025 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.708 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.708 | 56025 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.709 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.708 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jsqdww +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.711 | 57938 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.712 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.720 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.723 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.723 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.730 | 56026 | Recursively removing directory: /tmp/git.DPGThb/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.731 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.731 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.734 | 57935 | Marked run 158 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.735 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.736 | 57946 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.736 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.737 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.742 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.746 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.746 | 56029 | Recursively removing directory: /tmp/git.jsqdww/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.747 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.747 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.752 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.753 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.753 | 57956 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.753 | 56025 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.753 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.753 | 56025 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.754 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x5qX87 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.755 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.758 | 57957 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.759 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.762 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.762 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.764 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.764 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.765 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.766 | 57960 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.767 | 56025 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.767 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.767 | 56025 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.767 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.767 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CCFy0c +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.780 | 57955 | Marked run 159 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.781 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.782 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.784 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.786 | 56026 | Recursively removing directory: /tmp/git.x5qX87/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.787 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.787 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.792 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.796 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 57977 | Added a new worker 15 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 56025 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 56025 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.796 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.797 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pfr7SG +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.797 | 57958 | Marked run 160 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.798 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.800 | 57961 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.800 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.807 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.808 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.809 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.810 | 56029 | Recursively removing directory: /tmp/git.CCFy0c/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.811 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.811 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.816 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.817 | 57974 | Marked run 161 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.818 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.823 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.828 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.829 | 57979 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.830 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.834 | 57988 | Added a new worker 9 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.834 | 56025 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.834 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.834 | 56025 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.835 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.834 | 56026 | Recursively removing directory: /tmp/git.pfr7SG/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.835 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.835 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.837 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XM38wo +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.837 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.838 | 57981 | Marked run 162 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.838 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.841 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.844 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.845 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.845 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.845 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.846 | 57990 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.847 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.848 | 57992 | Added a new worker 6 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.848 | 56025 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.848 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.848 | 56025 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.849 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.849 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WRM7Rc +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.850 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.856 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.857 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.857 | 57995 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.859 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.862 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.862 | 57991 | Marked run 163 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.863 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.866 | 57999 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.867 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.873 | 56029 | Recursively removing directory: /tmp/git.XM38wo/ +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.874 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.874 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.876 | 56026 | Recursively removing directory: /tmp/git.WRM7Rc/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.878 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.878 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.879 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.882 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.883 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.884 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.885 | 58014 | Added a new worker 12 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.885 | 56025 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.885 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.885 | 56025 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.886 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bInVdj +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.887 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.887 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.888 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.890 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.897 | 58015 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.897 | 56025 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.897 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.897 | 56025 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.898 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.898 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1lJS6R +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.899 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.900 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.905 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.905 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.911 | 58013 | Marked run 165 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.912 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.914 | 58016 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.915 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.918 | 56029 | Recursively removing directory: /tmp/git.bInVdj/ +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.920 | 58012 | Marked run 164 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.921 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.921 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.921 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.924 | 56026 | Recursively removing directory: /tmp/git.1lJS6R/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.925 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.925 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.929 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.929 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.929 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.931 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.931 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.937 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.937 | 58035 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.940 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.943 | 58033 | Added a new worker 13 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.943 | 56025 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.943 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.944 | 56025 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.944 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IMsZqB +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.944 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.944 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.944 | 58036 | Added a new worker 8 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.944 | 56025 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.944 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.945 | 56025 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.945 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.945 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WmfRF7 +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.945 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.952 | 56026 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.953 | 56029 | Checking out revision HEAD +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.954 | 56026 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.954 | 56029 | Going to run: ./ci +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.960 | 58032 | Marked run 166 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.961 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.966 | 58038 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.967 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.970 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.971 | 58034 | Marked run 167 as finished +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.972 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.974 | 56026 | Recursively removing directory: /tmp/git.WmfRF7/ +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.975 | 56026 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.976 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.980 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.980 | 56029 | Recursively removing directory: /tmp/git.IMsZqB/ +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.985 | 58054 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.985 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.981 | 56029 | Process exit code: 0 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.981 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.986 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.987 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.988 | 56026 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.990 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.992 | 58058 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.992 | 56025 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.992 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.992 | 56025 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56026/cimple-worker: 2023-08-28 07:33:06.993 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4k2bYE +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.994 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.990 | 56029 | Waiting for a new command +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.994 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.996 | 58059 | Added a new worker 14 to the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.996 | 56023 | Waiting for new connections +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.997 | 56025 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.997 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:06 | INFO | 56023/cimple-server: 2023-08-28 07:33:06.997 | 56025 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:06 | INFO | 56029/cimple-worker: 2023-08-28 07:33:06.997 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tfc6DN +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.003 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.003 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.004 | 58060 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.005 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.007 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.009 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.010 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.012 | 58055 | Marked run 169 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.012 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.020 | 58056 | Marked run 168 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.020 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.022 | 58063 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.023 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.027 | 56029 | Recursively removing directory: /tmp/git.tfc6DN/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.029 | 56026 | Recursively removing directory: /tmp/git.4k2bYE/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.030 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.030 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.029 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.029 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.033 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.034 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.037 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.038 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.038 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.039 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.039 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.044 | 58081 | Added a new worker 17 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.044 | 58082 | Added a new worker 18 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.045 | 56025 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.045 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kK8Muj +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.046 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NgqjsK +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.046 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.048 | 58080 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.049 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.059 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.060 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.060 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.062 | 58078 | Marked run 171 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.062 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.063 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.063 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.071 | 58079 | Marked run 170 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.072 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.075 | 56026 | Recursively removing directory: /tmp/git.NgqjsK/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.077 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.077 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.081 | 58085 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.081 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.081 | 56029 | Recursively removing directory: /tmp/git.kK8Muj/ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.082 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.083 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.083 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.087 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.088 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.092 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.093 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.093 | 58101 | Added a new worker 14 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.096 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.097 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.097 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.099 | 58103 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.099 | 56025 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.099 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.099 | 56025 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.100 | 56025 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.100 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.100 | 56025 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.100 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.100 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oOESBv +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.100 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pYCWn2 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.110 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.111 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.116 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.116 | 58100 | Marked run 173 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.117 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.117 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.123 | 58102 | Marked run 172 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.124 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.127 | 58104 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.129 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.132 | 56026 | Recursively removing directory: /tmp/git.oOESBv/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.134 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.134 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.137 | 56029 | Recursively removing directory: /tmp/git.pYCWn2/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.139 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.139 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.140 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.142 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.143 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.145 | 58120 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.146 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.147 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.150 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.150 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.150 | 58124 | Added a new worker 14 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.150 | 56025 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.150 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.150 | 56025 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.151 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.151 | 58125 | Added a new worker 6 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.151 | 56025 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.151 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.151 | 56025 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.151 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ByVxud +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.152 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.147 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.153 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.osgVzh +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.158 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.160 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.164 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.165 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.166 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.176 | 58121 | Marked run 174 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.177 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.181 | 56029 | Recursively removing directory: /tmp/git.osgVzh/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.183 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.183 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.183 | 56026 | Recursively removing directory: /tmp/git.ByVxud/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.185 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.185 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.186 | 58128 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.188 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.192 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.193 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.193 | 58122 | Marked run 175 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.193 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.194 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.196 | 58143 | Added a new worker 12 to the queue +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.197 | 56025 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.197 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.197 | 56025 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.198 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.198 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.199 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZRgMwR +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.202 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.204 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.206 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.206 | 58146 | Added a new worker 14 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.206 | 56025 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.206 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.206 | 56025 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.207 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NYftja +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.207 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.207 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.219 | 58145 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.220 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.219 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.223 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.224 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.226 | 58142 | Marked run 176 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.226 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.233 | 56029 | Recursively removing directory: /tmp/git.ZRgMwR/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.234 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.234 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.237 | 58144 | Marked run 177 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.239 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.240 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.241 | 58155 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.242 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.244 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.244 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.248 | 56026 | Recursively removing directory: /tmp/git.NYftja/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.250 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.250 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.251 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.255 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.255 | 58165 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.255 | 56025 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.255 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.255 | 56025 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.255 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WejcWJ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.256 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.260 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.261 | 58168 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.261 | 56025 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.261 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.261 | 56025 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.261 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.261 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MDkAVG +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.262 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.263 | 58163 | Marked run 178 as finished +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.264 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.265 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.264 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.273 | 58166 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.274 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.277 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.278 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.279 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.282 | 58167 | Marked run 179 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.282 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.284 | 58173 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.285 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.296 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.291 | 56029 | Recursively removing directory: /tmp/git.WejcWJ/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.293 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.293 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.297 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.302 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.302 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.303 | 58188 | Added a new worker 13 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.303 | 56025 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.303 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.303 | 56025 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.304 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.304 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZBnTsj +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.309 | 58186 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.311 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.315 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.317 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.317 | 56026 | Recursively removing directory: /tmp/git.MDkAVG/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.319 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.319 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.319 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.319 | 58187 | Marked run 180 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.320 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.322 | 58190 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.323 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.324 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.327 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.329 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.329 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.329 | 58195 | Added a new worker 13 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.329 | 56025 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.329 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.329 | 56025 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.330 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uSo6I9 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.330 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.336 | 58194 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.340 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.340 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.341 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.342 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.349 | 56029 | Recursively removing directory: /tmp/git.ZBnTsj/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.350 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.350 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.355 | 58193 | Marked run 181 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.355 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.356 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.357 | 58199 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.358 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.360 | 56026 | Recursively removing directory: /tmp/git.uSo6I9/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.361 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.361 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.362 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.365 | 58213 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.368 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.368 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.372 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.370 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.373 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.377 | 58216 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.377 | 56025 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.377 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.377 | 56025 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.377 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AmO3GV +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.377 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.378 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.378 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.378 | 58218 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.379 | 56025 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.379 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.379 | 56025 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.379 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.382 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lfdm2H +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.383 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.383 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.385 | 58217 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.386 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.391 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.394 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.395 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.394 | 58211 | Marked run 182 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.395 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.400 | 58215 | Marked run 183 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.400 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.402 | 58222 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.403 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.406 | 56026 | Recursively removing directory: /tmp/git.AmO3GV/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.407 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.407 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.412 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.414 | 56029 | Recursively removing directory: /tmp/git.Lfdm2H/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.415 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.415 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.420 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.420 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.421 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.417 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.424 | 58238 | Added a new worker 14 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.424 | 56025 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.424 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.424 | 56025 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.425 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.425 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pkXZ6C +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.426 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.428 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.430 | 58240 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.430 | 56025 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.430 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.430 | 56025 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.430 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.431 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1gHKSg +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.433 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.434 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.440 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.442 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.443 | 58236 | Marked run 184 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.444 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.446 | 58237 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.447 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.452 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.453 | 58239 | Marked run 185 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.453 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.455 | 58252 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.455 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.460 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.462 | 56026 | Recursively removing directory: /tmp/git.pkXZ6C/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.463 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.463 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.467 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.468 | 56029 | Recursively removing directory: /tmp/git.1gHKSg/ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.468 | 58258 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.469 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.473 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.471 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.471 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.473 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.475 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.475 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.480 | 58261 | Added a new worker 17 to the queue +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.481 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r77k4o +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.480 | 56025 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.480 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.480 | 56025 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.479 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.482 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.482 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.485 | 58264 | Added a new worker 7 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.486 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.486 | 56025 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.486 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.486 | 56025 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.487 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G0GVhE +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.487 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.490 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.491 | 58263 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.491 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.496 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.498 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.499 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.501 | 58259 | Marked run 186 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.501 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.508 | 58262 | Marked run 187 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.509 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.511 | 58267 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.511 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.515 | 56026 | Recursively removing directory: /tmp/git.r77k4o/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.517 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.517 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.518 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.521 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.525 | 58282 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.525 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.527 | 56029 | Recursively removing directory: /tmp/git.G0GVhE/ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.529 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.529 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.529 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.534 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.538 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.538 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.544 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.544 | 58287 | Added a new worker 17 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.544 | 56025 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.544 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.544 | 56025 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.544 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9dZpvY +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.545 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.545 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.546 | 58285 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.546 | 58288 | Added a new worker 8 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.547 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.548 | 56025 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.548 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.548 | 56025 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.549 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.550 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kUmO5t +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.550 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.552 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.556 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.564 | 58283 | Marked run 188 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.564 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.565 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.566 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.569 | 58290 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.570 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.570 | 56029 | Recursively removing directory: /tmp/git.9dZpvY/ +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.573 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.573 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.578 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.579 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.580 | 58286 | Marked run 189 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.580 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.584 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.584 | 58303 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.584 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.585 | 58308 | Added a new worker 9 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.585 | 56025 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.585 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.585 | 56025 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.586 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.585 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9VGkr9 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.590 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.591 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.599 | 56026 | Recursively removing directory: /tmp/git.kUmO5t/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.601 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.601 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.600 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.605 | 58302 | Marked run 190 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.606 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.607 | 58315 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.608 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 58320 | Added a new worker 9 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 56025 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 56025 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.611 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.610 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.611 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eepqwR +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.618 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.620 | 56029 | Recursively removing directory: /tmp/git.9VGkr9/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.621 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.621 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.625 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.625 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.627 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.630 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.630 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.632 | 58324 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.632 | 56025 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.632 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.633 | 56025 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.633 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CKr4TA +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.633 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.634 | 58321 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.635 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.641 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.642 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.644 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.644 | 58318 | Marked run 191 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.644 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.653 | 56026 | Recursively removing directory: /tmp/git.eepqwR/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.655 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.655 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.657 | 58329 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.658 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.663 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.665 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.665 | 58322 | Marked run 192 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.665 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.670 | 58342 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.670 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.672 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.675 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.672 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.676 | 58344 | Added a new worker 13 to the queue +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.676 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nhYjwB +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.676 | 56025 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.676 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.676 | 56025 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.679 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.679 | 56029 | Recursively removing directory: /tmp/git.CKr4TA/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.680 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.680 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.682 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.683 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.684 | 58345 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.685 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.685 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.689 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.696 | 58349 | Added a new worker 13 to the queue +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.689 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.696 | 56025 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.696 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.696 | 56025 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.696 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.697 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KhcS5M +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.698 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.699 | 58341 | Marked run 193 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.700 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.704 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.705 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.708 | 58348 | Marked run 194 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.709 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.713 | 58350 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.714 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.716 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.719 | 56026 | Recursively removing directory: /tmp/git.nhYjwB/ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.719 | 58363 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.720 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.723 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.723 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.725 | 56029 | Recursively removing directory: /tmp/git.KhcS5M/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.727 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.727 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.730 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.734 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.736 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.738 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.739 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.739 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.739 | 58370 | Added a new worker 16 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.739 | 56025 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.739 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.739 | 56025 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.740 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.740 | 58371 | Added a new worker 12 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.740 | 56025 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.740 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.740 | 56025 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.740 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.exeGIh +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.741 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.738 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.753 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yu2tyQ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.757 | 58369 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.759 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.763 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.764 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.765 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.765 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.765 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.768 | 58367 | Marked run 195 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.769 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.779 | 58373 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.780 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.784 | 56026 | Recursively removing directory: /tmp/git.exeGIh/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.785 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.786 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.787 | 58368 | Marked run 196 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.788 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.790 | 56029 | Recursively removing directory: /tmp/git.Yu2tyQ/ +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.791 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.791 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.791 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.795 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.795 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.799 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.799 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.800 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.804 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 58390 | Added a new worker 17 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 58393 | Added a new worker 18 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.805 | 56025 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.806 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xn50V9 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.806 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aIZH7f +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.807 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.812 | 58392 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.813 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.813 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.814 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.817 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.818 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.819 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.822 | 58391 | Marked run 197 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.823 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.826 | 58389 | Marked run 198 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.827 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.828 | 58396 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.829 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.834 | 56029 | Recursively removing directory: /tmp/git.Xn50V9/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.835 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.836 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.838 | 56026 | Recursively removing directory: /tmp/git.aIZH7f/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.839 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.839 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.840 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.844 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.844 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.848 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.854 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.856 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.856 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.857 | 58414 | Added a new worker 17 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.857 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.857 | 58415 | Added a new worker 13 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.858 | 56025 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.863 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hKngww +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.863 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d7lgHw +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.865 | 58411 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.866 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.871 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.873 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.874 | 58412 | Marked run 200 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.875 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.876 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.878 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.879 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.881 | 58413 | Marked run 199 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.882 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.884 | 58418 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.884 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.889 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.894 | 58433 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.895 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.896 | 56026 | Recursively removing directory: /tmp/git.d7lgHw/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.897 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.897 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.902 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.903 | 56029 | Recursively removing directory: /tmp/git.hKngww/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.906 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.906 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.910 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.911 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.911 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.913 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.916 | 58438 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.917 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.919 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.920 | 58437 | Added a new worker 14 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.920 | 56025 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.920 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.920 | 56025 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.920 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PXKoRk +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.921 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.921 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.921 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.927 | 58441 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.927 | 56025 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.927 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.927 | 56025 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.927 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oztJ4y +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.928 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.933 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.933 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.934 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.934 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.938 | 58435 | Marked run 202 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.939 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.942 | 58440 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.944 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.947 | 58436 | Marked run 201 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.948 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.960 | 58457 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.958 | 56026 | Recursively removing directory: /tmp/git.PXKoRk/ +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.959 | 56026 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.959 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.961 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.964 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.965 | 56029 | Recursively removing directory: /tmp/git.oztJ4y/ +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.966 | 56029 | Process exit code: 0 +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.966 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.970 | 56026 | Waiting for a new command +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.971 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.971 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.971 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.971 | 58461 | Added a new worker 15 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.972 | 56025 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.972 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.972 | 56025 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.972 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uF602k +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.973 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.974 | 58459 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.975 | 56029 | Waiting for a new command +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.975 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 58463 | Added a new worker 8 to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 56025 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 56025 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.976 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.979 | 56026 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.979 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hPzqq9 +2023-08-28 07:33:07 | INFO | 56026/cimple-worker: 2023-08-28 07:33:07.981 | 56026 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.987 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.989 | 58462 | Marked run 204 as finished +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.989 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.994 | 56029 | Checking out revision HEAD +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.995 | 58466 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:07 | INFO | 56023/cimple-server: 2023-08-28 07:33:07.995 | 56023 | Waiting for new connections +2023-08-28 07:33:07 | INFO | 56029/cimple-worker: 2023-08-28 07:33:07.995 | 56029 | Going to run: ./ci +2023-08-28 07:33:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.001 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.009 | 56026 | Recursively removing directory: /tmp/git.uF602k/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.009 | 58460 | Marked run 203 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.009 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.010 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.010 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.013 | 58473 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.014 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.016 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.019 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.020 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.020 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.021 | 58485 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.021 | 56025 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.021 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.021 | 56025 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.021 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9nRUfl +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.024 | 58484 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.024 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.027 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.030 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.034 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.035 | 58482 | Marked run 205 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.036 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.036 | 56029 | Recursively removing directory: /tmp/git.hPzqq9/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.042 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.042 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.044 | 58488 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.045 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.047 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.050 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.053 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.056 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.057 | 58498 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.058 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.StjyLG +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.057 | 56025 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.057 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.057 | 56025 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.058 | 58493 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.060 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.061 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.066 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.068 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.072 | 58492 | Marked run 206 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.072 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.073 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.074 | 56026 | Recursively removing directory: /tmp/git.9nRUfl/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.075 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.075 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.080 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.086 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.086 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.087 | 58500 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.087 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.087 | 58504 | Added a new worker 6 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.088 | 56025 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.088 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.088 | 56025 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.089 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2aBPuA +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.090 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.094 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.096 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.098 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.102 | 58506 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.102 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.111 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.112 | 58502 | Marked run 207 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.112 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.114 | 56029 | Recursively removing directory: /tmp/git.StjyLG/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.115 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.115 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.119 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.124 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.125 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.129 | 58515 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.130 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.136 | 58522 | Added a new worker 9 to the queue +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.134 | 56026 | Recursively removing directory: /tmp/git.2aBPuA/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.135 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.135 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.137 | 56025 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.137 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.137 | 56025 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.137 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.138 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.139 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UtJsd5 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.141 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.145 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.145 | 58521 | Marked run 208 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.146 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.146 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.146 | 58526 | Added a new worker 7 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.146 | 56025 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.146 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.146 | 56025 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.147 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zbo6GX +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.147 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.149 | 58524 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.149 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.149 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.151 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.154 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.157 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.159 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.159 | 58529 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.160 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.167 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.169 | 58525 | Marked run 209 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.169 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.171 | 56029 | Recursively removing directory: /tmp/git.UtJsd5/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.173 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.173 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.173 | 58539 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.175 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.177 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.179 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.181 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.181 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.181 | 58548 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.182 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.182 | 56025 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.182 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.182 | 56025 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.182 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4Bt1k6 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.188 | 58547 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.188 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.189 | 56026 | Recursively removing directory: /tmp/git.Zbo6GX/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.190 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.191 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.191 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.191 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.196 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.198 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.201 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.202 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.203 | 58553 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.203 | 56025 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.203 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.203 | 56025 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.203 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ioeq6v +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.204 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.205 | 58546 | Marked run 210 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.206 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.209 | 58552 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.209 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.214 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.215 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.218 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.224 | 58551 | Marked run 211 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.224 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.225 | 56029 | Recursively removing directory: /tmp/git.4Bt1k6/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.227 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.227 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.229 | 58559 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.229 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.233 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.238 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.236 | 56026 | Recursively removing directory: /tmp/git.ioeq6v/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.238 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.238 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.240 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.243 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.243 | 58571 | Added a new worker 12 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.243 | 56025 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.243 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.243 | 56025 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.244 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2dfptC +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.245 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.246 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.249 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.252 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.253 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.254 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.254 | 58574 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.254 | 56025 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.254 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.254 | 56025 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.254 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.255 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zq9ama +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.262 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.263 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.264 | 58570 | Marked run 212 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.265 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.271 | 58572 | Marked run 213 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.271 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.273 | 58573 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.273 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.275 | 56029 | Recursively removing directory: /tmp/git.2dfptC/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.276 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.276 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.280 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.281 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.285 | 58588 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.288 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.288 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.290 | 56026 | Recursively removing directory: /tmp/git.zq9ama/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.291 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.291 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.292 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.294 | 58593 | Added a new worker 7 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.294 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.294 | 56025 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.294 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.294 | 56025 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.295 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QCRynR +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.297 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.301 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.301 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.303 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.303 | 58595 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.303 | 56025 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.303 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.303 | 56025 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.304 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fv85f7 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.304 | 58589 | Marked run 214 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.304 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.305 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.306 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.306 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.309 | 58596 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.310 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.312 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.313 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.313 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.318 | 58600 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.318 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.322 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.322 | 58594 | Marked run 215 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.323 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.328 | 58610 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.328 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.333 | 56026 | Recursively removing directory: /tmp/git.fv85f7/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.340 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.334 | 56029 | Recursively removing directory: /tmp/git.QCRynR/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.336 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.336 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.334 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.334 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.342 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.343 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.344 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.344 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.345 | 58619 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.345 | 56025 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.345 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.345 | 56025 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.346 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rVv2YH +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.347 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.351 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.353 | 58617 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.353 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.360 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.353 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 58621 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 56025 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.361 | 56025 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.361 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.362 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oUcYya +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.365 | 58616 | Marked run 216 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.365 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.371 | 58618 | Marked run 217 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.372 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.372 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.377 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.377 | 58622 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.378 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.380 | 56029 | Recursively removing directory: /tmp/git.rVv2YH/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.385 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.385 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.381 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.381 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.390 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.391 | 58633 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.390 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.392 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.395 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.396 | 58635 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.396 | 56025 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.396 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.397 | 56025 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.397 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sp6Hnl +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.397 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.397 | 58638 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.398 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.403 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.404 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.406 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.410 | 58634 | Marked run 218 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.411 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.412 | 56026 | Recursively removing directory: /tmp/git.oUcYya/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.413 | 58645 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.414 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.414 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.414 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.417 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.418 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.422 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.422 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.425 | 58655 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.425 | 56025 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.425 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.425 | 56025 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.426 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.426 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2M10V9 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.427 | 58651 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.427 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.431 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.433 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.434 | 58657 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.435 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.436 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.438 | 56029 | Recursively removing directory: /tmp/git.sp6Hnl/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.441 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.441 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.445 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.445 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.450 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.450 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.453 | 58652 | Marked run 219 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.454 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.455 | 58664 | Added a new worker 8 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.455 | 56025 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.455 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.455 | 56025 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.455 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x7yeT6 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.456 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.459 | 58662 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.459 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.464 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.464 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.465 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.471 | 58663 | Marked run 220 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.472 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.475 | 58668 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.476 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.477 | 56026 | Recursively removing directory: /tmp/git.2M10V9/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.479 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.479 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.480 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.483 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.483 | 58679 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.484 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.487 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.487 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.487 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.489 | 58682 | Added a new worker 12 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.489 | 56025 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.489 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.489 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.489 | 56025 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.493 | 56029 | Recursively removing directory: /tmp/git.x7yeT6/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.493 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AOg9KK +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.497 | 58683 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.498 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.500 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.500 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.508 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.509 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.511 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.512 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.513 | 58680 | Marked run 221 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.513 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.516 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.516 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.518 | 58686 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.518 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.521 | 58692 | Added a new worker 6 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.521 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.521 | 56025 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.521 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.521 | 56025 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.521 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6vU1xH +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.526 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.528 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.529 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.531 | 58687 | Marked run 222 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.531 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.534 | 56026 | Recursively removing directory: /tmp/git.AOg9KK/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.535 | 58697 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.535 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.535 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.539 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.540 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.543 | 58701 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.545 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.546 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.548 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.554 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.556 | 58706 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.556 | 56025 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.556 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.556 | 56025 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.557 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.557 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VzbGJF +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.564 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.565 | 58709 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.565 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.566 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.567 | 56029 | Recursively removing directory: /tmp/git.6vU1xH/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.569 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.569 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.569 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.580 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.580 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.581 | 58715 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.581 | 56025 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.581 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.581 | 56025 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.581 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.577 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.593 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G3I34O +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.597 | 58702 | Marked run 223 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.598 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.602 | 58712 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.603 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.605 | 56026 | Recursively removing directory: /tmp/git.VzbGJF/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.606 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.606 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.606 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.607 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.609 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.614 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.617 | 58714 | Marked run 224 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.617 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.619 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.618 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.620 | 58723 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.621 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.621 | 58726 | Added a new worker 6 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.624 | 56025 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.624 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.624 | 56025 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.625 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ivs7Zz +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.625 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.633 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.633 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.634 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.641 | 58725 | Marked run 225 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.641 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.644 | 56029 | Recursively removing directory: /tmp/git.G3I34O/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.646 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.646 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.650 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.655 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.651 | 56026 | Recursively removing directory: /tmp/git.Ivs7Zz/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.653 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.653 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.656 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.657 | 58734 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.660 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.664 | 58742 | Added a new worker 8 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.664 | 56025 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.664 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.665 | 56025 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.665 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1SC41U +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.666 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.666 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.668 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.673 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.668 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.674 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.675 | 58746 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.675 | 56025 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.675 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.675 | 56025 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.675 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.676 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GjRyXF +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.677 | 58745 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.677 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.682 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.687 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.687 | 58741 | Marked run 226 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.688 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.689 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.692 | 56029 | Recursively removing directory: /tmp/git.1SC41U/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.694 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.694 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.698 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.700 | 58744 | Marked run 227 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.700 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.703 | 58753 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.704 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.705 | 56026 | Recursively removing directory: /tmp/git.GjRyXF/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.706 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.706 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.706 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.711 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.715 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.716 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.716 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.717 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.717 | 58768 | Added a new worker 17 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.717 | 56025 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.717 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.717 | 56025 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.718 | 58765 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.719 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dqTdf9 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.719 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.719 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.722 | 58767 | Added a new worker 7 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.722 | 56025 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.722 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.722 | 56025 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.722 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.723 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Gmbzo1 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.725 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.726 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.727 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.730 | 58763 | Marked run 228 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.730 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.731 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.732 | 58770 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.733 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.733 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.737 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.742 | 58766 | Marked run 229 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.743 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.745 | 58776 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.746 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.748 | 56029 | Recursively removing directory: /tmp/git.Gmbzo1/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.749 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.749 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.751 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.754 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.758 | 56026 | Recursively removing directory: /tmp/git.dqTdf9/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.759 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.759 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.760 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.763 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.764 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.766 | 58788 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.766 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.769 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.769 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.769 | 58790 | Added a new worker 10 to the queue +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.770 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uaHqQJ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.770 | 56025 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.770 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.770 | 56025 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.771 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.778 | 58793 | Added a new worker 11 to the queue +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.779 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.780 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.781 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.781 | 56025 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.781 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.781 | 56025 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.781 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.782 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vwrDph +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.787 | 58789 | Marked run 231 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.788 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.789 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.790 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.790 | 58794 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.791 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.795 | 58791 | Marked run 230 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.796 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.798 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.801 | 56029 | Recursively removing directory: /tmp/git.uaHqQJ/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.802 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.802 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.807 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.810 | 58805 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.811 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.814 | 56026 | Recursively removing directory: /tmp/git.vwrDph/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.815 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.815 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.819 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.823 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.823 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.824 | 58814 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.824 | 56025 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.824 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.824 | 56025 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.824 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.824 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LByFLE +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.825 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.825 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.826 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.827 | 58815 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.827 | 56025 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.827 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.827 | 56025 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.827 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.828 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yasgGz +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.831 | 58809 | Marked run 232 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.831 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.832 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.833 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.839 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.839 | 58816 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.839 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.840 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.844 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.844 | 58813 | Marked run 233 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.844 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.847 | 58822 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.847 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.858 | 56029 | Recursively removing directory: /tmp/git.LByFLE/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.860 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.860 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.864 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.865 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.868 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.868 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.868 | 58836 | Added a new worker 13 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.869 | 56025 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.869 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.869 | 56025 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.869 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4vzoUq +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.870 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.871 | 56026 | Recursively removing directory: /tmp/git.yasgGz/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.872 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.872 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.874 | 58835 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.874 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.876 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.879 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.880 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.886 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.892 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.893 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.894 | 58842 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.894 | 56025 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.894 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.894 | 56025 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.895 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ddBiPM +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.896 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.904 | 58834 | Marked run 234 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.905 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.906 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.907 | 56029 | Recursively removing directory: /tmp/git.4vzoUq/ +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.909 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.909 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.908 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.911 | 58837 | Marked run 235 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.911 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.915 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.917 | 58843 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.918 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.920 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.924 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.927 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.928 | 58852 | Added a new worker 12 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.928 | 56025 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.928 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.928 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.928 | 56025 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.929 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZmZNV7 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.933 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.934 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.939 | 56026 | Recursively removing directory: /tmp/git.ddBiPM/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.939 | 58850 | Marked run 236 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.940 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.941 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.941 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.945 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.948 | 58856 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.948 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.952 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.951 | 56026 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.953 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mPV9FD +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.953 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.953 | 58868 | Added a new worker 12 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.953 | 56025 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.953 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.953 | 56025 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.954 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.962 | 56029 | Recursively removing directory: /tmp/git.ZmZNV7/ +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.963 | 56026 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.963 | 56029 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.963 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.963 | 56026 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.965 | 58869 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.966 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.968 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.971 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.973 | 56029 | Waiting for a new command +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.973 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.974 | 58876 | Added a new worker 15 to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.974 | 56025 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.974 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.974 | 56025 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.974 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.976 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.80m4gn +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.981 | 58864 | Marked run 237 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.981 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.983 | 58874 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.983 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.988 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.990 | 56029 | Checking out revision HEAD +2023-08-28 07:33:08 | INFO | 56029/cimple-worker: 2023-08-28 07:33:08.991 | 56029 | Going to run: ./ci +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.991 | 58872 | Marked run 238 as finished +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.992 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.992 | 56026 | Recursively removing directory: /tmp/git.mPV9FD/ +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.994 | 58882 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:08 | INFO | 56023/cimple-server: 2023-08-28 07:33:08.997 | 56023 | Waiting for new connections +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.994 | 56026 | Process exit code: 0 +2023-08-28 07:33:08 | INFO | 56026/cimple-worker: 2023-08-28 07:33:08.994 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.001 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.002 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.005 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.008 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.009 | 58890 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.009 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 58893 | Added a new worker 10 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 56025 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 56025 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.016 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y7C6Zn +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.016 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.014 | 56029 | Recursively removing directory: /tmp/git.80m4gn/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.015 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.015 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.020 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.025 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.026 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.027 | 58889 | Marked run 239 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.028 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.030 | 58895 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.030 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.036 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.040 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 58904 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 56025 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 56025 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.041 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.041 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZfX9ea +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.047 | 58896 | Marked run 240 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.047 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.051 | 58903 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.052 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.050 | 56026 | Recursively removing directory: /tmp/git.Y7C6Zn/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.051 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.051 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.054 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.057 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.061 | 58908 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.061 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.062 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.064 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.064 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.065 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.069 | 58913 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.069 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.070 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.072 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.072 | 58911 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.072 | 56025 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.072 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.073 | 56025 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.073 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Va3A2B +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.073 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.076 | 58916 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.077 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.081 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.083 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.083 | 58909 | Marked run 241 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.084 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.085 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.087 | 58921 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.088 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.091 | 56029 | Recursively removing directory: /tmp/git.ZfX9ea/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.092 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.092 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.097 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.098 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.101 | 58933 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.101 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.102 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.104 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.109 | 58935 | Added a new worker 10 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.109 | 56025 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.109 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.109 | 56025 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.109 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q3HDiB +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.110 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.108 | 56026 | Recursively removing directory: /tmp/git.Va3A2B/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.109 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.109 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.114 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.119 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.119 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.121 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.120 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.121 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.122 | 58938 | Added a new worker 15 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.122 | 56025 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.122 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.123 | 56025 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.123 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.125 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.utmKoE +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.129 | 58932 | Marked run 242 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.130 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.133 | 58937 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.133 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.133 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.134 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.139 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.143 | 58936 | Marked run 243 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.143 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.147 | 58948 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.146 | 56029 | Recursively removing directory: /tmp/git.q3HDiB/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.147 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.147 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.149 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.152 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.157 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.164 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.166 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.167 | 58957 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.167 | 56025 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.167 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.167 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.167 | 56025 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.167 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dwUEkX +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.170 | 56026 | Recursively removing directory: /tmp/git.utmKoE/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.172 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.172 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.174 | 58951 | Marked run 244 as finished +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.175 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.176 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.176 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.177 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.179 | 58958 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.179 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.182 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.184 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.186 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.186 | 58964 | Added a new worker 12 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.186 | 56025 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.187 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.187 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.187 | 56025 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.187 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FBsTwe +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.191 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.194 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.198 | 58959 | Marked run 245 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.198 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.204 | 56029 | Recursively removing directory: /tmp/git.dwUEkX/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.205 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.205 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.209 | 58967 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.209 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.211 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.215 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.211 | 56026 | Recursively removing directory: /tmp/git.FBsTwe/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.212 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.212 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.217 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.220 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.221 | 58979 | Added a new worker 12 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.221 | 56025 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.221 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.221 | 56025 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.222 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.222 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MSVeF0 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.223 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.231 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.231 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.231 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.233 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.235 | 58981 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.235 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.237 | 58982 | Added a new worker 9 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.237 | 56025 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.237 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.237 | 56025 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.237 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f9TTDN +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.237 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.243 | 58978 | Marked run 246 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.243 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.247 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.247 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.249 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.250 | 58980 | Marked run 247 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.250 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.254 | 58992 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.255 | 56029 | Recursively removing directory: /tmp/git.MSVeF0/ +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.256 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.257 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.257 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.259 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.261 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.262 | 58994 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.263 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.265 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.267 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.268 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.269 | 58997 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.277 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5RHu6f +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.277 | 58999 | Added a new worker 8 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.277 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.277 | 56025 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.277 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.277 | 56025 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.279 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.283 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.289 | 58995 | Marked run 248 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.290 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.291 | 59004 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.292 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.292 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.293 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.295 | 56026 | Recursively removing directory: /tmp/git.f9TTDN/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.296 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.296 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.301 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.305 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.306 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.306 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.307 | 59016 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.307 | 56025 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.307 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.307 | 56025 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.308 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.offSn0 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.309 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.319 | 59017 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.320 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.321 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.324 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.325 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.326 | 56029 | Recursively removing directory: /tmp/git.5RHu6f/ +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.327 | 59015 | Marked run 249 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.327 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.329 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.329 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.333 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.338 | 59020 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.340 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.343 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.341 | 56026 | Recursively removing directory: /tmp/git.offSn0/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.342 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.342 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.348 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.352 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.353 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.353 | 59029 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.353 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.353 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.354 | 59031 | Added a new worker 9 to the queue +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.352 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.354 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.354 | 56025 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.354 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.355 | 56025 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.355 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S1MEYg +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.355 | 59032 | Added a new worker 10 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.355 | 56025 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.355 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.355 | 56025 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.355 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4hdPBy +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.358 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.359 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.360 | 59025 | Marked run 250 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.360 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.366 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.367 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.368 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.369 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.371 | 59034 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.372 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.375 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.376 | 59030 | Marked run 251 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.376 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.379 | 59041 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.380 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.385 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.390 | 59052 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.391 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.392 | 56029 | Recursively removing directory: /tmp/git.4hdPBy/ +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.393 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.393 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.398 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.397 | 56026 | Recursively removing directory: /tmp/git.S1MEYg/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.398 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.398 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.400 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.402 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.404 | 59054 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.405 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.407 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.407 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.407 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 59059 | Added a new worker 14 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 59058 | Added a new worker 8 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.410 | 56025 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.410 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3d8fhy +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.407 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.411 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vNxspv +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.411 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.413 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.422 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.423 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.423 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.424 | 59060 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.424 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.426 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.430 | 59056 | Marked run 252 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.431 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.434 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.437 | 59055 | Marked run 253 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.437 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.439 | 59068 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.440 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.445 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.450 | 56026 | Recursively removing directory: /tmp/git.vNxspv/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.451 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.451 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.456 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.453 | 56029 | Recursively removing directory: /tmp/git.3d8fhy/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.454 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.454 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.459 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.460 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.460 | 59080 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.460 | 56025 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.460 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.460 | 56025 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.460 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jiDbd9 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.461 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.461 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.462 | 59078 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.462 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.465 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.466 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.466 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.468 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.469 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.469 | 59083 | Added a new worker 14 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.469 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.469 | 56025 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.469 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.469 | 56025 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.470 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.27c5h6 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.483 | 59084 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.484 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.485 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.487 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.491 | 59079 | Marked run 254 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.491 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.496 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.491 | 56026 | Recursively removing directory: /tmp/git.jiDbd9/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.492 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.492 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.501 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.501 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.502 | 59101 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.502 | 56025 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.502 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.502 | 56025 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.502 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.503 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SFcvAK +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.510 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.511 | 59081 | Marked run 255 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.512 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.512 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.512 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.517 | 56029 | Recursively removing directory: /tmp/git.27c5h6/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.520 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.520 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.524 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.529 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.529 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 59111 | Added a new worker 15 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 56025 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 56025 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.530 | 59102 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.531 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.532 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xUpnhG +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.537 | 59098 | Marked run 256 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.537 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.537 | 56026 | Recursively removing directory: /tmp/git.SFcvAK/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.538 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.538 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.541 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.543 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.543 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.544 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.547 | 59113 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.548 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.552 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.557 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.558 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.559 | 59118 | Added a new worker 15 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.559 | 56025 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.559 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.559 | 56025 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.559 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.560 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.re8Zw5 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.564 | 59108 | Marked run 257 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.565 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.566 | 59117 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.568 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.571 | 56029 | Recursively removing directory: /tmp/git.xUpnhG/ +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.574 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.574 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.575 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.574 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.577 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.578 | 59114 | Marked run 258 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.578 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.579 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.580 | 59126 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.581 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.584 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.585 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.585 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.587 | 59132 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.587 | 56025 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.587 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.587 | 56025 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.587 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3ZfXBG +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.588 | 59131 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.590 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.590 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.593 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.594 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.596 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.601 | 59128 | Marked run 259 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.601 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.603 | 59138 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.603 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.606 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.607 | 56026 | Recursively removing directory: /tmp/git.re8Zw5/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.609 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.609 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.613 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.617 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.618 | 59150 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.619 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.620 | 59144 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.620 | 56025 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.620 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.619 | 56029 | Recursively removing directory: /tmp/git.3ZfXBG/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.620 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.620 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.621 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.618 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.621 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bsIFlj +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.622 | 56025 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.626 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.631 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.632 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.633 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.631 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.634 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.635 | 59153 | Added a new worker 14 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.635 | 56025 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.635 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.635 | 56025 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.635 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RTL6Ki +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.636 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.645 | 59149 | Marked run 260 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.645 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.645 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.646 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.655 | 56026 | Recursively removing directory: /tmp/git.bsIFlj/ +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.655 | 59152 | Marked run 261 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.655 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.660 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.656 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.656 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.663 | 59155 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.664 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.669 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.669 | 56029 | Recursively removing directory: /tmp/git.RTL6Ki/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.670 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.671 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.676 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.679 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.680 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.680 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.680 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.680 | 59173 | Added a new worker 18 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.681 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.681 | 56025 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.681 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.681 | 56025 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.681 | 59174 | Added a new worker 14 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.682 | 56025 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.682 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.682 | 56025 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.682 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.685 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YGCGzP +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.685 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6nce6U +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.687 | 59171 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.688 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.690 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.704 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.705 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.706 | 59169 | Marked run 262 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.706 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.711 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.711 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.713 | 59172 | Marked run 263 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.713 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.715 | 59176 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.716 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.718 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.721 | 59187 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.722 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.723 | 56029 | Recursively removing directory: /tmp/git.YGCGzP/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.725 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.725 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.726 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.729 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.731 | 59192 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.732 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.733 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.733 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.736 | 56026 | Recursively removing directory: /tmp/git.6nce6U/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.738 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.738 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.740 | 59197 | Added a new worker 11 to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.741 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VDR21m +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.741 | 56025 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.741 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.741 | 56025 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.741 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.743 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.747 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.748 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.748 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.749 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.749 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.749 | 59201 | Added a new worker 15 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.750 | 56025 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.750 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.750 | 56025 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.750 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.750 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.50gUQO +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.756 | 59195 | Marked run 265 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.756 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.760 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.761 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.761 | 59199 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.762 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.765 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.771 | 59198 | Marked run 264 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.772 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.774 | 59208 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.775 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.776 | 56029 | Recursively removing directory: /tmp/git.VDR21m/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.778 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.778 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.782 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.783 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.788 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.789 | 56026 | Recursively removing directory: /tmp/git.50gUQO/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.790 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.790 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.791 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.795 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.797 | 59220 | Added a new worker 15 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.797 | 56025 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.797 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.797 | 56025 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.797 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.798 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.efbDsd +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.800 | 59218 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.801 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.801 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.801 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.803 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.805 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.806 | 59222 | Added a new worker 11 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.807 | 56025 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.807 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.807 | 56025 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.807 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8uJe2K +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.807 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.809 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.814 | 59219 | Marked run 266 as finished +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.814 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.815 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.816 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.819 | 59221 | Marked run 267 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.820 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.827 | 59225 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.829 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.834 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.839 | 56029 | Recursively removing directory: /tmp/git.efbDsd/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.840 | 56026 | Recursively removing directory: /tmp/git.8uJe2K/ +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.841 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.841 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.840 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.840 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.846 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.849 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.851 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.851 | 59242 | Added a new worker 9 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.856 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.856 | 56025 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.856 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.857 | 56025 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.857 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DB23v7 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.857 | 59240 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.858 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.861 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.862 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.862 | 59245 | Added a new worker 6 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.862 | 56025 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.862 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.862 | 56025 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.862 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mfFjRk +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.863 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.868 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.869 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.874 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.876 | 59241 | Marked run 268 as finished +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.876 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.877 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.877 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.879 | 59249 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.881 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.883 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.894 | 59243 | Marked run 269 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.895 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.898 | 59257 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.898 | 56026 | Recursively removing directory: /tmp/git.mfFjRk/ +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.898 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.899 | 56029 | Recursively removing directory: /tmp/git.DB23v7/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.901 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.901 | 56029 | Process output: 415085 bytes +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.899 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.899 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.905 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.905 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.908 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.910 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.911 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.912 | 59266 | Added a new worker 14 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.912 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.912 | 56025 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.912 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.912 | 56025 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.912 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jfy0rg +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.916 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.916 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.921 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.921 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.922 | 59267 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.923 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.927 | 59268 | Added a new worker 12 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.927 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.928 | 56025 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.928 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.928 | 56025 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.928 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T6SBnX +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.930 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.937 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.938 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.943 | 59271 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.943 | 59265 | Marked run 270 as finished +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.945 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.950 | 56026 | Recursively removing directory: /tmp/git.Jfy0rg/ +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.952 | 59264 | Marked run 271 as finished +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.952 | 56026 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.952 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.956 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.957 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.961 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.963 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.964 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.957 | 56029 | Recursively removing directory: /tmp/git.T6SBnX/ +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.958 | 56029 | Process exit code: 0 +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.958 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.964 | 56026 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.967 | 59287 | Added a new worker 17 to the queue +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.968 | 56029 | Waiting for a new command +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.968 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.968 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.968 | 56025 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.968 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.968 | 56025 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.968 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.brRXK0 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.973 | 59289 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.973 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.974 | 56026 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56026/cimple-worker: 2023-08-28 07:33:09.975 | 56026 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.979 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.980 | 59290 | Added a new worker 13 to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.980 | 56025 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.980 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.980 | 56025 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.981 | 59286 | Marked run 272 as finished +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.981 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.981 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.96juKM +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.982 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.983 | 59293 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.984 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.987 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.991 | 56029 | Checking out revision HEAD +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.991 | 59297 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.991 | 56023 | Waiting for new connections +2023-08-28 07:33:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:09 | INFO | 56029/cimple-worker: 2023-08-28 07:33:09.992 | 56029 | Going to run: ./ci +2023-08-28 07:33:09 | INFO | 56023/cimple-server: 2023-08-28 07:33:09.996 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.005 | 56026 | Recursively removing directory: /tmp/git.brRXK0/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.006 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.006 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.010 | 59288 | Marked run 273 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.010 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.011 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.012 | 59304 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.013 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.013 | 56029 | Recursively removing directory: /tmp/git.96juKM/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.015 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.015 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.017 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.019 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.019 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.025 | 59313 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.026 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jopZIy +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.026 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.025 | 56025 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.025 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.025 | 56025 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.025 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.027 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.029 | 59315 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.029 | 56025 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.029 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.030 | 56025 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.030 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.030 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2mdE7r +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.033 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.035 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.037 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.037 | 59311 | Marked run 274 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.037 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.038 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.040 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.042 | 59316 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.042 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.046 | 59314 | Marked run 275 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.047 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.048 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.051 | 59324 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.052 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.055 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.059 | 56026 | Recursively removing directory: /tmp/git.jopZIy/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.060 | 59334 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.061 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.061 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.062 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.065 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.065 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.067 | 59336 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.069 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.069 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.069 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.071 | 56029 | Recursively removing directory: /tmp/git.2mdE7r/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.074 | 59339 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.074 | 56025 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.074 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.074 | 56025 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.074 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.073 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.073 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.077 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.079 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.082 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UHlClK +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.085 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.086 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.086 | 59342 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.089 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.090 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.090 | 56025 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.090 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.090 | 56025 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.091 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.091 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zE74c9 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.092 | 59337 | Marked run 276 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.092 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.094 | 59340 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.096 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.099 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.100 | 59341 | Marked run 277 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.100 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.101 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.102 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.117 | 56026 | Recursively removing directory: /tmp/git.UHlClK/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.122 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.122 | 59345 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.118 | 56029 | Recursively removing directory: /tmp/git.zE74c9/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.119 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.119 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.118 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.118 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.123 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.124 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.128 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.134 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.139 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.141 | 59363 | Added a new worker 14 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.141 | 56025 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.141 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.141 | 56025 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.141 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h5iZhL +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.143 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.146 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.148 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.148 | 59362 | Added a new worker 12 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.149 | 56025 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.149 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.149 | 56025 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.149 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1hTQSV +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.149 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.148 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.159 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.159 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.162 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.165 | 59359 | Marked run 278 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.166 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.169 | 59370 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.170 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.171 | 56029 | Recursively removing directory: /tmp/git.h5iZhL/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.172 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.172 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.174 | 59361 | Marked run 279 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.174 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.178 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.178 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.181 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.182 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.182 | 59382 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.182 | 56025 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.182 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.182 | 56025 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.183 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fcKYCj +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.184 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.188 | 59381 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.188 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.190 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.193 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.195 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.196 | 56026 | Recursively removing directory: /tmp/git.1hTQSV/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.198 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.198 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.202 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.202 | 59380 | Marked run 280 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.203 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.204 | 59384 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.205 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.206 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.209 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.209 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.210 | 59389 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.211 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xiXwn1 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.211 | 56025 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.211 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.211 | 56025 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.213 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.218 | 59390 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.219 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.219 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.222 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.224 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.226 | 56029 | Recursively removing directory: /tmp/git.fcKYCj/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.227 | 59386 | Marked run 281 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.228 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.228 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.228 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.233 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.236 | 59398 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.238 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.239 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vKalxN +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.236 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.239 | 59404 | Added a new worker 7 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.239 | 56025 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.239 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.239 | 56025 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.240 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.244 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.245 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.247 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.255 | 56026 | Recursively removing directory: /tmp/git.xiXwn1/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.256 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.256 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.259 | 59400 | Marked run 282 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.259 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.261 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.262 | 59409 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.262 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.265 | 56029 | Recursively removing directory: /tmp/git.vKalxN/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.266 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.266 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.266 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.270 | 59418 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.270 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.271 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.271 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.272 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.275 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.276 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.276 | 59420 | Added a new worker 14 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.276 | 56025 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.276 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.277 | 56025 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.277 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Re3nxK +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.278 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.281 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.282 | 59422 | Added a new worker 14 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.282 | 56025 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.282 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.282 | 56025 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.283 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.283 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7BeL83 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.283 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.284 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.290 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.294 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.295 | 59416 | Marked run 283 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.296 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.299 | 59421 | Marked run 284 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.300 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.303 | 59423 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.303 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.302 | 56026 | Recursively removing directory: /tmp/git.Re3nxK/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.303 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.303 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.307 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.308 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.312 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.316 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.317 | 59439 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.318 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.319 | 59441 | Added a new worker 6 to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.319 | 56029 | Recursively removing directory: /tmp/git.7BeL83/ +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.321 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.321 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.324 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.324 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.324 | 56025 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.324 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.324 | 56025 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.324 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sE2m9t +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.325 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.330 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.332 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.335 | 59440 | Marked run 285 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.336 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.338 | 59445 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.338 | 56025 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.338 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.338 | 56025 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.339 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EWpuVV +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.340 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.341 | 59443 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.342 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.342 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.343 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.344 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.345 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.346 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.351 | 59444 | Marked run 286 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.352 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.353 | 59448 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.354 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.357 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.361 | 56029 | Recursively removing directory: /tmp/git.EWpuVV/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.364 | 59463 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.365 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.364 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.364 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.367 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.369 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.373 | 59465 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.373 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.374 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.375 | 56026 | Recursively removing directory: /tmp/git.sE2m9t/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.376 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.376 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.380 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.381 | 59467 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.382 | 56025 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.382 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.382 | 56025 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.382 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1DoQZt +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.383 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.386 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.386 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.386 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.389 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.389 | 59470 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.389 | 56025 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.389 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.390 | 56025 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.390 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.390 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mT27Go +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.391 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.397 | 59466 | Marked run 288 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.398 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.399 | 59471 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.400 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.400 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.401 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.406 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.409 | 59469 | Marked run 287 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.409 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.414 | 56029 | Recursively removing directory: /tmp/git.1DoQZt/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.415 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.415 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.414 | 59482 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.417 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.420 | 56026 | Recursively removing directory: /tmp/git.mT27Go/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.421 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.421 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.421 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.425 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.426 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.426 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.429 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.430 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.431 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.431 | 59491 | Added a new worker 16 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.431 | 56025 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.431 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.431 | 56025 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.432 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DXqpo7 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.433 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.434 | 59492 | Added a new worker 10 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.435 | 56025 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.435 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.435 | 56025 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.435 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7cwlAw +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.437 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.438 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.441 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.452 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.461 | 56029 | Recursively removing directory: /tmp/git.DXqpo7/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.463 | 59493 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.464 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.463 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.463 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.465 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.467 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.468 | 59489 | Marked run 289 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.469 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.470 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.473 | 59490 | Marked run 290 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.474 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.475 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.475 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.475 | 59505 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.475 | 56025 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.475 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.475 | 56025 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.476 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.476 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mRD7e0 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.478 | 59503 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.479 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.483 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.484 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.489 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.493 | 59504 | Marked run 291 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.493 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.496 | 59513 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.497 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.500 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.502 | 56026 | Recursively removing directory: /tmp/git.7cwlAw/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.503 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.503 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.507 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.504 | 56029 | Recursively removing directory: /tmp/git.mRD7e0/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.506 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.506 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.510 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.515 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.515 | 59522 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.516 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.517 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.514 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.520 | 59525 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.520 | 56025 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.520 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.521 | 56025 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.521 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SB4Wdl +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.522 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.522 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.523 | 59527 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.523 | 56025 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.523 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.523 | 56025 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.523 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.523 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eVx8gd +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.528 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.531 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.531 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.533 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.539 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.543 | 59524 | Marked run 293 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.544 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.548 | 59523 | Marked run 292 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.548 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.549 | 56026 | Recursively removing directory: /tmp/git.eVx8gd/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.550 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.550 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.554 | 59528 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.554 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.557 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.560 | 56029 | Recursively removing directory: /tmp/git.SB4Wdl/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.561 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.561 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.563 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.565 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.569 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.569 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.569 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.570 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.570 | 59548 | Added a new worker 16 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.570 | 56025 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.570 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.570 | 56025 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.571 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NR6la3 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.571 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.572 | 59549 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.573 | 56025 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.573 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.573 | 56025 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.573 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.573 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xaoBZc +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.574 | 59546 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.574 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.581 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.581 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.582 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.584 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.587 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.587 | 59545 | Marked run 295 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.588 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.592 | 59547 | Marked run 294 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.592 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.594 | 59554 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.594 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.599 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.600 | 56029 | Recursively removing directory: /tmp/git.xaoBZc/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.603 | 59567 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.602 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.602 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.604 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.606 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.606 | 56026 | Recursively removing directory: /tmp/git.NR6la3/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.607 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.607 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.610 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.612 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.612 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.615 | 59570 | Added a new worker 12 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.615 | 56025 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.615 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.615 | 56025 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.616 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.th0pXx +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.617 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.617 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.618 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.618 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.625 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.625 | 59573 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.625 | 56025 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.625 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.626 | 56025 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.626 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.626 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AVaXu3 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.626 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.633 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.635 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.637 | 59569 | Marked run 297 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.637 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.639 | 59572 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.640 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.643 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.644 | 59571 | Marked run 296 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.644 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.649 | 56029 | Recursively removing directory: /tmp/git.th0pXx/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.651 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.651 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.655 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.657 | 56026 | Recursively removing directory: /tmp/git.AVaXu3/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.658 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.658 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.660 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.660 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.662 | 59585 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.662 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.663 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.665 | 59591 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.666 | 56025 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.666 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.666 | 56025 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.666 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.666 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8ZuEgT +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.671 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.672 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.676 | 59595 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.676 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.677 | 56025 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.677 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.677 | 56025 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.678 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.677 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g6OA8l +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.679 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.681 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.697 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.699 | 59590 | Marked run 298 as finished +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.698 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.699 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.702 | 59594 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.703 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.708 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.709 | 59593 | Marked run 299 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.709 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.712 | 59607 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.712 | 56029 | Recursively removing directory: /tmp/git.8ZuEgT/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.713 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.713 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.713 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.716 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.718 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.720 | 59613 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.721 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.724 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.724 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.726 | 59616 | Added a new worker 12 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.726 | 56025 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.726 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.727 | 56025 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.727 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Mvh8o +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.729 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.730 | 56026 | Recursively removing directory: /tmp/git.g6OA8l/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.731 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.731 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.734 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.735 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.743 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.743 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.744 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.744 | 59617 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.745 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.745 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.748 | 59619 | Added a new worker 8 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.748 | 56025 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.748 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.748 | 56025 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.749 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.749 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BtMqQB +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.754 | 59614 | Marked run 300 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.754 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.758 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.759 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.761 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.766 | 56029 | Recursively removing directory: /tmp/git.3Mvh8o/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.767 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.767 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.771 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.773 | 59618 | Marked run 301 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.774 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.775 | 56026 | Recursively removing directory: /tmp/git.BtMqQB/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.777 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.777 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.778 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.781 | 59628 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.782 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.782 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.783 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.787 | 59637 | Added a new worker 10 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.787 | 56025 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.787 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.787 | 56025 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.787 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8JqYXm +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.788 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.789 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.793 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.793 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.794 | 59640 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.794 | 56025 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.794 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.794 | 56025 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.794 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.795 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QCurns +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.796 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.799 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.799 | 59636 | Marked run 302 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.799 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.803 | 59641 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.803 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.805 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.807 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.810 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.810 | 59639 | Marked run 303 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.810 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.815 | 59647 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.816 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.819 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.820 | 56029 | Recursively removing directory: /tmp/git.8JqYXm/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.823 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.823 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.824 | 59657 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.829 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.832 | 56026 | Recursively removing directory: /tmp/git.QCurns/ +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.833 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.833 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.834 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.834 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.836 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.838 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.842 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.844 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kmmxbq +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 59662 | Added a new worker 16 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 56025 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.843 | 56025 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.845 | 59665 | Added a new worker 6 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.845 | 56025 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.845 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.845 | 56025 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.846 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.846 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D65SpV +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.852 | 59663 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.855 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.856 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.858 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.863 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.864 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.864 | 59661 | Marked run 304 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.865 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.866 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.869 | 59664 | Marked run 305 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.870 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.875 | 59668 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.876 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.880 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.880 | 56029 | Recursively removing directory: /tmp/git.Kmmxbq/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.883 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.887 | 59678 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.888 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.883 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.892 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.896 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.897 | 59686 | Added a new worker 10 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.897 | 56025 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.897 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.897 | 56025 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.897 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.897 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OfOqNi +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.898 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.903 | 56026 | Recursively removing directory: /tmp/git.D65SpV/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.905 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.905 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.909 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.910 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.911 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.913 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.917 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.918 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.918 | 59690 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.918 | 56025 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.918 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.918 | 56025 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.919 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.924 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LOjWHP +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.931 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.933 | 59685 | Marked run 306 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.934 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.938 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.941 | 59689 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.941 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.946 | 59687 | Marked run 307 as finished +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.946 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.947 | 56029 | Recursively removing directory: /tmp/git.OfOqNi/ +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.948 | 56029 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.948 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.951 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.952 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.957 | 56029 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.958 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.964 | 59707 | Added a new worker 13 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.964 | 56025 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.964 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.965 | 56025 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.965 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZXaheQ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.960 | 56026 | Recursively removing directory: /tmp/git.LOjWHP/ +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.962 | 56026 | Process exit code: 0 +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.962 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.966 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.968 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.973 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.974 | 56026 | Waiting for a new command +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.974 | 56029 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56029/cimple-worker: 2023-08-28 07:33:10.976 | 56029 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.977 | 59709 | Added a new worker 15 to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.978 | 56025 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.978 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.978 | 56025 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.979 | 59706 | Marked run 308 as finished +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.978 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BeA0AF +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.979 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.979 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.981 | 59705 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.982 | 56023 | Waiting for new connections +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.988 | 56026 | Checking out revision HEAD +2023-08-28 07:33:10 | INFO | 56026/cimple-worker: 2023-08-28 07:33:10.989 | 56026 | Going to run: ./ci +2023-08-28 07:33:10 | INFO | 56023/cimple-server: 2023-08-28 07:33:10.991 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.003 | 59708 | Marked run 309 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.003 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.006 | 59714 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.007 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.010 | 56026 | Recursively removing directory: /tmp/git.BeA0AF/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.012 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.012 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.013 | 56029 | Recursively removing directory: /tmp/git.ZXaheQ/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.015 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.015 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.018 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.020 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.022 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.024 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.026 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.028 | 59730 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.029 | 56025 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.029 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.029 | 56025 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.029 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.029 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.029 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.029 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u6SITG +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.034 | 59729 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.035 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.036 | 59731 | Added a new worker 10 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.037 | 56025 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.037 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.037 | 56025 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.038 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.039 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.039 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.040 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Grs7Ub +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.046 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.049 | 59728 | Marked run 310 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.050 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.052 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.053 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.057 | 59727 | Marked run 311 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.058 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.061 | 59734 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.062 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.068 | 56026 | Recursively removing directory: /tmp/git.u6SITG/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.069 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.069 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.073 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.076 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.078 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.071 | 56029 | Recursively removing directory: /tmp/git.Grs7Ub/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.072 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.072 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.081 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.083 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.083 | 59751 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.083 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.084 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.084 | 56025 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.084 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.084 | 56025 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.088 | 59753 | Added a new worker 11 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.088 | 56025 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.088 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.088 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.088 | 56025 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.088 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NuW3Pm +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.090 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XZyyul +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.094 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.095 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.099 | 59749 | Marked run 312 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.099 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.101 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.102 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.108 | 59752 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.109 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.114 | 59750 | Marked run 313 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.116 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.119 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.120 | 56026 | Recursively removing directory: /tmp/git.XZyyul/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.123 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.123 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.127 | 56029 | Recursively removing directory: /tmp/git.NuW3Pm/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.129 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.129 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.129 | 59769 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.130 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.133 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.133 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.135 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.139 | 59771 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.140 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.142 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.142 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.142 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.144 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.152 | 59776 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.153 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0YDqAr +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.153 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t6LrM9 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.152 | 56025 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.152 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.152 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.152 | 56025 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.153 | 59775 | Added a new worker 10 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.153 | 56025 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.153 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.153 | 56025 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.153 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.157 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.162 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.164 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.169 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.180 | 56029 | Recursively removing directory: /tmp/git.0YDqAr/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.189 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.189 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.189 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.192 | 59773 | Marked run 314 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.193 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.194 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.196 | 59777 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.197 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.199 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.200 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.203 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.206 | 59772 | Marked run 315 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.206 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.209 | 59792 | Added a new worker 9 to the queue +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.210 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BR2I9Y +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.210 | 56025 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.210 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.210 | 56025 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.210 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.210 | 56026 | Recursively removing directory: /tmp/git.t6LrM9/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.213 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.213 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.215 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.216 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.217 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.221 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.221 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.222 | 59787 | Marked run 316 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.224 | 59798 | Added a new worker 11 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.224 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.225 | 56025 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.225 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.225 | 56025 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.225 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.243 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EKhbqU +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.244 | 59795 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.245 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.248 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.252 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.253 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.258 | 59796 | Marked run 317 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.259 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.260 | 56029 | Recursively removing directory: /tmp/git.BR2I9Y/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.262 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.262 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.266 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.267 | 59802 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.268 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.272 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.275 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.275 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.271 | 56026 | Recursively removing directory: /tmp/git.EKhbqU/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.272 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.272 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.277 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.278 | 59816 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.278 | 56025 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.278 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.278 | 56025 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.278 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ynP8WH +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.279 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.284 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.284 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.285 | 59817 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.285 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.290 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.291 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 59819 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 56025 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.294 | 56025 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.295 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YU9pOU +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.301 | 59814 | Marked run 318 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.301 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.301 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.303 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.306 | 59818 | Marked run 319 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.306 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.308 | 59822 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.308 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.311 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.316 | 56029 | Recursively removing directory: /tmp/git.ynP8WH/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.317 | 59835 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.320 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.318 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.318 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.322 | 56026 | Recursively removing directory: /tmp/git.YU9pOU/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.322 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.323 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.323 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.326 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.327 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.330 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.330 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.332 | 59840 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.332 | 56025 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.332 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.332 | 56025 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.333 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.juC3Y1 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.333 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.335 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.336 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.336 | 59843 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.336 | 56025 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.336 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.336 | 56025 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.337 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h4l69m +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.337 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.343 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.345 | 59842 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.345 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.346 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.346 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.347 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.352 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.355 | 59841 | Marked run 321 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.356 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.362 | 59839 | Marked run 320 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.362 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.364 | 56029 | Recursively removing directory: /tmp/git.juC3Y1/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.366 | 59847 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.366 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.370 | 56026 | Recursively removing directory: /tmp/git.h4l69m/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.366 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.366 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.371 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.371 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.373 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.375 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.377 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.379 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.377 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.379 | 59863 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.380 | 56025 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.380 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.380 | 56025 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.380 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sedrRC +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.381 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.382 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.383 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.386 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.386 | 59865 | Added a new worker 16 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.387 | 56025 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.387 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.387 | 56025 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.387 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qggwN0 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.388 | 59864 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.389 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.389 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.390 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.393 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.403 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.404 | 59868 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.405 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.404 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.409 | 59861 | Marked run 322 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.410 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.411 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.414 | 59862 | Marked run 323 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.415 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.417 | 56029 | Recursively removing directory: /tmp/git.sedrRC/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.418 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.418 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.423 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.426 | 56026 | Recursively removing directory: /tmp/git.qggwN0/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.427 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.427 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.427 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.428 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.431 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.431 | 59885 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.432 | 56025 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.432 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.432 | 56025 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.432 | 59878 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.432 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.433 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0vBOd0 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.434 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.440 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.440 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.440 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.441 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.442 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.445 | 59889 | Added a new worker 12 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.445 | 56025 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.445 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.445 | 56025 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.445 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z1gLRS +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.446 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.456 | 59884 | Marked run 324 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.456 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.458 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.459 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.459 | 59888 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.460 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.465 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.462 | 56029 | Recursively removing directory: /tmp/git.0vBOd0/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.463 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.463 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.468 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.468 | 59886 | Marked run 325 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.469 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.471 | 59900 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.471 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.476 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.476 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.473 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.478 | 59908 | Added a new worker 12 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.478 | 56025 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.478 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.478 | 56025 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.479 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Z7mJ9 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.480 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.486 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.487 | 56026 | Recursively removing directory: /tmp/git.Z1gLRS/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.488 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.488 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.487 | 59909 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.488 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.492 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.494 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.494 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.495 | 59902 | Marked run 326 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.495 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.500 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.499 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.504 | 59911 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.505 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.508 | 59916 | Added a new worker 7 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.508 | 56025 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.508 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.508 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.508 | 56025 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.509 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DAdsEX +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.516 | 56029 | Recursively removing directory: /tmp/git.2Z7mJ9/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.517 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.517 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.520 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.521 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.517 | 59912 | Marked run 327 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.518 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.522 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.523 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.526 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.526 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.527 | 59925 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.527 | 56025 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.527 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.527 | 56025 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.527 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qJ8gTs +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.528 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.532 | 59924 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.532 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.537 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.538 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.539 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.541 | 59922 | Marked run 328 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.541 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.544 | 59932 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.544 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.548 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.557 | 56026 | Recursively removing directory: /tmp/git.DAdsEX/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.559 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.559 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.557 | 56029 | Recursively removing directory: /tmp/git.qJ8gTs/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.558 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.558 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.563 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.564 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.567 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.567 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.569 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.570 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 59945 | Added a new worker 17 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 56025 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 56025 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 59946 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.570 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.571 | 56025 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.571 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.571 | 56025 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.571 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2fc27S +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.572 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6e9C1X +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.573 | 59940 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.573 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.580 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.581 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.584 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.585 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.587 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.592 | 59943 | Marked run 330 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.592 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.593 | 59950 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.594 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.598 | 59944 | Marked run 329 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.598 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.603 | 56026 | Recursively removing directory: /tmp/git.6e9C1X/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.608 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.604 | 56029 | Recursively removing directory: /tmp/git.2fc27S/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.605 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.605 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.604 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.604 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.610 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.612 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.614 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.615 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.616 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.616 | 59968 | Added a new worker 16 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.616 | 56025 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.616 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.616 | 56025 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.616 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KHDyfI +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.614 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.617 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.619 | 59966 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.620 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.621 | 59967 | Added a new worker 10 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.622 | 56025 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.622 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.622 | 56025 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.622 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.622 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ujgyMj +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.629 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.629 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.630 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.631 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.632 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.638 | 59964 | Marked run 332 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.639 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.640 | 59971 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.641 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.646 | 59965 | Marked run 331 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.646 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.646 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.648 | 56026 | Recursively removing directory: /tmp/git.KHDyfI/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.650 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.650 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.651 | 59986 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.651 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.654 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.655 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.660 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.660 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.661 | 59990 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.662 | 56025 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.662 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.662 | 56025 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.662 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p5XqLW +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.663 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.670 | 56029 | Recursively removing directory: /tmp/git.ujgyMj/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.671 | 59988 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.671 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.673 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.673 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.674 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.676 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.679 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.680 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.683 | 59989 | Marked run 333 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.684 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 59996 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.685 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 56025 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 56025 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.685 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.685 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RIBPXA +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.687 | 59993 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.687 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.690 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.705 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.705 | 59998 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.706 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.708 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.712 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.713 | 59994 | Marked run 334 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.714 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.714 | 56026 | Recursively removing directory: /tmp/git.p5XqLW/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.715 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.715 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.719 | 60006 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.720 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.723 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.725 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.725 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.726 | 60016 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.726 | 56025 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.726 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.726 | 56025 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.727 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4w8g38 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.728 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.732 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.733 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.734 | 60015 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.734 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.738 | 56029 | Recursively removing directory: /tmp/git.RIBPXA/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.740 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.740 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.742 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.744 | 60013 | Marked run 335 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.744 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.745 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.750 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.750 | 60027 | Added a new worker 13 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.750 | 56025 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.750 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.750 | 56025 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.751 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.750 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.751 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xl3UM7 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.755 | 60020 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.756 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.757 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.758 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.763 | 56026 | Recursively removing directory: /tmp/git.4w8g38/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.764 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.764 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.766 | 60022 | Marked run 336 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.766 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.769 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.777 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.780 | 60037 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.781 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.784 | 56029 | Recursively removing directory: /tmp/git.Xl3UM7/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.786 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.786 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.788 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.790 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 60041 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 56025 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.792 | 56025 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.792 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.793 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RdvJTb +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.796 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.796 | 60042 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.796 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.797 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cgE6To +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.796 | 56025 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.796 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.796 | 56025 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.798 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.798 | 60036 | Marked run 337 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.798 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.803 | 60039 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.804 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.804 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.806 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.807 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.808 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.810 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.815 | 60040 | Marked run 338 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.815 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.817 | 60046 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.818 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.820 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.828 | 56029 | Recursively removing directory: /tmp/git.cgE6To/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.829 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.829 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.830 | 60058 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.830 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.834 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.838 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.841 | 60063 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.837 | 56026 | Recursively removing directory: /tmp/git.RdvJTb/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.838 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.838 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.842 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.843 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.844 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.848 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.848 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.848 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.848 | 60066 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.848 | 56025 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.848 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.848 | 56025 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.848 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lYVfHL +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.849 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.851 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.851 | 60067 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.851 | 56025 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.851 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.851 | 56025 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.852 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RUrvLV +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.853 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.858 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.859 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.860 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.861 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.866 | 60062 | Marked run 340 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.866 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.869 | 60068 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.869 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.873 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.876 | 56026 | Recursively removing directory: /tmp/git.RUrvLV/ +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.878 | 60065 | Marked run 339 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.879 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.878 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.878 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.881 | 60079 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.882 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.887 | 56029 | Recursively removing directory: /tmp/git.lYVfHL/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.889 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.889 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.893 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.894 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.895 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.895 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.895 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.899 | 60089 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.900 | 56025 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.900 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.900 | 56025 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.900 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GiisfX +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.901 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.901 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.901 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.902 | 60090 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.902 | 56025 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.902 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.902 | 56025 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.902 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.903 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YgxB0L +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.904 | 60088 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.905 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.913 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.914 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.914 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.915 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.919 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.920 | 60086 | Marked run 342 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.920 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.926 | 60087 | Marked run 341 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.926 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.929 | 60096 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.930 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.933 | 56026 | Recursively removing directory: /tmp/git.GiisfX/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.934 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.934 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.937 | 56029 | Recursively removing directory: /tmp/git.YgxB0L/ +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.938 | 56029 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.938 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.938 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.942 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.944 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.945 | 60108 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.946 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.949 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.949 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.951 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.952 | 60113 | Added a new worker 14 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.953 | 56025 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.953 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.953 | 56025 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.953 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2BBJA3 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.953 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.958 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.958 | 56029 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.959 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pm7W1Z +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.959 | 60115 | Added a new worker 16 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.959 | 56025 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.959 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.959 | 56025 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.960 | 60114 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.960 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.961 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.961 | 56026 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.963 | 56026 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.964 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.975 | 56029 | Checking out revision HEAD +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.976 | 60109 | Marked run 343 as finished +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.976 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.977 | 56029 | Going to run: ./ci +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.981 | 56026 | Recursively removing directory: /tmp/git.2BBJA3/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.985 | 56026 | Process exit code: 0 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.985 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.990 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.997 | 56029 | Recursively removing directory: /tmp/git.pm7W1Z/ +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.998 | 56026 | Waiting for a new command +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.999 | 56023 | Waiting for new connections +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.999 | 60133 | Added a new worker 15 to the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.999 | 56025 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.999 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:11 | INFO | 56023/cimple-server: 2023-08-28 07:33:11.999 | 56025 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:11 | INFO | 56026/cimple-worker: 2023-08-28 07:33:11.999 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TuNGjk +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.999 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:11.999 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.000 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.005 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.005 | 60118 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.005 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.006 | 60110 | Marked run 344 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.006 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.007 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.008 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.011 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.013 | 60137 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.014 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.015 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.018 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.020 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.021 | 60140 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.022 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.024 | 60138 | Added a new worker 6 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.024 | 56025 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.024 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.025 | 56025 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.025 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hgvByF +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.025 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.028 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.036 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.037 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.044 | 60132 | Marked run 345 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.045 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.049 | 60143 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.051 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.053 | 56026 | Recursively removing directory: /tmp/git.TuNGjk/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.055 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.055 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.057 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.057 | 60134 | Marked run 346 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.058 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.060 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.064 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.068 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.070 | 60159 | Added a new worker 13 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.071 | 56025 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.071 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.071 | 56025 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.071 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.071 | 56029 | Recursively removing directory: /tmp/git.hgvByF/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.071 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wi3Ozg +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.072 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.072 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.077 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.077 | 60155 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.077 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.078 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.079 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.086 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.087 | 60158 | Marked run 347 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.087 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.090 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.091 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.092 | 60164 | Added a new worker 10 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.092 | 56025 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.092 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.092 | 56025 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.093 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mFdAwz +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.094 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.099 | 60168 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.100 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.104 | 56026 | Recursively removing directory: /tmp/git.Wi3Ozg/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.104 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.105 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.107 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.107 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.108 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.111 | 60160 | Marked run 348 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.111 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.112 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.118 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.120 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.124 | 60173 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.125 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.126 | 60181 | Added a new worker 7 to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.127 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i2uJFK +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.128 | 56029 | Recursively removing directory: /tmp/git.mFdAwz/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.127 | 56025 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.127 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.127 | 56025 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.128 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.129 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.132 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.132 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.137 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.141 | 60175 | Marked run 349 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.141 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.141 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.142 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.143 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.143 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.143 | 60186 | Added a new worker 13 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.144 | 56025 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.144 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.144 | 56025 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.144 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dl3Mf0 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.145 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.145 | 60183 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.147 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.153 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.154 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.155 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.166 | 60184 | Marked run 350 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.167 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.171 | 60190 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.171 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.175 | 56026 | Recursively removing directory: /tmp/git.i2uJFK/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.177 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.177 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.184 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.180 | 56029 | Recursively removing directory: /tmp/git.Dl3Mf0/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.182 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.182 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.185 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.185 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.186 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.188 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.191 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.192 | 60204 | Added a new worker 16 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.192 | 56025 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.192 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.192 | 56025 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.192 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.192 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0pATiG +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.196 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.198 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.198 | 60206 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.199 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.200 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.202 | 60207 | Added a new worker 9 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.202 | 56025 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.202 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.202 | 56025 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.202 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.204 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VcQauY +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.205 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.209 | 60203 | Marked run 351 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.209 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.213 | 60211 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.212 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.213 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.215 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.217 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.220 | 60205 | Marked run 352 as finished +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.220 | 56026 | Recursively removing directory: /tmp/git.0pATiG/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.220 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.222 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.222 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.224 | 60219 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.225 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.228 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.229 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.233 | 60228 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.233 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.234 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.234 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.238 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.239 | 56029 | Recursively removing directory: /tmp/git.VcQauY/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.240 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.240 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.240 | 60230 | Added a new worker 12 to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.244 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rFZ5Rm +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.244 | 56025 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.244 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.244 | 56025 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.244 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.248 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.249 | 60233 | Added a new worker 16 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.249 | 56025 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.249 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.249 | 56025 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.248 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.249 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bqmy9q +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.250 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.251 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.252 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.261 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.262 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.262 | 60227 | Marked run 353 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.263 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.266 | 60231 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.267 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.269 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.276 | 60232 | Marked run 354 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.276 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.278 | 60241 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.279 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.282 | 56026 | Recursively removing directory: /tmp/git.rFZ5Rm/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.283 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.283 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.285 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.286 | 56029 | Recursively removing directory: /tmp/git.bqmy9q/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.288 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.288 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.288 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.292 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.292 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.293 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.296 | 60253 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.296 | 56025 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.296 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.296 | 56025 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.297 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.297 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.297 | 60255 | Added a new worker 18 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.298 | 56025 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.298 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.298 | 56025 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.298 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.777H4M +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.298 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NQCGoQ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.299 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.299 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.299 | 60251 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.300 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.304 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.305 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.306 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.308 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.315 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.321 | 60252 | Marked run 355 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.322 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.326 | 56029 | Recursively removing directory: /tmp/git.777H4M/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.327 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.327 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.333 | 60254 | Marked run 356 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.334 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.337 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.339 | 56026 | Recursively removing directory: /tmp/git.NQCGoQ/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.342 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.342 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.341 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.341 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.342 | 60273 | Added a new worker 14 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.342 | 56025 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.342 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.342 | 56025 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.343 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xy3W2T +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.344 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.344 | 60258 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.344 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.346 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.349 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.350 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.351 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.351 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 60277 | Added a new worker 14 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 56025 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 56025 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.359 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.359 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DqGgoe +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.368 | 60272 | Marked run 358 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.369 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.368 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.373 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.373 | 60279 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.375 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.377 | 56029 | Recursively removing directory: /tmp/git.xy3W2T/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.379 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.379 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.380 | 60275 | Marked run 357 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.380 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.383 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.386 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.387 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.392 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.396 | 60289 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.397 | 60295 | Added a new worker 10 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.397 | 56025 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.397 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.397 | 56025 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.397 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J6eAJc +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.397 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.398 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.403 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.403 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.404 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.405 | 56026 | Recursively removing directory: /tmp/git.DqGgoe/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.405 | 60288 | Marked run 359 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.405 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.407 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.407 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.409 | 60297 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.410 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.412 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.413 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.416 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.416 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.418 | 60302 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.419 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.420 | 60304 | Added a new worker 8 to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.421 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IB6L99 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.420 | 56025 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.420 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.420 | 56025 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.420 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.426 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.429 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.430 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.434 | 56029 | Recursively removing directory: /tmp/git.J6eAJc/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.436 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.436 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.440 | 60310 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.440 | 60301 | Marked run 360 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.441 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.444 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.445 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.446 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.447 | 60321 | Added a new worker 13 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.447 | 56025 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.447 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.447 | 56025 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.448 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ckCk36 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.449 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.453 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.454 | 60320 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.455 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.456 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.461 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.461 | 56026 | Recursively removing directory: /tmp/git.IB6L99/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.462 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.462 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.467 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.470 | 60318 | Marked run 361 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.472 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.471 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.476 | 60330 | Added a new worker 8 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.477 | 56025 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.477 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.477 | 56025 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.477 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.477 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sXXTGN +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.478 | 60324 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.479 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.483 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.483 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.484 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.491 | 56029 | Recursively removing directory: /tmp/git.ckCk36/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.492 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.492 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.493 | 60334 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.494 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.494 | 60326 | Marked run 362 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.494 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.498 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.500 | 56026 | Recursively removing directory: /tmp/git.sXXTGN/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.501 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.501 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.502 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.504 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.506 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.509 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 60344 | Added a new worker 14 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 56025 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 56025 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.510 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.511 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yI25Fl +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.512 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.515 | 60346 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.518 | 56025 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.518 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.518 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.518 | 56025 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.518 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hendxA +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.519 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.519 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.528 | 60343 | Marked run 363 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.528 | 60347 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.529 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.533 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.533 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.539 | 60345 | Marked run 364 as finished +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.541 | 56029 | Recursively removing directory: /tmp/git.yI25Fl/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.541 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.542 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.542 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.542 | 60354 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.542 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.545 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.548 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.553 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.554 | 60364 | Added a new worker 10 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.555 | 56025 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.555 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.555 | 56025 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.555 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.554 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.555 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pkdIxr +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.558 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.565 | 56026 | Recursively removing directory: /tmp/git.hendxA/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.566 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.566 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.570 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.572 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.572 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.576 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.576 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.576 | 60370 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.577 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ErvIWM +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.577 | 56025 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.577 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.577 | 56025 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.578 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.579 | 60360 | Marked run 365 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.579 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.582 | 60367 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.583 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.584 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.585 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.588 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.592 | 60368 | Marked run 366 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.592 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.594 | 60374 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.594 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.598 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.602 | 56026 | Recursively removing directory: /tmp/git.ErvIWM/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.603 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.603 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.606 | 56029 | Recursively removing directory: /tmp/git.pkdIxr/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.607 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.607 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.608 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.611 | 60387 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.611 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.612 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.614 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.614 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.616 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.617 | 60391 | Added a new worker 14 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.617 | 56025 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.617 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.617 | 56025 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.617 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.617 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ToFQsg +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.618 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.618 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.623 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.624 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 60392 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 60393 | Added a new worker 6 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.629 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hMPq8a +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 56025 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.628 | 56025 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.633 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.634 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.639 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.643 | 60400 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.644 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.648 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.648 | 56026 | Recursively removing directory: /tmp/git.ToFQsg/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.650 | 60388 | Marked run 368 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.650 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.651 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.651 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.653 | 60409 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.654 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.658 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.659 | 60389 | Marked run 367 as finished +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.661 | 56029 | Recursively removing directory: /tmp/git.hMPq8a/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.661 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.664 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.664 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.665 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.668 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.671 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.671 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.672 | 60416 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.672 | 56025 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.672 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.672 | 56025 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.673 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.okBnb8 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.674 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.674 | 60413 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.675 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.676 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.676 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.680 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.681 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.682 | 60418 | Added a new worker 8 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.682 | 56025 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.682 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.682 | 56025 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.683 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3HjiJm +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.683 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.689 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.693 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.693 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.703 | 60414 | Marked run 369 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.703 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.704 | 56026 | Recursively removing directory: /tmp/git.okBnb8/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.705 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.705 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.709 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.712 | 60420 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.713 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.715 | 56029 | Recursively removing directory: /tmp/git.3HjiJm/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.716 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.716 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.717 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.720 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.721 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.725 | 60436 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.725 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.725 | 56025 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.725 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.725 | 56025 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.725 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dVwaaM +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.727 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.729 | 60415 | Marked run 370 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.730 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.733 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.734 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.735 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.736 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lV8qBc +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.735 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.735 | 60440 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.735 | 56025 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.736 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.736 | 56025 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.736 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.740 | 60434 | Marked run 371 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.741 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.742 | 60438 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.743 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.747 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.750 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.750 | 60437 | Marked run 372 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.750 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.751 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.755 | 60444 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.755 | 56026 | Recursively removing directory: /tmp/git.dVwaaM/ +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.757 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.758 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.758 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.762 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.762 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.766 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.767 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.767 | 60452 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.767 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.772 | 60454 | Added a new worker 6 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.772 | 56025 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.772 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.772 | 56025 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.772 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TT0KqD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.773 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.780 | 56029 | Recursively removing directory: /tmp/git.lV8qBc/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.782 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.783 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.784 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.784 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.785 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.789 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.791 | 60453 | Marked run 373 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.792 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.794 | 60462 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.795 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.796 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fqQjyk +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.796 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.796 | 60470 | Added a new worker 7 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.796 | 56025 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.796 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.796 | 56025 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.801 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.807 | 56026 | Recursively removing directory: /tmp/git.TT0KqD/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.809 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.809 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.809 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.811 | 60464 | Marked run 374 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.811 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.811 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.812 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.813 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.815 | 60472 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.816 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.818 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.818 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.819 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.819 | 60476 | Added a new worker 12 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.819 | 56025 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.819 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.819 | 56025 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.820 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ewtueH +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.820 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.822 | 60477 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.823 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.826 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.829 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.830 | 60481 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.831 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.831 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.834 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.841 | 60474 | Marked run 375 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.842 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.843 | 56029 | Recursively removing directory: /tmp/git.fqQjyk/ +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.844 | 60487 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.845 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.846 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.846 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.850 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.851 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.855 | 56026 | Recursively removing directory: /tmp/git.ewtueH/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.856 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.856 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.856 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.861 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.861 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.866 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.867 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.867 | 60498 | Added a new worker 14 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.867 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.868 | 60496 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.868 | 56025 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.868 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.868 | 56025 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.869 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.869 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.umVmM7 +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.875 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.876 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.876 | 60500 | Added a new worker 7 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.878 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.878 | 56025 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.878 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.878 | 56025 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.878 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JUl0rc +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.878 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.884 | 60497 | Marked run 376 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.884 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.886 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.887 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.888 | 60499 | Marked run 377 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.889 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.894 | 60503 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.896 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.902 | 56029 | Recursively removing directory: /tmp/git.umVmM7/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.904 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.904 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.906 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.908 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.910 | 60516 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.911 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.914 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.914 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.919 | 60521 | Added a new worker 8 to the queue +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.918 | 56026 | Recursively removing directory: /tmp/git.JUl0rc/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.920 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.920 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.920 | 56025 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.920 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.920 | 56025 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.921 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.921 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s1o3y6 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.925 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.926 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.927 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.930 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.931 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.932 | 60525 | Added a new worker 15 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.932 | 56025 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.932 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.932 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.932 | 56025 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.933 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qmxlYn +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.933 | 60522 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.934 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.938 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.942 | 60517 | Marked run 378 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.942 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.946 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.947 | 60528 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.947 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.948 | 56026 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.952 | 60523 | Marked run 379 as finished +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.952 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.956 | 60537 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.957 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.960 | 56029 | Recursively removing directory: /tmp/git.s1o3y6/ +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.962 | 56029 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.962 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.966 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.971 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.968 | 56026 | Recursively removing directory: /tmp/git.qmxlYn/ +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.969 | 56026 | Process exit code: 0 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.969 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.974 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.976 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.976 | 56029 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.978 | 60545 | Added a new worker 16 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.981 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.981 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.978 | 56026 | Waiting for a new command +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 60548 | Added a new worker 17 to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56025 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.983 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.984 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SN4Nv4 +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.985 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G0q8J5 +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.989 | 60547 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.990 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.991 | 56029 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | 56029/cimple-worker: 2023-08-28 07:33:12.991 | 56029 | Going to run: ./ci +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.992 | 56026 | Checking out revision HEAD +2023-08-28 07:33:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:12 | INFO | 56023/cimple-server: 2023-08-28 07:33:12.995 | 56023 | Waiting for new connections +2023-08-28 07:33:12 | INFO | 56026/cimple-worker: 2023-08-28 07:33:12.996 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.006 | 60544 | Marked run 380 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.008 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.015 | 60551 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.016 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.021 | 56026 | Recursively removing directory: /tmp/git.G0q8J5/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.022 | 56029 | Recursively removing directory: /tmp/git.SN4Nv4/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.023 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.023 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.022 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.022 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.028 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.028 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.032 | 60546 | Marked run 381 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.032 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.034 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.034 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.034 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.036 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.036 | 60568 | Added a new worker 16 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.036 | 56025 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.036 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.036 | 56025 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.036 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RlmamP +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.037 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.044 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.044 | 60569 | Added a new worker 17 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.044 | 56025 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.044 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.044 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.045 | 56025 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.045 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZDVCms +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.050 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.051 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.051 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.052 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.057 | 60566 | Marked run 383 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.058 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.060 | 60570 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.061 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.065 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.068 | 60567 | Marked run 382 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.068 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.071 | 60582 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.071 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.073 | 56029 | Recursively removing directory: /tmp/git.ZDVCms/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.075 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.075 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.077 | 56026 | Recursively removing directory: /tmp/git.RlmamP/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.079 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.079 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.080 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.083 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.085 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.085 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.087 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.088 | 60590 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.089 | 56025 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.089 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.089 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.090 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P3yl2p +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.089 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.090 | 56025 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.090 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.094 | 60592 | Added a new worker 11 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.094 | 56025 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.094 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.094 | 56025 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.094 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.096 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HO9UfQ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.098 | 60591 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.100 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.105 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.105 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.106 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.106 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.115 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.115 | 60588 | Marked run 385 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.116 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.125 | 56029 | Recursively removing directory: /tmp/git.P3yl2p/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.127 | 60589 | Marked run 384 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.128 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.129 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.129 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.131 | 56026 | Recursively removing directory: /tmp/git.HO9UfQ/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.132 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.132 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.137 | 60594 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.139 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.141 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.142 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.145 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ddesjH +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.143 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.144 | 60612 | Added a new worker 12 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.144 | 56025 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.144 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.144 | 56025 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.145 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.146 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.150 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.151 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.153 | 60613 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.154 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.157 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.161 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.161 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.162 | 60617 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.163 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.166 | 60621 | Added a new worker 11 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.166 | 56025 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.166 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.166 | 56025 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.166 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.166 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hts59i +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.170 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.175 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.175 | 60611 | Marked run 386 as finished +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.177 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.177 | 56026 | Recursively removing directory: /tmp/git.ddesjH/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.176 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.183 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.183 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.187 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.190 | 60609 | Marked run 387 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.190 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.192 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.192 | 60632 | Added a new worker 11 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.193 | 56025 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.193 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.193 | 56025 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.194 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.192 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.193 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bSkGDO +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.200 | 60625 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.201 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.205 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.207 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.208 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.217 | 60634 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.217 | 60627 | Marked run 388 as finished +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.219 | 56029 | Recursively removing directory: /tmp/git.hts59i/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.220 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.220 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.219 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.225 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.229 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.229 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.234 | 60646 | Added a new worker 10 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.234 | 56025 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.234 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.234 | 56025 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.235 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.235 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N4EaDT +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.236 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.241 | 56026 | Recursively removing directory: /tmp/git.bSkGDO/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.243 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.243 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.243 | 60647 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.244 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.247 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.247 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.251 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.253 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.253 | 60651 | Added a new worker 13 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.253 | 56025 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.253 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.253 | 56025 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.253 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.253 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KqP2Y0 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.254 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.256 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.258 | 60642 | Marked run 389 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.258 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.264 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.264 | 60649 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.265 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.266 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.270 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.273 | 60650 | Marked run 390 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.273 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.277 | 60656 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.277 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.280 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.284 | 56029 | Recursively removing directory: /tmp/git.N4EaDT/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.285 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.285 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.290 | 56026 | Recursively removing directory: /tmp/git.KqP2Y0/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.291 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.291 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.292 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.293 | 60667 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.294 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.297 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.297 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.298 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.298 | 60673 | Added a new worker 12 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.298 | 56025 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.298 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.299 | 56025 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.299 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tum5Me +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.299 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.303 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.306 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.306 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.307 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.313 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.313 | 60674 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.314 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rnzRHz +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.314 | 56025 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.314 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.314 | 56025 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.314 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.320 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.321 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.330 | 60672 | Marked run 392 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.331 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.334 | 56029 | Recursively removing directory: /tmp/git.Tum5Me/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.335 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.335 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.336 | 60675 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.337 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.341 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.341 | 60670 | Marked run 391 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.342 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.346 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.347 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.349 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.350 | 60693 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.350 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ano0kL +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.350 | 56025 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.350 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.350 | 56025 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.351 | 56026 | Recursively removing directory: /tmp/git.rnzRHz/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.355 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.355 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.355 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.355 | 60692 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.356 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.361 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.361 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.362 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.366 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.367 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.369 | 60697 | Added a new worker 15 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.369 | 56025 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.369 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.369 | 56025 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.369 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.366 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.370 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Pycqw +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.371 | 60689 | Marked run 393 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.371 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.374 | 60698 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.376 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.377 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.379 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.384 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.386 | 60695 | Marked run 394 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.386 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.388 | 60706 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.390 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.392 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.395 | 56029 | Recursively removing directory: /tmp/git.Ano0kL/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.395 | 60715 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.397 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.397 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.397 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.402 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.406 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.403 | 56026 | Recursively removing directory: /tmp/git.5Pycqw/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.405 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.405 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.409 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.413 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.414 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.414 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.415 | 60721 | Added a new worker 16 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.415 | 56025 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.415 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.415 | 56025 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.415 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.416 | 60718 | Added a new worker 17 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.416 | 56025 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.416 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.417 | 56025 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.417 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zzMeRE +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.417 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.413 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.417 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SrCLm4 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.424 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.424 | 60720 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.425 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.426 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.429 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.429 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.430 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.434 | 60717 | Marked run 395 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.434 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.436 | 60724 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.437 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.443 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.449 | 60719 | Marked run 396 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.449 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.452 | 56029 | Recursively removing directory: /tmp/git.zzMeRE/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.453 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.453 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.458 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.459 | 60734 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.459 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.460 | 56026 | Recursively removing directory: /tmp/git.SrCLm4/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.461 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.461 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.463 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.463 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.466 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.470 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.471 | 60741 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.471 | 56025 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.471 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.471 | 56025 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.472 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.471 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Yv9XO +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.474 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.474 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.474 | 60744 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.474 | 56025 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.474 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.474 | 56025 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.475 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7YVWzA +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.475 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.477 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.478 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.479 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.480 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.485 | 60740 | Marked run 398 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.486 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.488 | 60745 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.488 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.493 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.494 | 60743 | Marked run 397 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.494 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.497 | 60756 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.498 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.503 | 56029 | Recursively removing directory: /tmp/git.3Yv9XO/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.504 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.504 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.509 | 56026 | Recursively removing directory: /tmp/git.7YVWzA/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.510 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.510 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.511 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.512 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.515 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.516 | 60763 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.517 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.518 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.518 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.518 | 60767 | Added a new worker 8 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.519 | 56025 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.519 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.519 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.519 | 56025 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.519 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YOK8JP +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.520 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.520 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.526 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.528 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.528 | 60768 | Added a new worker 13 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.528 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.529 | 56025 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.529 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.529 | 56025 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.529 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5r6Yay +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.535 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.541 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.542 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.545 | 60765 | Marked run 400 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.545 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.547 | 56029 | Recursively removing directory: /tmp/git.YOK8JP/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.549 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.549 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.553 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.553 | 60774 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.555 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.559 | 60764 | Marked run 399 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.561 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.562 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.563 | 56026 | Recursively removing directory: /tmp/git.5r6Yay/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.564 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.564 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.568 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.568 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.570 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.572 | 60786 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.572 | 56025 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.572 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.572 | 56025 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.573 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.573 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RTcpUJ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.573 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.578 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.579 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.580 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.580 | 60789 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.580 | 56025 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.581 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.581 | 56025 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.581 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hNo5fU +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.582 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.585 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.587 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.593 | 60787 | Marked run 402 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.594 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.595 | 60788 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.596 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.600 | 56029 | Recursively removing directory: /tmp/git.RTcpUJ/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.601 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.602 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.602 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.604 | 60784 | Marked run 401 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.605 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.607 | 60803 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.608 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.608 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.611 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.612 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.613 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.616 | 60808 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.618 | 60809 | Added a new worker 10 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.618 | 56025 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.618 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.618 | 56025 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.618 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3HsLkQ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.619 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.619 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.626 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.624 | 56026 | Recursively removing directory: /tmp/git.hNo5fU/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.626 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.626 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.629 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.630 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.630 | 60811 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.631 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.634 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.634 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.634 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.639 | 60806 | Marked run 403 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.639 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.640 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.640 | 60814 | Added a new worker 8 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.640 | 56025 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.640 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.640 | 56025 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.640 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7WhGUp +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.641 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.649 | 60816 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.648 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.649 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.650 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.654 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.658 | 60812 | Marked run 404 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.659 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.660 | 60821 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.661 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.664 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.668 | 56029 | Recursively removing directory: /tmp/git.3HsLkQ/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.669 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.669 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.674 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.676 | 60833 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.676 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.683 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.680 | 56026 | Recursively removing directory: /tmp/git.7WhGUp/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.681 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.681 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.686 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.690 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.693 | 60836 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.690 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.693 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.694 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.694 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.695 | 60839 | Added a new worker 15 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.695 | 56025 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.695 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.695 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.695 | 56025 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.695 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NbQcpu +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.699 | 60838 | Added a new worker 6 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.699 | 56025 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.699 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.699 | 56025 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.700 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7RdHKM +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.701 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.705 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.707 | 60834 | Marked run 405 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.708 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.711 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.712 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.713 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.714 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.720 | 60837 | Marked run 406 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.721 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.723 | 60841 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.724 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.728 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.732 | 56026 | Recursively removing directory: /tmp/git.7RdHKM/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.733 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.733 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.737 | 56029 | Recursively removing directory: /tmp/git.NbQcpu/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.738 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.738 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.739 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.743 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.745 | 60857 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.745 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.747 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.747 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.750 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.750 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.751 | 60861 | Added a new worker 14 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.751 | 56025 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.751 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.751 | 56025 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.751 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EQHuNL +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.752 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.759 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.760 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.760 | 60863 | Added a new worker 7 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.760 | 56025 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.760 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.761 | 56025 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.761 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aoqcVJ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.761 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.761 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.767 | 60858 | Marked run 408 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.767 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.770 | 60865 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.770 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.774 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.776 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.778 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.779 | 56026 | Recursively removing directory: /tmp/git.EQHuNL/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.780 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.780 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.785 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.785 | 60859 | Marked run 407 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.786 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.790 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 60882 | Added a new worker 13 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 56025 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 56025 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.790 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.791 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bt3o3P +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.792 | 60873 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.792 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.799 | 56029 | Recursively removing directory: /tmp/git.aoqcVJ/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.800 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.800 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.804 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.804 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.805 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.810 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.810 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.810 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.811 | 60876 | Marked run 409 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.811 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.817 | 60887 | Added a new worker 9 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.817 | 56025 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.817 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.817 | 56025 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.817 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.817 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bhZ506 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.819 | 60886 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.819 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.824 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.825 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.834 | 60885 | Marked run 410 as finished +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.835 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.835 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.839 | 56026 | Recursively removing directory: /tmp/git.Bt3o3P/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.840 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.840 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.843 | 60895 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.844 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.845 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.847 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.849 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.850 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.850 | 60906 | Added a new worker 13 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.850 | 56025 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.850 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.850 | 56025 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.851 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QtfGBC +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.852 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.857 | 60905 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.858 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.861 | 56029 | Recursively removing directory: /tmp/git.bhZ506/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.862 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.862 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.861 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.864 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.864 | 60904 | Marked run 411 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.865 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.865 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.867 | 60908 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.868 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.869 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.871 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.873 | 60913 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.874 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.874 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.875 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.876 | 60918 | Added a new worker 10 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.876 | 56025 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.876 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.876 | 56025 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.877 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2rm1EE +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.878 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.881 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.883 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.886 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.890 | 60911 | Marked run 412 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.890 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.892 | 56026 | Recursively removing directory: /tmp/git.QtfGBC/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.893 | 60919 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.894 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.897 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.898 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.902 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 60928 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 60932 | Added a new worker 10 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 56025 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.902 | 56025 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.903 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LtDeEM +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.904 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.908 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.909 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.911 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.916 | 56029 | Recursively removing directory: /tmp/git.2rm1EE/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.917 | 60935 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.917 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.917 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.917 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.921 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.926 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.929 | 60929 | Marked run 413 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.929 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.930 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.931 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.931 | 56026 | Recursively removing directory: /tmp/git.LtDeEM/ +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.931 | 60945 | Added a new worker 13 to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.933 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.933 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.936 | 56025 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.936 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.936 | 56025 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.936 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RahBje +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.937 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.938 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.939 | 60944 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.940 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.942 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.944 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.947 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.947 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.948 | 60943 | Marked run 414 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.948 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.948 | 56026 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.949 | 60951 | Added a new worker 6 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.949 | 56025 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.949 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.949 | 56025 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.949 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Og0xWx +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.950 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.955 | 56026 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.957 | 56026 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.959 | 60950 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.960 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.964 | 60946 | Marked run 415 as finished +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.965 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.965 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.968 | 56029 | Recursively removing directory: /tmp/git.RahBje/ +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.969 | 56029 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.969 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.971 | 60960 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.972 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.974 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.978 | 56029 | Waiting for a new command +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.978 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.978 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.979 | 60968 | Added a new worker 12 to the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.979 | 56025 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.979 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.979 | 56025 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.979 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.981 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0xTs0l +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.984 | 60969 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.984 | 56026 | Recursively removing directory: /tmp/git.Og0xWx/ +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.985 | 56026 | Process exit code: 0 +2023-08-28 07:33:13 | INFO | 56026/cimple-worker: 2023-08-28 07:33:13.985 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.986 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.990 | 56029 | Checking out revision HEAD +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.991 | 56023 | Waiting for new connections +2023-08-28 07:33:13 | INFO | 56029/cimple-worker: 2023-08-28 07:33:13.993 | 56029 | Going to run: ./ci +2023-08-28 07:33:13 | INFO | 56023/cimple-server: 2023-08-28 07:33:13.998 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.000 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.002 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.002 | 60965 | Marked run 416 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.003 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.007 | 60973 | Added a new worker 7 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.007 | 56025 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.007 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.008 | 56025 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.008 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z5cM3P +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.012 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.013 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.013 | 56029 | Recursively removing directory: /tmp/git.0xTs0l/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.014 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.016 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.016 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.020 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.021 | 60971 | Marked run 417 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.022 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.024 | 60974 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.024 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.024 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.024 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.025 | 60987 | Added a new worker 9 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.025 | 56025 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.025 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.025 | 56025 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.025 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.026 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pZyDas +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.031 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.031 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.037 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.039 | 56026 | Recursively removing directory: /tmp/git.z5cM3P/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.042 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.042 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.047 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.049 | 60984 | Marked run 418 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.049 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.051 | 60993 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.051 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.055 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.055 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.059 | 61001 | Added a new worker 8 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.059 | 56025 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.059 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.060 | 56025 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.060 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qfUOhH +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.061 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.064 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.070 | 56029 | Recursively removing directory: /tmp/git.pZyDas/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.071 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.071 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.070 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.071 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.074 | 60999 | Marked run 419 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.075 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.077 | 61002 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.077 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.085 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.085 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.089 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.094 | 61012 | Added a new worker 13 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.094 | 56025 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.094 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.094 | 56025 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.094 | 56026 | Recursively removing directory: /tmp/git.qfUOhH/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.095 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.096 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jpREqM +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.096 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.096 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.100 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.100 | 61013 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.102 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.103 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.101 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.111 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.111 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.112 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.113 | 61018 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.113 | 56025 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.113 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.113 | 56025 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.113 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tYjMXM +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.114 | 61004 | Marked run 420 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.114 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.114 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.117 | 61020 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.118 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.128 | 56029 | Recursively removing directory: /tmp/git.jpREqM/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.129 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.129 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.132 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.136 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.139 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.140 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.142 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.142 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.142 | 61029 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.142 | 56025 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.142 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.142 | 56025 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.143 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZeKwRl +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.143 | 61014 | Marked run 421 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.144 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.144 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.146 | 61026 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.146 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.153 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.154 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.156 | 61027 | Marked run 422 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.156 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.158 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.162 | 61036 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.162 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.167 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.168 | 56026 | Recursively removing directory: /tmp/git.tYjMXM/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.170 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.170 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.174 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.175 | 56029 | Recursively removing directory: /tmp/git.ZeKwRl/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.179 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.177 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.177 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.178 | 61046 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.180 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.182 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.183 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.184 | 61050 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.185 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.186 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.188 | 61049 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.188 | 56025 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.188 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.188 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.188 | 56025 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.189 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BYeILe +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.191 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.190 | 61053 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.198 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.198 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.198 | 61054 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.199 | 56025 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.199 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.199 | 56025 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.199 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZRRtca +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.201 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.201 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.204 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.205 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.206 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.206 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.213 | 61047 | Marked run 423 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.214 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.215 | 61058 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.216 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.221 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.222 | 56029 | Recursively removing directory: /tmp/git.ZRRtca/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.224 | 61051 | Marked run 424 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.224 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.225 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.225 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.229 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.230 | 56026 | Recursively removing directory: /tmp/git.BYeILe/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.233 | 61072 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.232 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.232 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.234 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.236 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.236 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.236 | 61075 | Added a new worker 10 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.236 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.236 | 56025 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.236 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.237 | 56025 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.237 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.237 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.50n1gM +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.242 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.242 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.251 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.245 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.253 | 61078 | Added a new worker 14 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.253 | 56025 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.253 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.253 | 56025 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.253 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.254 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NXhzy4 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.254 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.259 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.260 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.265 | 61073 | Marked run 426 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.265 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.270 | 61076 | Marked run 425 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.270 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.272 | 56029 | Recursively removing directory: /tmp/git.50n1gM/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.273 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.273 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.272 | 61080 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.276 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.277 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.279 | 56026 | Recursively removing directory: /tmp/git.NXhzy4/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.280 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.280 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.282 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.282 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.284 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.290 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.290 | 61095 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 61097 | Added a new worker 8 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.291 | 56025 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.292 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.290 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.291 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bNc3pt +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.291 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YT6SwL +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.297 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.298 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.299 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.299 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.300 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.305 | 61094 | Marked run 427 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.305 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.306 | 61098 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.307 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.310 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.315 | 61096 | Marked run 428 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.316 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.317 | 56026 | Recursively removing directory: /tmp/git.bNc3pt/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.319 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.319 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.320 | 61108 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.321 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.323 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.324 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.329 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.332 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.332 | 61118 | Added a new worker 13 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.332 | 56025 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.332 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.332 | 56025 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.333 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.74Jlnb +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.335 | 56029 | Recursively removing directory: /tmp/git.YT6SwL/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.336 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.336 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.342 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.342 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.345 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.346 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.347 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.348 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.348 | 61116 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.348 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.350 | 61121 | Added a new worker 7 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.351 | 56025 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.351 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.351 | 56025 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.351 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.352 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yDEaM2 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.356 | 61117 | Marked run 430 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.357 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.358 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.376 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.376 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.376 | 61119 | Marked run 429 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.377 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.379 | 61124 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.379 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.384 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.382 | 56026 | Recursively removing directory: /tmp/git.74Jlnb/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.383 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.383 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.387 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.388 | 61133 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.388 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.391 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.391 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.391 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.392 | 61137 | Added a new worker 12 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.392 | 56025 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.392 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.392 | 56025 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.392 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.393 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fbVyDZ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.396 | 61138 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.396 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.399 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.401 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.403 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.407 | 61144 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.407 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.409 | 56029 | Recursively removing directory: /tmp/git.yDEaM2/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.410 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.410 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.413 | 61134 | Marked run 431 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.413 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.414 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.414 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.416 | 61148 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.417 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.419 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.419 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.419 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.421 | 61152 | Added a new worker 12 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.421 | 56025 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.421 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.421 | 56025 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.421 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TtOHXO +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.422 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.426 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.427 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.432 | 61149 | Marked run 432 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.433 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.435 | 61151 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.436 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.439 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.436 | 56026 | Recursively removing directory: /tmp/git.fbVyDZ/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.437 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.437 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.445 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.447 | 61164 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.448 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.451 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.451 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.453 | 56029 | Recursively removing directory: /tmp/git.TtOHXO/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.453 | 61169 | Added a new worker 8 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.453 | 56025 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.453 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.453 | 56025 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.454 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.454 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.454 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.458 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.461 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.462 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.463 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.463 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3JsKYn +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.464 | 61172 | Added a new worker 14 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.464 | 56025 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.464 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.464 | 56025 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.467 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.469 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V9K3CK +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.469 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.471 | 61171 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.471 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.472 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.479 | 61167 | Marked run 433 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.480 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.481 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.482 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.483 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.487 | 61170 | Marked run 434 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.487 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.489 | 61176 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.490 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.494 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.495 | 56026 | Recursively removing directory: /tmp/git.3JsKYn/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.498 | 61188 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.497 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.497 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.499 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.502 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.506 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.509 | 61193 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.510 | 56029 | Recursively removing directory: /tmp/git.V9K3CK/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.511 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.511 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.511 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.515 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.519 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.519 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.519 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.520 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.523 | 61196 | Added a new worker 17 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.523 | 61197 | Added a new worker 18 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.524 | 56025 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.525 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.524 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iQodFG +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.524 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TNEr7v +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.527 | 61192 | Marked run 435 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.527 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.530 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.531 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.535 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.537 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.539 | 61198 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.540 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.543 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.548 | 61195 | Marked run 436 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.548 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.550 | 61205 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.551 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.555 | 56026 | Recursively removing directory: /tmp/git.iQodFG/ +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.557 | 56029 | Recursively removing directory: /tmp/git.TNEr7v/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.558 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.558 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.558 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.559 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.559 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.564 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.565 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.567 | 61216 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.568 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.571 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.572 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.572 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.574 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 61220 | Added a new worker 16 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 61221 | Added a new worker 16 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.574 | 56025 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.575 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GNciQc +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.575 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mVe5LQ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.576 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.576 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.581 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.585 | 61222 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.586 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.585 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.589 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.589 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.590 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.595 | 61217 | Marked run 438 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.596 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.597 | 61225 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.598 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.602 | 61218 | Marked run 437 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.602 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.604 | 56026 | Recursively removing directory: /tmp/git.mVe5LQ/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.605 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.605 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.608 | 56029 | Recursively removing directory: /tmp/git.GNciQc/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.610 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.610 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.609 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.613 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.615 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.616 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.619 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.619 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.618 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 61244 | Added a new worker 17 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 61243 | Added a new worker 17 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.620 | 56025 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.621 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h7Bfjb +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.621 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.624 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IrFxDN +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.625 | 61242 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.626 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.629 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.629 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.633 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.634 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.636 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.639 | 61240 | Marked run 439 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.639 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.644 | 61241 | Marked run 440 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.644 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.647 | 61249 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.647 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.652 | 56026 | Recursively removing directory: /tmp/git.h7Bfjb/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.653 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.654 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.654 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.655 | 56029 | Recursively removing directory: /tmp/git.IrFxDN/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.657 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.657 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.658 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.662 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.662 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.662 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.664 | 61262 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.665 | 61265 | Added a new worker 8 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.665 | 56025 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.665 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.665 | 56025 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.665 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tv5T0l +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.665 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.666 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.669 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.671 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.669 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.672 | 61267 | Added a new worker 14 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.674 | 56025 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.674 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.675 | 56025 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.675 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.676 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RHsFLj +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.681 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.682 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.684 | 61268 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.684 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.685 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.689 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.691 | 61263 | Marked run 442 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.691 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.692 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.695 | 61264 | Marked run 441 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.696 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.699 | 61278 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.699 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.701 | 56026 | Recursively removing directory: /tmp/git.Tv5T0l/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.702 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.702 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.703 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.706 | 61284 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.706 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.707 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.711 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.711 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.714 | 56029 | Recursively removing directory: /tmp/git.RHsFLj/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.715 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.715 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.719 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.719 | 61289 | Added a new worker 12 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.719 | 56025 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.719 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.719 | 56025 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.719 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ag19iF +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.720 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.721 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.725 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.726 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.726 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.726 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.727 | 61292 | Added a new worker 16 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.727 | 56025 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.727 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.727 | 56025 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.728 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R7xhO4 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.729 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.735 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.737 | 61287 | Marked run 443 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.738 | 61290 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.738 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.739 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.739 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.742 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.745 | 61291 | Marked run 444 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.745 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.748 | 61300 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.748 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.752 | 56026 | Recursively removing directory: /tmp/git.ag19iF/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.753 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.754 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.758 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.761 | 56029 | Recursively removing directory: /tmp/git.R7xhO4/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.762 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.762 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.763 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.764 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.767 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.767 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.768 | 61312 | Added a new worker 14 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.768 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.768 | 56025 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.768 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.768 | 56025 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.769 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ppZ3so +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.773 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.773 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.774 | 61314 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.774 | 56025 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.774 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.774 | 56025 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.775 | 61311 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.775 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uHI1pR +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.776 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.776 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.779 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.779 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.782 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.789 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.790 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.793 | 61317 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.793 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.799 | 61310 | Marked run 445 as finished +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.800 | 56026 | Recursively removing directory: /tmp/git.ppZ3so/ +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.800 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.803 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.803 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.805 | 61313 | Marked run 446 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.805 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.810 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.811 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.811 | 56029 | Recursively removing directory: /tmp/git.uHI1pR/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.813 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.813 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.818 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.823 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.824 | 61333 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.824 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.823 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.825 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.826 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 61337 | Added a new worker 17 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 56025 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 56025 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.828 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.828 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PPoJc8 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.831 | 61335 | Added a new worker 8 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.831 | 56025 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.831 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.831 | 56025 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.831 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.832 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WINlMe +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.836 | 61332 | Marked run 447 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.837 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.838 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.839 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.843 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.845 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.846 | 61334 | Marked run 448 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.847 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.848 | 61338 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.849 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.851 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.854 | 61348 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.854 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.858 | 56029 | Recursively removing directory: /tmp/git.WINlMe/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.859 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.859 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.861 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.863 | 61356 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.863 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.864 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.866 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.868 | 61359 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.869 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.869 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.872 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.874 | 61361 | Added a new worker 10 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.874 | 56025 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.874 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.874 | 56025 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.874 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vISWcv +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.875 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.875 | 56026 | Recursively removing directory: /tmp/git.PPoJc8/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.877 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.877 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.881 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.883 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.884 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.886 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.889 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.892 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.892 | 61365 | Added a new worker 16 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.893 | 56025 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.893 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.893 | 56025 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.893 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.893 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wDPPNK +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.896 | 61357 | Marked run 450 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.896 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.898 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.899 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.904 | 61362 | Marked run 449 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.911 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.916 | 61364 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.917 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.921 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.919 | 56029 | Recursively removing directory: /tmp/git.vISWcv/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.920 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.920 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.924 | 61380 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.925 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.925 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.929 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.930 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.932 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.934 | 56026 | Recursively removing directory: /tmp/git.wDPPNK/ +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.935 | 56026 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.935 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.939 | 61384 | Added a new worker 14 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.939 | 56025 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.939 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.939 | 56025 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.940 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.940 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.944 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RJndSn +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.949 | 56026 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.949 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.952 | 61386 | Added a new worker 15 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.956 | 56025 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.956 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.956 | 56025 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.956 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.956 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QZmpEa +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.960 | 61382 | Marked run 451 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.960 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.960 | 61383 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.961 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.962 | 56029 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.963 | 56029 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.967 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.970 | 56026 | Checking out revision HEAD +2023-08-28 07:33:14 | INFO | 56026/cimple-worker: 2023-08-28 07:33:14.972 | 56026 | Going to run: ./ci +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.973 | 61385 | Marked run 452 as finished +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.974 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.978 | 61389 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.979 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.982 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.981 | 56029 | Recursively removing directory: /tmp/git.RJndSn/ +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.982 | 56029 | Process exit code: 0 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.982 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.986 | 61400 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.986 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.987 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.991 | 56029 | Waiting for a new command +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.991 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.993 | 56023 | Waiting for new connections +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.993 | 61407 | Added a new worker 12 to the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.993 | 56025 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.993 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.993 | 56025 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:14 | INFO | 56029/cimple-worker: 2023-08-28 07:33:14.993 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DXpCSW +2023-08-28 07:33:14 | INFO | 56023/cimple-server: 2023-08-28 07:33:14.994 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.000 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.000 | 61408 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.001 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.003 | 56026 | Recursively removing directory: /tmp/git.QZmpEa/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.003 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.004 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.004 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.006 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.009 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.015 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.016 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.017 | 61415 | Added a new worker 16 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.017 | 56025 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.017 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.017 | 56025 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.017 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.018 | 61411 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.019 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.022 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.024 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4U7iAM +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.027 | 61404 | Marked run 453 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.027 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.032 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.032 | 61419 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.033 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.035 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.036 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.037 | 56029 | Recursively removing directory: /tmp/git.DXpCSW/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.038 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.038 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.044 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.045 | 61413 | Marked run 454 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.045 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.047 | 61424 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.048 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.050 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.050 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 61433 | Added a new worker 11 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 56025 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 56025 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.051 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.051 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nJXYoz +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.073 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.074 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.078 | 56026 | Recursively removing directory: /tmp/git.4U7iAM/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.080 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.080 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.083 | 61431 | Marked run 455 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.083 | 61434 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.083 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.087 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.094 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.095 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.095 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.096 | 61445 | Added a new worker 13 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.096 | 56025 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.096 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.096 | 56025 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.096 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gqAIQI +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.098 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.103 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.104 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.104 | 61444 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.105 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.103 | 56029 | Recursively removing directory: /tmp/git.nJXYoz/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.105 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.105 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.109 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.113 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.113 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.115 | 61441 | Marked run 456 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.116 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.118 | 61449 | Added a new worker 6 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.118 | 56025 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.118 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.118 | 56025 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.119 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PRu72R +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.120 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.120 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.127 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.127 | 61456 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.128 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.129 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.130 | 56026 | Recursively removing directory: /tmp/git.gqAIQI/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.132 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.132 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.135 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.137 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.139 | 61448 | Marked run 457 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.140 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.142 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.142 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.142 | 61462 | Added a new worker 13 to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.143 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.752sHw +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.142 | 56025 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.142 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.142 | 56025 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.144 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.147 | 61459 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.147 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.149 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.150 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.154 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.157 | 61460 | Marked run 458 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.157 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.161 | 56029 | Recursively removing directory: /tmp/git.PRu72R/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.162 | 61470 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.162 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.162 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.165 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.167 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.168 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.173 | 61479 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.173 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.176 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.176 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.176 | 56026 | Recursively removing directory: /tmp/git.752sHw/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.177 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.REDnph +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.178 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.178 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.176 | 61480 | Added a new worker 8 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.176 | 56025 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.177 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.177 | 56025 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.181 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.183 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.185 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.186 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.188 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.192 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.193 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.194 | 61486 | Added a new worker 15 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.194 | 56025 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.194 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.194 | 56025 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.194 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fZFJYt +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.195 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.199 | 61478 | Marked run 459 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.200 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.201 | 61482 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.201 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.201 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.203 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.208 | 61484 | Marked run 460 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.209 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.210 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.213 | 56029 | Recursively removing directory: /tmp/git.REDnph/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.214 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.214 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.214 | 61495 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.215 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.218 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.219 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.225 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.225 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.226 | 61502 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.226 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.229 | 56026 | Recursively removing directory: /tmp/git.fZFJYt/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.230 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.230 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.230 | 61504 | Added a new worker 6 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.232 | 56025 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.232 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.232 | 56025 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.232 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.235 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.235 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NkFlIR +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.237 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.241 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.243 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.244 | 61503 | Marked run 461 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.244 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.248 | 61507 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.248 | 61508 | Added a new worker 6 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.248 | 56025 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.248 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.248 | 56025 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.250 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.249 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zQnwjD +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.252 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.252 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.253 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.256 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.257 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.257 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.261 | 61506 | Marked run 462 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.262 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.265 | 61512 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.265 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.270 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.272 | 56029 | Recursively removing directory: /tmp/git.NkFlIR/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.277 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.277 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.282 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.284 | 56026 | Recursively removing directory: /tmp/git.zQnwjD/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.285 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.285 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.286 | 61526 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.286 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.287 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 61529 | Added a new worker 8 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 56025 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.287 | 56025 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.287 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5XI96W +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.291 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.292 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.293 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.302 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.305 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.305 | 61538 | Added a new worker 14 to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.305 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.306 | 56025 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.306 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.306 | 56025 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.306 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.306 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vlrkrt +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.316 | 61530 | Marked run 464 as finished +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.316 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.316 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.318 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.319 | 61539 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.320 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.322 | 56029 | Recursively removing directory: /tmp/git.5XI96W/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.324 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.324 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.323 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.328 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.329 | 61527 | Marked run 463 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.330 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.337 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.339 | 61548 | Added a new worker 13 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.339 | 56025 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.339 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.339 | 56025 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.336 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.339 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ot2zBy +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.341 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.344 | 61543 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.345 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.346 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.347 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.349 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.353 | 56026 | Recursively removing directory: /tmp/git.vlrkrt/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.354 | 61545 | Marked run 465 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.356 | 61553 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.357 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.354 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.354 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.360 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.362 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.365 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.369 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.371 | 56029 | Recursively removing directory: /tmp/git.Ot2zBy/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.372 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.372 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.372 | 61562 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.373 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.374 | 61563 | Added a new worker 9 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.374 | 56025 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.375 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.375 | 56025 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.375 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wHfSsA +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.376 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.381 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.381 | 61561 | Marked run 466 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.382 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.382 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.383 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.384 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.388 | 61566 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.389 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.390 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.392 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 61573 | Added a new worker 12 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 56025 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.394 | 56025 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.395 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Cguzu +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.402 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.403 | 61565 | Marked run 467 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.403 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.403 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.408 | 61576 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.409 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.411 | 56026 | Recursively removing directory: /tmp/git.wHfSsA/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.413 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.413 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.413 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.418 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.424 | 61583 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.424 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.426 | 56029 | Recursively removing directory: /tmp/git.1Cguzu/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.427 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.428 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.429 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.433 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.433 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.435 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.438 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.438 | 61588 | Added a new worker 17 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.439 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 61591 | Added a new worker 18 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 56025 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 56025 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 56025 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.440 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.441 | 56025 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.441 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J6KbFK +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.443 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.444 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.449 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UDg7sl +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.449 | 61586 | Marked run 468 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.450 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.453 | 61590 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.454 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.456 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.457 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.457 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.463 | 61589 | Marked run 469 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.463 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.464 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.465 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.465 | 61593 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.466 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.472 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.471 | 56026 | Recursively removing directory: /tmp/git.J6KbFK/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.475 | 61603 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.473 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.473 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.476 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.477 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.479 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.483 | 61606 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.484 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.484 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.484 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.487 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.488 | 61608 | Added a new worker 13 to the queue +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.488 | 56025 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.488 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.488 | 56025 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.488 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.488 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fS0nPr +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.490 | 61611 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.491 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.496 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.496 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.497 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.500 | 61605 | Marked run 470 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.501 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.504 | 61615 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.505 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.507 | 56029 | Recursively removing directory: /tmp/git.UDg7sl/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.508 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.508 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.512 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.514 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.518 | 56026 | Recursively removing directory: /tmp/git.fS0nPr/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.520 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.520 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.521 | 61626 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.521 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.526 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.528 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.529 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.532 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.533 | 61631 | Added a new worker 17 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.533 | 61627 | Marked run 471 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.536 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.536 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.533 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.537 | 56025 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.537 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.537 | 56025 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.537 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.537 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oOf82s +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.538 | 61630 | Added a new worker 8 to the queue +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.539 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x2XV5a +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.539 | 56025 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.539 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.539 | 56025 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.541 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.546 | 61629 | Marked run 472 as finished +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.546 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.546 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.547 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.549 | 61632 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.549 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.552 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.553 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.554 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.563 | 61636 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.564 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.571 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.568 | 56029 | Recursively removing directory: /tmp/git.x2XV5a/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.569 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.569 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.574 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.576 | 61650 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.576 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.580 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.578 | 56026 | Recursively removing directory: /tmp/git.oOf82s/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.579 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.579 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.582 | 61653 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.583 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.584 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.586 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.588 | 61656 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.589 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.594 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.592 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.594 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.596 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.596 | 61659 | Added a new worker 14 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.597 | 56025 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.597 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.597 | 56025 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.597 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GGbqKA +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.598 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.605 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.606 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.607 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.609 | 61658 | Added a new worker 15 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.609 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.610 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eBgxjI +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.609 | 56025 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.609 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.610 | 56025 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.615 | 61660 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.615 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.616 | 61655 | Marked run 473 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.616 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.619 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.620 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.620 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.623 | 61651 | Marked run 474 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.624 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.626 | 61663 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.630 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.634 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.637 | 56026 | Recursively removing directory: /tmp/git.GGbqKA/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.638 | 61674 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.638 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.638 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.639 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.646 | 56029 | Recursively removing directory: /tmp/git.eBgxjI/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.648 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.648 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.651 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.653 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.656 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.657 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.657 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.658 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.658 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.664 | 61684 | Added a new worker 17 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.664 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.665 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UH67Nt +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.665 | 56025 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.665 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.665 | 56025 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.665 | 61682 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.666 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.667 | 61683 | Added a new worker 18 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.667 | 56025 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.667 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.667 | 56025 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.667 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d8jzbq +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.668 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.672 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.689 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.690 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.690 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.692 | 61681 | Marked run 476 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.693 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.693 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.697 | 61680 | Marked run 475 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.697 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.699 | 61686 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.700 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.703 | 56026 | Recursively removing directory: /tmp/git.d8jzbq/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.705 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.705 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.709 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.713 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.713 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.714 | 56029 | Recursively removing directory: /tmp/git.UH67Nt/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.715 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.715 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.715 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.715 | 61703 | Added a new worker 12 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.715 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.716 | 56025 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.716 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.716 | 56025 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.717 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7taRnV +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.720 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.726 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.726 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.726 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.727 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.728 | 61706 | Added a new worker 15 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.728 | 56025 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.728 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.728 | 56025 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.729 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.729 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tvdZ6V +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.729 | 61704 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.730 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.738 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.738 | 61702 | Marked run 478 as finished +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.739 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.739 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.740 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.745 | 61705 | Marked run 477 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.746 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.748 | 61712 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.749 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.751 | 56026 | Recursively removing directory: /tmp/git.7taRnV/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.752 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.752 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.754 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.757 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.759 | 61724 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.760 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.761 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.761 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.763 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.763 | 61727 | Added a new worker 12 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.763 | 56025 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.763 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.763 | 56025 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.763 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HeQUh5 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.765 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.766 | 56029 | Recursively removing directory: /tmp/git.tvdZ6V/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.767 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.767 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.772 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.775 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.775 | 61728 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.775 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.777 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.780 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.781 | 61725 | Marked run 479 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.781 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.782 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.782 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.785 | 61732 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.785 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.789 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mwiU0u +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.789 | 61733 | Added a new worker 8 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.789 | 56025 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.789 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.789 | 56025 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.791 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.793 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.797 | 61729 | Marked run 480 as finished +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.799 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.799 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.801 | 61736 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.801 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.801 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.806 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.809 | 56026 | Recursively removing directory: /tmp/git.HeQUh5/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.810 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.810 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.809 | 61745 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.809 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.812 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.816 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.817 | 61750 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.817 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.822 | 56029 | Recursively removing directory: /tmp/git.mwiU0u/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.824 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.824 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.825 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.828 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.832 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.833 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.833 | 61757 | Added a new worker 15 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.834 | 56025 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.834 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.834 | 56025 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.834 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.834 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wTG2NL +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.834 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.836 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.836 | 61758 | Added a new worker 12 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.837 | 56025 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.837 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.837 | 56025 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.837 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.841 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dCpBRs +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.843 | 61753 | Marked run 481 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.843 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.845 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.845 | 61755 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.845 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.847 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.850 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.859 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.859 | 61756 | Marked run 482 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.861 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.863 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.864 | 61761 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.865 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.866 | 56026 | Recursively removing directory: /tmp/git.wTG2NL/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.867 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.867 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.869 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.872 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.872 | 61771 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.872 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.876 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.879 | 61777 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.880 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.883 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.886 | 61779 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.886 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.888 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.888 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.891 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.891 | 61783 | Added a new worker 13 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.891 | 56025 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.891 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.891 | 56025 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.892 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.892 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B6lOtU +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.895 | 56029 | Recursively removing directory: /tmp/git.dCpBRs/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.901 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.897 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.897 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.902 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.903 | 61773 | Marked run 483 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.904 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.905 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.905 | 61784 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.906 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.906 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.906 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.910 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.911 | 61787 | Added a new worker 12 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.911 | 56025 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.911 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.911 | 56025 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.911 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ioze1R +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.916 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.921 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.923 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.923 | 61789 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.924 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.928 | 61785 | Marked run 484 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.928 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.929 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.932 | 61798 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.932 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.934 | 56026 | Recursively removing directory: /tmp/git.B6lOtU/ +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.935 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.935 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.937 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.940 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.943 | 61806 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.944 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.945 | 56029 | Recursively removing directory: /tmp/git.Ioze1R/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.947 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.947 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.948 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.951 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.955 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.956 | 56029 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.956 | 56026 | Waiting for a new command +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 61811 | Added a new worker 17 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 61812 | Added a new worker 18 to the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 56025 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.956 | 56025 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.957 | 56025 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.957 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.957 | 56025 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.957 | 61809 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.957 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VSVkNV +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.958 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.958 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DUzvdi +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.965 | 61807 | Marked run 485 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.966 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.966 | 56026 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.967 | 56026 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.969 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.970 | 56029 | Checking out revision HEAD +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.971 | 56029 | Going to run: ./ci +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.979 | 61810 | Marked run 486 as finished +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.980 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.983 | 61815 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.984 | 56026 | Recursively removing directory: /tmp/git.DUzvdi/ +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.984 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.985 | 56026 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.985 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.987 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.989 | 61830 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.990 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.991 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56023/cimple-server: 2023-08-28 07:33:15.994 | 56023 | Waiting for new connections +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.997 | 56029 | Recursively removing directory: /tmp/git.VSVkNV/ +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.998 | 56029 | Process exit code: 0 +2023-08-28 07:33:15 | INFO | 56029/cimple-worker: 2023-08-28 07:33:15.998 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:15.998 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.002 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.003 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.006 | 61833 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.006 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.007 | 61834 | Added a new worker 6 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.007 | 56025 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.007 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.007 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.007 | 56025 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.008 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u3n0A7 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.011 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.022 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.021 | 61831 | Marked run 488 as finished +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.023 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.024 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.024 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.025 | 61838 | Added a new worker 9 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.025 | 56025 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.025 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.025 | 56025 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.026 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCqywf +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.027 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.032 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.033 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.040 | 61837 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.040 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.043 | 56026 | Recursively removing directory: /tmp/git.u3n0A7/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.045 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.045 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.047 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.048 | 61835 | Marked run 487 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.048 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.051 | 56029 | Recursively removing directory: /tmp/git.DCqywf/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.051 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.052 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.052 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.055 | 61854 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.055 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.058 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.058 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.062 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.062 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.063 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.063 | 61857 | Added a new worker 14 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.063 | 56025 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.063 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.063 | 56025 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.063 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fNBXSc +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.064 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.071 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.071 | 61859 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.072 | 56025 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.072 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.072 | 56025 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.072 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.072 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y9Rhdo +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.075 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.076 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.079 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.083 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.088 | 61855 | Marked run 489 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.089 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.090 | 56026 | Recursively removing directory: /tmp/git.fNBXSc/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.090 | 61860 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.091 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.091 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.092 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.096 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.097 | 61858 | Marked run 490 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.097 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.099 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.102 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.102 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.103 | 61878 | Added a new worker 14 to the queue +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.106 | 56029 | Recursively removing directory: /tmp/git.Y9Rhdo/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.107 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.107 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.112 | 56025 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.112 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.112 | 56025 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.113 | 61877 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.113 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.113 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.113 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F8BaWq +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.114 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.119 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.123 | 61874 | Marked run 491 as finished +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.120 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.121 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.126 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 61881 | Added a new worker 8 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 56025 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 56025 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.126 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.127 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1wggzu +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.141 | 61884 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.141 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.143 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.144 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.145 | 56026 | Recursively removing directory: /tmp/git.F8BaWq/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.148 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.149 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.149 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.150 | 61879 | Marked run 492 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.150 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.154 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.156 | 61892 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.156 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.158 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.160 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.168 | 61901 | Added a new worker 11 to the queue +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.166 | 56029 | Recursively removing directory: /tmp/git.1wggzu/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.168 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.168 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.168 | 56025 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.168 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.169 | 56025 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.169 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.169 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vNO31l +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.171 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.175 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.176 | 61894 | Marked run 493 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.176 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.176 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.177 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.181 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.182 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.182 | 61906 | Added a new worker 13 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.182 | 56025 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.182 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.182 | 56025 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.182 | 61902 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.183 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.183 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ulDDU3 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.184 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.187 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.188 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.191 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.197 | 61904 | Marked run 494 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.198 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.200 | 61910 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.200 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.203 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.203 | 56026 | Recursively removing directory: /tmp/git.vNO31l/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.204 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.204 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.208 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.211 | 61920 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.212 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.213 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.214 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.217 | 61925 | Added a new worker 10 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.217 | 56025 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.217 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.217 | 56025 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.217 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CW2f6z +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.218 | 56029 | Recursively removing directory: /tmp/git.ulDDU3/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.220 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.220 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.218 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.221 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.224 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.229 | 61926 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.229 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.230 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.230 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.230 | 61928 | Added a new worker 6 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.230 | 56025 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.230 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.231 | 56025 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.232 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.231 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HPVz8h +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.237 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.239 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.240 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.248 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.248 | 61923 | Marked run 495 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.248 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.252 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.257 | 61927 | Marked run 496 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.257 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.261 | 61930 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.261 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.267 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.272 | 61944 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.273 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.274 | 56029 | Recursively removing directory: /tmp/git.HPVz8h/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.278 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.278 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.280 | 56026 | Recursively removing directory: /tmp/git.CW2f6z/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.281 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.281 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.285 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.286 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.291 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.291 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.292 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.292 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.292 | 61950 | Added a new worker 16 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.292 | 56025 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.292 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.292 | 56025 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.293 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.293 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.297 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vSAXeY +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.298 | 61952 | Added a new worker 11 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.298 | 56025 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.298 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.298 | 56025 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.298 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KuniRw +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.299 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.305 | 61951 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.305 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.310 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.311 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.312 | 61949 | Marked run 497 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.312 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.312 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.313 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.315 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.315 | 61954 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.316 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.319 | 61948 | Marked run 498 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.320 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.322 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.324 | 61965 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.324 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.332 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.330 | 56029 | Recursively removing directory: /tmp/git.KuniRw/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.331 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.331 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.335 | 61972 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.336 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.336 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.338 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.341 | 61975 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.343 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.343 | 56026 | Recursively removing directory: /tmp/git.vSAXeY/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.345 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.345 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.345 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.348 | 61977 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.349 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.349 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.354 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.356 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.358 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w07mZv +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.356 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.363 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.358 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.358 | 61981 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.358 | 56025 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.358 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.358 | 56025 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.364 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.373 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.374 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.379 | 61989 | Added a new worker 14 to the queue +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.380 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f9hofx +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.379 | 56025 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.379 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.380 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.380 | 56025 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.380 | 61980 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.380 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.382 | 56029 | Recursively removing directory: /tmp/git.w07mZv/ +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.387 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.389 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.390 | 61974 | Marked run 500 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.390 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.391 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.395 | 61979 | Marked run 499 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.395 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.397 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.398 | 61991 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.398 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.399 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.402 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.402 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.405 | 61994 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.406 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.406 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.406 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.411 | 61996 | Added a new worker 10 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.412 | 56025 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.412 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.412 | 56025 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.413 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.412 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mUsHN8 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.417 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.418 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.420 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.429 | 62000 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.430 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.434 | 61993 | Marked run 501 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.434 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.438 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.442 | 62009 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.443 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.447 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.449 | 56029 | Recursively removing directory: /tmp/git.mUsHN8/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.450 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.450 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.452 | 56026 | Recursively removing directory: /tmp/git.f9hofx/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.454 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.454 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.455 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.459 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.459 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.459 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.460 | 62018 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.460 | 56025 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.460 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.460 | 56025 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.460 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.461 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fXn4nI +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.461 | 62015 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.462 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.464 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.466 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.468 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.476 | 62021 | Added a new worker 16 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.477 | 56025 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.477 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.477 | 56025 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.478 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lhbGGQ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.478 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.478 | 62020 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.479 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.484 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.487 | 62017 | Marked run 502 as finished +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.487 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.487 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.488 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.491 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.492 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.493 | 62023 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.497 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.500 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.501 | 62016 | Marked run 503 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.501 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.507 | 56029 | Recursively removing directory: /tmp/git.fXn4nI/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.508 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.508 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.513 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.514 | 56026 | Recursively removing directory: /tmp/git.lhbGGQ/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.516 | 62033 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.516 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.517 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.517 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.519 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.520 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.521 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.524 | 62041 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.525 | 56025 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.525 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.525 | 56025 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.525 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3kh8HT +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.526 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.526 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.526 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.529 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.535 | 62044 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.535 | 56025 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.535 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.535 | 56025 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.535 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VEVhzN +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.535 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.534 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.537 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.542 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.544 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.544 | 62040 | Marked run 504 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.545 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.546 | 62045 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.547 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.550 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.551 | 62042 | Marked run 505 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.551 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.553 | 62054 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.554 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.556 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.559 | 62061 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.560 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.559 | 56029 | Recursively removing directory: /tmp/git.3kh8HT/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.560 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.560 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.565 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.566 | 56026 | Recursively removing directory: /tmp/git.VEVhzN/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.568 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.568 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.569 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.569 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.572 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.574 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.577 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.579 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.577 | 62066 | Added a new worker 16 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.580 | 56025 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.580 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.580 | 56025 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.580 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P5C2vs +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.580 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.581 | 62069 | Added a new worker 8 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.581 | 56025 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.581 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.581 | 56025 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.584 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.585 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.584 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LEtPpK +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.586 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.591 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.593 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.600 | 62065 | Marked run 506 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.601 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.601 | 56029 | Recursively removing directory: /tmp/git.P5C2vs/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.603 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.603 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.607 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.611 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.611 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.612 | 62083 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.612 | 56025 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.612 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.612 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.612 | 56025 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.613 | 62067 | Marked run 507 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.613 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.614 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tR2zBW +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.614 | 62068 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.615 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.618 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.620 | 62085 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.621 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.623 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.626 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.628 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.627 | 62087 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.629 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.632 | 62082 | Marked run 508 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.632 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.636 | 56026 | Recursively removing directory: /tmp/git.LEtPpK/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.637 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.637 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.642 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.646 | 56029 | Recursively removing directory: /tmp/git.tR2zBW/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.647 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.648 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.648 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.652 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.652 | 62099 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.653 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.655 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.658 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.659 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.659 | 62103 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.659 | 56025 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.659 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.659 | 56025 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.659 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WVT8l2 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.661 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.664 | 62102 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.665 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.666 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.667 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.670 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.676 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.676 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.677 | 62111 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.677 | 56025 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.677 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.677 | 56025 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.677 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.677 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kVNVpL +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.687 | 62106 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.688 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.688 | 62098 | Marked run 509 as finished +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.688 | 56026 | Recursively removing directory: /tmp/git.WVT8l2/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.689 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.691 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.691 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.691 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.693 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.694 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.696 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.699 | 62100 | Marked run 510 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.699 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.701 | 62115 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.702 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.703 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.703 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.711 | 62125 | Added a new worker 8 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.711 | 56025 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.711 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.711 | 56025 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.712 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bnEAD9 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.713 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.717 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.718 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.718 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.721 | 56029 | Recursively removing directory: /tmp/git.kVNVpL/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.723 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.723 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.727 | 62127 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.728 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.728 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.729 | 62117 | Marked run 511 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.729 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.733 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.733 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.735 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.740 | 62132 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.741 | 56025 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.741 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.741 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.741 | 56025 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.741 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GZNhIV +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.747 | 62130 | Marked run 512 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.747 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.749 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.750 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.750 | 62133 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.751 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.754 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.756 | 56026 | Recursively removing directory: /tmp/git.bnEAD9/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.757 | 62140 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.757 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.757 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.758 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.760 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.762 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.763 | 62142 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.764 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.767 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.769 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.769 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.769 | 62147 | Added a new worker 13 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.769 | 56025 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.769 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.770 | 56025 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.770 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HmBlk3 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.771 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.776 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.776 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.780 | 62146 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.781 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.786 | 62143 | Marked run 513 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.786 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.787 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.794 | 62161 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.795 | 56029 | Recursively removing directory: /tmp/git.GZNhIV/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.796 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.797 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.797 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.800 | 56026 | Recursively removing directory: /tmp/git.HmBlk3/ +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.802 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.802 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.801 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.806 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.806 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.808 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.811 | 62164 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.811 | 56025 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.811 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.811 | 56025 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.811 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pqwbBs +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.812 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.812 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.812 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.819 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.821 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.823 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.823 | 62166 | Added a new worker 15 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.823 | 56025 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.823 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.823 | 56025 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.824 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.824 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tPTt5y +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.829 | 62162 | Marked run 514 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.829 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.832 | 62167 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.832 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.833 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.835 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.837 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.843 | 62165 | Marked run 515 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.843 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.845 | 56029 | Recursively removing directory: /tmp/git.pqwbBs/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.846 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.846 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.851 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.853 | 62177 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.853 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.859 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 62187 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 56025 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.859 | 56025 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.859 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.icbTzA +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.860 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.866 | 62186 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.866 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.867 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.869 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.870 | 56026 | Recursively removing directory: /tmp/git.tPTt5y/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.871 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.872 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.872 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.872 | 62182 | Marked run 516 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.876 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.877 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.882 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.883 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 62198 | Added a new worker 13 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 56025 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 56025 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 62190 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.883 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.884 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eaoFbC +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.886 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.891 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.893 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.894 | 56029 | Recursively removing directory: /tmp/git.icbTzA/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.896 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.898 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.900 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.903 | 62195 | Marked run 517 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.903 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.906 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.911 | 62201 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.911 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.914 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.916 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.917 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.917 | 62210 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.918 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tk481o +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.917 | 56025 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.917 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.917 | 56025 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.920 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.923 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.924 | 56026 | Recursively removing directory: /tmp/git.eaoFbC/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.924 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.927 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.927 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.932 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.932 | 62208 | Marked run 518 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.933 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.935 | 62211 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.936 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.938 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.940 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.942 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.945 | 62219 | Added a new worker 13 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.946 | 56025 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.946 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.946 | 56025 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.946 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.946 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M3J1Z4 +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.949 | 62220 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.951 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.956 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.956 | 56029 | Recursively removing directory: /tmp/git.tk481o/ +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.956 | 62214 | Marked run 519 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.956 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.958 | 56026 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.958 | 56029 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.958 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.959 | 56026 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.962 | 62224 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.963 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.968 | 56029 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.968 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.971 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.973 | 62232 | Added a new worker 12 to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.973 | 56025 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.973 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.973 | 56025 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.973 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uQ13Zo +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.974 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.979 | 56026 | Recursively removing directory: /tmp/git.M3J1Z4/ +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.980 | 56029 | Checking out revision HEAD +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.981 | 56026 | Process exit code: 0 +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.981 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:16 | INFO | 56029/cimple-worker: 2023-08-28 07:33:16.985 | 56029 | Going to run: ./ci +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.986 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.986 | 62235 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.986 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.992 | 62226 | Marked run 520 as finished +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.992 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56026/cimple-worker: 2023-08-28 07:33:16.993 | 56026 | Waiting for a new command +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.993 | 56023 | Waiting for new connections +2023-08-28 07:33:16 | INFO | 56023/cimple-server: 2023-08-28 07:33:16.995 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.000 | 62239 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.000 | 56025 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.000 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.000 | 56025 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.001 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yQH7lF +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.001 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.007 | 62237 | Marked run 521 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.007 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.008 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.009 | 62240 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.009 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.010 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.011 | 56029 | Recursively removing directory: /tmp/git.uQ13Zo/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.013 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.013 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.013 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.016 | 62249 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.017 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.017 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.019 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.022 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.022 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.023 | 62254 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.023 | 56025 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.023 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.023 | 56025 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.023 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.024 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.woUeRz +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.027 | 62252 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.028 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.031 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.032 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.036 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.039 | 62251 | Marked run 522 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.040 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.043 | 62260 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.043 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.047 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.045 | 56026 | Recursively removing directory: /tmp/git.yQH7lF/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.046 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.046 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.050 | 62268 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.051 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.051 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.054 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.055 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.059 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nnAw2X +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.055 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.059 | 62272 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.059 | 56025 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.059 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.059 | 56025 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.060 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.066 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.066 | 62271 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.067 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.068 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.071 | 56029 | Recursively removing directory: /tmp/git.woUeRz/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.072 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.072 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.078 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.079 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.080 | 62269 | Marked run 523 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.081 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.082 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.084 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.084 | 62280 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.085 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.087 | 62281 | Added a new worker 6 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.087 | 56025 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.087 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.087 | 56025 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.087 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lwbDZ3 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.088 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.091 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.092 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.097 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.098 | 62279 | Marked run 524 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.098 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.102 | 62288 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.104 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.103 | 56026 | Recursively removing directory: /tmp/git.nnAw2X/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.104 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.104 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.108 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.109 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.114 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.113 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.120 | 62293 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.120 | 56025 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.120 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.120 | 56025 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.121 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.poUaA2 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.121 | 62291 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.122 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.122 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.129 | 56029 | Recursively removing directory: /tmp/git.lwbDZ3/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.130 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.130 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.131 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.134 | 62300 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.135 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.128 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.137 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.138 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.136 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.143 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.143 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.145 | 62305 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.145 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MJtByd +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.145 | 56025 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.145 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.145 | 56025 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.146 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.153 | 62302 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.153 | 62292 | Marked run 525 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.154 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.157 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.157 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.159 | 62303 | Marked run 526 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.159 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.159 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.161 | 62310 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.162 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.165 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.169 | 62320 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.170 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.175 | 56026 | Recursively removing directory: /tmp/git.poUaA2/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.172 | 56029 | Recursively removing directory: /tmp/git.MJtByd/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.173 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.173 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.180 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.177 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.177 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.181 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.182 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.182 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.182 | 62326 | Added a new worker 12 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.182 | 56025 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.182 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.182 | 56025 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.183 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q2MTIg +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.187 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.187 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.187 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.189 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.190 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.196 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.197 | 62329 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.197 | 56025 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.197 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.198 | 56025 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.198 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PQejFm +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.198 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.199 | 62327 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.200 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.204 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.205 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.206 | 62325 | Marked run 527 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.207 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.208 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.212 | 62324 | Marked run 528 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.212 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.214 | 62334 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.214 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.219 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.220 | 56029 | Recursively removing directory: /tmp/git.Q2MTIg/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.221 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.221 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.225 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.228 | 56026 | Recursively removing directory: /tmp/git.PQejFm/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.230 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.231 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.231 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.233 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.234 | 62346 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.234 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.237 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.243 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.243 | 62348 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.244 | 56025 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.244 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.244 | 56025 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.244 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ujvhdN +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.244 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.243 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.245 | 62351 | Added a new worker 12 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.245 | 56025 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.245 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.245 | 56025 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.245 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sW9Vti +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.245 | 62347 | Marked run 529 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.246 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.246 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.249 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.250 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.252 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.257 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.258 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.258 | 62354 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.259 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.263 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.271 | 56029 | Recursively removing directory: /tmp/git.ujvhdN/ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.272 | 62350 | Marked run 530 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.273 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.276 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.276 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.277 | 62362 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.278 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.281 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.281 | 56026 | Recursively removing directory: /tmp/git.sW9Vti/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.283 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.283 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.285 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.285 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.288 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.293 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.294 | 62371 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.294 | 56025 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.294 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.294 | 56025 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.294 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DPSCRW +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.295 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.295 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.297 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.297 | 62373 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.298 | 56025 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.298 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.298 | 56025 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.298 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y8vth5 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.299 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.299 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.305 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.306 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.306 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.308 | 62369 | Marked run 531 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.309 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.313 | 62374 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.314 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.317 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.325 | 56026 | Recursively removing directory: /tmp/git.y8vth5/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.327 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.327 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.328 | 62372 | Marked run 532 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.329 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.332 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.335 | 56029 | Recursively removing directory: /tmp/git.DPSCRW/ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.336 | 62386 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.337 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.337 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.337 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.338 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.339 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.343 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.343 | 62393 | Added a new worker 12 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.343 | 56025 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.343 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.343 | 56025 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.344 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5xTnvJ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.344 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.347 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.348 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.349 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.357 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.357 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.359 | 62397 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.359 | 56025 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.359 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.359 | 56025 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.359 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.359 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b6Ol94 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.361 | 62394 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.362 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.364 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.366 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.367 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.370 | 62391 | Marked run 534 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.372 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.378 | 62395 | Marked run 533 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.379 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.381 | 56026 | Recursively removing directory: /tmp/git.5xTnvJ/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.383 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.383 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.384 | 62401 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.385 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.388 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.392 | 56029 | Recursively removing directory: /tmp/git.b6Ol94/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.393 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.393 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.398 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.403 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.403 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.404 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.404 | 62417 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.404 | 56025 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.404 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.404 | 56025 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.405 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.404 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hTi38k +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.407 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.408 | 62416 | Added a new worker 16 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.408 | 56025 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.408 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.408 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.408 | 56025 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.408 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.419 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k4FBqe +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.424 | 62414 | Marked run 535 as finished +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.424 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.424 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.425 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.428 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.429 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.429 | 62418 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.430 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.434 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.436 | 62415 | Marked run 536 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.436 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.438 | 62424 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.439 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.443 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.446 | 56026 | Recursively removing directory: /tmp/git.hTi38k/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.447 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.447 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.452 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.449 | 56029 | Recursively removing directory: /tmp/git.k4FBqe/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.450 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.450 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.455 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.457 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.457 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.458 | 62439 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.458 | 56025 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.458 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.458 | 56025 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.458 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.459 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4unpC2 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.459 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.459 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.459 | 62440 | Added a new worker 16 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.459 | 56025 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.459 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.459 | 56025 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.460 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6B2TE2 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.460 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.461 | 62436 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.461 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.470 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.470 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.472 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.473 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.473 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.476 | 62442 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.477 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.485 | 62437 | Marked run 537 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.485 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.490 | 62438 | Marked run 538 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.491 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.494 | 62451 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.495 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.497 | 56026 | Recursively removing directory: /tmp/git.4unpC2/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.500 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.500 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.502 | 56029 | Recursively removing directory: /tmp/git.6B2TE2/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.503 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.503 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.506 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.507 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.510 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.510 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.512 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.512 | 62462 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.512 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.515 | 56025 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.515 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.515 | 56025 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.515 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ih8VQD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.516 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.516 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.517 | 62464 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.517 | 56025 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.517 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.517 | 56025 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.518 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uy9oQT +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.520 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.526 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.527 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.528 | 62463 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.528 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.528 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.529 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.534 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.536 | 62460 | Marked run 539 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.537 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.538 | 62468 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.540 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.544 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.546 | 62461 | Marked run 540 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.546 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.548 | 62480 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.548 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.551 | 56029 | Recursively removing directory: /tmp/git.uy9oQT/ +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.553 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.553 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.553 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.557 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.562 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.559 | 56026 | Recursively removing directory: /tmp/git.ih8VQD/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.560 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.560 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.562 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.565 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.566 | 62486 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.568 | 56025 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.568 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.568 | 56025 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.569 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4TbTn1 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.569 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.570 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.570 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.571 | 62488 | Added a new worker 16 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.571 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.571 | 56025 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.571 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.571 | 56025 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.571 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SubUiZ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.575 | 62484 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.575 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.578 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.580 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.580 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.581 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.587 | 62485 | Marked run 542 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.587 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.587 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.593 | 62487 | Marked run 541 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.593 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.595 | 62492 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.595 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.603 | 56029 | Recursively removing directory: /tmp/git.4TbTn1/ +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.604 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.605 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.606 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.607 | 56026 | Recursively removing directory: /tmp/git.SubUiZ/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.608 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.609 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.612 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.613 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.613 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.614 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.615 | 62506 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.615 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.619 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.619 | 62509 | Added a new worker 8 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.620 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.620 | 56025 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.620 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.620 | 56025 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.621 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kDSQCA +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.620 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.622 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.625 | 62511 | Added a new worker 16 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.626 | 56025 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.626 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.626 | 56025 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.626 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a7weqC +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.627 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.628 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.629 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.631 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.633 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.636 | 62512 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.637 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.639 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.641 | 62507 | Marked run 543 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.642 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.647 | 62508 | Marked run 544 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.647 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.650 | 62517 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.651 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.655 | 56029 | Recursively removing directory: /tmp/git.kDSQCA/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.656 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.656 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.659 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.654 | 56026 | Recursively removing directory: /tmp/git.a7weqC/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.655 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.655 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.660 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.664 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.664 | 62532 | Added a new worker 12 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.664 | 56025 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.664 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.664 | 56025 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.664 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.664 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PUKQgo +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.665 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.667 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.669 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.672 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.676 | 62534 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.676 | 56025 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.676 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.676 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.677 | 56025 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.678 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.678 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1AloMZ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.681 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.683 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.684 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.687 | 62530 | Marked run 546 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.688 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.689 | 62533 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.691 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.694 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.695 | 62531 | Marked run 545 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.696 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.696 | 56026 | Recursively removing directory: /tmp/git.PUKQgo/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.698 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.698 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.702 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.705 | 62546 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.707 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.707 | 56029 | Recursively removing directory: /tmp/git.1AloMZ/ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.710 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.709 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.709 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.713 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.714 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.718 | 62553 | Added a new worker 12 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.720 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.721 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.721 | 56025 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.721 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.721 | 56025 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.721 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.721 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U7yFh6 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.719 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.728 | 62555 | Added a new worker 6 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.728 | 56025 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.728 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.728 | 56025 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.728 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.729 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F1D6pA +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.731 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.732 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.733 | 62551 | Marked run 547 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.734 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.735 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.736 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.735 | 62556 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.736 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.741 | 62554 | Marked run 548 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.742 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.742 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.745 | 62565 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.745 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.749 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.750 | 56026 | Recursively removing directory: /tmp/git.U7yFh6/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.752 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.752 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.757 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.758 | 62572 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.758 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.761 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.761 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.764 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.770 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Akm3Kp +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.768 | 56029 | Recursively removing directory: /tmp/git.F1D6pA/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.770 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.770 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.769 | 62577 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.769 | 56025 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.769 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.769 | 56025 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.770 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.775 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.779 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.780 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.782 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.783 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.786 | 62580 | Added a new worker 13 to the queue +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.787 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N4vzqC +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.787 | 56025 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.787 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.787 | 56025 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.788 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.789 | 62578 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.791 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.791 | 62575 | Marked run 549 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.791 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.792 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.793 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.796 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.804 | 62579 | Marked run 550 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.805 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.807 | 62585 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.807 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.809 | 56026 | Recursively removing directory: /tmp/git.Akm3Kp/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.810 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.810 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.814 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.813 | 56029 | Recursively removing directory: /tmp/git.N4vzqC/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.814 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.814 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.819 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.823 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.824 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.824 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.824 | 62601 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.824 | 56025 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.824 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.824 | 56025 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.825 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rsdQzK +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.826 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.828 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.830 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.831 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.831 | 62602 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.832 | 56025 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.832 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.832 | 56025 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.832 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.828 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.837 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1c5Due +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.840 | 62600 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.841 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.848 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.848 | 62598 | Marked run 551 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.849 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.849 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.851 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.850 | 56026 | Recursively removing directory: /tmp/git.rsdQzK/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.853 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.853 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.856 | 62599 | Marked run 552 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.856 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.858 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.860 | 62611 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.860 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.866 | 56029 | Recursively removing directory: /tmp/git.1c5Due/ +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.868 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.868 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.872 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.873 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.873 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.876 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.876 | 62622 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.877 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 62624 | Added a new worker 18 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 56025 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.879 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G9uXay +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.879 | 62615 | Marked run 553 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.881 | 56025 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.881 | 56025 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.881 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.881 | 56025 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.881 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.881 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5VUaG6 +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.882 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.886 | 62623 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.886 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.887 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.887 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.888 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.889 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.891 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.898 | 62621 | Marked run 554 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.899 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.900 | 62628 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.901 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.903 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.906 | 62640 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.906 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.910 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.908 | 56029 | Recursively removing directory: /tmp/git.5VUaG6/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.909 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.909 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.914 | 56026 | Recursively removing directory: /tmp/git.G9uXay/ +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.916 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.916 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.917 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.921 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 62647 | Added a new worker 15 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 56025 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.921 | 56025 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.922 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UypFrL +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.922 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.924 | 62644 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.925 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.928 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.929 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.929 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.929 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.936 | 62649 | Added a new worker 8 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.937 | 56025 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.937 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.937 | 56025 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.937 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rTA54b +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.937 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.941 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.942 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.945 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.949 | 62646 | Marked run 555 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.950 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.952 | 62652 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.953 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.958 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.960 | 56029 | Recursively removing directory: /tmp/git.UypFrL/ +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.961 | 56029 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.961 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.964 | 56026 | Recursively removing directory: /tmp/git.rTA54b/ +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.965 | 62645 | Marked run 556 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.965 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.966 | 56026 | Process exit code: 0 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.966 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.966 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.970 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.971 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.971 | 56029 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.974 | 62666 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.975 | 62669 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.975 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.976 | 56025 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.976 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.976 | 56025 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.976 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TDb9mx +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.976 | 56026 | Waiting for a new command +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.977 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.983 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.984 | 56029 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56029/cimple-worker: 2023-08-28 07:33:17.985 | 56029 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.990 | 62671 | Added a new worker 14 to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.990 | 56025 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.990 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.990 | 56025 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.990 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2tXY5p +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.991 | 62668 | Marked run 558 as finished +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.991 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.991 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.996 | 62672 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:17 | INFO | 56023/cimple-server: 2023-08-28 07:33:17.996 | 56023 | Waiting for new connections +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.997 | 56026 | Checking out revision HEAD +2023-08-28 07:33:17 | INFO | 56026/cimple-worker: 2023-08-28 07:33:17.998 | 56026 | Going to run: ./ci +2023-08-28 07:33:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.002 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.007 | 62667 | Marked run 557 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.008 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.010 | 62677 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.010 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.013 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.014 | 56026 | Recursively removing directory: /tmp/git.2tXY5p/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.016 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.016 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.021 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.020 | 56029 | Recursively removing directory: /tmp/git.TDb9mx/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.022 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.022 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.026 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.026 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.026 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.031 | 62690 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 62692 | Added a new worker 6 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 56025 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.032 | 56025 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.033 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U7AEoK +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.033 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.031 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.037 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.039 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.043 | 62694 | Added a new worker 7 to the queue +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.043 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tMLsdU +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.043 | 56025 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.043 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.043 | 56025 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.044 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.046 | 62691 | Marked run 560 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.048 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.051 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.052 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.057 | 62693 | Marked run 559 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.058 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.060 | 62697 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.061 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.065 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.070 | 56026 | Recursively removing directory: /tmp/git.U7AEoK/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.071 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.071 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.069 | 56029 | Recursively removing directory: /tmp/git.tMLsdU/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.071 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.071 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.075 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.076 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.079 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.079 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.082 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.083 | 62715 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.083 | 56025 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.083 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.083 | 56025 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.083 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.083 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.084 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d1KqgY +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.084 | 62716 | Added a new worker 13 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.084 | 56025 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.084 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.084 | 56025 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.085 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PEQlTq +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.086 | 62712 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.087 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.088 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.094 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.094 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.095 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.096 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.096 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.100 | 62718 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.101 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.104 | 62713 | Marked run 562 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.105 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.105 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.108 | 62714 | Marked run 561 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.109 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.110 | 62725 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.110 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.114 | 56026 | Recursively removing directory: /tmp/git.PEQlTq/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.115 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.115 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.117 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.120 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.124 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.125 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.125 | 56029 | Recursively removing directory: /tmp/git.d1KqgY/ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.126 | 62738 | Added a new worker 14 to the queue +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.127 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.127 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.135 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.136 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.136 | 62736 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.137 | 62737 | Marked run 564 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.138 | 56025 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.138 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.138 | 56025 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.138 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SuYRBk +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.138 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.139 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.139 | 62740 | Added a new worker 6 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.139 | 56025 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.139 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.139 | 56025 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.140 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.135 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.140 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b8bLZc +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.142 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.143 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.146 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.148 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.149 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.156 | 62739 | Marked run 563 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.156 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.158 | 62743 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.159 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.166 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.164 | 56029 | Recursively removing directory: /tmp/git.b8bLZc/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.166 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.166 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.169 | 56026 | Recursively removing directory: /tmp/git.SuYRBk/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.170 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.170 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.175 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.175 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.175 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.176 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.176 | 62761 | Added a new worker 9 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.176 | 56025 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.176 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.176 | 56025 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.177 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vY7n3L +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.179 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.179 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.179 | 62758 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.180 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.181 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.184 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.183 | 62762 | Added a new worker 6 to the queue +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.185 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OBSAnu +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.185 | 56025 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.185 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.185 | 56025 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.186 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.185 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.190 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.192 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.193 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.198 | 62769 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.199 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.205 | 56029 | Recursively removing directory: /tmp/git.vY7n3L/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.207 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.207 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.208 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.212 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.216 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 62782 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 56025 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 56025 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.217 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.217 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ef8ARw +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.219 | 62775 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.219 | 62760 | Marked run 565 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.219 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.224 | 62759 | Marked run 566 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.225 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.227 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.228 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.229 | 56026 | Recursively removing directory: /tmp/git.OBSAnu/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.231 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.231 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.236 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.240 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.242 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.242 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.242 | 62779 | Marked run 567 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.242 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.246 | 62788 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.247 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.248 | 62789 | Added a new worker 9 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.248 | 56025 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.248 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.248 | 56025 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.249 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n6Q0Ro +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.249 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.257 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.258 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.259 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.259 | 62787 | Marked run 568 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.260 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.268 | 56029 | Recursively removing directory: /tmp/git.Ef8ARw/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.269 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.269 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.271 | 62796 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.271 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.274 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.278 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.278 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.279 | 56026 | Recursively removing directory: /tmp/git.n6Q0Ro/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.281 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.281 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.285 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.288 | 62805 | Added a new worker 15 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.288 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.288 | 56025 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.288 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.288 | 56025 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.288 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0B1dW9 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.289 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.293 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.295 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.295 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.296 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.300 | 62804 | Marked run 569 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.301 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.301 | 62808 | Added a new worker 6 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.301 | 56025 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.301 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.301 | 56025 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.302 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.302 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UGYjsq +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.306 | 62806 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.306 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.310 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.313 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.314 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.320 | 62807 | Marked run 570 as finished +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.320 | 56029 | Recursively removing directory: /tmp/git.0B1dW9/ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.321 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.327 | 62817 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.328 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.328 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.329 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.332 | 56026 | Recursively removing directory: /tmp/git.UGYjsq/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.333 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.333 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.336 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.338 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.342 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.342 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.344 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.344 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.352 | 62830 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.352 | 56025 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.352 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.353 | 56025 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.353 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NP2YZ0 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.353 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.353 | 62828 | Added a new worker 14 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.354 | 56025 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.354 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.354 | 56025 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.354 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.354 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w19ofr +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.354 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.360 | 62826 | Marked run 571 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.360 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.361 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.363 | 62829 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.364 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.364 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.366 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.367 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.369 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.370 | 62827 | Marked run 572 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.370 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.380 | 62834 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.380 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.384 | 56029 | Recursively removing directory: /tmp/git.NP2YZ0/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.386 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.386 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.388 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.391 | 62848 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.387 | 56026 | Recursively removing directory: /tmp/git.w19ofr/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.389 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.389 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.392 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.394 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.395 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.397 | 62850 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.397 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.399 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.400 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.404 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.403 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.405 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.408 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.408 | 62856 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.408 | 56025 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.408 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.408 | 56025 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.408 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vJ1Iss +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.409 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.410 | 62854 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.411 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.415 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.416 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.417 | 62855 | Added a new worker 11 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.417 | 56025 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.417 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.417 | 56025 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.418 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ModuG0 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.418 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.423 | 62851 | Marked run 573 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.425 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.426 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.427 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.429 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.431 | 62853 | Marked run 574 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.431 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.434 | 62862 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.435 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.439 | 56029 | Recursively removing directory: /tmp/git.vJ1Iss/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.440 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.440 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.441 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.444 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.447 | 62872 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.448 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 62877 | Added a new worker 10 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56025 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56025 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.448 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.448 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5pBZ9d +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.460 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.458 | 56026 | Recursively removing directory: /tmp/git.ModuG0/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.459 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.459 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.457 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.464 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.465 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.465 | 62878 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.466 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.475 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.479 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.483 | 56029 | Recursively removing directory: /tmp/git.5pBZ9d/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.483 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.483 | 62888 | Added a new worker 16 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.484 | 56025 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.484 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.484 | 56025 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.484 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.486 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.486 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.490 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.492 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ATJYKs +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.495 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.495 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.496 | 62891 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.496 | 56025 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.496 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.496 | 56025 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.497 | 62875 | Marked run 575 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.497 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.498 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NZVMhW +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.498 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.499 | 62889 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.500 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.504 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.506 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.511 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.512 | 62879 | Marked run 576 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.513 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.513 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.513 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.519 | 62890 | Marked run 577 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.519 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.521 | 62894 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.522 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.525 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.527 | 56029 | Recursively removing directory: /tmp/git.NZVMhW/ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.528 | 62907 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.529 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.529 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.529 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.533 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.533 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.538 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.538 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.539 | 62911 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.539 | 56026 | Recursively removing directory: /tmp/git.ATJYKs/ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.540 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.541 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.541 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.548 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.548 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.548 | 62913 | Added a new worker 14 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.548 | 56025 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.548 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.549 | 56025 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.549 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.552 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.552 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oWBVUQ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.552 | 62917 | Added a new worker 15 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.553 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.552 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.553 | 56025 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.553 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.553 | 56025 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.554 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kcm4ec +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.565 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.565 | 62912 | Marked run 579 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.566 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.566 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.571 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.571 | 62915 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.572 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.574 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.576 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.576 | 62916 | Marked run 578 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.576 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.582 | 62927 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.582 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.584 | 56029 | Recursively removing directory: /tmp/git.oWBVUQ/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.585 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.585 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.590 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.595 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.596 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.597 | 62936 | Added a new worker 13 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.597 | 56025 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.597 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.597 | 56025 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.597 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.597 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.602 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rPyQfS +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.607 | 62937 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.608 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.610 | 56026 | Recursively removing directory: /tmp/git.Kcm4ec/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.611 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.611 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.613 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.614 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.616 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.619 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.621 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.621 | 62935 | Marked run 580 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.622 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.622 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.622 | 62942 | Added a new worker 7 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.622 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.622 | 56025 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.622 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.623 | 56025 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.623 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TsNvJp +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.634 | 62941 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.635 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.633 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.637 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.641 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.641 | 62939 | Marked run 581 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.642 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.645 | 62949 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.646 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.651 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.653 | 62954 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.654 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.649 | 56029 | Recursively removing directory: /tmp/git.rPyQfS/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.650 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.650 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.656 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.660 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.661 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.662 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.667 | 62963 | Added a new worker 13 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.667 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.667 | 56025 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.667 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.667 | 56025 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.668 | 56026 | Recursively removing directory: /tmp/git.TsNvJp/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.670 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kuaSVt +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.670 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.670 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.675 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.675 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.675 | 62962 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.677 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.677 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.680 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.681 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 62968 | Added a new worker 15 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 56025 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 56025 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.682 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.683 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gx8lCy +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.688 | 62959 | Marked run 582 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.688 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.693 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.693 | 62967 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.694 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.695 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.697 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.703 | 62964 | Marked run 583 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.703 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.706 | 62973 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.706 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.714 | 56026 | Recursively removing directory: /tmp/git.gx8lCy/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.710 | 56029 | Recursively removing directory: /tmp/git.kuaSVt/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.711 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.711 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.715 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.715 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.717 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.720 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.722 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.723 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.724 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.725 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.726 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.728 | 62988 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.728 | 56025 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.728 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.728 | 56025 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 62989 | Added a new worker 18 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 56025 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.729 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MPT1bj +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 56025 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.729 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.730 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5QXTVp +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.732 | 62987 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.733 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.738 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.739 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.739 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.740 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.747 | 62985 | Marked run 584 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.747 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.748 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.752 | 62986 | Marked run 585 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.752 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.754 | 62995 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.755 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.763 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.766 | 63007 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.762 | 56026 | Recursively removing directory: /tmp/git.5QXTVp/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.763 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.763 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.767 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.767 | 56029 | Recursively removing directory: /tmp/git.MPT1bj/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.768 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.768 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.772 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.772 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.772 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.773 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.775 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.777 | 63012 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.778 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.778 | 63010 | Added a new worker 12 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.780 | 56025 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.780 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.780 | 56025 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.780 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.781 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7f8Pyg +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.779 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.784 | 63014 | Added a new worker 8 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.784 | 56025 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.784 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.784 | 56025 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.784 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.785 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wSmcWs +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.789 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.790 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.790 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.791 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.795 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.799 | 63011 | Marked run 586 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.799 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.805 | 63009 | Marked run 587 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.811 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.810 | 56026 | Recursively removing directory: /tmp/git.7f8Pyg/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.811 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.811 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.820 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.822 | 63017 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.823 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.826 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.825 | 56029 | Recursively removing directory: /tmp/git.wSmcWs/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.826 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.826 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.829 | 63032 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.829 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.832 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.832 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.837 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.833 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.838 | 63036 | Added a new worker 15 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.838 | 56025 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.838 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.838 | 56025 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.838 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nfei1U +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.839 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.839 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.839 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.843 | 63037 | Added a new worker 16 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.843 | 56025 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.843 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.843 | 56025 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.843 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.843 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A09F5D +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.844 | 63035 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.845 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.844 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.847 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.850 | 63030 | Marked run 588 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.851 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.852 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.853 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.857 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.863 | 63034 | Marked run 589 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.863 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.865 | 63042 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.866 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.867 | 56026 | Recursively removing directory: /tmp/git.nfei1U/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.868 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.868 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.873 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.875 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.878 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.881 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.881 | 63054 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.883 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.885 | 63057 | Added a new worker 8 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.885 | 56025 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.885 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.885 | 56025 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.887 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.886 | 56029 | Recursively removing directory: /tmp/git.A09F5D/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.888 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.888 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.886 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vGDR7G +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.891 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.892 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.892 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.898 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.900 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.900 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.901 | 63062 | Added a new worker 15 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.901 | 56025 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.901 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.901 | 56025 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.901 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BRjdKt +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.905 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.908 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.909 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.910 | 63053 | Marked run 590 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.911 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.912 | 63061 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.913 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.915 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.917 | 63059 | Marked run 591 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.917 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.919 | 63070 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.919 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.922 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.929 | 56026 | Recursively removing directory: /tmp/git.vGDR7G/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.930 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.930 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.930 | 56029 | Recursively removing directory: /tmp/git.BRjdKt/ +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.931 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.931 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.932 | 63079 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.935 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.936 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.937 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.939 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.939 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.943 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.944 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.946 | 63083 | Added a new worker 17 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.946 | 56025 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.946 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.946 | 56025 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.947 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.947 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v8N1mG +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.948 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.951 | 63085 | Added a new worker 10 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.952 | 56025 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.952 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.952 | 56025 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.952 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.952 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XXZy7k +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.955 | 56026 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.957 | 63080 | Marked run 592 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.958 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.957 | 56026 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.960 | 56029 | Checking out revision HEAD +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.961 | 56029 | Going to run: ./ci +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.963 | 63082 | Marked run 593 as finished +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.963 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.964 | 63084 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.965 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.969 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.971 | 63099 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.972 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.974 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.983 | 56029 | Recursively removing directory: /tmp/git.XXZy7k/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.978 | 56026 | Recursively removing directory: /tmp/git.v8N1mG/ +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.980 | 56026 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.980 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.979 | 63103 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.979 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.984 | 56029 | Process exit code: 0 +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.984 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.988 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.989 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.990 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.992 | 56026 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56029/cimple-worker: 2023-08-28 07:33:18.993 | 56029 | Waiting for a new command +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.993 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.994 | 56023 | Waiting for new connections +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.994 | 63107 | Added a new worker 16 to the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.995 | 56025 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.995 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.995 | 56025 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:18 | INFO | 56026/cimple-worker: 2023-08-28 07:33:18.995 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QQOiMJ +2023-08-28 07:33:18 | INFO | 56023/cimple-server: 2023-08-28 07:33:18.997 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.000 | 63109 | Added a new worker 10 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.000 | 56025 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.000 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.000 | 56025 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.000 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vfEBXS +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.001 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.002 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.005 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.007 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.008 | 63108 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.010 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.008 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.013 | 63106 | Marked run 595 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.014 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.017 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.018 | 63105 | Marked run 594 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.018 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.020 | 63118 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.020 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.024 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.028 | 56026 | Recursively removing directory: /tmp/git.QQOiMJ/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.029 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.029 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.038 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.038 | 56029 | Recursively removing directory: /tmp/git.vfEBXS/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.039 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.039 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AtCzmZ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.040 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.040 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.039 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.039 | 63129 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.039 | 56025 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.039 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.039 | 56025 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.041 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.045 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.046 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.048 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.050 | 63127 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.051 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.059 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.060 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.060 | 63135 | Added a new worker 11 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.060 | 56025 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.060 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.061 | 56025 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.064 | 63128 | Marked run 596 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.064 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.061 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k5G0Rn +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.064 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.067 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.071 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.072 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.073 | 63130 | Marked run 597 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.074 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.075 | 63138 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.076 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.079 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.081 | 56026 | Recursively removing directory: /tmp/git.AtCzmZ/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.082 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.082 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.087 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.088 | 63144 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.088 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.094 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.092 | 56029 | Recursively removing directory: /tmp/git.k5G0Rn/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.094 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.094 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.099 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.100 | 63152 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.100 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.101 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.101 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.105 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.108 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.105 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.111 | 63155 | Added a new worker 17 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.111 | 56025 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.111 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.111 | 56025 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.112 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.112 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L6w9cF +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.112 | 63156 | Added a new worker 6 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.113 | 56025 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.113 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.113 | 56025 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.114 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.114 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AmDNNx +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.119 | 63150 | Marked run 598 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.119 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.122 | 63157 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.123 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.124 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.125 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.126 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.127 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.127 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.130 | 63153 | Marked run 599 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.130 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.134 | 63160 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.134 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.138 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.142 | 56029 | Recursively removing directory: /tmp/git.AmDNNx/ +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.142 | 63173 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.144 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.144 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.144 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.148 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.153 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.153 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.154 | 63178 | Added a new worker 10 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.154 | 56025 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.154 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.154 | 56025 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.155 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0oZme3 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.155 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.159 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.160 | 56026 | Recursively removing directory: /tmp/git.L6w9cF/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.161 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.162 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.162 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.163 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.166 | 63179 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.167 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.168 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.171 | 63177 | Marked run 601 as finished +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.172 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.173 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.173 | 63184 | Added a new worker 8 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.174 | 56025 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.174 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.174 | 56025 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.175 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.173 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.174 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8aoJsK +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.179 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.180 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.182 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.188 | 63182 | Marked run 600 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.188 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.191 | 63187 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.191 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.193 | 56029 | Recursively removing directory: /tmp/git.0oZme3/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.195 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.195 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.195 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.197 | 63199 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.198 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.199 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.202 | 56026 | Recursively removing directory: /tmp/git.8aoJsK/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.203 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.203 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.206 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.207 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.207 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.208 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.212 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.212 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.212 | 63203 | Added a new worker 17 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 63205 | Added a new worker 18 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56025 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 63202 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.213 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.214 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d1E4lp +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.214 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nbnt0B +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.222 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.223 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.224 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.225 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.226 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.233 | 63201 | Marked run 602 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.234 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.236 | 63208 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.237 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.242 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.243 | 63204 | Marked run 603 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.243 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.248 | 63223 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.250 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.246 | 56029 | Recursively removing directory: /tmp/git.d1E4lp/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.247 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.247 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.253 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.258 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.260 | 56026 | Recursively removing directory: /tmp/git.Nbnt0B/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.261 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.262 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.262 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.262 | 63226 | Added a new worker 10 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.263 | 56025 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.263 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.263 | 56025 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.263 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jhEufr +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.264 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.270 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.272 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.272 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.273 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.278 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.278 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.280 | 63230 | Added a new worker 15 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.281 | 56025 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.281 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.281 | 56025 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.281 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.281 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CpZl43 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.282 | 63225 | Marked run 604 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.283 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.285 | 63227 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.285 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.287 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.288 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.291 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.295 | 63228 | Marked run 605 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.296 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.297 | 63235 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.298 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.306 | 56029 | Recursively removing directory: /tmp/git.jhEufr/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.307 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.307 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.312 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.318 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.319 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.320 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.320 | 63249 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.320 | 56025 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.320 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.321 | 56025 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.321 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SwFGpo +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.322 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.324 | 56026 | Recursively removing directory: /tmp/git.CpZl43/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.325 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.325 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.328 | 63248 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.329 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.329 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.330 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.331 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.336 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.337 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.343 | 63253 | Added a new worker 15 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.343 | 56025 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.343 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.343 | 56025 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.343 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.343 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.344 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yIvtom +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.345 | 63247 | Marked run 606 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.346 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.353 | 63254 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.354 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.354 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.357 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.360 | 63250 | Marked run 607 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.361 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.362 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.368 | 63263 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.369 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.367 | 56029 | Recursively removing directory: /tmp/git.SwFGpo/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.369 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.369 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.373 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.379 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.381 | 56026 | Recursively removing directory: /tmp/git.yIvtom/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.383 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.383 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.388 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 63272 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56025 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56025 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.389 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.390 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Amq0q +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.393 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.393 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.393 | 63275 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.393 | 56025 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.393 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.394 | 56025 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.394 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xzXt8J +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.394 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.400 | 63271 | Marked run 608 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.400 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.400 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.401 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.402 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.404 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.405 | 63273 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.405 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.409 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.415 | 63274 | Marked run 609 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.415 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.417 | 63280 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.418 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.422 | 56029 | Recursively removing directory: /tmp/git.1Amq0q/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.423 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.423 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.425 | 56026 | Recursively removing directory: /tmp/git.xzXt8J/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.426 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.426 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.426 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.430 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.431 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.435 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.435 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.436 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.435 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 63296 | Added a new worker 17 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 56025 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 56025 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.437 | 63293 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.438 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.438 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vZ4Qv9 +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.443 | 63297 | Added a new worker 6 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.444 | 56025 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.444 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.444 | 56025 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.444 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uUZ0xc +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.448 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.449 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.450 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.450 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.449 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.451 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.457 | 63295 | Marked run 610 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.458 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.460 | 63299 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.461 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.467 | 63294 | Marked run 611 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.467 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.468 | 56026 | Recursively removing directory: /tmp/git.uUZ0xc/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.469 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.469 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.473 | 56029 | Recursively removing directory: /tmp/git.vZ4Qv9/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.475 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.475 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.476 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.478 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.478 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.480 | 63315 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.480 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.481 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.485 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.487 | 63317 | Added a new worker 15 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.487 | 56025 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.487 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.487 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.487 | 56025 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.488 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QwdQND +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.489 | 63320 | Added a new worker 12 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.489 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.489 | 56025 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.489 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.489 | 56025 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.489 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.493 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.495 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3xH47w +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.494 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.497 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.498 | 63316 | Marked run 613 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.498 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.504 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.505 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.505 | 63318 | Marked run 612 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.507 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.517 | 63322 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.518 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.519 | 56026 | Recursively removing directory: /tmp/git.QwdQND/ +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.521 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.520 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.520 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.524 | 63335 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.524 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.525 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.530 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.531 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.532 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.533 | 56029 | Recursively removing directory: /tmp/git.3xH47w/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.534 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.534 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.535 | 63341 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.535 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.535 | 56025 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.535 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.535 | 56025 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.536 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Oc2XJ +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.539 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.539 | 63340 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.541 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.544 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.545 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.546 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.546 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.551 | 63339 | Marked run 614 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.551 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.552 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.552 | 63345 | Added a new worker 8 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.552 | 56025 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.552 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.552 | 56025 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.553 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VbTTPo +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.553 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.561 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.566 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.566 | 63346 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.567 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.573 | 63342 | Marked run 615 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.574 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.573 | 56026 | Recursively removing directory: /tmp/git.3Oc2XJ/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.574 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.574 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.579 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.579 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.591 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.591 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.591 | 63363 | Added a new worker 14 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.591 | 56025 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.591 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.591 | 56025 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.592 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.saEOrP +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.593 | 63361 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.593 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.595 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.595 | 56029 | Recursively removing directory: /tmp/git.VbTTPo/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.597 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.597 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.601 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.603 | 63362 | Marked run 616 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.603 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.603 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.604 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.605 | 63365 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.606 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 63370 | Added a new worker 8 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.609 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 56025 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.609 | 56025 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.610 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wHGLL8 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.611 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.614 | 63371 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.615 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.623 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.625 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.626 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.630 | 56026 | Recursively removing directory: /tmp/git.saEOrP/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.632 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.632 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.636 | 63377 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.636 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.636 | 63367 | Marked run 617 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.637 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.638 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.642 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.644 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.646 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.647 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.642 | 56029 | Recursively removing directory: /tmp/git.wHGLL8/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.643 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.643 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.651 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.651 | 63388 | Added a new worker 16 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.651 | 56025 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.651 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.651 | 56025 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.651 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.652 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.652 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x4Wbfj +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.653 | 63391 | Added a new worker 8 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.653 | 56025 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.653 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.653 | 56025 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.653 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.653 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dL09Jq +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.655 | 63389 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.656 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.660 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.662 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.661 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.664 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.666 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.667 | 63387 | Marked run 618 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.667 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.675 | 63390 | Marked run 619 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.675 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.676 | 63395 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.677 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.683 | 56029 | Recursively removing directory: /tmp/git.dL09Jq/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.684 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.684 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.686 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.688 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.690 | 56026 | Recursively removing directory: /tmp/git.x4Wbfj/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.692 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.692 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.692 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.693 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.695 | 63409 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.695 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.698 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.702 | 63411 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.702 | 56025 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.702 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.702 | 56025 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.702 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ky8QRU +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.703 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.706 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.707 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.707 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.708 | 63415 | Added a new worker 16 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.708 | 56025 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.708 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.708 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.708 | 56025 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.710 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.710 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.711 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AxUi2M +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.713 | 63410 | Marked run 621 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.713 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.717 | 63414 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.717 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.722 | 63412 | Marked run 620 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.722 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.725 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.726 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.734 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.736 | 56029 | Recursively removing directory: /tmp/git.Ky8QRU/ +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.739 | 63431 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.740 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.738 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.738 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.743 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.746 | 56026 | Recursively removing directory: /tmp/git.AxUi2M/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.747 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.747 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.747 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.747 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.751 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.753 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.757 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.760 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.760 | 63434 | Added a new worker 17 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.763 | 56025 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.763 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.763 | 56025 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.763 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.764 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TA1HNC +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.765 | 63437 | Added a new worker 9 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.766 | 56025 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.766 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.766 | 56025 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.766 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3f2T2E +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.767 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.770 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.771 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.771 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.772 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.777 | 63433 | Marked run 622 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.777 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.780 | 63436 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.780 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.786 | 63435 | Marked run 623 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.786 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.787 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.789 | 56029 | Recursively removing directory: /tmp/git.TA1HNC/ +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.790 | 63448 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.791 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.790 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.790 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.793 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.795 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.796 | 63455 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.797 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.801 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.801 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.802 | 56026 | Recursively removing directory: /tmp/git.3f2T2E/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.804 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.804 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.805 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 63458 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 56025 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 56025 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.807 | 63459 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.808 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WcfEoe +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.808 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.810 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.816 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.817 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.816 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.819 | 63462 | Added a new worker 15 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.819 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.819 | 56025 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.819 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.819 | 56025 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.821 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.820 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wQMu49 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.822 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.823 | 63456 | Marked run 624 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.823 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.826 | 63463 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.827 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.833 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.834 | 63461 | Marked run 625 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.835 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.835 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.835 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.841 | 63472 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.842 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.845 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.845 | 56029 | Recursively removing directory: /tmp/git.WcfEoe/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.847 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.847 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.849 | 63479 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.849 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.851 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.852 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.855 | 63484 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.856 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.857 | 63486 | Added a new worker 12 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.857 | 56025 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.857 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.857 | 56025 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.858 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.856 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.858 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Out2y6 +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.860 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.863 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.864 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.866 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.868 | 56026 | Recursively removing directory: /tmp/git.wQMu49/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.869 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.869 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.874 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.874 | 63483 | Marked run 626 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.874 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.878 | 63488 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.879 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.880 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.880 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.880 | 63497 | Added a new worker 8 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.880 | 56025 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.880 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.880 | 56025 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.881 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8P2PSA +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.882 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.885 | 56029 | Recursively removing directory: /tmp/git.Out2y6/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.886 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.886 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.892 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.893 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.894 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.895 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.897 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.897 | 63495 | Marked run 627 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.900 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.901 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.902 | 63498 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.902 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.903 | 63501 | Added a new worker 6 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.903 | 56025 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.903 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.904 | 56025 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.904 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4EYDwA +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.905 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.910 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.911 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.912 | 63499 | Marked run 628 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.912 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.913 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.916 | 63504 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.916 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.927 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.925 | 56026 | Recursively removing directory: /tmp/git.8P2PSA/ +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.926 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.926 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.932 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.936 | 63513 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.937 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.937 | 56026 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.937 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.942 | 56029 | Recursively removing directory: /tmp/git.4EYDwA/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.944 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.944 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.948 | 63521 | Added a new worker 13 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.948 | 56025 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.948 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.948 | 56025 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.949 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.949 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.949 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FVzw41 +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.956 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.956 | 56029 | Waiting for a new command +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.957 | 63524 | Added a new worker 15 to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.957 | 56025 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.957 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.957 | 56025 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.959 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IjFtEi +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.960 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.963 | 63517 | Marked run 629 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.963 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.969 | 56026 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.968 | 63523 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.968 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.970 | 56026 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.974 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.974 | 56029 | Checking out revision HEAD +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.976 | 56029 | Going to run: ./ci +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.978 | 63522 | Marked run 630 as finished +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.979 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.980 | 63527 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.981 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.984 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.988 | 63538 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.988 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.991 | 56026 | Recursively removing directory: /tmp/git.FVzw41/ +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.995 | 56023 | Waiting for new connections +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.993 | 56026 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56026/cimple-worker: 2023-08-28 07:33:19.993 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.996 | 56029 | Recursively removing directory: /tmp/git.IjFtEi/ +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.997 | 56029 | Process exit code: 0 +2023-08-28 07:33:19 | INFO | 56029/cimple-worker: 2023-08-28 07:33:19.997 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:19 | INFO | 56023/cimple-server: 2023-08-28 07:33:19.998 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.002 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 63547 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 56025 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.002 | 56025 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.003 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.003 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XqzwB4 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.004 | 63544 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.005 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.010 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.012 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.013 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.015 | 63549 | Added a new worker 13 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.016 | 56025 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.016 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.016 | 56025 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.016 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.016 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.017 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7dKsdo +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.022 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.023 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.025 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.028 | 63545 | Marked run 631 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.028 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.032 | 63546 | Marked run 632 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.032 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.036 | 63558 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.033 | 56026 | Recursively removing directory: /tmp/git.XqzwB4/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.035 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.035 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.036 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.045 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.041 | 56029 | Recursively removing directory: /tmp/git.7dKsdo/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.042 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.042 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.048 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.048 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.049 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.049 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.051 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.051 | 63567 | Added a new worker 17 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.051 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.051 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.052 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mgi8Rw +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.052 | 56025 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.052 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.052 | 56025 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.055 | 63570 | Added a new worker 8 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.056 | 56025 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.056 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.056 | 56025 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.056 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.056 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ByGRXf +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.058 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.059 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.058 | 63569 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.061 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.064 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.065 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.066 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.073 | 63566 | Marked run 633 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.073 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.076 | 63574 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.077 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.083 | 56026 | Recursively removing directory: /tmp/git.Mgi8Rw/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.085 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.085 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.084 | 63568 | Marked run 634 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.089 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.090 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.092 | 56029 | Recursively removing directory: /tmp/git.ByGRXf/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.094 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.094 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.095 | 63588 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.096 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.100 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.104 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.104 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.104 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.107 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.108 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.108 | 63593 | Added a new worker 17 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.108 | 56025 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.108 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.108 | 56025 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.108 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K7FeDp +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.109 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.109 | 63592 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.109 | 56025 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.109 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.109 | 56025 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.110 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.110 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4s2woo +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.116 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.116 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.117 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.119 | 63589 | Marked run 635 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.120 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.121 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.126 | 63594 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.126 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.129 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.131 | 63591 | Marked run 636 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.132 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.134 | 63604 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.134 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.141 | 56026 | Recursively removing directory: /tmp/git.K7FeDp/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.142 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.142 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.145 | 56029 | Recursively removing directory: /tmp/git.4s2woo/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.146 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.147 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.148 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.150 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.151 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.155 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.156 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.156 | 63615 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.156 | 56025 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.156 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.156 | 56025 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.157 | 63612 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.158 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.158 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.159 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.159 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.160 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I0ZhMf +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.162 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.163 | 63617 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.163 | 56025 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.163 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.163 | 56025 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.163 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z9cDNJ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.164 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.169 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.170 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.172 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.173 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.183 | 63618 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.183 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.188 | 63614 | Marked run 638 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.189 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.193 | 63613 | Marked run 637 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.193 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.196 | 63630 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.197 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.198 | 56029 | Recursively removing directory: /tmp/git.I0ZhMf/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.199 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.199 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.203 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.204 | 56026 | Recursively removing directory: /tmp/git.z9cDNJ/ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.207 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.208 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.206 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.206 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.210 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.210 | 63637 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.216 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.216 | 56025 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.216 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.216 | 56025 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.217 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fVTZjp +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.217 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.217 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.218 | 63640 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.219 | 56025 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.219 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.219 | 56025 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.220 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.217 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.220 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XIrZcP +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.223 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.224 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.228 | 63636 | Marked run 639 as finished +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.228 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.229 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.231 | 63639 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.231 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.232 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.235 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.237 | 63638 | Marked run 640 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.238 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.240 | 63645 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.241 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.244 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.247 | 63658 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.248 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.251 | 56029 | Recursively removing directory: /tmp/git.fVTZjp/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.253 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.253 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.257 | 56026 | Recursively removing directory: /tmp/git.XIrZcP/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.258 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.258 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.259 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.261 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.262 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.265 | 63660 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.266 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.267 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.267 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.268 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.268 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.269 | 63664 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.269 | 56025 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.269 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.269 | 56025 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.269 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.270 | 63665 | Added a new worker 6 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.270 | 56025 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.270 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.270 | 56025 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.270 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qiR2fh +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.271 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.273 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OdpQgK +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.279 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.281 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.281 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.283 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.286 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.293 | 63661 | Marked run 641 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.294 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.296 | 63666 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.297 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.305 | 63662 | Marked run 642 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.306 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.307 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.305 | 56026 | Recursively removing directory: /tmp/git.OdpQgK/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.307 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.307 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.309 | 56029 | Recursively removing directory: /tmp/git.qiR2fh/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.310 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.310 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.311 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.315 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.315 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.316 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.321 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.321 | 63685 | Added a new worker 17 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.321 | 56025 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.321 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.321 | 56025 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.322 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 63686 | Added a new worker 13 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 56025 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 56025 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.322 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.323 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xDOHk1 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.324 | 63682 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.325 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.324 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kB3I9q +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.330 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.333 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.333 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.336 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.337 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.341 | 63683 | Marked run 643 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.341 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.346 | 63684 | Marked run 644 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.346 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.348 | 63688 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.349 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.353 | 56026 | Recursively removing directory: /tmp/git.xDOHk1/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.354 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.354 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.356 | 56029 | Recursively removing directory: /tmp/git.kB3I9q/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.357 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.357 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.359 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.362 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.363 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 63706 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 56025 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.364 | 56025 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.364 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QjYk1r +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.369 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.369 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.372 | 63707 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.373 | 56025 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.373 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.373 | 56025 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.373 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RuWuT2 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.374 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.375 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.377 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.377 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.382 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.385 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.388 | 63705 | Marked run 646 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.389 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.396 | 63704 | Marked run 645 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.397 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.401 | 63708 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.402 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.407 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.411 | 56029 | Recursively removing directory: /tmp/git.RuWuT2/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.408 | 56026 | Recursively removing directory: /tmp/git.QjYk1r/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.410 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.410 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.413 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.413 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.416 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.418 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.420 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.422 | 63724 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.422 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.423 | 63727 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.423 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.423 | 56025 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.423 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.423 | 56025 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.424 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.424 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ehSBOM +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.425 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.425 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.427 | 63729 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.430 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.430 | 56025 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.430 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.430 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.430 | 56025 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.430 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O54S8N +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.435 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.435 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.436 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.436 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.442 | 63730 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.443 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.453 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.458 | 63726 | Marked run 648 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.459 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.460 | 56026 | Recursively removing directory: /tmp/git.ehSBOM/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.461 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.461 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.465 | 56029 | Recursively removing directory: /tmp/git.O54S8N/ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.466 | 63725 | Marked run 647 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.466 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.468 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.468 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.471 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 63748 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56025 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56025 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.472 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.473 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0gn8KK +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.478 | 63746 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.478 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.479 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.480 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.480 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.481 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.484 | 63751 | Added a new worker 10 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.485 | 56025 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.485 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.485 | 56025 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.485 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D50JYR +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.485 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.491 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.494 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.496 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.498 | 63747 | Marked run 649 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.498 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.506 | 63749 | Marked run 650 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.507 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.509 | 56026 | Recursively removing directory: /tmp/git.0gn8KK/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.511 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.511 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.514 | 56029 | Recursively removing directory: /tmp/git.D50JYR/ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.514 | 63754 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.515 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.515 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.515 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.518 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.519 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.522 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.524 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.528 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.528 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.528 | 63770 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.529 | 56025 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.529 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.529 | 56025 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.529 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.529 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.be0eRZ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.531 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.531 | 63771 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.534 | 56025 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.534 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.534 | 56025 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.534 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.534 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rC1jMg +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.540 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.541 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.541 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.542 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.544 | 63769 | Marked run 652 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.545 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.549 | 63768 | Marked run 651 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.549 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.551 | 63772 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.552 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.557 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.563 | 56026 | Recursively removing directory: /tmp/git.be0eRZ/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.564 | 56029 | Recursively removing directory: /tmp/git.rC1jMg/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.565 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.565 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.565 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.565 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.569 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.570 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.573 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.573 | 63788 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.573 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.574 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.575 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.576 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.580 | 63791 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.581 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4JGu0L +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 63793 | Added a new worker 8 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.581 | 56025 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.582 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oFFJgM +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.583 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.585 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.586 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.587 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.588 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.589 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.594 | 63790 | Marked run 654 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.595 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.597 | 63794 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.599 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.602 | 63789 | Marked run 653 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.602 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.603 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.605 | 63810 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.606 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.612 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.610 | 56029 | Recursively removing directory: /tmp/git.oFFJgM/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.611 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.611 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.614 | 63812 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.615 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.621 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.622 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.623 | 56026 | Recursively removing directory: /tmp/git.4JGu0L/ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.625 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.628 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.625 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.625 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.629 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.631 | 63815 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.632 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.634 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.634 | 63816 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.634 | 56025 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.634 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.634 | 56025 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.635 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mf8RKC +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.635 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.639 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.634 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.641 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.642 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.644 | 63819 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.644 | 56025 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.644 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.644 | 56025 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.645 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.645 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CxpNFQ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.649 | 63814 | Marked run 656 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.652 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.653 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.654 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.658 | 63821 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.660 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.665 | 56029 | Recursively removing directory: /tmp/git.mf8RKC/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.667 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.667 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.670 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.670 | 63817 | Marked run 655 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.670 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.672 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.675 | 56026 | Recursively removing directory: /tmp/git.CxpNFQ/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.678 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.678 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.678 | 63836 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.679 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.680 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.680 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.683 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.687 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.688 | 63839 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.688 | 56025 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.688 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.688 | 56025 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.688 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QkeI7o +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.688 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.689 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.691 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.692 | 63841 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.692 | 56025 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.692 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.692 | 56025 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.693 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XhmFUZ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.694 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.699 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.702 | 63842 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.702 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.703 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.703 | 63837 | Marked run 657 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.704 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.704 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.705 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.706 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.716 | 63840 | Marked run 658 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.717 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.719 | 63846 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.719 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.722 | 56029 | Recursively removing directory: /tmp/git.QkeI7o/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.724 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.724 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.725 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.729 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.731 | 56026 | Recursively removing directory: /tmp/git.XhmFUZ/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.733 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.733 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.735 | 63860 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.735 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.738 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.742 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.742 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.745 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.745 | 63864 | Added a new worker 14 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.745 | 56025 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.745 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.745 | 56025 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.745 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HpRFzN +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.746 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.746 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.747 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.749 | 63866 | Added a new worker 11 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.750 | 56025 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.750 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.750 | 56025 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.750 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LN5eC8 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.751 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.754 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.755 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.756 | 63865 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.756 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.759 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.761 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.762 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.769 | 63870 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.769 | 63861 | Marked run 659 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.769 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.773 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.776 | 63863 | Marked run 660 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.777 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.779 | 56026 | Recursively removing directory: /tmp/git.HpRFzN/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.780 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.780 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.785 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.789 | 56029 | Recursively removing directory: /tmp/git.LN5eC8/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.790 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.790 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.792 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.795 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.796 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.796 | 63886 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.796 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.797 | 56025 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.797 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.797 | 56025 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.797 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lkx3q7 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.797 | 63879 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.798 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.801 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.801 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.803 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.806 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.806 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.807 | 63889 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.807 | 56025 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.807 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.807 | 56025 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.807 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.808 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZlIjMy +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.811 | 63885 | Marked run 661 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.812 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.817 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.817 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.819 | 63890 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.820 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.825 | 63887 | Marked run 662 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.826 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.827 | 56026 | Recursively removing directory: /tmp/git.Lkx3q7/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.828 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.828 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.831 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.833 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.836 | 63906 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.837 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.837 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.840 | 63909 | Added a new worker 6 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.840 | 56025 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.840 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.840 | 56025 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.841 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j5kgZt +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.843 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.844 | 56029 | Recursively removing directory: /tmp/git.ZlIjMy/ +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.846 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.846 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.848 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.847 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.852 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.852 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.856 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.859 | 63913 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.859 | 56025 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.859 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.859 | 56025 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.859 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.856 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.859 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qEjdag +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.864 | 63907 | Marked run 663 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.864 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.869 | 63910 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.870 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.873 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.874 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.876 | 56026 | Recursively removing directory: /tmp/git.j5kgZt/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.878 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.878 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.879 | 63911 | Marked run 664 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.880 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.882 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.883 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.886 | 63923 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.886 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.888 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.892 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.892 | 63929 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.893 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.893 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.893 | 56025 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.893 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.893 | 56025 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.893 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kmMVtu +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.900 | 56026 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.904 | 56026 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.905 | 56029 | Recursively removing directory: /tmp/git.qEjdag/ +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.906 | 63924 | Marked run 665 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.907 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.907 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.907 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.909 | 63932 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.909 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.912 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.916 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.916 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 63936 | Added a new worker 12 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 56025 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.918 | 56025 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.918 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oLDcTu +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.925 | 56029 | Checking out revision HEAD +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.926 | 56029 | Going to run: ./ci +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.926 | 63937 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.927 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.930 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.933 | 63935 | Marked run 666 as finished +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.933 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.936 | 63942 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.937 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.939 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.942 | 56026 | Recursively removing directory: /tmp/git.kmMVtu/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.943 | 56026 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.943 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.942 | 63950 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.943 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.946 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.948 | 63952 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.949 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.949 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.954 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.957 | 56026 | Waiting for a new command +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.959 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.960 | 63955 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.960 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.967 | 63960 | Added a new worker 9 to the queue +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.967 | 56029 | Recursively removing directory: /tmp/git.oLDcTu/ +2023-08-28 07:33:20 | INFO | 56026/cimple-worker: 2023-08-28 07:33:20.968 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TaNJIM +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.967 | 56025 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.967 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.967 | 56025 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.969 | 56029 | Process exit code: 0 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.969 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.977 | 56029 | Waiting for a new command +2023-08-28 07:33:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.984 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.984 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.984 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.984 | 56023 | Waiting for new connections +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.985 | 63963 | Added a new worker 15 to the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.985 | 56025 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.985 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.985 | 56025 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:20 | INFO | 56029/cimple-worker: 2023-08-28 07:33:20.985 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V6Tyig +2023-08-28 07:33:20 | INFO | 56023/cimple-server: 2023-08-28 07:33:20.985 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.029 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.030 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.034 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.035 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.038 | 63964 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.038 | 63954 | Marked run 667 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.039 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.043 | 63962 | Marked run 668 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.043 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.045 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.046 | 56026 | Recursively removing directory: /tmp/git.TaNJIM/ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.048 | 63976 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.048 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.048 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.049 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.053 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.057 | 56029 | Recursively removing directory: /tmp/git.V6Tyig/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.058 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.058 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.058 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.060 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.062 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.066 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.068 | 63983 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.068 | 56025 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.068 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.068 | 56025 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.069 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3bl7Rm +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.069 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.071 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.071 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.072 | 63986 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.072 | 56025 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.072 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.072 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.072 | 56025 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.073 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d793AJ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.075 | 63984 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.077 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.078 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.080 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.083 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.086 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.088 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.089 | 63982 | Marked run 669 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.089 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.091 | 63989 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.092 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.095 | 63985 | Marked run 670 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.095 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.096 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.099 | 63995 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.100 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.104 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.104 | 56026 | Recursively removing directory: /tmp/git.3bl7Rm/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.105 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.105 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.107 | 64004 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.109 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.111 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.111 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.114 | 64007 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.115 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.115 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.115 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.120 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.120 | 64011 | Added a new worker 12 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.121 | 56025 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.121 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.121 | 56025 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.121 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vnMczt +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.121 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.128 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.129 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.131 | 56029 | Recursively removing directory: /tmp/git.d793AJ/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.132 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.132 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.136 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.137 | 64006 | Marked run 671 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.138 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.140 | 64012 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.140 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.141 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.141 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.141 | 64017 | Added a new worker 8 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.141 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.142 | 56025 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.142 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.142 | 56025 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.142 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q08vk0 +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.147 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.151 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.152 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.155 | 64015 | Marked run 672 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.156 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.159 | 64019 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.160 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.163 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.164 | 56026 | Recursively removing directory: /tmp/git.vnMczt/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.166 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.166 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.172 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.175 | 56029 | Recursively removing directory: /tmp/git.q08vk0/ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.175 | 64032 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.178 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.180 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.180 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.181 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.183 | 64035 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.184 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.187 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.187 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 64038 | Added a new worker 12 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 56025 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 56025 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.188 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.189 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.191 | 64037 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.191 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.192 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k2Kpmt +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.195 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.198 | 64041 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.198 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.199 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.202 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.204 | 64043 | Added a new worker 11 to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.204 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.204 | 56025 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.204 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.204 | 56025 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.205 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wLjlCz +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.205 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.205 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.210 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.210 | 64033 | Marked run 673 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.210 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.213 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.217 | 64046 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.217 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.216 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.221 | 56026 | Recursively removing directory: /tmp/git.k2Kpmt/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.222 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.222 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.225 | 64039 | Marked run 674 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.226 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.227 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.230 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.230 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.231 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.232 | 64057 | Added a new worker 12 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.232 | 56025 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.232 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.232 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.232 | 56025 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.232 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DNT7CD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.239 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.239 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.242 | 64056 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.242 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.249 | 56029 | Recursively removing directory: /tmp/git.wLjlCz/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.250 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.250 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.254 | 64055 | Marked run 675 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.254 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.256 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.259 | 56026 | Recursively removing directory: /tmp/git.DNT7CD/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.261 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.261 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.261 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.262 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.262 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.264 | 64072 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.266 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.267 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.269 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.271 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.271 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.272 | 64077 | Added a new worker 17 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.272 | 56025 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.272 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.272 | 56025 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.272 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.273 | 64076 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.274 | 64073 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.274 | 56025 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.274 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.274 | 56025 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.274 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.153nXx +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.274 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mQFjBI +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.276 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.276 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.280 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.281 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.283 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.293 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.293 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.297 | 64071 | Marked run 676 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.298 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.299 | 56029 | Recursively removing directory: /tmp/git.153nXx/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.301 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.301 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.305 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.305 | 64080 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.307 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.312 | 64074 | Marked run 677 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.312 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.313 | 56026 | Recursively removing directory: /tmp/git.mQFjBI/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.314 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.314 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.313 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.316 | 64096 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.317 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.318 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.319 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.319 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.324 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.324 | 64098 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.324 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.325 | 56025 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.325 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.325 | 56025 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.325 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G87rho +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.328 | 64100 | Added a new worker 8 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.329 | 56025 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.329 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.329 | 56025 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.328 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.329 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1PAfDq +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.330 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.331 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.332 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.336 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.338 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.340 | 64094 | Marked run 679 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.340 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.340 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.345 | 64099 | Marked run 678 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.346 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.348 | 64102 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.349 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.353 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.354 | 56029 | Recursively removing directory: /tmp/git.G87rho/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.357 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.357 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.358 | 64117 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.359 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.362 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.362 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.365 | 64120 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.366 | 56026 | Recursively removing directory: /tmp/git.1PAfDq/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.367 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.367 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.368 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.369 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.372 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.376 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.376 | 64121 | Added a new worker 8 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.376 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.377 | 56025 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.377 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.377 | 56025 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.377 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Prcwl +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.379 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.383 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.384 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.384 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.384 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.384 | 64125 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.385 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.385 | 56025 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.385 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.385 | 56025 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.385 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rIwrvF +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.390 | 64119 | Marked run 680 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.390 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.392 | 64124 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.393 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.398 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.401 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.401 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.402 | 64122 | Marked run 681 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.402 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.405 | 64130 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.405 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.410 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.413 | 64141 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.414 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.415 | 56029 | Recursively removing directory: /tmp/git.8Prcwl/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.417 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.417 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.420 | 56026 | Recursively removing directory: /tmp/git.rIwrvF/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.422 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.422 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.424 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.426 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.426 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.427 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.429 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.432 | 64146 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.433 | 56025 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.433 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.433 | 56025 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.433 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.433 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LpgRwR +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.436 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.439 | 64147 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.440 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.440 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.440 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.442 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.442 | 64149 | Added a new worker 8 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.442 | 56025 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.442 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.442 | 56025 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.443 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uS0Jg4 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.444 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.446 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.449 | 64145 | Marked run 682 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.450 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.454 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.455 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.456 | 64148 | Marked run 683 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.456 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.458 | 64152 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.459 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.461 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.467 | 64162 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.469 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.471 | 56029 | Recursively removing directory: /tmp/git.LpgRwR/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.472 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.472 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.477 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.477 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.471 | 56026 | Recursively removing directory: /tmp/git.uS0Jg4/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.473 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.473 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.481 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.481 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.482 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.486 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.487 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.487 | 64172 | Added a new worker 17 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.488 | 56025 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.488 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.488 | 56025 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.488 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wia0WW +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.488 | 64171 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.488 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.489 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.489 | 64173 | Added a new worker 10 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.490 | 56025 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.490 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.490 | 56025 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.490 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xutHPD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.491 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.493 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.496 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.497 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.498 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.499 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.505 | 64176 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.506 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.510 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.515 | 64182 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.515 | 64170 | Marked run 684 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.515 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.518 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.521 | 56026 | Recursively removing directory: /tmp/git.Wia0WW/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.523 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.523 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.523 | 64169 | Marked run 685 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.524 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.529 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.531 | 56029 | Recursively removing directory: /tmp/git.xutHPD/ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.533 | 64193 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.533 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.533 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.534 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.536 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.536 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.538 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.539 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.539 | 64196 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.539 | 56025 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.540 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.540 | 56025 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.540 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4rfOPl +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.541 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.543 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.543 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.545 | 64199 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.545 | 56025 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.545 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.545 | 56025 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.546 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.546 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1jLNLP +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.547 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.547 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.551 | 64198 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.552 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.557 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.559 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.563 | 64194 | Marked run 686 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.563 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.564 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.568 | 64197 | Marked run 687 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.568 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.570 | 64205 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.570 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.573 | 56026 | Recursively removing directory: /tmp/git.4rfOPl/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.574 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.574 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.576 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.579 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.582 | 56029 | Recursively removing directory: /tmp/git.1jLNLP/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.583 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.584 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.588 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.592 | 64217 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.593 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.594 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 64222 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 56025 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.594 | 56025 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.595 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.594 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0iKmGS +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.597 | 64221 | Added a new worker 7 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.597 | 56025 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.597 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.597 | 56025 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.598 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M5nWX7 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.598 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.601 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.602 | 64218 | Marked run 688 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.603 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.603 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.604 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.609 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.610 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.619 | 64219 | Marked run 689 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.619 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.621 | 56026 | Recursively removing directory: /tmp/git.0iKmGS/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.622 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.622 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.622 | 64224 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.626 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.630 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.632 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.627 | 56029 | Recursively removing directory: /tmp/git.M5nWX7/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.628 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.628 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.636 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.637 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.637 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.640 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.640 | 64242 | Added a new worker 16 to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.640 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.640 | 56025 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.640 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.641 | 56025 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.641 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.641 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZdbBEZ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.644 | 64241 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.649 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.650 | 64243 | Added a new worker 10 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.650 | 56025 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.650 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.650 | 56025 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.650 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UrPyNo +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.651 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.654 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.659 | 64240 | Marked run 691 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.660 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.662 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.662 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.664 | 64245 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.665 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.669 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.672 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.673 | 64249 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.674 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.675 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.676 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.682 | 64239 | Marked run 690 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.683 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.684 | 64252 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.685 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.687 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.692 | 64265 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.694 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.695 | 56029 | Recursively removing directory: /tmp/git.ZdbBEZ/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.696 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.696 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.700 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.704 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.704 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.706 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.707 | 56026 | Recursively removing directory: /tmp/git.UrPyNo/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.708 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.708 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.708 | 64268 | Added a new worker 12 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.712 | 56025 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.712 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.712 | 56025 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.713 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.713 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SmIT2q +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.719 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.722 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.724 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.725 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.726 | 64271 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.726 | 56025 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.726 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.726 | 56025 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.726 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.727 | 64267 | Marked run 692 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.727 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.726 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OgCa4E +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.732 | 64269 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.733 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.736 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.737 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.738 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.743 | 64270 | Marked run 693 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.744 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.745 | 64276 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.745 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.749 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.754 | 56029 | Recursively removing directory: /tmp/git.SmIT2q/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.756 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.756 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.757 | 64289 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.757 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.759 | 56026 | Recursively removing directory: /tmp/git.OgCa4E/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.760 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.760 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.764 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.765 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.767 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.768 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.768 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.768 | 64294 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.768 | 56025 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.768 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.769 | 56025 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.769 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R6tSrm +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.770 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.770 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.770 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.773 | 64295 | Added a new worker 15 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.773 | 56025 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.773 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.773 | 56025 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.773 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.773 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u446a7 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.779 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.781 | 64293 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.781 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.782 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.783 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.783 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.787 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.792 | 64292 | Marked run 695 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.793 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.794 | 64300 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.795 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.798 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.801 | 56029 | Recursively removing directory: /tmp/git.R6tSrm/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.802 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.802 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.806 | 56026 | Recursively removing directory: /tmp/git.u446a7/ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.807 | 64291 | Marked run 694 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.807 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.808 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.808 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.808 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.812 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.813 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.814 | 64313 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.815 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.816 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.816 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.820 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.820 | 64316 | Added a new worker 11 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.821 | 56025 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.821 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.821 | 56025 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.821 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.821 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uo8gey +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.823 | 64318 | Added a new worker 11 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.824 | 56025 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.824 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.824 | 56025 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.824 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eDjBtJ +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.826 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.829 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.829 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.830 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.830 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.832 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.836 | 64315 | Marked run 697 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.836 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.838 | 64321 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.838 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.846 | 64314 | Marked run 696 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.846 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.847 | 56026 | Recursively removing directory: /tmp/git.eDjBtJ/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.849 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.849 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.853 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.856 | 56029 | Recursively removing directory: /tmp/git.uo8gey/ +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.857 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.857 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.858 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.860 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.862 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.859 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.867 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 64335 | Marked run 699 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 64337 | Added a new worker 6 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 56025 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.871 | 56025 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.872 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.871 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CetitE +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.872 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.872 | 64339 | Added a new worker 7 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.872 | 56025 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.872 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.872 | 56025 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.873 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.873 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B3vALj +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.878 | 64336 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.878 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.878 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.880 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.880 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.881 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.884 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.887 | 64338 | Marked run 698 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.887 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.889 | 64343 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.890 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.895 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.898 | 64357 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.898 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.901 | 56026 | Recursively removing directory: /tmp/git.CetitE/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.902 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.902 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.903 | 56029 | Recursively removing directory: /tmp/git.B3vALj/ +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.905 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.905 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.907 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.909 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.911 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.911 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.913 | 64361 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.914 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.914 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.914 | 56025 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.914 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.914 | 56025 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.914 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B9Kgkl +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.915 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.919 | 64362 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.919 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.920 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.922 | 64363 | Added a new worker 10 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.922 | 56025 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.923 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.923 | 56025 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.923 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.923 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.923 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kVCsjb +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.925 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.928 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.929 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.931 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.936 | 64360 | Marked run 701 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.937 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.940 | 64359 | Marked run 700 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.941 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.942 | 64367 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.943 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.945 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.950 | 56029 | Recursively removing directory: /tmp/git.kVCsjb/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.951 | 56026 | Recursively removing directory: /tmp/git.B9Kgkl/ +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.953 | 56026 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.953 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.952 | 56029 | Process exit code: 0 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.952 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.958 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.959 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.961 | 64381 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.962 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.962 | 56026 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.962 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.965 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.966 | 56029 | Waiting for a new command +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.967 | 64385 | Added a new worker 14 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.967 | 56025 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.967 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.967 | 56025 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.967 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.967 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.onHtQg +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.973 | 64386 | Added a new worker 7 to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.973 | 56025 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.973 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.973 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.973 | 56025 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.974 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QsjgPm +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.974 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.979 | 56029 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.980 | 56026 | Checking out revision HEAD +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.980 | 56029 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56026/cimple-worker: 2023-08-28 07:33:21.981 | 56026 | Going to run: ./ci +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.984 | 64382 | Marked run 702 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.984 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.987 | 64387 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.988 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.992 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.993 | 64383 | Marked run 703 as finished +2023-08-28 07:33:21 | INFO | 56023/cimple-server: 2023-08-28 07:33:21.993 | 56023 | Waiting for new connections +2023-08-28 07:33:21 | INFO | 56029/cimple-worker: 2023-08-28 07:33:21.999 | 56029 | Recursively removing directory: /tmp/git.QsjgPm/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.000 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.000 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.002 | 56026 | Recursively removing directory: /tmp/git.onHtQg/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.005 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.004 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.004 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.008 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.009 | 64398 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.010 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.012 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.014 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.014 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 64408 | Added a new worker 16 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.016 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 56025 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.017 | 56025 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.017 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FMCmh7 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.022 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.023 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.024 | 64407 | Added a new worker 10 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.024 | 56025 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.024 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.024 | 56025 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.025 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sMTTVE +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.026 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.033 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.034 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.035 | 64409 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.036 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.039 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.042 | 64404 | Marked run 705 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.042 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.045 | 56026 | Recursively removing directory: /tmp/git.FMCmh7/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.046 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.046 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.048 | 64405 | Marked run 704 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.049 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.051 | 64420 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.052 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.053 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.054 | 56029 | Recursively removing directory: /tmp/git.sMTTVE/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.055 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.055 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.057 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.060 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.057 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.063 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.063 | 64428 | Added a new worker 15 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.064 | 56025 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.064 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.064 | 56025 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.064 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cOa9eJ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.066 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.071 | 64430 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.072 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.071 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.075 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.076 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.077 | 64427 | Marked run 706 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.077 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.079 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.079 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.080 | 64433 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.081 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.084 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.084 | 64435 | Added a new worker 12 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.084 | 56025 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.084 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.084 | 56025 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.084 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j9EkXP +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.085 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.091 | 64438 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.092 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.092 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.092 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.097 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.098 | 64429 | Marked run 707 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.098 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.099 | 56026 | Recursively removing directory: /tmp/git.cOa9eJ/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.100 | 64445 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.100 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.101 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.101 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.105 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.106 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.110 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.110 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.110 | 64455 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.110 | 56025 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.110 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.110 | 56025 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.111 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZMjyXW +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.112 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.116 | 64454 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.117 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.120 | 56029 | Recursively removing directory: /tmp/git.j9EkXP/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.122 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.121 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.121 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.123 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.123 | 64453 | Marked run 708 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.124 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.124 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.126 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.127 | 64457 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.127 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.130 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.130 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.134 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.134 | 64461 | Added a new worker 12 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.134 | 56025 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.134 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.134 | 56025 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.135 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.alJ6yO +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.135 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.139 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.140 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.143 | 64463 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.144 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.147 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.148 | 64459 | Marked run 709 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.148 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.151 | 56026 | Recursively removing directory: /tmp/git.ZMjyXW/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.152 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.152 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.154 | 64473 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.155 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.157 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.157 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.162 | 64479 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.162 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.164 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.164 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.167 | 56029 | Recursively removing directory: /tmp/git.alJ6yO/ +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.169 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.169 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.169 | 64482 | Added a new worker 10 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.169 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.171 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.174 | 56025 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.174 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.174 | 56025 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.174 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KYEfr6 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.177 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.183 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 64485 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 56025 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 56025 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.184 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.184 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OdOR99 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.184 | 64483 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.185 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.185 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.187 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.192 | 64480 | Marked run 710 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.192 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.193 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.193 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.195 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.196 | 64489 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.196 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.199 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.205 | 64484 | Marked run 711 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.206 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.209 | 64495 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.209 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.212 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.214 | 64505 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.214 | 56026 | Recursively removing directory: /tmp/git.KYEfr6/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.214 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.215 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.215 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.221 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.225 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.225 | 56029 | Recursively removing directory: /tmp/git.OdOR99/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.226 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.226 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.228 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.230 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.232 | 64508 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.232 | 56025 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.232 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.233 | 56025 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.233 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iHmjVs +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.234 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.237 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.238 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.238 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.240 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.240 | 64511 | Added a new worker 8 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.241 | 56025 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.241 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.241 | 56025 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.241 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.241 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wUq0LF +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.242 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.243 | 64507 | Marked run 712 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.243 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.246 | 64510 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.246 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.248 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.251 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.251 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.254 | 64516 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.254 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.258 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.259 | 64509 | Marked run 713 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.259 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.267 | 64524 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.267 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.267 | 56026 | Recursively removing directory: /tmp/git.iHmjVs/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.268 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.268 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.272 | 56029 | Recursively removing directory: /tmp/git.wUq0LF/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.273 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.274 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.274 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.278 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.279 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.280 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.282 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.282 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.283 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.287 | 64533 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.288 | 56025 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.288 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.289 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.291 | 56025 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.292 | 64534 | Added a new worker 18 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.292 | 56025 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.292 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.292 | 56025 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.292 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ucnOdD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.293 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.293 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4mZL6i +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.296 | 64535 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.297 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.298 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.299 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.303 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.304 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.305 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.311 | 64532 | Marked run 715 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.311 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.314 | 64538 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.315 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.320 | 64531 | Marked run 714 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.320 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.320 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.321 | 56029 | Recursively removing directory: /tmp/git.ucnOdD/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.322 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.322 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.323 | 64553 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.324 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.326 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.327 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.330 | 64555 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.330 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.333 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.334 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.337 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.338 | 64559 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.338 | 56026 | Recursively removing directory: /tmp/git.4mZL6i/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.338 | 56025 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.338 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.338 | 56025 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.338 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nf2w5O +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.339 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.339 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.340 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.345 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.349 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 64561 | Added a new worker 16 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 56025 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.349 | 56025 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.350 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C3GbT6 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.351 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.352 | 64558 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.352 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.353 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.359 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.359 | 64556 | Marked run 717 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.360 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.360 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.367 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.369 | 64560 | Marked run 716 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.370 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.372 | 64571 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.373 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.375 | 56026 | Recursively removing directory: /tmp/git.C3GbT6/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.376 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.376 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.380 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.383 | 56029 | Recursively removing directory: /tmp/git.nf2w5O/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.386 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.386 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.386 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.385 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.385 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.390 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.395 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.396 | 64581 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.396 | 56025 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.396 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.396 | 56025 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.396 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.395 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.399 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MlZeoJ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.399 | 64583 | Added a new worker 11 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.400 | 56025 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.400 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.400 | 56025 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.400 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KOLkiL +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.401 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.401 | 64580 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.401 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.409 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.410 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.411 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.412 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.413 | 64579 | Marked run 719 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.414 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.415 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.418 | 64582 | Marked run 718 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.418 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.421 | 64588 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.421 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.426 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.428 | 56026 | Recursively removing directory: /tmp/git.MlZeoJ/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.430 | 64601 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.431 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.430 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.430 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.435 | 56029 | Recursively removing directory: /tmp/git.KOLkiL/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.436 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.436 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.436 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.439 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.440 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.443 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.444 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.444 | 64606 | Added a new worker 15 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.444 | 56025 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.444 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.444 | 56025 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.445 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fweaw8 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.445 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.445 | 64603 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.447 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.447 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.448 | 64608 | Added a new worker 6 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.450 | 56025 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.450 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.451 | 56025 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.451 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L3BVc1 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.451 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.453 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.454 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.454 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.458 | 64609 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.459 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.460 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.461 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.467 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.468 | 64605 | Marked run 721 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.468 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.473 | 64604 | Marked run 720 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.473 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.475 | 56026 | Recursively removing directory: /tmp/git.Fweaw8/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.476 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.476 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.480 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.481 | 64617 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.481 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.484 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.486 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.492 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.494 | 64629 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.494 | 56025 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.494 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.494 | 56025 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.494 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.493 | 56029 | Recursively removing directory: /tmp/git.L3BVc1/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.494 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.494 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.498 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.499 | 64628 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.500 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VFv6mo +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.501 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.506 | 64624 | Marked run 722 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.506 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.507 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 64632 | Added a new worker 9 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 56025 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.507 | 56025 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.507 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qezBzk +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.509 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.511 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.513 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.516 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.517 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.519 | 64634 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.520 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.526 | 64630 | Marked run 723 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.526 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.527 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.534 | 64645 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.535 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.535 | 56029 | Recursively removing directory: /tmp/git.qezBzk/ +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.537 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.537 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.538 | 56026 | Recursively removing directory: /tmp/git.VFv6mo/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.540 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.540 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.540 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.543 | 64651 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.543 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.546 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.548 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.551 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.551 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.552 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.552 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 64655 | Added a new worker 16 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56025 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56025 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 64656 | Added a new worker 10 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.555 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.556 | 56025 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.556 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.556 | 56025 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.556 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q37O9W +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.556 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZToBuq +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.566 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.567 | 64657 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.568 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.569 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.568 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.570 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.575 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.576 | 64653 | Marked run 724 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.576 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.579 | 64654 | Marked run 725 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.580 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.581 | 64662 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.581 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.586 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.587 | 56029 | Recursively removing directory: /tmp/git.q37O9W/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.590 | 64675 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.588 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.588 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.591 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.594 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.598 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.596 | 56026 | Recursively removing directory: /tmp/git.ZToBuq/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.597 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.597 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.600 | 64678 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.601 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.602 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.608 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.606 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.611 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.612 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.612 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.613 | 64683 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.613 | 56025 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.613 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.613 | 56025 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.613 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PMNdfu +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.614 | 64681 | Added a new worker 15 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.615 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.615 | 56025 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.615 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.615 | 56025 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.615 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.spsWKp +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.617 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.623 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.623 | 64677 | Marked run 727 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.624 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.624 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.625 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.626 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.627 | 64682 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.628 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.633 | 64680 | Marked run 726 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.633 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.634 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.637 | 64692 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.637 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.644 | 56026 | Recursively removing directory: /tmp/git.spsWKp/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.646 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.646 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.652 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.652 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.652 | 56029 | Recursively removing directory: /tmp/git.PMNdfu/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.655 | 64701 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.660 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.657 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.657 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.662 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.663 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.663 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.667 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.667 | 64706 | Added a new worker 16 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.667 | 56025 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.667 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.667 | 56025 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.668 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UqXEXW +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.668 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.672 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.672 | 64707 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.672 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.673 | 56025 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.673 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.673 | 56025 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.673 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pbiy53 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.674 | 64704 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.674 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.675 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.679 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.680 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.682 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.684 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.685 | 64702 | Marked run 729 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.685 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.689 | 64705 | Marked run 728 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.690 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.691 | 64712 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.692 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.701 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.698 | 56026 | Recursively removing directory: /tmp/git.UqXEXW/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.700 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.700 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.702 | 56029 | Recursively removing directory: /tmp/git.Pbiy53/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.704 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.704 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.705 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.709 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.710 | 64725 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.711 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.712 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.712 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.714 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.716 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.716 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.716 | 64729 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.717 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.717 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e3qaIf +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.717 | 56025 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.717 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.717 | 56025 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.721 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.722 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.719 | 64730 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.723 | 64731 | Added a new worker 7 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.723 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.723 | 56025 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.723 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.723 | 56025 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.724 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wp63bo +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.725 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.728 | 64726 | Marked run 730 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.728 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.734 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.735 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.735 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.738 | 64727 | Marked run 731 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.739 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.740 | 64735 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.740 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.743 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.746 | 64745 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.747 | 56026 | Recursively removing directory: /tmp/git.e3qaIf/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.747 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.750 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.750 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.752 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.754 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.756 | 56029 | Recursively removing directory: /tmp/git.wp63bo/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.758 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.758 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.760 | 64751 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.761 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.763 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.766 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.766 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.768 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.768 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.772 | 64755 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.772 | 56025 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.772 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.772 | 56025 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.772 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.egGakw +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.773 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.773 | 64756 | Added a new worker 17 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.773 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.774 | 56025 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.774 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.774 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.774 | 56025 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.775 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.adDTrn +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.779 | 64752 | Marked run 732 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.779 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.782 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.784 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.784 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.785 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.788 | 64754 | Marked run 733 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.789 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.790 | 64757 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.791 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.794 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.799 | 64773 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.799 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.801 | 56029 | Recursively removing directory: /tmp/git.adDTrn/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.802 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.802 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.804 | 56026 | Recursively removing directory: /tmp/git.egGakw/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.806 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.806 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.807 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.810 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.811 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.811 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.811 | 64777 | Added a new worker 12 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.811 | 56025 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.811 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.811 | 56025 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.812 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ua6q04 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.813 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.816 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.817 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 64778 | Added a new worker 14 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 56025 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.817 | 56025 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.818 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HmbWux +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.822 | 64779 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.822 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.823 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.823 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.829 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.830 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.830 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.836 | 64775 | Marked run 735 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.837 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.841 | 64782 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.842 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.846 | 56029 | Recursively removing directory: /tmp/git.ua6q04/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.847 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.847 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.850 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.851 | 64776 | Marked run 734 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.851 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.852 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.854 | 56026 | Recursively removing directory: /tmp/git.HmbWux/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.857 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.856 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.856 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 64799 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 56025 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.857 | 56025 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.858 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3kgtf0 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.860 | 64797 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.860 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.864 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.868 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.869 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.869 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.877 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.877 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.878 | 64810 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.878 | 56025 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.878 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.878 | 56025 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.878 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.878 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.keRzSe +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.880 | 64798 | Marked run 736 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.880 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.885 | 64802 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.884 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.886 | 56029 | Recursively removing directory: /tmp/git.3kgtf0/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.886 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.887 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.887 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.887 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.891 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.891 | 64801 | Marked run 737 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.892 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.893 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.896 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.897 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.898 | 64819 | Added a new worker 13 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.898 | 56025 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.898 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.898 | 56025 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.898 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.898 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3x3CJ2 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.907 | 64813 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.906 | 56026 | Recursively removing directory: /tmp/git.keRzSe/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.908 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.908 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.909 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.910 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.911 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.913 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.917 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.919 | 64814 | Marked run 738 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.920 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.920 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.920 | 64826 | Added a new worker 8 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.921 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.921 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.921 | 56025 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.921 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.921 | 56025 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.921 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M678ID +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.931 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.933 | 64828 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.933 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.933 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.938 | 56029 | Recursively removing directory: /tmp/git.3x3CJ2/ +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.938 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.939 | 64824 | Marked run 739 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.939 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.940 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.940 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.944 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.946 | 64835 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.947 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.952 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.952 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.952 | 56029 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.958 | 64845 | Added a new worker 12 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.959 | 56025 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.959 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.959 | 56025 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.959 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.959 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qpThbc +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.961 | 56026 | Recursively removing directory: /tmp/git.M678ID/ +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.962 | 56026 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.962 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.964 | 56029 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.965 | 56029 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.967 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.972 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.973 | 56026 | Waiting for a new command +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.973 | 64854 | Added a new worker 15 to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.974 | 64844 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.976 | 56025 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.976 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.976 | 56025 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.977 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.976 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iSviXh +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.982 | 56026 | Checking out revision HEAD +2023-08-28 07:33:22 | INFO | 56026/cimple-worker: 2023-08-28 07:33:22.983 | 56026 | Going to run: ./ci +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.984 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.985 | 64838 | Marked run 740 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.986 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.989 | 56029 | Recursively removing directory: /tmp/git.qpThbc/ +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.990 | 56029 | Process exit code: 0 +2023-08-28 07:33:22 | INFO | 56029/cimple-worker: 2023-08-28 07:33:22.990 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.995 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.996 | 64847 | Marked run 741 as finished +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.996 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.998 | 64856 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:22 | INFO | 56023/cimple-server: 2023-08-28 07:33:22.999 | 56023 | Waiting for new connections +2023-08-28 07:33:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.002 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.002 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.001 | 56026 | Recursively removing directory: /tmp/git.iSviXh/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.002 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.002 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.006 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.008 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 64866 | Added a new worker 16 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 56025 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 56025 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.010 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.010 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.011 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qbLRyd +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.018 | 64869 | Added a new worker 7 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.018 | 56025 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.018 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.018 | 56025 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.018 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DD7bOq +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.019 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.020 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.022 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.024 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.025 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.026 | 64868 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.026 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.030 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.032 | 64867 | Marked run 743 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.033 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.037 | 64864 | Marked run 742 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.037 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.039 | 64878 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.040 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.042 | 56029 | Recursively removing directory: /tmp/git.qbLRyd/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.044 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.044 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.048 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.048 | 56026 | Recursively removing directory: /tmp/git.DD7bOq/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.049 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.049 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.055 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.058 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.069 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.070 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.070 | 64890 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.070 | 56025 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.070 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.070 | 56025 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.071 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4LeLy3 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.072 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.072 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.073 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.075 | 64888 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.075 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.078 | 64891 | Added a new worker 8 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.078 | 56025 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.078 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.078 | 56025 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.078 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.080 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lg4Xng +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.081 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.085 | 64887 | Marked run 744 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.085 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.086 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.088 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.090 | 64889 | Marked run 745 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.090 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.093 | 64893 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.094 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.096 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.097 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.101 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.104 | 64904 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.104 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.107 | 56029 | Recursively removing directory: /tmp/git.4LeLy3/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.108 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.108 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.108 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.113 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.118 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.119 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.126 | 64906 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.127 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.129 | 64913 | Added a new worker 7 to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.129 | 56026 | Recursively removing directory: /tmp/git.Lg4Xng/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.131 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.131 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.136 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.136 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.136 | 64912 | Marked run 746 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.136 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.136 | 64915 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.137 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.137 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.78IpwQ +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.137 | 56025 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.137 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.137 | 56025 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.137 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.140 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.142 | 64918 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.143 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.144 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.147 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.148 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.152 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.154 | 64920 | Added a new worker 6 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.154 | 56025 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.154 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.154 | 56025 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.154 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VI8kQS +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.155 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.158 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.165 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.166 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.166 | 64916 | Marked run 747 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.167 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.168 | 64923 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.169 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.173 | 56029 | Recursively removing directory: /tmp/git.78IpwQ/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.174 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.174 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.178 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.179 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.184 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.183 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.191 | 64939 | Added a new worker 13 to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.189 | 56026 | Recursively removing directory: /tmp/git.VI8kQS/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.191 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.191 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.191 | 56025 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.191 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.191 | 56025 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.191 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.192 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jihivc +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.193 | 64937 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.194 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.197 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.197 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.201 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.202 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.202 | 64943 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.202 | 56025 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.202 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.202 | 56025 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.202 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NLgfQU +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.203 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.204 | 64938 | Marked run 748 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.204 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.210 | 64941 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.211 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.211 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.213 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.216 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.218 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.218 | 64942 | Marked run 749 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.219 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.220 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.222 | 64946 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.223 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.226 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.230 | 64957 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.230 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.232 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.233 | 56026 | Recursively removing directory: /tmp/git.NLgfQU/ +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.236 | 64961 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.237 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.236 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.236 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.243 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.247 | 56029 | Recursively removing directory: /tmp/git.jihivc/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.249 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.249 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.249 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.250 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.250 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.252 | 64966 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.253 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.254 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.256 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.258 | 64967 | Added a new worker 14 to the queue +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.259 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.259 | 56025 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.259 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.259 | 56025 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.260 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.260 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.260 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FYstwb +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.261 | 64970 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.262 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.266 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.267 | 64971 | Added a new worker 11 to the queue +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.267 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wJWFfZ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.268 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.267 | 56025 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.267 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.267 | 56025 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.269 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.273 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.274 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.277 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.277 | 64965 | Marked run 751 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.278 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.282 | 64969 | Marked run 750 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.282 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.284 | 64976 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.285 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.292 | 56029 | Recursively removing directory: /tmp/git.wJWFfZ/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.294 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.294 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.298 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.299 | 56026 | Recursively removing directory: /tmp/git.FYstwb/ +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.299 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.300 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.300 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.304 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.304 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.308 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.308 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.308 | 64993 | Added a new worker 17 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.308 | 56025 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.308 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56025 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 64991 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56025 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56025 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.309 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.309 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YUuXAN +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.310 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.311 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JtkMew +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.311 | 64990 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.312 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.320 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.321 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.324 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.325 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.325 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.328 | 64989 | Marked run 753 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.329 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.333 | 64992 | Marked run 752 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.333 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.335 | 64997 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.335 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.339 | 56029 | Recursively removing directory: /tmp/git.YUuXAN/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.341 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.341 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.345 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.346 | 56026 | Recursively removing directory: /tmp/git.JtkMew/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.347 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.347 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.349 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.352 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.353 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.356 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.357 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.357 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.359 | 65012 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.360 | 65015 | Added a new worker 16 to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.361 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.361 | 56025 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.361 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.361 | 56025 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.362 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.362 | 65014 | Added a new worker 8 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.362 | 56025 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.362 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.362 | 56025 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.363 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.436ATg +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.363 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RnXduL +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.365 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.372 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.373 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.374 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.378 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.380 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.380 | 65013 | Marked run 754 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.381 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.383 | 65018 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.384 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.388 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.390 | 65011 | Marked run 755 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.390 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.392 | 65026 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.393 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.395 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.397 | 56026 | Recursively removing directory: /tmp/git.RnXduL/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.398 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.398 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.403 | 65035 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.404 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.404 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.406 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.408 | 65038 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.409 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.411 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.412 | 56029 | Recursively removing directory: /tmp/git.436ATg/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.414 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.414 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.416 | 65040 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.417 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.419 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.420 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.421 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.421 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.423 | 65044 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.424 | 56025 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.424 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.424 | 56025 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.424 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SYAmNp +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.423 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.426 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.427 | 65045 | Added a new worker 13 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.429 | 56025 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.429 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.429 | 56025 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.430 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.430 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lNV5ah +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.431 | 65043 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.431 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.433 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.435 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.438 | 65037 | Marked run 756 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.439 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.440 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.440 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.441 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.448 | 65042 | Marked run 757 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.449 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.451 | 65048 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.451 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.455 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.459 | 56029 | Recursively removing directory: /tmp/git.lNV5ah/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.460 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.460 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.461 | 56026 | Recursively removing directory: /tmp/git.SYAmNp/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.464 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.464 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.466 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.469 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.470 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 65066 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 56025 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 56025 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.470 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q9MmyU +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.470 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.472 | 65063 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.472 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.475 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.475 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.478 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.478 | 65068 | Added a new worker 14 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.478 | 56025 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.478 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.478 | 56025 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.478 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hRi1V7 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.479 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.483 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.483 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.484 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.484 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.499 | 56026 | Recursively removing directory: /tmp/git.hRi1V7/ +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.500 | 65064 | Marked run 759 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.501 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.503 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.503 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.503 | 65069 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.504 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.507 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.508 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.512 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 65087 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 56025 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 56025 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.513 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KW8hPY +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.513 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.517 | 56029 | Recursively removing directory: /tmp/git.Q9MmyU/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.519 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.519 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.521 | 65065 | Marked run 758 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.522 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.523 | 65085 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.523 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.525 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.530 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.530 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.531 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.532 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 65092 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 56025 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 65086 | Marked run 761 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.535 | 56025 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.536 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.536 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4oedNR +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.537 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.542 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.542 | 65090 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.543 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.544 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.548 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.549 | 65089 | Marked run 760 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.549 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.552 | 65101 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.553 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.556 | 56026 | Recursively removing directory: /tmp/git.KW8hPY/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.557 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.557 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.557 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.561 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.565 | 65107 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.565 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.566 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.566 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.572 | 56029 | Recursively removing directory: /tmp/git.4oedNR/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.573 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.573 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.574 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.574 | 65112 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.574 | 56025 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.574 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.575 | 56025 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.575 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ejTkkW +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.576 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.578 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.580 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.580 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.583 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.585 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.585 | 65116 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.585 | 56025 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.585 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.585 | 56025 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.585 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.586 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5YZYI0 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.590 | 65113 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.591 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.592 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.593 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.597 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.599 | 65110 | Marked run 762 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.599 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.603 | 65114 | Marked run 763 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.604 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.606 | 65124 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.606 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.606 | 56026 | Recursively removing directory: /tmp/git.ejTkkW/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.607 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.607 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.611 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.613 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.616 | 56029 | Recursively removing directory: /tmp/git.5YZYI0/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.618 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.618 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.618 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.618 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.622 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.626 | 65135 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.627 | 65133 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.627 | 56025 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.627 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.627 | 56025 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.627 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.627 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tr5X6E +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.628 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.628 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.628 | 65137 | Added a new worker 10 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.629 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.629 | 56025 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.629 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.629 | 56025 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.629 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VTVC9d +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.633 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.634 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.634 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.635 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.638 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.644 | 65134 | Marked run 764 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.644 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.646 | 65141 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.648 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.651 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.652 | 65136 | Marked run 765 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.652 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.657 | 56026 | Recursively removing directory: /tmp/git.Tr5X6E/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.658 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.658 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.663 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.667 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.668 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.666 | 56029 | Recursively removing directory: /tmp/git.VTVC9d/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.667 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.667 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.670 | 65153 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.670 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.672 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.676 | 65157 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.676 | 56025 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.676 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.677 | 56025 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.677 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.677 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.clEknl +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.678 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.678 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 65160 | Added a new worker 14 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 56025 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 56025 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.679 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.679 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A3MVT8 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.684 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.685 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.686 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.687 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.690 | 65161 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.692 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.696 | 65156 | Marked run 766 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.696 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.697 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.700 | 65159 | Marked run 767 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.701 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.702 | 65167 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.703 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.708 | 56029 | Recursively removing directory: /tmp/git.A3MVT8/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.709 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.709 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.713 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.714 | 56026 | Recursively removing directory: /tmp/git.clEknl/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.716 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.716 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.717 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.718 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.718 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.722 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.728 | 65181 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.729 | 56025 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.729 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.729 | 56025 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.729 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oz1T01 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.729 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.730 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.730 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.730 | 65183 | Added a new worker 15 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.731 | 56025 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.731 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.731 | 56025 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.731 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BCQWeu +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.732 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.737 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.738 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.741 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.745 | 65180 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.746 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.747 | 65179 | Marked run 769 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.747 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.749 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.751 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.752 | 65182 | Marked run 768 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.752 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.755 | 65191 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.756 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.759 | 56029 | Recursively removing directory: /tmp/git.oz1T01/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.761 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.761 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.764 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.765 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.767 | 65201 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.768 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.770 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.770 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.775 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.779 | 65205 | Added a new worker 13 to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.776 | 56026 | Recursively removing directory: /tmp/git.BCQWeu/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.778 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.778 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.779 | 56025 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.779 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.779 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.779 | 56025 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.780 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LgqIAC +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.783 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.785 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.786 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.789 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.789 | 65202 | Marked run 770 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.789 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.791 | 65204 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.789 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.792 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.794 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.796 | 65210 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.797 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.797 | 65208 | Added a new worker 6 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.798 | 56025 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.798 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.798 | 56025 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.798 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.077fCp +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.798 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.802 | 65206 | Marked run 771 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.802 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.804 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.805 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.807 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.812 | 65217 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.813 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.815 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.817 | 65222 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.817 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.821 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.818 | 56029 | Recursively removing directory: /tmp/git.LgqIAC/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.819 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.819 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.823 | 65227 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.824 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.824 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.826 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.836 | 65230 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.836 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.838 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.839 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.842 | 65234 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.843 | 56025 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.843 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.843 | 56025 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.843 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.845 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GOsxS7 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.847 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.849 | 56026 | Recursively removing directory: /tmp/git.077fCp/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.850 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.850 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.855 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.855 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.857 | 65229 | Marked run 772 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.857 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.858 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.859 | 65235 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.860 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.860 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.862 | 65238 | Added a new worker 8 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.862 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.864 | 56025 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.864 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.864 | 56025 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.865 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t852DU +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.871 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.873 | 65236 | Marked run 773 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.873 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.874 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.875 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.878 | 65247 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.879 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.878 | 56029 | Recursively removing directory: /tmp/git.GOsxS7/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.879 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.879 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.882 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.883 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.887 | 65249 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.887 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.887 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.892 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ipCA6X +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.889 | 65253 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.892 | 56025 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.892 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.892 | 56025 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.893 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.893 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.897 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.898 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.899 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.903 | 65250 | Marked run 774 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.903 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.905 | 65260 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.905 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.909 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.908 | 56026 | Recursively removing directory: /tmp/git.t852DU/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.909 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.909 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.913 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.917 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.918 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.919 | 56029 | Recursively removing directory: /tmp/git.ipCA6X/ +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.924 | 65270 | Added a new worker 13 to the queue +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.920 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.921 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.924 | 56025 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.924 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.925 | 56025 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.925 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.926 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.926 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qbaMvS +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.926 | 65268 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.927 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.930 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.930 | 56029 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.931 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.932 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.937 | 65273 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.937 | 56025 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.937 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.937 | 56025 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.937 | 65269 | Marked run 775 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.938 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.938 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UDEPB1 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.939 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.939 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.946 | 56029 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.946 | 65275 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.947 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.948 | 56029 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.950 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.954 | 65271 | Marked run 776 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.955 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.957 | 65282 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.958 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.960 | 56026 | Recursively removing directory: /tmp/git.qbaMvS/ +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.961 | 56026 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.961 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.961 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.963 | 65287 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.964 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.965 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.967 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.969 | 65290 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.969 | 56026 | Waiting for a new command +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.969 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.970 | 65291 | Added a new worker 12 to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.971 | 56025 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.971 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.971 | 56025 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.971 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.971 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f8Ya9T +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.972 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.977 | 56026 | Checking out revision HEAD +2023-08-28 07:33:23 | INFO | 56026/cimple-worker: 2023-08-28 07:33:23.978 | 56026 | Going to run: ./ci +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.979 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.984 | 65297 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.984 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.988 | 56029 | Recursively removing directory: /tmp/git.UDEPB1/ +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.989 | 56029 | Process exit code: 0 +2023-08-28 07:33:23 | INFO | 56029/cimple-worker: 2023-08-28 07:33:23.989 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.990 | 65289 | Marked run 777 as finished +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.991 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.994 | 56023 | Waiting for new connections +2023-08-28 07:33:23 | INFO | 56023/cimple-server: 2023-08-28 07:33:23.998 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.000 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.001 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.003 | 65309 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.003 | 56025 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.003 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.003 | 56025 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.004 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BD7MfO +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.004 | 56026 | Recursively removing directory: /tmp/git.f8Ya9T/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.005 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.010 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.006 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.006 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.010 | 65308 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.011 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.014 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.015 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.016 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.017 | 65312 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.017 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.018 | 56025 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.018 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.018 | 56025 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.014 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.019 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.018 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OCKLSq +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.022 | 65305 | Marked run 778 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.022 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.027 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.027 | 65314 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.028 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.028 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.031 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.036 | 65310 | Marked run 779 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.036 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.043 | 65319 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.044 | 56029 | Recursively removing directory: /tmp/git.BD7MfO/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.043 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.045 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.045 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.047 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.049 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.051 | 65331 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.052 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.057 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.057 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.058 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.061 | 56026 | Recursively removing directory: /tmp/git.OCKLSq/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.063 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.063 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.064 | 65335 | Added a new worker 12 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.064 | 56025 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.064 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.065 | 56025 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.065 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.065 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AFuUB8 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.072 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.074 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.074 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.078 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.080 | 65332 | Marked run 780 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.080 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.081 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.083 | 65334 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.083 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.084 | 65338 | Added a new worker 6 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.084 | 56025 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.084 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.084 | 56025 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.084 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.086 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9NUj0y +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.092 | 65336 | Marked run 781 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.093 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.093 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.096 | 65342 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.096 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.098 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.100 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.100 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.108 | 65348 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.109 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.111 | 56029 | Recursively removing directory: /tmp/git.AFuUB8/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.112 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.112 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.116 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.121 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.124 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.127 | 56026 | Recursively removing directory: /tmp/git.9NUj0y/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.128 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.128 | 65358 | Added a new worker 12 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.128 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.132 | 65359 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.132 | 56025 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.132 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.132 | 56025 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.129 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.129 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.134 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FHtuZT +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.134 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.135 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.139 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.139 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.145 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.145 | 65357 | Marked run 782 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.145 | 65362 | Added a new worker 6 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.146 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.146 | 56025 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.146 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.146 | 56025 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.146 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dAZ0KD +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.147 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.147 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.147 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.152 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.153 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.155 | 65363 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.156 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.159 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.162 | 65361 | Marked run 783 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.162 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.164 | 65374 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.164 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.167 | 56029 | Recursively removing directory: /tmp/git.FHtuZT/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.168 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.168 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.172 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.173 | 56026 | Recursively removing directory: /tmp/git.dAZ0KD/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.175 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.175 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.183 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.184 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.185 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.185 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.198 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.199 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HLWjvU +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.199 | 65383 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.199 | 65384 | Added a new worker 14 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.199 | 56025 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.199 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.199 | 56025 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.200 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.200 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.200 | 65382 | Marked run 785 as finished +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.204 | 65385 | Added a new worker 8 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.204 | 56025 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.204 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.204 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.204 | 56025 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.205 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5xwyA6 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.205 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.206 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.207 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.210 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.211 | 65381 | Marked run 784 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.212 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.211 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.213 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.214 | 65389 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.214 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.217 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.220 | 65397 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.221 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.223 | 56026 | Recursively removing directory: /tmp/git.HLWjvU/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.225 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.225 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.226 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.229 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.233 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.233 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.234 | 56029 | Recursively removing directory: /tmp/git.5xwyA6/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.235 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.235 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.239 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.240 | 65407 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.241 | 56025 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.241 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.241 | 56025 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.241 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.241 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Jq1Ys +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.245 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.245 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.245 | 65409 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.245 | 56025 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.245 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.245 | 56025 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.246 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eQEurf +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.246 | 65405 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.246 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.248 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.250 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.251 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.253 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.254 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.255 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.261 | 65406 | Marked run 786 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.261 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.265 | 65408 | Marked run 787 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.265 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.267 | 65413 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.267 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.270 | 56029 | Recursively removing directory: /tmp/git.eQEurf/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.271 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.271 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.272 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.277 | 65427 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.277 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.278 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.279 | 56026 | Recursively removing directory: /tmp/git.1Jq1Ys/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.281 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.280 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.280 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.281 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.285 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.295 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.295 | 65430 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.295 | 56025 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.295 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.295 | 56025 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.295 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CuvvQA +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.296 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.302 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.303 | 65432 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.303 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.304 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.304 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.305 | 65433 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.305 | 56025 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.305 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.305 | 56025 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.305 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.306 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Azmom +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.311 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.313 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.313 | 65431 | Marked run 788 as finished +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.314 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.314 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.317 | 65428 | Marked run 789 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.318 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.320 | 65442 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.321 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.322 | 56029 | Recursively removing directory: /tmp/git.CuvvQA/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.323 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.323 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.326 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.327 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.332 | 56026 | Recursively removing directory: /tmp/git.5Azmom/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.332 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.333 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.334 | 65453 | Added a new worker 14 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.334 | 56025 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.334 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.334 | 56025 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.335 | 65451 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.334 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1f1oKR +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.335 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.335 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.336 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.341 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.344 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.345 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.346 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.346 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.348 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 65456 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 56025 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 56025 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.349 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.350 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yyWI8J +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.354 | 65452 | Marked run 790 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.354 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.358 | 65458 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.358 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.360 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.361 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.361 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.363 | 65455 | Marked run 791 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.364 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.366 | 65462 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.367 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.369 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.371 | 65471 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.372 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.373 | 56029 | Recursively removing directory: /tmp/git.1f1oKR/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.374 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.374 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.375 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.378 | 65473 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.378 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.379 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.381 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.383 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.384 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 65479 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.385 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.StzAy3 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 65478 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 56025 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 56025 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.385 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.387 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.390 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.391 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.394 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.406 | 56026 | Recursively removing directory: /tmp/git.yyWI8J/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.408 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.408 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.413 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.414 | 65477 | Marked run 792 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.415 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.417 | 65484 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.417 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.419 | 56029 | Recursively removing directory: /tmp/git.StzAy3/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.420 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.420 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.421 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.421 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.423 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.423 | 65493 | Added a new worker 10 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.424 | 56025 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.424 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.424 | 56025 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.424 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S8jjte +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.425 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.426 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.430 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.430 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.432 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.432 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.437 | 65494 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.437 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.438 | 65497 | Added a new worker 6 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.438 | 56025 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.438 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.438 | 56025 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.438 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.438 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0bEbq2 +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.444 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.445 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.446 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.448 | 65495 | Marked run 794 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.448 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.454 | 65491 | Marked run 793 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.455 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.457 | 65502 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.458 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.461 | 56029 | Recursively removing directory: /tmp/git.0bEbq2/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.462 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.462 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.466 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.462 | 56026 | Recursively removing directory: /tmp/git.S8jjte/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.463 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.463 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.468 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.470 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.470 | 65516 | Added a new worker 12 to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.470 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.471 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kuoh07 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.471 | 56025 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.471 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.471 | 56025 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.471 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.474 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.475 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.477 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.477 | 65518 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.477 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.478 | 56025 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.478 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.478 | 56025 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.479 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lKfjc0 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.480 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.485 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.485 | 65517 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.489 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.493 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.492 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.495 | 65515 | Marked run 795 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.495 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.496 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.498 | 65523 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.498 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.506 | 65514 | Marked run 796 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.506 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.507 | 56029 | Recursively removing directory: /tmp/git.Kuoh07/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.508 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.508 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.513 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.513 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.518 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.521 | 56026 | Recursively removing directory: /tmp/git.lKfjc0/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.522 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.522 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.524 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.524 | 65538 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.524 | 56025 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.524 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.525 | 56025 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.525 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aSOMaV +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.525 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.527 | 65536 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.528 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.530 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.535 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.537 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.535 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.538 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.542 | 65541 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.543 | 56025 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.543 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.543 | 56025 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.544 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.542 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.548 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QUWryS +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.559 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.560 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.562 | 65537 | Marked run 797 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.562 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.570 | 56029 | Recursively removing directory: /tmp/git.aSOMaV/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.571 | 65542 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.572 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.571 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.571 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.577 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.577 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.581 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.581 | 65539 | Marked run 798 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.585 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.589 | 65557 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.590 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.592 | 65560 | Added a new worker 10 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.594 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.595 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9FjFew +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.592 | 56026 | Recursively removing directory: /tmp/git.QUWryS/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.594 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.594 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.594 | 56025 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.594 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.594 | 56025 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.601 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.602 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 65564 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 56025 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.604 | 56025 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.606 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.605 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d1q6Uj +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.607 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.608 | 65556 | Marked run 799 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.609 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.613 | 65562 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.613 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.615 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.616 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.620 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.622 | 65563 | Marked run 800 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.622 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.627 | 65570 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.628 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.632 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.635 | 65578 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.635 | 56029 | Recursively removing directory: /tmp/git.9FjFew/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.636 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.636 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.636 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.640 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.641 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.643 | 65584 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.645 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.652 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.652 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.649 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.652 | 56026 | Recursively removing directory: /tmp/git.d1q6Uj/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.653 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.653 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.657 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.659 | 65587 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.659 | 56025 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.659 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.659 | 56025 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.659 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DR26il +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.660 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.663 | 65585 | Marked run 801 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.664 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.666 | 65588 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.668 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.667 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.669 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.669 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.669 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.672 | 65592 | Added a new worker 8 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.672 | 56025 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.672 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.672 | 56025 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.673 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UnBsNv +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.673 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.678 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.678 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.680 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.684 | 65589 | Marked run 802 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.684 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.687 | 65595 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.688 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.691 | 56029 | Recursively removing directory: /tmp/git.DR26il/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.692 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.692 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.694 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.696 | 65608 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.697 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.697 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.700 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.701 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.702 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.707 | 65612 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.707 | 56025 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.707 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.707 | 56025 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.707 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.izuU5v +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.707 | 56026 | Recursively removing directory: /tmp/git.UnBsNv/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.709 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.709 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.711 | 65611 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.712 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.716 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.718 | 65609 | Marked run 803 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.718 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.719 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.720 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.721 | 65614 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.722 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.722 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.724 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.724 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.727 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.727 | 65617 | Added a new worker 11 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.727 | 56025 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.727 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.727 | 56025 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.727 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fPPZeu +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.728 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.732 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.733 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.736 | 65620 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.737 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.740 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.742 | 65615 | Marked run 804 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.742 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.744 | 65630 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.745 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.748 | 56029 | Recursively removing directory: /tmp/git.izuU5v/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.750 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.750 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.752 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.755 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.756 | 56026 | Recursively removing directory: /tmp/git.fPPZeu/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.757 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.757 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.763 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.763 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.763 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.763 | 65636 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.764 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.768 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.768 | 65639 | Added a new worker 10 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.771 | 56025 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.771 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.771 | 56025 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.771 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.771 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k81VqJ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.771 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.771 | 65641 | Added a new worker 13 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.772 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.772 | 56025 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.772 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.772 | 56025 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.772 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.75GU3G +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.774 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.776 | 65637 | Marked run 805 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.776 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.779 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.779 | 65642 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.780 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.781 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.783 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.786 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.788 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.788 | 65645 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.788 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.793 | 65638 | Marked run 806 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.793 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.794 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.797 | 65655 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.797 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.802 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.801 | 56029 | Recursively removing directory: /tmp/git.k81VqJ/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.802 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.802 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.806 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.808 | 56026 | Recursively removing directory: /tmp/git.75GU3G/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.809 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.809 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.811 | 65662 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.812 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.813 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.816 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.817 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.819 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.821 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.821 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.821 | 65668 | Added a new worker 17 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.822 | 56025 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.822 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.822 | 56025 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.822 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s7opl4 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 65666 | Added a new worker 14 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 56025 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 56025 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.823 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.823 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A3KVHg +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.828 | 65667 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.830 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.830 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.831 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.831 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.831 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.834 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.839 | 65663 | Marked run 807 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.840 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.841 | 65672 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.841 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.845 | 65665 | Marked run 808 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.845 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.848 | 56026 | Recursively removing directory: /tmp/git.s7opl4/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.849 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.849 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.852 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.854 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.857 | 65686 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.857 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.859 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.859 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.860 | 65689 | Added a new worker 8 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.860 | 56025 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.860 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.860 | 56025 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.860 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.861 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LL1SQm +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.862 | 56029 | Recursively removing directory: /tmp/git.A3KVHg/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.863 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.863 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.864 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.867 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.868 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.869 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.871 | 65690 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.873 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.875 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.875 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.875 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.876 | 65694 | Added a new worker 14 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.876 | 56025 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.876 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.876 | 56025 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.876 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.878 | 65695 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.878 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OrFKhD +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.879 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.881 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.894 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.895 | 65687 | Marked run 809 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.896 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.896 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.896 | 56026 | Recursively removing directory: /tmp/git.LL1SQm/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.898 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.898 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.902 | 65697 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.902 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.903 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.907 | 65691 | Marked run 810 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.907 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.907 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.907 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.908 | 65708 | Added a new worker 8 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.908 | 56025 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.908 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.908 | 56025 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.908 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.910 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.912 | 65709 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.912 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.913 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wrMBWx +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.916 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.923 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.923 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.926 | 65712 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.927 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.930 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.931 | 65706 | Marked run 811 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.931 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.931 | 56029 | Recursively removing directory: /tmp/git.OrFKhD/ +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.933 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.933 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.937 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.942 | 65720 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.943 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.944 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.944 | 56029 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.948 | 65728 | Added a new worker 10 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.948 | 56025 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.948 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.949 | 56025 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.949 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pvgcBM +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.949 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.950 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.944 | 56026 | Recursively removing directory: /tmp/git.wrMBWx/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.945 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.945 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.957 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.960 | 56026 | Waiting for a new command +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.960 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.960 | 65731 | Added a new worker 15 to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.960 | 56025 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.960 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.960 | 56025 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.960 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CtKHXK +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.961 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.964 | 56029 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.965 | 56029 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.967 | 56026 | Checking out revision HEAD +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.969 | 56026 | Going to run: ./ci +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.972 | 65726 | Marked run 812 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.973 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.974 | 65730 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.975 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.978 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.979 | 65729 | Marked run 813 as finished +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.979 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.986 | 56029 | Recursively removing directory: /tmp/git.pvgcBM/ +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.988 | 65743 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.988 | 56029 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56029/cimple-worker: 2023-08-28 07:33:24.988 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.989 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.993 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.993 | 56026 | Recursively removing directory: /tmp/git.CtKHXK/ +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.995 | 56026 | Process exit code: 0 +2023-08-28 07:33:24 | INFO | 56026/cimple-worker: 2023-08-28 07:33:24.995 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.996 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.998 | 65750 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:24 | INFO | 56023/cimple-server: 2023-08-28 07:33:24.999 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.000 | 56023 | Waiting for new connections +2023-08-28 07:33:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.005 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.008 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.009 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.012 | 65753 | Added a new worker 17 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.012 | 56025 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.012 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.012 | 56025 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.012 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.013 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.013 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.013 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jT5M08 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.014 | 65755 | Added a new worker 9 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.015 | 56025 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.015 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.015 | 56025 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.015 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ERlEcO +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.016 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.019 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.021 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.022 | 65749 | Marked run 814 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.022 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.026 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.027 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.027 | 65754 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.028 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.035 | 65751 | Marked run 815 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.035 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.035 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.041 | 65767 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.043 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.045 | 56029 | Recursively removing directory: /tmp/git.ERlEcO/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.047 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.047 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.049 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.050 | 56026 | Recursively removing directory: /tmp/git.jT5M08/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.051 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.051 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.052 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.058 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.059 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.059 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.061 | 65773 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.061 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.064 | 65775 | Added a new worker 6 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.064 | 56025 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.064 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.065 | 56025 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.065 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wThcwu +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.065 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.069 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.069 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.070 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.076 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.077 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.079 | 65780 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.079 | 56025 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.079 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.079 | 56025 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.079 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RMBUJX +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.080 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.081 | 65774 | Marked run 817 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.081 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.085 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.086 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.088 | 65778 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.089 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.093 | 56029 | Recursively removing directory: /tmp/git.wThcwu/ +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.094 | 65776 | Marked run 816 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.094 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.095 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.095 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.099 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.101 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.103 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.104 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.105 | 65797 | Added a new worker 14 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.105 | 56025 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.105 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.105 | 56025 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.107 | 65796 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.105 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JP1Ipb +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.108 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.111 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.111 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.116 | 56026 | Recursively removing directory: /tmp/git.RMBUJX/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.117 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.117 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.118 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.119 | 65795 | Marked run 818 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.119 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.122 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.123 | 65800 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.124 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.127 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.128 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.128 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.130 | 65805 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.131 | 56025 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.131 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.131 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.131 | 56025 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.131 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9fXmVl +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.136 | 65806 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.137 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.137 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.139 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.141 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.142 | 65803 | Marked run 819 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.142 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.146 | 56029 | Recursively removing directory: /tmp/git.JP1Ipb/ +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.147 | 65813 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.148 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.148 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.148 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.151 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.152 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.156 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.156 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.157 | 65823 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.157 | 56025 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.157 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.157 | 56025 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.157 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.158 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zzuOYm +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.162 | 65819 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.163 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.165 | 56026 | Recursively removing directory: /tmp/git.9fXmVl/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.167 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.167 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.167 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.168 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.170 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.171 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.173 | 65825 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.173 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.175 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.176 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.179 | 65820 | Marked run 820 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.180 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.183 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.183 | 65829 | Added a new worker 9 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.183 | 56025 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.183 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.183 | 56025 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.184 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YgHZYF +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.185 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.187 | 65836 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.187 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.192 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.194 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.196 | 65827 | Marked run 821 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.196 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.198 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.200 | 56029 | Recursively removing directory: /tmp/git.zzuOYm/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.201 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.201 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.206 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.208 | 65840 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.208 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.212 | 56026 | Recursively removing directory: /tmp/git.YgHZYF/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.213 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.213 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.214 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.217 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.217 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.217 | 65848 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.218 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.219 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.224 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.224 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.224 | 65849 | Added a new worker 14 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.224 | 56025 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.224 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.224 | 56025 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.225 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HJySHB +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.225 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.227 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.228 | 65852 | Added a new worker 14 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.228 | 56025 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.228 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.228 | 56025 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.229 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ch5ytI +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.230 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.230 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.231 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.236 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.238 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.241 | 65846 | Marked run 822 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.242 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.244 | 65853 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.245 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.251 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.252 | 56029 | Recursively removing directory: /tmp/git.HJySHB/ +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.254 | 65851 | Marked run 823 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.255 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.255 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.255 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.259 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.259 | 56026 | Recursively removing directory: /tmp/git.ch5ytI/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.260 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.260 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.262 | 65869 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.263 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.265 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.266 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.270 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.270 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.270 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.270 | 65873 | Added a new worker 14 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.270 | 56025 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.270 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.270 | 56025 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.271 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.272 | 65874 | Added a new worker 10 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.272 | 56025 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.272 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.272 | 56025 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.273 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qyNT4Y +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.274 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.274 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nelH3G +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.275 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.279 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.280 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.281 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.283 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.283 | 65875 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.284 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.288 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.297 | 65870 | Marked run 824 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.298 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.300 | 65880 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.301 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.307 | 56029 | Recursively removing directory: /tmp/git.nelH3G/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.307 | 56026 | Recursively removing directory: /tmp/git.qyNT4Y/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.309 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.309 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.312 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.308 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.308 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.313 | 65871 | Marked run 825 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.313 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.314 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.317 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.317 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.318 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.321 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.324 | 65895 | Added a new worker 17 to the queue +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.324 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.324 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 65897 | Added a new worker 18 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56025 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.328 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.329 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QdHVx9 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.329 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bB51Ck +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.334 | 65896 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.334 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.335 | 65893 | Marked run 826 as finished +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.336 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.337 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.337 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.337 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.338 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.342 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.343 | 65894 | Marked run 827 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.343 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.345 | 65902 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.346 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.349 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.351 | 65913 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.351 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.355 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.359 | 56029 | Recursively removing directory: /tmp/git.bB51Ck/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.360 | 56026 | Recursively removing directory: /tmp/git.QdHVx9/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.361 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.361 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.363 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.363 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.366 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.367 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.370 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.370 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.370 | 65920 | Added a new worker 16 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.370 | 56025 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.370 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.371 | 56025 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.371 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xm6KkQ +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.372 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.372 | 65917 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.372 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.374 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.374 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.381 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.382 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.383 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.384 | 65922 | Added a new worker 15 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.384 | 56025 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.384 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.384 | 56025 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.385 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.385 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FbFxZa +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.393 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.396 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.397 | 65923 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.398 | 65918 | Marked run 828 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.398 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.399 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.399 | 56029 | Recursively removing directory: /tmp/git.Xm6KkQ/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.401 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.401 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.406 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.410 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.412 | 65919 | Marked run 829 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.413 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 65939 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.415 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 56025 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 56025 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.416 | 65934 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.417 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.418 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BRMqCd +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.429 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.430 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.431 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.431 | 56026 | Recursively removing directory: /tmp/git.FbFxZa/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.438 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.438 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.438 | 65943 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.439 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.443 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.445 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.446 | 65936 | Marked run 830 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.447 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.447 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.447 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.448 | 65950 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.448 | 56025 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.448 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.448 | 56025 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.448 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.33igAB +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.449 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.450 | 65949 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.451 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.456 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.461 | 56029 | Recursively removing directory: /tmp/git.BRMqCd/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.462 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.462 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.464 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.461 | 65956 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.464 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.466 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.467 | 65948 | Marked run 831 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.467 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.469 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.473 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.476 | 65966 | Added a new worker 10 to the queue +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.476 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.476 | 56025 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.476 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.476 | 56025 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.477 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.477 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VkqR5V +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.482 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.486 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.487 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.488 | 56026 | Recursively removing directory: /tmp/git.33igAB/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.489 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.489 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.491 | 65960 | Marked run 832 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.492 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.493 | 65967 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.494 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.498 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.498 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.499 | 65976 | Added a new worker 10 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.499 | 56025 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.499 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.499 | 56025 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.499 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.504 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bRnzed +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.507 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.511 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.509 | 56029 | Recursively removing directory: /tmp/git.VkqR5V/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.510 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.510 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.512 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.515 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.519 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.520 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.520 | 65982 | Added a new worker 15 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.520 | 56025 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.520 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.520 | 56025 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.521 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yJHZ4E +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.521 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.526 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.527 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.528 | 65970 | Marked run 833 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.528 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.530 | 65978 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.530 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.534 | 65980 | Marked run 834 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.535 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.538 | 65990 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.538 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.541 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.545 | 56026 | Recursively removing directory: /tmp/git.bRnzed/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.546 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.546 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.548 | 56029 | Recursively removing directory: /tmp/git.yJHZ4E/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.551 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.551 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.551 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.555 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.556 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.556 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.558 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 66001 | Added a new worker 9 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 56025 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.559 | 56025 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.560 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SoLYYl +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.561 | 65998 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.561 | 66002 | Added a new worker 8 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.562 | 56025 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.562 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.562 | 56025 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.562 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GuYKqk +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.563 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.567 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.568 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.569 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.572 | 66004 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.572 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.575 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.582 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.582 | 66007 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.582 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.584 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.588 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.589 | 65999 | Marked run 835 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.589 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.594 | 66000 | Marked run 836 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.594 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.596 | 66011 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.597 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.602 | 56026 | Recursively removing directory: /tmp/git.SoLYYl/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.603 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.603 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.604 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.606 | 56029 | Recursively removing directory: /tmp/git.GuYKqk/ +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.607 | 66024 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.611 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.612 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.607 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.607 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.614 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.616 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.618 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.619 | 66028 | Added a new worker 15 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.619 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.619 | 56025 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.619 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.619 | 56025 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.619 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.620 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ThN60S +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.621 | 66029 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.621 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.621 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.622 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.629 | 66030 | Added a new worker 12 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.629 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.629 | 56025 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.629 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.629 | 56025 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.630 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.630 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RM1krt +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.634 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.635 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.639 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.639 | 66027 | Marked run 838 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.639 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.640 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.650 | 66026 | Marked run 837 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.650 | 66032 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.650 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.653 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.655 | 66049 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.656 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.658 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.660 | 66051 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.661 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.660 | 56029 | Recursively removing directory: /tmp/git.RM1krt/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.661 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.661 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.663 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.666 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.666 | 66053 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.667 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.670 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.670 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.670 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.672 | 66057 | Added a new worker 8 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.673 | 66056 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.673 | 56025 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.673 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.673 | 56025 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.674 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F1pGdl +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.675 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.675 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.678 | 56026 | Recursively removing directory: /tmp/git.ThN60S/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.680 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.680 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.680 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.683 | 66059 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.684 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.685 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.687 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.689 | 66062 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.690 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.692 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.693 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.692 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.694 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.694 | 66064 | Added a new worker 12 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.694 | 56025 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.694 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.695 | 56025 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.695 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KMiCBd +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.696 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.701 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.704 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.704 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.707 | 66054 | Marked run 840 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.707 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.709 | 66067 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.709 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.714 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.714 | 66061 | Marked run 839 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.714 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.717 | 66077 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.718 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.717 | 56029 | Recursively removing directory: /tmp/git.F1pGdl/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.718 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.718 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.721 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.723 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.723 | 66079 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.724 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.726 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.729 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.729 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.730 | 66087 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.730 | 56025 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.730 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.730 | 56025 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.730 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wRYQmC +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.731 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.733 | 66084 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.734 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.739 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.742 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.741 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.746 | 56026 | Recursively removing directory: /tmp/git.KMiCBd/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.747 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.747 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.749 | 66080 | Marked run 841 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.749 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.751 | 66089 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.752 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.756 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.757 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.757 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.762 | 66100 | Added a new worker 12 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.762 | 56025 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.762 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.762 | 56025 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.762 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QnF3fc +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.763 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.767 | 56029 | Recursively removing directory: /tmp/git.wRYQmC/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.769 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.769 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.773 | 66099 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.773 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.774 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.774 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.775 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.779 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.780 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.781 | 66095 | Marked run 842 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.781 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.781 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.782 | 66105 | Added a new worker 6 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.782 | 56025 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.782 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.782 | 56025 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.782 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.782 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gi6lTR +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.789 | 66104 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.790 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.795 | 56026 | Recursively removing directory: /tmp/git.QnF3fc/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.796 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.796 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.796 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.797 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.802 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.803 | 66101 | Marked run 843 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.803 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.803 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.807 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.807 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.808 | 66117 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.808 | 56025 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.808 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.808 | 56025 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.808 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9gQR87 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.809 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.810 | 66115 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.811 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.819 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.820 | 56029 | Recursively removing directory: /tmp/git.gi6lTR/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.822 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.822 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.820 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.823 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.826 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.830 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.830 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.831 | 66133 | Added a new worker 15 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.832 | 56025 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.832 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.832 | 56025 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.832 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ORv30F +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.833 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.834 | 66125 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.835 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.840 | 66114 | Marked run 844 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.840 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.843 | 56026 | Recursively removing directory: /tmp/git.9gQR87/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.845 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.845 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.847 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.848 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.848 | 66127 | Marked run 845 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.848 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.849 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.851 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.855 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.860 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.863 | 66135 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.863 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.866 | 66144 | Added a new worker 8 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.866 | 56025 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.866 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.866 | 56025 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.867 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uKbm8f +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.867 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.869 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.870 | 56029 | Recursively removing directory: /tmp/git.ORv30F/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.871 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.871 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.873 | 66136 | Marked run 846 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.874 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.875 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.876 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.876 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.882 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.882 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.885 | 66146 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.886 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.886 | 66149 | Added a new worker 8 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.886 | 56025 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.886 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.886 | 56025 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.887 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nN7Sqd +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.887 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.890 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.893 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.895 | 66152 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.895 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.895 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.899 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.901 | 66147 | Marked run 847 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.902 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.904 | 66160 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.905 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.907 | 56026 | Recursively removing directory: /tmp/git.uKbm8f/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.908 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.908 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.909 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.913 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.915 | 66168 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.916 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.918 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.918 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.920 | 56029 | Recursively removing directory: /tmp/git.nN7Sqd/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.921 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.921 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.924 | 66171 | Added a new worker 8 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.924 | 56025 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.924 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.924 | 56025 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.925 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CNSkDC +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.926 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.927 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.932 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.933 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.934 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.934 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.936 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.937 | 66174 | Added a new worker 15 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.937 | 56025 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.937 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.937 | 56025 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.938 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.939 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JFaKrb +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.943 | 66169 | Marked run 848 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.943 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.945 | 66173 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.946 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.948 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.949 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.950 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.953 | 66172 | Marked run 849 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.954 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.955 | 56026 | Recursively removing directory: /tmp/git.CNSkDC/ +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.956 | 56026 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.956 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.961 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.964 | 66184 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.965 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.965 | 56029 | Recursively removing directory: /tmp/git.JFaKrb/ +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.966 | 56029 | Process exit code: 0 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.966 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.967 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.967 | 56026 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.971 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.976 | 66193 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.977 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IxGFyU +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.976 | 56025 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.976 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.976 | 56025 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.977 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.983 | 56026 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.984 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.984 | 66195 | Added a new worker 13 to the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.984 | 56025 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.984 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.984 | 56025 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.984 | 56029 | Waiting for a new command +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.984 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fx28lk +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.985 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56026/cimple-worker: 2023-08-28 07:33:25.985 | 56026 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.988 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.991 | 56029 | Checking out revision HEAD +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.992 | 66191 | Marked run 850 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.992 | 56023 | Waiting for new connections +2023-08-28 07:33:25 | INFO | 56029/cimple-worker: 2023-08-28 07:33:25.992 | 56029 | Going to run: ./ci +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.998 | 66194 | Marked run 851 as finished +2023-08-28 07:33:25 | INFO | 56023/cimple-server: 2023-08-28 07:33:25.998 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.001 | 66197 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.001 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.004 | 56026 | Recursively removing directory: /tmp/git.IxGFyU/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.005 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.005 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.010 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.011 | 56029 | Recursively removing directory: /tmp/git.fx28lk/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.012 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.012 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.015 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.017 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.017 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.015 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.022 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.024 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.024 | 66213 | Added a new worker 17 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.024 | 56025 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.024 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.024 | 56025 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.025 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.025 | 66215 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.026 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.025 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7FCkbk +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.030 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.031 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.031 | 66216 | Added a new worker 8 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.032 | 56025 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.032 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.032 | 56025 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.032 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8rQCH1 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.033 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.039 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.041 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.042 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.045 | 66214 | Marked run 853 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.046 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.047 | 56026 | Recursively removing directory: /tmp/git.7FCkbk/ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.047 | 66225 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.049 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.049 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.049 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.053 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.054 | 66212 | Marked run 852 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.054 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.058 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.059 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.059 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.060 | 66231 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.060 | 56025 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.060 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.060 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.060 | 56025 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.063 | 66230 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.063 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QzU0wZ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.064 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.067 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.071 | 66234 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.072 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.073 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.074 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.077 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.083 | 56029 | Recursively removing directory: /tmp/git.8rQCH1/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.091 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.091 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.101 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.104 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.104 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.104 | 66249 | Added a new worker 15 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.104 | 56025 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.104 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.104 | 56025 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.105 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.127 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n8euxO +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.136 | 56026 | Recursively removing directory: /tmp/git.QzU0wZ/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.138 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.138 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.142 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.146 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.147 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.147 | 66251 | Added a new worker 17 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.147 | 56025 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.147 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.147 | 56025 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.148 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OFMPZb +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.149 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.155 | 66229 | Marked run 854 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.155 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.243 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.253 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.254 | 66240 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.255 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.258 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.268 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.268 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.274 | 66248 | Marked run 855 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.275 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.277 | 66253 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.278 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.282 | 66250 | Marked run 856 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.282 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.284 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.287 | 56029 | Recursively removing directory: /tmp/git.n8euxO/ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.289 | 66269 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.290 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.289 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.289 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.293 | 56026 | Recursively removing directory: /tmp/git.OFMPZb/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.294 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.294 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.298 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.298 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.298 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.300 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.303 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.304 | 66272 | Added a new worker 15 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.304 | 56025 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.304 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.305 | 56025 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.305 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NN3tiw +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.305 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.307 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.307 | 66275 | Added a new worker 16 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.309 | 56025 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.309 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.309 | 56025 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.310 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.313 | 66274 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.314 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.307 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.309 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.10o3Os +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.316 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.317 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.321 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.322 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.326 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.330 | 66271 | Marked run 857 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.330 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.332 | 66279 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.332 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.338 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.342 | 66273 | Marked run 858 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.342 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.345 | 66293 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.345 | 56026 | Recursively removing directory: /tmp/git.10o3Os/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.347 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.347 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.349 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.348 | 56029 | Recursively removing directory: /tmp/git.NN3tiw/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.349 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.349 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.353 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.353 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.357 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.360 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.362 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.357 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.364 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.365 | 66297 | Added a new worker 17 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.365 | 56025 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.365 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.365 | 56025 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.365 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RJWhEM +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.366 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.370 | 66299 | Added a new worker 10 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.370 | 56025 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.370 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.370 | 56025 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.370 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.370 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7glYqO +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.370 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.371 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.382 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.383 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.382 | 66298 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.382 | 66296 | Marked run 859 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.383 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.389 | 66295 | Marked run 860 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.389 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.390 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.389 | 56029 | Recursively removing directory: /tmp/git.RJWhEM/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.391 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.391 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.393 | 66309 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.394 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.395 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.398 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.399 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.400 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.400 | 66315 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.400 | 56025 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.400 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.400 | 56025 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.401 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yDsV97 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.402 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.407 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.408 | 66314 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.409 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.410 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.414 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.416 | 56026 | Recursively removing directory: /tmp/git.7glYqO/ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.417 | 66313 | Marked run 861 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.418 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.418 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.419 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.423 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.428 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 66330 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 56025 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 56025 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.428 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.429 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ljHUDE +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.430 | 66322 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.431 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.435 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.438 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.439 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.445 | 56029 | Recursively removing directory: /tmp/git.yDsV97/ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.450 | 66333 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.447 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.447 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.451 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.451 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.456 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.458 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.457 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.461 | 66339 | Added a new worker 15 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.461 | 56025 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.461 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.461 | 56025 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.461 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mmtOzB +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.462 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.463 | 66327 | Marked run 862 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.463 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.465 | 66338 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.466 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.469 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.470 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.473 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.480 | 66347 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.481 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.482 | 66336 | Marked run 863 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.482 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.484 | 56026 | Recursively removing directory: /tmp/git.ljHUDE/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.485 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.485 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.486 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.490 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.493 | 66351 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.494 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.495 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.495 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.496 | 66356 | Added a new worker 8 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.500 | 56025 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.500 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.500 | 56025 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.500 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3qxI5t +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.500 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.502 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.506 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.507 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.510 | 66357 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.511 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.515 | 66352 | Marked run 864 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.516 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.517 | 56029 | Recursively removing directory: /tmp/git.mmtOzB/ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.517 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.518 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.518 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.522 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.526 | 66363 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.526 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.527 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.528 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.532 | 66366 | Added a new worker 6 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.533 | 56025 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.533 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.533 | 56025 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.533 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MoXfRT +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.534 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.540 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.541 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.542 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.553 | 66365 | Marked run 865 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.554 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.556 | 66370 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.556 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.559 | 56026 | Recursively removing directory: /tmp/git.3qxI5t/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.560 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.560 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.564 | 56029 | Recursively removing directory: /tmp/git.MoXfRT/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.566 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.566 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.572 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.572 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.572 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.569 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.574 | 66382 | Added a new worker 12 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.574 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.574 | 56025 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.574 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.574 | 56025 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.576 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.578 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.35ekA0 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.579 | 66384 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.581 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.582 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.583 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.584 | 66386 | Added a new worker 15 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.584 | 56025 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.584 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.584 | 56025 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.584 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.582 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.588 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h7nH0B +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.620 | 66387 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.622 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.623 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.624 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.625 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.626 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.627 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.632 | 66383 | Marked run 867 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.633 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.637 | 66381 | Marked run 866 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.637 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.639 | 66391 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.640 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.644 | 56026 | Recursively removing directory: /tmp/git.35ekA0/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.645 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.645 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.649 | 56029 | Recursively removing directory: /tmp/git.h7nH0B/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.650 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.650 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.655 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.656 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.656 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.656 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.656 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.658 | 66408 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.659 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.661 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 66407 | Added a new worker 14 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 56025 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 56025 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.661 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.661 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WiHFgz +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.664 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.664 | 66410 | Added a new worker 14 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.664 | 56025 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.664 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.664 | 56025 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.665 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qck82b +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.665 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.666 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.668 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.673 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.674 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.679 | 66411 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.680 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.685 | 56026 | Recursively removing directory: /tmp/git.WiHFgz/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.686 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.686 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.691 | 66405 | Marked run 868 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.691 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.691 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.693 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.696 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.696 | 66406 | Marked run 869 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.696 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.697 | 66427 | Added a new worker 9 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.697 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.697 | 56025 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.697 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.697 | 56025 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.697 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0v1MZF +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.699 | 66424 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.700 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.704 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.706 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.707 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.709 | 56029 | Recursively removing directory: /tmp/git.Qck82b/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.710 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.710 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.714 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.715 | 66431 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.716 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.720 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.720 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.721 | 66423 | Marked run 870 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.722 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.722 | 66439 | Added a new worker 6 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.722 | 56025 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.722 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.722 | 56025 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.722 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xa2eYt +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.723 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.727 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.729 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.729 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.732 | 66442 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.733 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.738 | 66434 | Marked run 871 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.739 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.739 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.738 | 56026 | Recursively removing directory: /tmp/git.0v1MZF/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.739 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.739 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.742 | 66446 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.744 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.745 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.746 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.749 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.749 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.750 | 66451 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.750 | 56025 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.750 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.750 | 56025 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.750 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WWAHa9 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.751 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.760 | 66450 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.761 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.764 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.767 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.771 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.772 | 66449 | Marked run 872 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.772 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.775 | 56029 | Recursively removing directory: /tmp/git.Xa2eYt/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.777 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.777 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.777 | 66458 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.780 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.781 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.787 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.789 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.789 | 56026 | Recursively removing directory: /tmp/git.WWAHa9/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.790 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.790 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.795 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.795 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.797 | 66467 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.797 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.799 | 66468 | Added a new worker 9 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.800 | 56025 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.800 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.800 | 56025 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.800 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bglyCJ +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.801 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.804 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.805 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.806 | 66466 | Marked run 873 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.806 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.807 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 66471 | Added a new worker 8 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 56025 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.807 | 56025 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.808 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QTLDBe +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.809 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.810 | 66472 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.811 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.815 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.816 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.819 | 66476 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.820 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.822 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.824 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.826 | 66469 | Marked run 874 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.827 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.830 | 56029 | Recursively removing directory: /tmp/git.bglyCJ/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.831 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.831 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.831 | 66484 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.831 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.837 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.840 | 56026 | Recursively removing directory: /tmp/git.QTLDBe/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.841 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.841 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.842 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.842 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.846 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.846 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.851 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.853 | 66493 | Added a new worker 17 to the queue +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.853 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zeFtGK +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.853 | 56025 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.853 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.853 | 56025 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.855 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.856 | 66496 | Added a new worker 8 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.859 | 66495 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.859 | 56025 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.859 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.859 | 56025 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.859 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.860 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.861 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.856 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.862 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.863 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PyrIld +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.866 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.878 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.877 | 66492 | Marked run 875 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.878 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.880 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.886 | 66500 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.886 | 66494 | Marked run 876 as finished +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.887 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.888 | 56029 | Recursively removing directory: /tmp/git.zeFtGK/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.889 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.889 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.891 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.893 | 66510 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.893 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.895 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.896 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.904 | 56026 | Recursively removing directory: /tmp/git.PyrIld/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.899 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.905 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.905 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.904 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.906 | 66518 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.906 | 56025 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.906 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.906 | 56025 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.906 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.907 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XMlAfC +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.909 | 66517 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.909 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.910 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.914 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.914 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.914 | 66521 | Added a new worker 13 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.915 | 56025 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.915 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.915 | 56025 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.915 | 66516 | Marked run 877 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.915 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.915 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zvFvHO +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.918 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.918 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.919 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.922 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.927 | 66524 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.927 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.928 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.928 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.933 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.934 | 66519 | Marked run 878 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.934 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.938 | 66533 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.939 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.941 | 56029 | Recursively removing directory: /tmp/git.XMlAfC/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.942 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.942 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.945 | 56026 | Recursively removing directory: /tmp/git.zvFvHO/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.946 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.946 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.950 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.951 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.952 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.955 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.955 | 56029 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.955 | 56026 | Waiting for a new command +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.956 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.956 | 66546 | Added a new worker 16 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.956 | 56025 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.956 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.956 | 56025 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.957 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.957 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i05nZF +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.962 | 66545 | Added a new worker 15 to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.962 | 56025 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.962 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.962 | 56025 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.962 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ijQaE0 +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.963 | 66542 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.968 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.967 | 56029 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.968 | 56026 | Checking out revision HEAD +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.969 | 56029 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.969 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.970 | 56026 | Going to run: ./ci +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.977 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.978 | 66540 | Marked run 879 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.979 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.984 | 66541 | Marked run 880 as finished +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.985 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.987 | 66551 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.987 | 56023 | Waiting for new connections +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.989 | 56029 | Recursively removing directory: /tmp/git.ijQaE0/ +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.990 | 56029 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56029/cimple-worker: 2023-08-28 07:33:26.990 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.995 | 56026 | Recursively removing directory: /tmp/git.i05nZF/ +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.996 | 56026 | Process exit code: 0 +2023-08-28 07:33:26 | INFO | 56026/cimple-worker: 2023-08-28 07:33:26.996 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:26 | INFO | 56023/cimple-server: 2023-08-28 07:33:26.999 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.000 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.002 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.002 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.002 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.003 | 66567 | Added a new worker 14 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.003 | 56025 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.003 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.003 | 56025 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.003 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ed2Qo0 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.004 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.006 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.008 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.006 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.009 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.012 | 66565 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.013 | 66568 | Added a new worker 14 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.013 | 56025 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.013 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.013 | 56025 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.013 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pryerA +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.014 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.015 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.018 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.022 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.025 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.028 | 66564 | Marked run 882 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.028 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.031 | 66571 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.031 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.036 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.036 | 66566 | Marked run 881 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.036 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.038 | 56029 | Recursively removing directory: /tmp/git.Ed2Qo0/ +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.040 | 66584 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.044 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.040 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.040 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.045 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.046 | 56026 | Recursively removing directory: /tmp/git.pryerA/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.048 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.048 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.050 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.050 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.050 | 66589 | Added a new worker 10 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.050 | 56025 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.050 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.050 | 56025 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.050 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rHGcDx +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.053 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.055 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.056 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.057 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.061 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.067 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.067 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.068 | 66594 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.068 | 56025 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.068 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.068 | 56025 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.069 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QA2xp1 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.070 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.076 | 66588 | Marked run 883 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.077 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.078 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.079 | 66595 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.079 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.082 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.082 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.084 | 66590 | Marked run 884 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.084 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.084 | 56029 | Recursively removing directory: /tmp/git.rHGcDx/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.087 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.087 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.092 | 66602 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.092 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.093 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.097 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.097 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.097 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.104 | 66612 | Added a new worker 12 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.105 | 56025 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.105 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.105 | 56025 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.105 | 56026 | Recursively removing directory: /tmp/git.QA2xp1/ +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.105 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.106 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.106 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.107 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QqrqYL +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.112 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.113 | 66608 | Marked run 885 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.114 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.116 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.116 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.117 | 66614 | Added a new worker 13 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.117 | 56025 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.117 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.117 | 56025 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.117 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.okIVBB +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.118 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.118 | 66611 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.119 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.121 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.122 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.123 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.124 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.132 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.140 | 56026 | Recursively removing directory: /tmp/git.okIVBB/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.141 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.141 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.146 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.147 | 66624 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.148 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.148 | 66613 | Marked run 886 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.149 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.150 | 56029 | Recursively removing directory: /tmp/git.QqrqYL/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.151 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.151 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.153 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.155 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.159 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.159 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 66633 | Added a new worker 16 to the queue +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.159 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 56025 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.160 | 56025 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.161 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P7976u +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.162 | 66635 | Added a new worker 7 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.162 | 56025 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.162 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.162 | 56025 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.162 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.162 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0uoU0h +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.169 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.172 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.173 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.173 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.173 | 66636 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.175 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.178 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.181 | 66631 | Marked run 888 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.182 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.186 | 66634 | Marked run 887 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.187 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.192 | 66641 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.192 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.194 | 56026 | Recursively removing directory: /tmp/git.P7976u/ +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.197 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.203 | 56029 | Recursively removing directory: /tmp/git.0uoU0h/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.204 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.204 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.203 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.203 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.207 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.208 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.211 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.211 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.213 | 66654 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.214 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.215 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.215 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.217 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.217 | 66659 | Added a new worker 16 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.217 | 56025 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.217 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.218 | 56025 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.218 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8CrBGt +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.219 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.220 | 66657 | Added a new worker 6 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.220 | 56025 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.220 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.220 | 56025 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.220 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.221 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SMEioN +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.223 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.224 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.228 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.229 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.237 | 66655 | Marked run 889 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.237 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.239 | 66660 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.239 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.243 | 66656 | Marked run 890 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.244 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.247 | 56026 | Recursively removing directory: /tmp/git.SMEioN/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.248 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.248 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.250 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.251 | 56029 | Recursively removing directory: /tmp/git.8CrBGt/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.253 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.253 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.256 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.257 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.258 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8xpNe4 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 66679 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 56025 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.258 | 56025 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.259 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.264 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.264 | 66676 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.265 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.264 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.268 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.269 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.271 | 66680 | Added a new worker 6 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.271 | 56025 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.271 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.271 | 56025 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.271 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.271 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IKSM3i +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.276 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.278 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.279 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.281 | 66678 | Marked run 891 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.282 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.284 | 66683 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.284 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.289 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.290 | 66677 | Marked run 892 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.290 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.296 | 66694 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.297 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.298 | 56029 | Recursively removing directory: /tmp/git.IKSM3i/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.299 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.299 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.303 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.304 | 56026 | Recursively removing directory: /tmp/git.8xpNe4/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.306 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.306 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.310 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.314 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.316 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.316 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.320 | 66701 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.320 | 56025 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.320 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.321 | 56025 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.321 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.321 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.321 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h7tioY +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.324 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.326 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.326 | 66700 | Marked run 894 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.327 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.327 | 66704 | Added a new worker 6 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.327 | 56025 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.327 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.327 | 56025 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.328 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qGdQuA +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.329 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.329 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.330 | 66702 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.330 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.337 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.338 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.341 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.342 | 66703 | Marked run 893 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.342 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.345 | 66715 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.345 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.349 | 56029 | Recursively removing directory: /tmp/git.h7tioY/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.350 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.350 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.355 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.359 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.359 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.354 | 56026 | Recursively removing directory: /tmp/git.qGdQuA/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.355 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.355 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.362 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.364 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.364 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.368 | 66724 | Added a new worker 16 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.368 | 56025 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.368 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.369 | 56025 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.369 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RS3Ols +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.369 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.363 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.369 | 66726 | Added a new worker 18 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.369 | 56025 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.369 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.370 | 56025 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.370 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.371 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ynlh4q +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.372 | 66725 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.373 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.376 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.377 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.378 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.378 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.384 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.385 | 66722 | Marked run 895 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.385 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.390 | 66723 | Marked run 896 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.390 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.392 | 66732 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.393 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.396 | 56026 | Recursively removing directory: /tmp/git.ynlh4q/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.398 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.398 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.400 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.406 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.401 | 56029 | Recursively removing directory: /tmp/git.RS3Ols/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.402 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.402 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.407 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.407 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.407 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.408 | 66747 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.408 | 56025 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.408 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.408 | 56025 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.408 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.409 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.An1R0Z +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.412 | 66744 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.412 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.413 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.415 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.420 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.423 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.426 | 66748 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.431 | 66751 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.431 | 56025 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.431 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.431 | 56025 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.431 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.432 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.431 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PMwfRm +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.438 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.439 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.439 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.440 | 66745 | Marked run 898 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.441 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.446 | 66746 | Marked run 897 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.446 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.449 | 66755 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.449 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.456 | 56026 | Recursively removing directory: /tmp/git.An1R0Z/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.458 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.458 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.462 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.466 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.471 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.472 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.476 | 66770 | Added a new worker 13 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.477 | 56025 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.477 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.477 | 56025 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.477 | 66767 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.478 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.478 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o3ENCK +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.479 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.484 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.485 | 56029 | Recursively removing directory: /tmp/git.PMwfRm/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.487 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.487 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.489 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.490 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.492 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.495 | 66766 | Marked run 899 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.495 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.500 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.496 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.504 | 66772 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.505 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.506 | 66777 | Added a new worker 9 to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.506 | 56025 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.506 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.506 | 56025 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.506 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.507 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vW6O25 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.510 | 66774 | Marked run 900 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.510 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.515 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.516 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.517 | 56026 | Recursively removing directory: /tmp/git.o3ENCK/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.519 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.519 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.523 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.531 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.532 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.532 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.533 | 66787 | Added a new worker 12 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.533 | 56025 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.533 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.533 | 56025 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.534 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.535 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8VgekK +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.543 | 66786 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.544 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.550 | 56029 | Recursively removing directory: /tmp/git.vW6O25/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.551 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.551 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.552 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.553 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.555 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.558 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.559 | 66784 | Marked run 901 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.560 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.561 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.561 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.561 | 66797 | Added a new worker 13 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.561 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.562 | 56025 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.562 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.562 | 56025 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.562 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ji7HLx +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.565 | 66796 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.566 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.571 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.573 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.574 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.575 | 66795 | Marked run 902 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.576 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.577 | 66802 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.578 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.583 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.591 | 56029 | Recursively removing directory: /tmp/git.ji7HLx/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.589 | 56026 | Recursively removing directory: /tmp/git.8VgekK/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.590 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.590 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.593 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.593 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.595 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.597 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.599 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.599 | 66814 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.601 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.602 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.599 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.603 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.604 | 66817 | Added a new worker 17 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.605 | 56025 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.605 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.605 | 56025 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.606 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IvcLyU +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.608 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.608 | 66819 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 66820 | Added a new worker 16 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 56025 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.610 | 56025 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.610 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Px6Cis +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.613 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.615 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.615 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.616 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.618 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.620 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.624 | 66816 | Marked run 904 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.624 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.626 | 66824 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.626 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.630 | 66815 | Marked run 903 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.630 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.631 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.633 | 66834 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.634 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.637 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.645 | 56029 | Recursively removing directory: /tmp/git.Px6Cis/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.641 | 56026 | Recursively removing directory: /tmp/git.IvcLyU/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.643 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.643 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.647 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.647 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.647 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.651 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.651 | 66840 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.652 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.653 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.653 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.655 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.655 | 66844 | Added a new worker 14 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.656 | 56025 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.656 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.656 | 56025 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.656 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ALDlsU +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.657 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.657 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.657 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.661 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.663 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.663 | 66846 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.663 | 56025 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.663 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.664 | 56025 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.664 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.664 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YE2bhq +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.666 | 66845 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.667 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.670 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.673 | 66849 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.674 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.676 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.677 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.677 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.684 | 66842 | Marked run 906 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.685 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.686 | 66851 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.688 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.693 | 66841 | Marked run 905 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.693 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.696 | 56026 | Recursively removing directory: /tmp/git.ALDlsU/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.697 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.697 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.701 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.702 | 56029 | Recursively removing directory: /tmp/git.YE2bhq/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.703 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.703 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.704 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.707 | 66867 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.707 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.709 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.712 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.712 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.715 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.715 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.716 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.720 | 66870 | Added a new worker 17 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.720 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.720 | 56025 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.720 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.721 | 56025 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.721 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5xrTyQ +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.721 | 66872 | Added a new worker 10 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.721 | 56025 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.721 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.721 | 56025 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.722 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EHWNcO +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.722 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.727 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.728 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.728 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.729 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.733 | 66871 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.733 | 66866 | Marked run 907 as finished +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.734 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.738 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.738 | 66868 | Marked run 908 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.738 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.742 | 66880 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.742 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.747 | 56029 | Recursively removing directory: /tmp/git.5xrTyQ/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.749 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.749 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.750 | 56026 | Recursively removing directory: /tmp/git.EHWNcO/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.751 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.751 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.752 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.756 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.757 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.759 | 66890 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.760 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.762 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.762 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.764 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.764 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.766 | 66894 | Added a new worker 16 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.766 | 56025 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.766 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.767 | 56025 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.767 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.767 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.767 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IwskxH +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.769 | 66895 | Added a new worker 7 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.769 | 56025 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.769 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.769 | 56025 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.770 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OUdBth +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.774 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.776 | 66896 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.776 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.776 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.777 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.777 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.777 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.783 | 66892 | Marked run 910 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.784 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.784 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.790 | 66891 | Marked run 909 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.790 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.794 | 66902 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.794 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.804 | 56026 | Recursively removing directory: /tmp/git.IwskxH/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.798 | 56029 | Recursively removing directory: /tmp/git.OUdBth/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.799 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.799 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.804 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.805 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.805 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.806 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.810 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.811 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.811 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.813 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.814 | 66917 | Added a new worker 17 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.814 | 56025 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.814 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.814 | 56025 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 66918 | Added a new worker 17 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56025 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.815 | 56025 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.815 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cqjTQr +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.816 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S9YdxO +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.817 | 66915 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.818 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.822 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.825 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.823 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.828 | 66920 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.829 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.830 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.831 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.832 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.836 | 66924 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.838 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.841 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.843 | 66914 | Marked run 912 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.844 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.847 | 66916 | Marked run 911 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.848 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.850 | 66928 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.851 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.853 | 56029 | Recursively removing directory: /tmp/git.S9YdxO/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.855 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.855 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.857 | 56026 | Recursively removing directory: /tmp/git.cqjTQr/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.858 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.858 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.860 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.862 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.864 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.864 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.864 | 66942 | Added a new worker 12 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.864 | 56025 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.864 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.864 | 56025 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.864 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tul1Eo +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.867 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.870 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.870 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.871 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.871 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.872 | 66943 | Added a new worker 14 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.872 | 56025 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.872 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.872 | 56025 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.872 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.872 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.884 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T0Clsf +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.888 | 56029 | Recursively removing directory: /tmp/git.Tul1Eo/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.889 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.889 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.892 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.893 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.894 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.896 | 66944 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.896 | 66941 | Marked run 914 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.896 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.899 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.899 | 66956 | Added a new worker 12 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.899 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.900 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.900 | 56025 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.900 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.900 | 56025 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.900 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.901 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3PZUuI +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.903 | 66940 | Marked run 913 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.904 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.909 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.913 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.913 | 66957 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.913 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.918 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.919 | 66952 | Marked run 915 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.919 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.920 | 56026 | Recursively removing directory: /tmp/git.T0Clsf/ +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.922 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.922 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.923 | 66965 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.923 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.927 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.928 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.931 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.933 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.935 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6lMP8D +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.934 | 66970 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.935 | 66975 | Added a new worker 10 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.935 | 56025 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.935 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.935 | 56025 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.937 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.940 | 56026 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.944 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.944 | 56026 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.945 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.945 | 56029 | Recursively removing directory: /tmp/git.3PZUuI/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.947 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.947 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.949 | 66969 | Marked run 916 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.949 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.952 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.953 | 66977 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.953 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.956 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.956 | 56029 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.959 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.961 | 66983 | Added a new worker 12 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.962 | 56025 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.962 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.962 | 56025 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.962 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kL2vL2 +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.964 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.968 | 56029 | Checking out revision HEAD +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.969 | 56029 | Going to run: ./ci +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.971 | 66988 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.971 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.976 | 56026 | Recursively removing directory: /tmp/git.6lMP8D/ +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.977 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.979 | 56026 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.979 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.983 | 66980 | Marked run 917 as finished +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.984 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.986 | 66991 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.986 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.991 | 56029 | Recursively removing directory: /tmp/git.kL2vL2/ +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.993 | 56029 | Process exit code: 0 +2023-08-28 07:33:27 | INFO | 56029/cimple-worker: 2023-08-28 07:33:27.993 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:27 | INFO | 56026/cimple-worker: 2023-08-28 07:33:27.992 | 56026 | Waiting for a new command +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.997 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.998 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 67000 | Added a new worker 15 to the queue +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 56023 | Waiting for new connections +2023-08-28 07:33:27 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 56025 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:27.999 | 56025 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.000 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N5iUt0 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.003 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.003 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.004 | 67003 | Added a new worker 7 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.004 | 56025 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.004 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.004 | 56025 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.005 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mjwjIA +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.006 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.006 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.007 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.013 | 66998 | Marked run 918 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.014 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.014 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.016 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.016 | 67002 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.017 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.020 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.024 | 67001 | Marked run 919 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.024 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.027 | 67009 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.028 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.034 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.037 | 56026 | Recursively removing directory: /tmp/git.N5iUt0/ +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.038 | 67021 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.038 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.038 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.038 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.039 | 56029 | Recursively removing directory: /tmp/git.mjwjIA/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.041 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.041 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.043 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.046 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.047 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.047 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.050 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.050 | 67025 | Added a new worker 14 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.050 | 56025 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.050 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.050 | 56025 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.050 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uvwkc9 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.051 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.053 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.053 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.061 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.062 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.062 | 67027 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.063 | 56025 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.063 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.063 | 56025 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.063 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.063 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ASVVrK +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.065 | 67026 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.065 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.069 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.069 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.070 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.075 | 67023 | Marked run 920 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.076 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.077 | 67031 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.078 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.083 | 56026 | Recursively removing directory: /tmp/git.uvwkc9/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.084 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.084 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.084 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.088 | 67024 | Marked run 921 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.089 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.089 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.091 | 67043 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.091 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.094 | 56029 | Recursively removing directory: /tmp/git.ASVVrK/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.096 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.096 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.097 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.098 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.098 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.100 | 67048 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.100 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.101 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.107 | 67049 | Added a new worker 9 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.108 | 56025 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.108 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.108 | 56025 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.108 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.108 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Cng3S4 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.114 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.116 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.116 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.117 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.118 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.118 | 67053 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.118 | 56025 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.118 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.119 | 56025 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.119 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.120 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gHDWId +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.125 | 67046 | Marked run 922 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.126 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.128 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.129 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.129 | 67054 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.130 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.134 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.135 | 67051 | Marked run 923 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.135 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.137 | 67061 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.138 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.141 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.144 | 67071 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.144 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.146 | 56026 | Recursively removing directory: /tmp/git.Cng3S4/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.147 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.147 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.152 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.155 | 56029 | Recursively removing directory: /tmp/git.gHDWId/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.157 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.157 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.158 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.164 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.165 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.167 | 67074 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.167 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.168 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.169 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vYUZ3V +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.168 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.168 | 67077 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.165 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.168 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.169 | 56025 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.169 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.169 | 56025 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.172 | 67076 | Added a new worker 9 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.172 | 56025 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.172 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.172 | 56025 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.173 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xUh21G +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.175 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.176 | 67073 | Marked run 924 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.176 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.177 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.178 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.178 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.179 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.180 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.191 | 67075 | Marked run 925 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.191 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.194 | 67079 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.195 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.195 | 56029 | Recursively removing directory: /tmp/git.xUh21G/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.196 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.196 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.201 | 56026 | Recursively removing directory: /tmp/git.vYUZ3V/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.202 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.202 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.203 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.205 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.206 | 67095 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.207 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.207 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.212 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.212 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.214 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.216 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.217 | 67099 | Added a new worker 16 to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.217 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.217 | 56025 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.217 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.217 | 56025 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.217 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.217 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GAxB2K +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.221 | 67101 | Added a new worker 7 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.221 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.221 | 56025 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.221 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.221 | 56025 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.221 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F4eSdv +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.222 | 67100 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.224 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.229 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.230 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.231 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.233 | 67097 | Marked run 926 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.234 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.235 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.237 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.239 | 67096 | Marked run 927 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.239 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.241 | 67107 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.241 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.245 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.247 | 67115 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.249 | 56026 | Recursively removing directory: /tmp/git.GAxB2K/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.250 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.250 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.253 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.255 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.255 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.260 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.262 | 56029 | Recursively removing directory: /tmp/git.F4eSdv/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.264 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.264 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.268 | 67123 | Added a new worker 13 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.268 | 56025 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.268 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.268 | 56025 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.268 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.268 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HgxWzb +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.269 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.269 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.274 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.274 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.274 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.275 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.275 | 67125 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.275 | 56025 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.275 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.275 | 56025 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.276 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.276 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kSS6F8 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.276 | 67121 | Marked run 928 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.277 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.278 | 67122 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.279 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.283 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.283 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.284 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.286 | 67129 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.286 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.294 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.296 | 67124 | Marked run 929 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.297 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.298 | 67134 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.298 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.304 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.306 | 56026 | Recursively removing directory: /tmp/git.HgxWzb/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.307 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.307 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.311 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.313 | 67145 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.314 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.315 | 56029 | Recursively removing directory: /tmp/git.kSS6F8/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.316 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.316 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.321 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.321 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.326 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.326 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.326 | 67148 | Added a new worker 14 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.327 | 56025 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.327 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.327 | 56025 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.327 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.329 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.329 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SysTpw +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.331 | 67151 | Added a new worker 6 to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.332 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ENI781 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.332 | 56025 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.332 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.332 | 56025 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.337 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.337 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.338 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.338 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.339 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.344 | 67150 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.345 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.349 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.350 | 67146 | Marked run 930 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.351 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.356 | 67149 | Marked run 931 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.357 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.359 | 67159 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.360 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.361 | 56029 | Recursively removing directory: /tmp/git.ENI781/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.362 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.362 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.364 | 56026 | Recursively removing directory: /tmp/git.SysTpw/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.365 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.365 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.367 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.369 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.371 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.371 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 67171 | Added a new worker 14 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 56025 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 56025 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.373 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.373 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1AxHZf +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.375 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.375 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.381 | 67173 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.382 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PGy8qH +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.381 | 56025 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.381 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.382 | 56025 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.382 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.385 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.386 | 67172 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.387 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.388 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.388 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.389 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.393 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.396 | 67170 | Marked run 932 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.396 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.401 | 67169 | Marked run 933 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.401 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.403 | 67178 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.404 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.407 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.410 | 56026 | Recursively removing directory: /tmp/git.PGy8qH/ +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.410 | 67191 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.411 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.412 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.412 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.415 | 56029 | Recursively removing directory: /tmp/git.1AxHZf/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.416 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.416 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.417 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.421 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.421 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.421 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.424 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.425 | 67195 | Added a new worker 14 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.425 | 56025 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.425 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.425 | 56025 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.426 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.427 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.427 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ExDTrj +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.428 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.432 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.432 | 67197 | Added a new worker 11 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.433 | 56025 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.433 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.433 | 56025 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.433 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.434 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g6tAI5 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.434 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.441 | 67196 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.442 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.447 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.447 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.453 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.455 | 56026 | Recursively removing directory: /tmp/git.ExDTrj/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.456 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.456 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.458 | 67194 | Marked run 934 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.459 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.460 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.463 | 67193 | Marked run 935 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.464 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.465 | 67206 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.466 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.472 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.473 | 67210 | Added a new worker 8 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.473 | 56025 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.473 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.473 | 56025 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.473 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.473 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cIao47 +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.476 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.481 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.483 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.482 | 56029 | Recursively removing directory: /tmp/git.g6tAI5/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.483 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.483 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.484 | 67217 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.484 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.489 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.496 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.496 | 67227 | Added a new worker 13 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.497 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.497 | 56025 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.497 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.497 | 56025 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.496 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.497 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4C8iXj +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.498 | 67209 | Marked run 936 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.499 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.499 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.505 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.505 | 56026 | Recursively removing directory: /tmp/git.cIao47/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.507 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.507 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.508 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.512 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.514 | 67228 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.515 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.515 | 67224 | Marked run 937 as finished +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.516 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.517 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.517 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.522 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.522 | 67232 | Added a new worker 10 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.522 | 56025 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.522 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.522 | 56025 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.523 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.522 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HCVLYx +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.528 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.530 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.531 | 67230 | Marked run 938 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.532 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.535 | 67234 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.536 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.539 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.539 | 56029 | Recursively removing directory: /tmp/git.4C8iXj/ +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.541 | 67244 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.542 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.541 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.541 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.549 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.551 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.551 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.555 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.560 | 56026 | Recursively removing directory: /tmp/git.HCVLYx/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.561 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.561 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.564 | 67251 | Added a new worker 13 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.564 | 56025 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.564 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.565 | 56025 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.565 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.565 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VzI6mj +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.566 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.566 | 67250 | Marked run 939 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.566 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.570 | 67252 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.571 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.573 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.575 | 67255 | Added a new worker 10 to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.575 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.573 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.576 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.576 | 56025 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.576 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.576 | 56025 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.576 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vQVbpq +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.577 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.579 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.585 | 67257 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.586 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.586 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.588 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.590 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.595 | 67253 | Marked run 940 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.596 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.598 | 67262 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.599 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.603 | 56029 | Recursively removing directory: /tmp/git.VzI6mj/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.604 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.604 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.605 | 56026 | Recursively removing directory: /tmp/git.vQVbpq/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.606 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.606 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.607 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.611 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.612 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.616 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.617 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.617 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.618 | 67274 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.619 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.616 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.621 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.624 | 67277 | Added a new worker 17 to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.625 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VslT26 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.625 | 56025 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.625 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.625 | 56025 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.626 | 67280 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.636 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 67278 | Added a new worker 13 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 56025 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.637 | 56025 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.640 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.643 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pj12B3 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.660 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.661 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.665 | 67275 | Marked run 942 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.665 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.667 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.669 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.669 | 67282 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.670 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.673 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.680 | 67276 | Marked run 941 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.680 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.681 | 56029 | Recursively removing directory: /tmp/git.VslT26/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.682 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.682 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.688 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.685 | 56026 | Recursively removing directory: /tmp/git.pj12B3/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.686 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.686 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 67301 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56025 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56025 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.691 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.691 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.692 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a16Xkr +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.693 | 67293 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.693 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.698 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.700 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.703 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.703 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.704 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.707 | 67303 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.707 | 56025 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.707 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.707 | 56025 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.707 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LFpynP +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.708 | 67304 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.710 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.711 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.712 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.713 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.714 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.718 | 67300 | Marked run 944 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.718 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.719 | 67308 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.720 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.725 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.726 | 67299 | Marked run 943 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.726 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.727 | 56029 | Recursively removing directory: /tmp/git.a16Xkr/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.729 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.729 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.733 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.734 | 56026 | Recursively removing directory: /tmp/git.LFpynP/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.736 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.736 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.734 | 67320 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.735 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.739 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.740 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.741 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.742 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.743 | 67325 | Added a new worker 14 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.743 | 56025 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.743 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.743 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.743 | 56025 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.743 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GUnphi +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.749 | 67327 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.750 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.750 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.750 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.751 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.752 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.756 | 67329 | Added a new worker 12 to the queue +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.756 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.760 | 56025 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.760 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.761 | 56025 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.765 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.768 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4ciJdI +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.776 | 67326 | Marked run 946 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.777 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.779 | 67333 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.780 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.785 | 67323 | Marked run 945 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.786 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.788 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.781 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.784 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.792 | 67341 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.794 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.796 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.800 | 67345 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.801 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.804 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.806 | 56029 | Recursively removing directory: /tmp/git.GUnphi/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.808 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.808 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.813 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.819 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.822 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.825 | 67351 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.826 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.828 | 56026 | Recursively removing directory: /tmp/git.4ciJdI/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.829 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.829 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.831 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.838 | 67353 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.839 | 56025 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.839 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.839 | 56025 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.840 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0TbJ6G +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.838 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.841 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.842 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.844 | 67355 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.845 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.850 | 67357 | Added a new worker 6 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.851 | 56025 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.851 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.851 | 56025 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.851 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.853 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.854 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.856 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.856 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4ra061 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.874 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.877 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.881 | 67352 | Marked run 947 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.881 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.884 | 67359 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.884 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.893 | 56029 | Recursively removing directory: /tmp/git.0TbJ6G/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.894 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.894 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.898 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.903 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.907 | 67356 | Marked run 948 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.907 | 67372 | Added a new worker 6 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.908 | 56025 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.908 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.908 | 56025 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.908 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.908 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.905 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.910 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mXA2m9 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.916 | 67375 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.916 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.920 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.921 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.922 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.923 | 67371 | Marked run 949 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.924 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.926 | 56026 | Recursively removing directory: /tmp/git.4ra061/ +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.927 | 56026 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.927 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.932 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.934 | 67379 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.935 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.941 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.939 | 56029 | Recursively removing directory: /tmp/git.mXA2m9/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.940 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.940 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.948 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.945 | 56026 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.949 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.953 | 67390 | Added a new worker 15 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.953 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.953 | 56025 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.953 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.953 | 56025 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.954 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.954 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.955 | 67392 | Added a new worker 16 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.955 | 56025 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.955 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.955 | 56025 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.954 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GOxQDt +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.955 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Yzbyj +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.956 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.964 | 67385 | Marked run 950 as finished +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.965 | 56029 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.965 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.965 | 67389 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.965 | 56029 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.967 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.971 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.972 | 67391 | Marked run 951 as finished +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.973 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.973 | 56026 | Checking out revision HEAD +2023-08-28 07:33:28 | INFO | 56026/cimple-worker: 2023-08-28 07:33:28.974 | 56026 | Going to run: ./ci +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.975 | 67395 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.976 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.980 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.984 | 67405 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.984 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.987 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.985 | 56029 | Recursively removing directory: /tmp/git.2Yzbyj/ +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.986 | 56029 | Process exit code: 0 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.986 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.990 | 67408 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.991 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.991 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.996 | 56029 | Waiting for a new command +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.996 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.998 | 56023 | Waiting for new connections +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.998 | 67415 | Added a new worker 12 to the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.998 | 56025 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.998 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:28 | INFO | 56023/cimple-server: 2023-08-28 07:33:28.998 | 56025 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:28 | INFO | 56029/cimple-worker: 2023-08-28 07:33:28.999 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lUfg2Z +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.000 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.003 | 56026 | Recursively removing directory: /tmp/git.GOxQDt/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.005 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.005 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.010 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.010 | 67416 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.012 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.012 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.013 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.016 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.018 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.020 | 67421 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.020 | 56025 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.020 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.020 | 56025 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.021 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.022 | 67420 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.018 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.024 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.024 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sK6nVs +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.027 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.035 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.036 | 67411 | Marked run 953 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.036 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.038 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.039 | 67424 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.039 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.044 | 67417 | Marked run 952 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.044 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.045 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.045 | 56029 | Recursively removing directory: /tmp/git.lUfg2Z/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.047 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.047 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.051 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.055 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.060 | 56026 | Recursively removing directory: /tmp/git.sK6nVs/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.061 | 67440 | Added a new worker 12 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.061 | 56025 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.061 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.061 | 56025 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.062 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.061 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.062 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.djtqgi +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.061 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.061 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.067 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.069 | 67432 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.070 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.072 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.076 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.077 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.084 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.085 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.086 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Uzuiw +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.085 | 67445 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.085 | 56025 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.085 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.085 | 56025 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.086 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.088 | 67438 | Marked run 954 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.089 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.092 | 67443 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.092 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.094 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.097 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.100 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.107 | 67441 | Marked run 955 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.108 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.114 | 56029 | Recursively removing directory: /tmp/git.djtqgi/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.115 | 67451 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.115 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.115 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.115 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.126 | 56026 | Recursively removing directory: /tmp/git.5Uzuiw/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.127 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.127 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.127 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.129 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.132 | 67462 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.133 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.133 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.137 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.137 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.137 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.137 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.140 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.140 | 67467 | Added a new worker 16 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.141 | 56025 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.141 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.141 | 56025 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.141 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.141 | 67466 | Added a new worker 12 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.142 | 56025 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.142 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.142 | 56025 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.142 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pCayL7 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.143 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.144 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.raVu6a +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.148 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.150 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.151 | 67468 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.153 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.154 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.157 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.162 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.164 | 67464 | Marked run 957 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.165 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.172 | 67463 | Marked run 956 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.173 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.175 | 67473 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.175 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.180 | 56029 | Recursively removing directory: /tmp/git.pCayL7/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.181 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.181 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.185 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.187 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.191 | 67486 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.191 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.190 | 56026 | Recursively removing directory: /tmp/git.raVu6a/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.192 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.192 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.196 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.199 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.200 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.203 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.203 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.204 | 67489 | Added a new worker 14 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.204 | 56025 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.204 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.204 | 56025 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.204 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.204 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7FHRVA +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.207 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.209 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.211 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.211 | 67491 | Added a new worker 14 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.212 | 56025 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.212 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.212 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.212 | 56025 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.213 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BTnOIL +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.217 | 67487 | Marked run 959 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.218 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.220 | 67492 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.220 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.224 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.225 | 67490 | Marked run 958 as finished +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.225 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.225 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.226 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.230 | 67497 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.230 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.234 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.237 | 67506 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.237 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.240 | 56029 | Recursively removing directory: /tmp/git.7FHRVA/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.241 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.241 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.245 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.252 | 56026 | Recursively removing directory: /tmp/git.BTnOIL/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.253 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.253 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.253 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.258 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.262 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.262 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.262 | 67513 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.263 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.266 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.266 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.266 | 67517 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.266 | 56025 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.266 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.266 | 56025 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.267 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vN0qld +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.268 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.268 | 67515 | Added a new worker 9 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.273 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.273 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.273 | 56025 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.273 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.273 | 56025 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.273 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jUuMZU +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.274 | 67512 | Marked run 960 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.275 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.275 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.277 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.280 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.281 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.280 | 67518 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.281 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.287 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.289 | 67514 | Marked run 961 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.289 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.291 | 67527 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.291 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.295 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.297 | 56029 | Recursively removing directory: /tmp/git.vN0qld/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.299 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.299 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.300 | 67534 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.300 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.304 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.306 | 56026 | Recursively removing directory: /tmp/git.jUuMZU/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.307 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.307 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.308 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.311 | 67539 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.312 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.313 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.319 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.324 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.324 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.324 | 67543 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.325 | 56025 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.325 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.325 | 56025 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.325 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.324 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.325 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.326 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SPbzy1 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.328 | 67544 | Added a new worker 13 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.328 | 56025 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.328 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.328 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.329 | 56025 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.329 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tqzrhN +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.334 | 67538 | Marked run 962 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.334 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.336 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.338 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.341 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.342 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.344 | 67541 | Marked run 963 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.345 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.346 | 67542 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.346 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.351 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.356 | 67558 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.357 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.362 | 56029 | Recursively removing directory: /tmp/git.SPbzy1/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.359 | 56026 | Recursively removing directory: /tmp/git.tqzrhN/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.361 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.361 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.363 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.363 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.366 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.367 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.370 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.370 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.370 | 67564 | Added a new worker 12 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.370 | 56025 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.370 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.370 | 56025 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.370 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BLwxNo +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.371 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.373 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.375 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.377 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.377 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.377 | 67566 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.377 | 56025 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.377 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.377 | 56025 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.378 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PgSZXW +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.379 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.384 | 67565 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.384 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.385 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.386 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.389 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.393 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.398 | 67563 | Marked run 964 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.398 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.400 | 67571 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.401 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.408 | 67562 | Marked run 965 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.408 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.413 | 56026 | Recursively removing directory: /tmp/git.BLwxNo/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.414 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.414 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.418 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.418 | 56029 | Recursively removing directory: /tmp/git.PgSZXW/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.419 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.420 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.420 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.423 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.423 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.424 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.428 | 67586 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.429 | 56025 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.429 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.429 | 56025 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.429 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.429 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.429 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PSwoKz +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.429 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.432 | 67584 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.433 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.435 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.436 | 67588 | Added a new worker 6 to the queue +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.436 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.436 | 56025 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.436 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.437 | 56025 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.438 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.438 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GUR80X +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.450 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.451 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.453 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.454 | 67585 | Marked run 966 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.454 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.460 | 67587 | Marked run 967 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.461 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.462 | 67592 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.463 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.469 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.467 | 56029 | Recursively removing directory: /tmp/git.GUR80X/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.468 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.468 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.472 | 56026 | Recursively removing directory: /tmp/git.PSwoKz/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.473 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.473 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.476 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.477 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.477 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.478 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.479 | 67606 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.480 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.484 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.486 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.488 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.488 | 67611 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.489 | 56025 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.489 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.489 | 56025 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.489 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5qytY2 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.489 | 67608 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.489 | 56025 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.490 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.490 | 56025 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.490 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.490 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f9xk7e +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.490 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.495 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.495 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.495 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.496 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.502 | 67607 | Marked run 969 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.502 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.504 | 67612 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.506 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.510 | 67609 | Marked run 968 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.511 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.513 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.515 | 56026 | Recursively removing directory: /tmp/git.5qytY2/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.517 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.517 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.521 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.525 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.520 | 56029 | Recursively removing directory: /tmp/git.f9xk7e/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.521 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.521 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.526 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.527 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.527 | 67628 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.528 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.532 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.536 | 67630 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.531 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.537 | 56025 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.537 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.537 | 56025 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.537 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.537 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VQkpym +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.540 | 67633 | Added a new worker 11 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.540 | 56025 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.540 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.540 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.540 | 56025 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.541 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.541 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w1oEwD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.546 | 67629 | Marked run 970 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.546 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.549 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.550 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.552 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.552 | 67631 | Marked run 971 as finished +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.552 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.553 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.557 | 67634 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.558 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.564 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.570 | 67650 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.571 | 56026 | Recursively removing directory: /tmp/git.VQkpym/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.573 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.573 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.573 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.577 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.578 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.581 | 67652 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.581 | 56029 | Recursively removing directory: /tmp/git.w1oEwD/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.582 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.583 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.583 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.587 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.591 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.594 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.594 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.596 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.596 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 67657 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 67658 | Added a new worker 12 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.598 | 56025 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.599 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3e9hi0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.599 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vvuJlT +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.600 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.606 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.607 | 67653 | Marked run 972 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.608 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.608 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.609 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.610 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.611 | 67655 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.612 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.616 | 67656 | Marked run 973 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.617 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.617 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.622 | 67664 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.623 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.626 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.629 | 56029 | Recursively removing directory: /tmp/git.3e9hi0/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.630 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.630 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.636 | 56026 | Recursively removing directory: /tmp/git.vvuJlT/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.637 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.637 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.640 | 67676 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.640 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.643 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.644 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.644 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.644 | 67680 | Added a new worker 12 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.644 | 56025 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.644 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.644 | 56025 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.644 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n1BSeG +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.645 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.648 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.656 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.657 | 67681 | Added a new worker 13 to the queue +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.658 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.659 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.659 | 56025 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.659 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.659 | 56025 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.660 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z2eWjt +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.659 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.661 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.667 | 67682 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.667 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.668 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.669 | 67677 | Marked run 974 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.669 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.669 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.671 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.674 | 67679 | Marked run 975 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.674 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.684 | 67686 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.685 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.692 | 56029 | Recursively removing directory: /tmp/git.n1BSeG/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.693 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.693 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.692 | 56026 | Recursively removing directory: /tmp/git.z2eWjt/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.693 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.693 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.698 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.698 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.702 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.703 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.704 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 67704 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 56025 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 56025 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.705 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.706 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bjt0lf +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.706 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.712 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.713 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.714 | 67702 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.716 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.718 | 67703 | Added a new worker 10 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.719 | 56025 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.719 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.719 | 56025 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.719 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cyVx8u +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.720 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.721 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.727 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.728 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.729 | 67708 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.731 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.734 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.734 | 56029 | Recursively removing directory: /tmp/git.Bjt0lf/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.735 | 67701 | Marked run 977 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.736 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.738 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.738 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.740 | 67700 | Marked run 976 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.741 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.743 | 67716 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.743 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.744 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.748 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.748 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.751 | 67725 | Added a new worker 10 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.751 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.751 | 56025 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.751 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.751 | 56025 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.752 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PGwgrf +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.753 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.758 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.759 | 56026 | Recursively removing directory: /tmp/git.cyVx8u/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.760 | 67726 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.761 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.761 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.762 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.760 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.764 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.766 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.768 | 67729 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.769 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.771 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.773 | 67732 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.774 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.776 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.777 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.777 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.778 | 67734 | Added a new worker 14 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.778 | 56025 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.778 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.778 | 56025 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.778 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.781 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G7nsgW +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.780 | 67735 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.782 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.794 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.798 | 67722 | Marked run 978 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.798 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.799 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.800 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.805 | 56029 | Recursively removing directory: /tmp/git.PGwgrf/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.806 | 67730 | Marked run 979 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.806 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.808 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.808 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.809 | 67743 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.809 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.815 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.819 | 56026 | Recursively removing directory: /tmp/git.G7nsgW/ +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.820 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.821 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.821 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.825 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.829 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.830 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.830 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.831 | 67753 | Added a new worker 17 to the queue +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.831 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2If5O9 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.831 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.831 | 56025 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.831 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.831 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.831 | 56025 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.836 | 67755 | Added a new worker 9 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.836 | 56025 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.836 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.836 | 56025 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.837 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XgeDA0 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.837 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.838 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.839 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.843 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.844 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.845 | 67752 | Marked run 980 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.845 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.851 | 67754 | Marked run 981 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.851 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.853 | 67756 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.853 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.856 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.860 | 67768 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.860 | 56029 | Recursively removing directory: /tmp/git.2If5O9/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.861 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.861 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.865 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.867 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.870 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.878 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.877 | 56026 | Recursively removing directory: /tmp/git.XgeDA0/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.878 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.878 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.886 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.888 | 67776 | Added a new worker 13 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.888 | 56025 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.888 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.888 | 56025 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.888 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.889 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zSqwan +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.891 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.893 | 67775 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.894 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.897 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.897 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.901 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.901 | 67779 | Added a new worker 15 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.901 | 56025 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.901 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.901 | 56025 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.901 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O1F7WW +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.902 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.906 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.907 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.910 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.910 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.910 | 67774 | Marked run 982 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.910 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.914 | 67780 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.915 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.919 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.920 | 67777 | Marked run 983 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.921 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.925 | 56026 | Recursively removing directory: /tmp/git.O1F7WW/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.926 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.926 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.929 | 67792 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.929 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.932 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.934 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.936 | 56029 | Recursively removing directory: /tmp/git.zSqwan/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.939 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.939 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.944 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.944 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.944 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.945 | 67800 | Added a new worker 11 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.945 | 56025 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.945 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.945 | 56025 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.946 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.80MJp7 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.946 | 67799 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.948 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.948 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.949 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.950 | 67803 | Added a new worker 11 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.950 | 56025 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.950 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.950 | 56025 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.950 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.949 | 56029 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.953 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BVxHiQ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.954 | 56026 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.957 | 56026 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.957 | 67798 | Marked run 985 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.958 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.959 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.963 | 67805 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.963 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.963 | 56029 | Checking out revision HEAD +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.967 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.967 | 56029 | Going to run: ./ci +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.973 | 67801 | Marked run 984 as finished +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.974 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.976 | 56026 | Recursively removing directory: /tmp/git.80MJp7/ +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.977 | 56026 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.977 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.976 | 67809 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.980 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.982 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.987 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.989 | 56026 | Waiting for a new command +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.992 | 56029 | Recursively removing directory: /tmp/git.BVxHiQ/ +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.994 | 56029 | Process exit code: 0 +2023-08-28 07:33:29 | INFO | 56029/cimple-worker: 2023-08-28 07:33:29.994 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.992 | 67823 | Added a new worker 10 to the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.997 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.997 | 56025 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.997 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.997 | 56025 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:29 | INFO | 56023/cimple-server: 2023-08-28 07:33:29.998 | 56023 | Waiting for new connections +2023-08-28 07:33:29 | INFO | 56026/cimple-worker: 2023-08-28 07:33:29.998 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sJLbyM +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.001 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.003 | 67822 | Marked run 986 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.003 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.006 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 67826 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 56025 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 56025 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.006 | 67824 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.008 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.008 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wMjAVc +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.011 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.014 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.016 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.017 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.018 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.023 | 67830 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.024 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.031 | 67825 | Marked run 987 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.031 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.033 | 56026 | Recursively removing directory: /tmp/git.sJLbyM/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.034 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.034 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.035 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.039 | 67844 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.039 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.040 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.042 | 56029 | Recursively removing directory: /tmp/git.wMjAVc/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.044 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.044 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.046 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.049 | 67847 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.049 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.049 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.054 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.060 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.060 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.060 | 67850 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.060 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.061 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.061 | 56025 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.061 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.061 | 56025 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.061 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JvcNtc +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.062 | 67851 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.062 | 56025 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.062 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.062 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uhe9s2 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.062 | 56025 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.062 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.063 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.068 | 67846 | Marked run 988 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.069 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.070 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.071 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.074 | 67852 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.074 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.076 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.077 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.079 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.082 | 67848 | Marked run 989 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.082 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.086 | 67858 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.086 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.089 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.090 | 56026 | Recursively removing directory: /tmp/git.uhe9s2/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.092 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.092 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.094 | 67868 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.095 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.096 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.102 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.105 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.105 | 67874 | Added a new worker 12 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.105 | 56025 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.105 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.105 | 56025 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.106 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.103 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.106 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bOlP1Y +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.111 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.112 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.113 | 56029 | Recursively removing directory: /tmp/git.JvcNtc/ +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.116 | 67875 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.115 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.115 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.117 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.121 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.126 | 67869 | Marked run 991 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.127 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.128 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.128 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.128 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.130 | 67880 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.131 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.133 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.135 | 67884 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.135 | 67881 | Added a new worker 12 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.136 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.136 | 56025 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.136 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.136 | 56025 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.137 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.136 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NhURvD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.142 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.143 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.143 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.145 | 67879 | Marked run 990 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.145 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.147 | 67890 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.147 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.151 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.151 | 56026 | Recursively removing directory: /tmp/git.bOlP1Y/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.153 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.153 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.154 | 67895 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.155 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.158 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.158 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.159 | 67901 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.160 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.163 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.170 | 56029 | Recursively removing directory: /tmp/git.NhURvD/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.171 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.171 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.175 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.175 | 67902 | Marked run 992 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.176 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.176 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.177 | 67904 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.177 | 56025 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.177 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.177 | 56025 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.177 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.177 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qql3rH +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.180 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.183 | 67906 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.184 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.188 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.189 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.191 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.193 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.194 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.194 | 67911 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.194 | 56025 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.194 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.195 | 56025 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.195 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.195 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WW3Iqh +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.196 | 67909 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.197 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.202 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.203 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.204 | 67905 | Marked run 993 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.204 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.206 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.208 | 56026 | Recursively removing directory: /tmp/git.qql3rH/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.210 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.210 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.212 | 67918 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.213 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.215 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.219 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.220 | 67928 | Added a new worker 10 to the queue +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.220 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.220 | 56025 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.220 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.221 | 56025 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.221 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.221 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ycRWCx +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.226 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.227 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.228 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.231 | 56029 | Recursively removing directory: /tmp/git.WW3Iqh/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.234 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.234 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.240 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.245 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.246 | 67929 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.246 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.246 | 67925 | Marked run 994 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.246 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.252 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.253 | 67936 | Added a new worker 6 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.254 | 56025 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.254 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.254 | 56025 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.254 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9NwPWa +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.255 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.255 | 56026 | Recursively removing directory: /tmp/git.ycRWCx/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.257 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.257 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.261 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.261 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.262 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.265 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.268 | 67935 | Marked run 995 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.268 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.269 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.269 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.269 | 67944 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.270 | 56025 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.270 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.270 | 56025 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.270 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vq3DBC +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.270 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.271 | 67942 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.271 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.275 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.278 | 67949 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.279 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.280 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.281 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.282 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.285 | 67951 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.286 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.290 | 67940 | Marked run 996 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.290 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.291 | 56029 | Recursively removing directory: /tmp/git.9NwPWa/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.293 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.293 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.297 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.298 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.302 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.305 | 56026 | Recursively removing directory: /tmp/git.Vq3DBC/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.306 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.306 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.308 | 67964 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.308 | 56025 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.308 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.308 | 56025 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.309 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.308 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.309 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V5U0TI +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.312 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.312 | 67963 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.313 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.316 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.318 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.316 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.320 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.322 | 67967 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.322 | 56025 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.322 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.322 | 56025 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.322 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.322 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fGCLx7 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.324 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.324 | 67962 | Marked run 997 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.324 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.328 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.329 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.335 | 67965 | Marked run 998 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.336 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.338 | 67969 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.338 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.340 | 56029 | Recursively removing directory: /tmp/git.V5U0TI/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.342 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.342 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.342 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.348 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.350 | 67984 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.350 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.353 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.353 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.356 | 67987 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.356 | 56025 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.356 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.357 | 56025 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.357 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4wlaHo +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.358 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.356 | 56026 | Recursively removing directory: /tmp/git.fGCLx7/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.358 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.358 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.363 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.364 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.366 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.365 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.370 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.371 | 67991 | Added a new worker 15 to the queue +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.370 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.371 | 56025 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.371 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.371 | 56025 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.371 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.372 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6mPFtU +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.377 | 67985 | Marked run 999 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.378 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.380 | 67989 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.380 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.383 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.387 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.388 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.390 | 67988 | Marked run 1000 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.391 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.392 | 67999 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.393 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.394 | 56029 | Recursively removing directory: /tmp/git.4wlaHo/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.395 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.396 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.397 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.399 | 68004 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.400 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.400 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.403 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.405 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.405 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.414 | 68012 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.410 | 56026 | Recursively removing directory: /tmp/git.6mPFtU/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.411 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.411 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.414 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4n4yDy +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.414 | 56025 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.414 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.414 | 56025 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.415 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.417 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.420 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.421 | 68011 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.421 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.422 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.422 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.422 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.423 | 68016 | Added a new worker 12 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.423 | 56025 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.423 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.423 | 56025 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.423 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.424 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fawfr3 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.427 | 68008 | Marked run 1001 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.428 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.436 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.442 | 56029 | Recursively removing directory: /tmp/git.4n4yDy/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.444 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.444 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.443 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.445 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.448 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.450 | 68013 | Marked run 1002 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.450 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.452 | 68023 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.452 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.453 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.456 | 68027 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.456 | 56025 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.456 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.456 | 56025 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.453 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.457 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uvMf0q +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.458 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.459 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.466 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.467 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.468 | 68029 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.469 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.473 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.474 | 68025 | Marked run 1003 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.475 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.476 | 68035 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.476 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.479 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.481 | 68041 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.483 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.487 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.483 | 56026 | Recursively removing directory: /tmp/git.fawfr3/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.485 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.485 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.490 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.494 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.493 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.495 | 68049 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.495 | 56025 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.495 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.495 | 56025 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.496 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PQnuI8 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.497 | 68047 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.498 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.501 | 56029 | Recursively removing directory: /tmp/git.uvMf0q/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.503 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.503 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.504 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.508 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.509 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.511 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.511 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.512 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.514 | 68053 | Added a new worker 15 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.514 | 56025 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.515 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.515 | 56025 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.515 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZQH64c +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.515 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.516 | 68048 | Marked run 1004 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.516 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.522 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.523 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.523 | 68054 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.524 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.527 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.533 | 56026 | Recursively removing directory: /tmp/git.PQnuI8/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.535 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.537 | 68051 | Marked run 1005 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.537 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.540 | 68061 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.541 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.542 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.546 | 56029 | Recursively removing directory: /tmp/git.ZQH64c/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.547 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.547 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.548 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.552 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.552 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.553 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.557 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.559 | 68074 | Added a new worker 17 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.559 | 56025 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.559 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.559 | 56025 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.559 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.559 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j1PBeH +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.564 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.565 | 68075 | Added a new worker 12 to the queue +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.567 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YP23xg +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.566 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.567 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.567 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.567 | 56025 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.567 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.567 | 56025 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.583 | 68072 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.583 | 68071 | Marked run 1006 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.584 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.585 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.587 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.587 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.590 | 68073 | Marked run 1007 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.591 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.596 | 56026 | Recursively removing directory: /tmp/git.j1PBeH/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.598 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.598 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.601 | 68084 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.602 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.603 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.606 | 56029 | Recursively removing directory: /tmp/git.YP23xg/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.607 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.607 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.609 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.609 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.611 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.614 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 68094 | Added a new worker 16 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 56025 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 56025 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.616 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.616 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.617 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yBpBIC +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.619 | 68097 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.620 | 56025 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.620 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.620 | 56025 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.621 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MRWsOj +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.624 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.624 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.625 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.628 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.630 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.636 | 68093 | Marked run 1008 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.636 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.641 | 68095 | Marked run 1009 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.641 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.643 | 68096 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.643 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.645 | 56026 | Recursively removing directory: /tmp/git.yBpBIC/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.646 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.646 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.649 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.654 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.650 | 56029 | Recursively removing directory: /tmp/git.MRWsOj/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.652 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.652 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 68115 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 56025 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.655 | 56025 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.655 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Thgg0Y +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.656 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.657 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.660 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.662 | 68113 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.662 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.663 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.664 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.664 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.665 | 68119 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.668 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.668 | 56025 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.668 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.668 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.668 | 56025 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.669 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.an514j +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.675 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.677 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.684 | 68114 | Marked run 1010 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.684 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.688 | 68120 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.689 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.693 | 56026 | Recursively removing directory: /tmp/git.Thgg0Y/ +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.693 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.696 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.696 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.696 | 68116 | Marked run 1011 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.697 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.700 | 68135 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.701 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.702 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.705 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.705 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.705 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.710 | 56029 | Recursively removing directory: /tmp/git.an514j/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.711 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.711 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.714 | 68138 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.716 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.716 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.717 | 68139 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.718 | 56025 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.719 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.719 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.719 | 56025 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.719 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.myTV3m +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.721 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.723 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.723 | 68136 | Marked run 1012 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.724 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.724 | 68142 | Added a new worker 6 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.724 | 56025 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.724 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.724 | 56025 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.725 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.721 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.727 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NkOX19 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.728 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.736 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.739 | 68143 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.741 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.741 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.743 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.745 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.749 | 68141 | Marked run 1013 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.753 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.755 | 68147 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.756 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.759 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.763 | 56026 | Recursively removing directory: /tmp/git.myTV3m/ +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.763 | 68157 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.763 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.766 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.767 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.767 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.772 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.775 | 68163 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.775 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.781 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.783 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.781 | 56029 | Recursively removing directory: /tmp/git.NkOX19/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.782 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.782 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.783 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.787 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.791 | 68167 | Added a new worker 15 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.792 | 56025 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.792 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.792 | 56025 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.792 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4FM80A +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.793 | 68166 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.794 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.798 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.799 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.800 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.800 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.802 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.802 | 68170 | Added a new worker 11 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.803 | 56025 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.803 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.803 | 56025 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.803 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.803 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.803 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kGH2Nb +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.808 | 68164 | Marked run 1014 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.809 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.812 | 68172 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.812 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.813 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.815 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.817 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.818 | 68168 | Marked run 1015 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.819 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.823 | 68181 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.823 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.826 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.825 | 56026 | Recursively removing directory: /tmp/git.4FM80A/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.827 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.827 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.831 | 68187 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.831 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.831 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.836 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.836 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.838 | 56029 | Recursively removing directory: /tmp/git.kGH2Nb/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.839 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.839 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.841 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.844 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.846 | 68192 | Added a new worker 15 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.847 | 56025 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.847 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.847 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.847 | 56025 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.847 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xZgxqU +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.854 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.855 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.856 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.856 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.857 | 68193 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.859 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.859 | 68190 | Marked run 1016 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.859 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.859 | 68196 | Added a new worker 6 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.860 | 56025 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.860 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.860 | 56025 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.860 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.860 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M8ExLG +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.865 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.867 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.872 | 56026 | Recursively removing directory: /tmp/git.xZgxqU/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.873 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.873 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.874 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.878 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.879 | 68194 | Marked run 1017 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.880 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.881 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.884 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.884 | 68205 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.884 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.885 | 68208 | Added a new worker 6 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.885 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.885 | 56025 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.885 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.885 | 56025 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.885 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dM4XGf +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.889 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.895 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.896 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.901 | 56029 | Recursively removing directory: /tmp/git.M8ExLG/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.903 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.903 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.907 | 68206 | Marked run 1018 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.907 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.908 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.911 | 68211 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.912 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.914 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.916 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.917 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.918 | 68225 | Added a new worker 12 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.918 | 56025 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.918 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.918 | 56025 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.918 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GuOIfk +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.919 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.924 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.924 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.927 | 56026 | Recursively removing directory: /tmp/git.dM4XGf/ +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.928 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.928 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.927 | 68226 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.929 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.932 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.933 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.940 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.943 | 68223 | Marked run 1019 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.943 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.944 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.950 | 68231 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.947 | 56029 | Recursively removing directory: /tmp/git.GuOIfk/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.948 | 56029 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.948 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 68237 | Added a new worker 8 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 56025 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 56025 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.951 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.951 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MbSsmo +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.954 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.956 | 56026 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.957 | 56026 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.963 | 68230 | Marked run 1020 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.964 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.964 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.969 | 56029 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.970 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.970 | 68243 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.971 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.974 | 68248 | Added a new worker 7 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.975 | 56025 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.975 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.975 | 56025 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.975 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FJ8vos +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.975 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.978 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.981 | 56026 | Recursively removing directory: /tmp/git.MbSsmo/ +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.981 | 56029 | Checking out revision HEAD +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.982 | 56026 | Process exit code: 0 +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.982 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:30 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.983 | 56029 | Going to run: ./ci +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.986 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.990 | 68239 | Marked run 1021 as finished +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.990 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.992 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.992 | 56026 | Waiting for a new command +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 68259 | Added a new worker 13 to the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 56025 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 56025 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.993 | 68250 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:30 | INFO | 56023/cimple-server: 2023-08-28 07:33:30.994 | 56023 | Waiting for new connections +2023-08-28 07:33:30 | INFO | 56026/cimple-worker: 2023-08-28 07:33:30.995 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xrhhG4 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:30.999 | 56029 | Recursively removing directory: /tmp/git.FJ8vos/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.000 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.000 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.005 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.008 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.011 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.013 | 68263 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.014 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.011 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.015 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.016 | 56025 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.016 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.017 | 56025 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.017 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SbK6Jj +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.017 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.030 | 68253 | Marked run 1022 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.031 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.032 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.033 | 68262 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.034 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.033 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.037 | 68261 | Marked run 1023 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.038 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.038 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.041 | 68270 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.042 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.045 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.050 | 56026 | Recursively removing directory: /tmp/git.xrhhG4/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.051 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.051 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.054 | 56029 | Recursively removing directory: /tmp/git.SbK6Jj/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.055 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.055 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.056 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.059 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.060 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.061 | 68284 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.061 | 56025 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.061 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.061 | 56025 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.061 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.060 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.063 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4cKDSq +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.064 | 68279 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.065 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.067 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.067 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.067 | 68286 | Added a new worker 12 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.067 | 56025 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.067 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.068 | 56025 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.068 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aOw7OA +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.069 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.072 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.075 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.075 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.076 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.077 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.083 | 68287 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.084 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.089 | 68283 | Marked run 1025 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.089 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.090 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.093 | 68282 | Marked run 1024 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.093 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.098 | 56029 | Recursively removing directory: /tmp/git.aOw7OA/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.099 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.099 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.102 | 56026 | Recursively removing directory: /tmp/git.4cKDSq/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.102 | 68299 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.103 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.103 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.103 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.105 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.107 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.110 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.111 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.111 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.118 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.118 | 68307 | Added a new worker 17 to the queue +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.118 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.119 | 56025 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.119 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.119 | 56025 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.119 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.119 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.049BOp +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.121 | 68308 | Added a new worker 10 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.122 | 56025 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.122 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.122 | 56025 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.122 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.123 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i7CJhS +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.129 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.131 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.132 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.132 | 68309 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.134 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.134 | 68306 | Marked run 1026 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.134 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.135 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.138 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.140 | 68305 | Marked run 1027 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.140 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.142 | 68314 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.142 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.148 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.148 | 56026 | Recursively removing directory: /tmp/git.i7CJhS/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.150 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.150 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.152 | 68325 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.152 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.154 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.157 | 56029 | Recursively removing directory: /tmp/git.049BOp/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.158 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.158 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.158 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.161 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.164 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.168 | 68329 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.169 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.169 | 56025 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.169 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.169 | 56025 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.169 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M9I4uu +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.169 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.172 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.172 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.172 | 68332 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.172 | 56025 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.172 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.172 | 56025 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.173 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I2ywRO +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.173 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.174 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.175 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.184 | 68328 | Marked run 1029 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.185 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.186 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.187 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.190 | 68333 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.192 | 56026 | Recursively removing directory: /tmp/git.M9I4uu/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.192 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.194 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.194 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.198 | 68331 | Marked run 1028 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.198 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.199 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.201 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.203 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.205 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.210 | 68351 | Added a new worker 14 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.210 | 56025 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.210 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.210 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.210 | 56025 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.210 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cFTIQn +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.214 | 56029 | Recursively removing directory: /tmp/git.I2ywRO/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.215 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.215 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.217 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.218 | 68348 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.219 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.219 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.221 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.225 | 68347 | Marked run 1030 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.226 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.227 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.228 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.228 | 68360 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.229 | 56025 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.229 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.228 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.229 | 56025 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.229 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.229 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCKvM2 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.231 | 68357 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.231 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.240 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.243 | 56026 | Recursively removing directory: /tmp/git.cFTIQn/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.244 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.244 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.245 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.247 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.249 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.253 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.256 | 68354 | Marked run 1031 as finished +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.256 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.256 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.258 | 68364 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.260 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.262 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.264 | 68370 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.265 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.268 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.270 | 68367 | Added a new worker 10 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.270 | 56025 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.270 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.270 | 56025 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.270 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.270 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9QIhdP +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.271 | 68372 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.272 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.275 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.276 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.278 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.278 | 68374 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.279 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.283 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.286 | 68366 | Marked run 1032 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.286 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.289 | 68382 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.290 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.292 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.293 | 56029 | Recursively removing directory: /tmp/git.DCKvM2/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.294 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.294 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.295 | 68386 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.297 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.298 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.299 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.303 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.304 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.305 | 68391 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.306 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.312 | 68394 | Added a new worker 9 to the queue +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.312 | 56026 | Recursively removing directory: /tmp/git.9QIhdP/ +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.313 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l3qvsO +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.313 | 56025 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.313 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.313 | 56025 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.315 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.315 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.317 | 68390 | Marked run 1033 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.317 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.317 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.320 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.322 | 68396 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.323 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.325 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.325 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.325 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.326 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.330 | 68398 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.332 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.332 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.333 | 68403 | Added a new worker 12 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.334 | 56025 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.334 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.334 | 56025 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.334 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wQlKjK +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.334 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.335 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.339 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.340 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.341 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.351 | 68400 | Marked run 1034 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.351 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.353 | 56029 | Recursively removing directory: /tmp/git.l3qvsO/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.354 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.354 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.357 | 68408 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.358 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.358 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.365 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.366 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.366 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.367 | 56026 | Recursively removing directory: /tmp/git.wQlKjK/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.368 | 68420 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.369 | 56025 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.369 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.369 | 56025 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.369 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.370 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KbANbf +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.371 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.371 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.371 | 68419 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.371 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.376 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.381 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.383 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.385 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.385 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.387 | 68424 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.387 | 56025 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.387 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.387 | 56025 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.388 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bCqGAe +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.388 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.389 | 68418 | Marked run 1035 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.390 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.395 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.396 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.397 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.405 | 68422 | Marked run 1036 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.406 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.407 | 68427 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.408 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.411 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.414 | 68438 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.416 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.418 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.414 | 56029 | Recursively removing directory: /tmp/git.KbANbf/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.415 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.415 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.420 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.421 | 68440 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.421 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.424 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.428 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.428 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 68445 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 68446 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 56025 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.429 | 56025 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.430 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sAQIE9 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.431 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.436 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.438 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.439 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.442 | 56026 | Recursively removing directory: /tmp/git.bCqGAe/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.443 | 68449 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.443 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.443 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.444 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.447 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.452 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.452 | 68441 | Marked run 1037 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.453 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.453 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.454 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.455 | 68454 | Added a new worker 10 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.455 | 56025 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.455 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.455 | 56025 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.455 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I6scCb +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.457 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.468 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.477 | 68457 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.477 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.483 | 56029 | Recursively removing directory: /tmp/git.sAQIE9/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.484 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.484 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.485 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.481 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.489 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.494 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.494 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.496 | 68468 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.496 | 56025 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.496 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.497 | 56025 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.498 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.497 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.97Iv0C +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.509 | 56026 | Recursively removing directory: /tmp/git.I6scCb/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.515 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.515 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.520 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.527 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.527 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.527 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PfAS2V +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.527 | 68472 | Added a new worker 17 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.527 | 56025 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.527 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.527 | 56025 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.529 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.651 | 68451 | Marked run 1038 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.651 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.651 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.653 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.654 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.655 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.656 | 68463 | Marked run 1039 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.657 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.662 | 68471 | Marked run 1040 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.663 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.664 | 68461 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.665 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.668 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.671 | 56029 | Recursively removing directory: /tmp/git.97Iv0C/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.672 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.672 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.676 | 56026 | Recursively removing directory: /tmp/git.PfAS2V/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.678 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.678 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.679 | 68488 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.680 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.681 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.683 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.686 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.687 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.687 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.690 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.692 | 68493 | Added a new worker 16 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.692 | 56025 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.692 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.693 | 56025 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.692 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.693 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I3n6ui +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.694 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.694 | 68494 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.694 | 56025 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.695 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.695 | 56025 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.695 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dGC47X +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.695 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.698 | 68492 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.699 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.703 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.709 | 68491 | Marked run 1042 as finished +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.709 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.710 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.710 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.711 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.713 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.714 | 68496 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.716 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.719 | 68490 | Marked run 1041 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.719 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.720 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.723 | 68503 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.724 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.731 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.728 | 56026 | Recursively removing directory: /tmp/git.I3n6ui/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.730 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.730 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.734 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.735 | 68514 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.737 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.739 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.739 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.742 | 56029 | Recursively removing directory: /tmp/git.dGC47X/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.743 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.743 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.746 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.746 | 68517 | Added a new worker 12 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.747 | 56025 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.747 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.747 | 56025 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.747 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.749 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.749 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JA8TZg +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.756 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.757 | 68515 | Marked run 1043 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.757 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.760 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.761 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.762 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.762 | 68520 | Added a new worker 9 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.763 | 56025 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.763 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.763 | 56025 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.763 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5rQGzH +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.764 | 68518 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.765 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.765 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.771 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.775 | 68519 | Marked run 1044 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.776 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.777 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.778 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.779 | 68524 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.779 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.782 | 56026 | Recursively removing directory: /tmp/git.JA8TZg/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.783 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.783 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.788 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.790 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.794 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.795 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k3pMor +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.795 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.795 | 68540 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.795 | 56025 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.795 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.795 | 56025 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.796 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.800 | 68537 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.800 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.802 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.802 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.805 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.811 | 68536 | Marked run 1045 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.811 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.814 | 68543 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.815 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.814 | 56029 | Recursively removing directory: /tmp/git.5rQGzH/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.815 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.815 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.822 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.824 | 56026 | Recursively removing directory: /tmp/git.k3pMor/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.825 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.825 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.826 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.829 | 68552 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.830 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.831 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.834 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.834 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.840 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.841 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 68555 | Added a new worker 15 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 68556 | Added a new worker 8 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.841 | 56025 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.841 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.axClAf +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.842 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TfOrpL +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.843 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.845 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.849 | 68551 | Marked run 1046 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.849 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.849 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.850 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.851 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.853 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.854 | 68557 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.855 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.860 | 68553 | Marked run 1047 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.860 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.862 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.865 | 68568 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.866 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.868 | 56029 | Recursively removing directory: /tmp/git.axClAf/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.869 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.869 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.874 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.877 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.878 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.878 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.882 | 56026 | Recursively removing directory: /tmp/git.TfOrpL/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.883 | 68577 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.883 | 56025 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.883 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.884 | 56025 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.884 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i2I5xh +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.886 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.887 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.887 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.891 | 68576 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.892 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.892 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.893 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.896 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.898 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.899 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.900 | 68581 | Added a new worker 10 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.901 | 56025 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.901 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.901 | 56025 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.901 | 68575 | Marked run 1049 as finished +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.901 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y7Pa0E +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.903 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.903 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.909 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.911 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.911 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.915 | 56029 | Recursively removing directory: /tmp/git.i2I5xh/ +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.916 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.916 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.921 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.921 | 68579 | Marked run 1048 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.922 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.924 | 68588 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.925 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.932 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.932 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.933 | 68598 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.933 | 56025 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.933 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.933 | 56025 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.933 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.933 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iTMZ4V +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.939 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.940 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.942 | 68590 | Marked run 1050 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.943 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.944 | 56026 | Recursively removing directory: /tmp/git.Y7Pa0E/ +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.945 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.945 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.949 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.954 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.955 | 56026 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.955 | 68608 | Added a new worker 13 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.955 | 56025 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.955 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.955 | 56025 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.955 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7qPSu9 +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.956 | 68599 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.956 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.958 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.961 | 56026 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.962 | 56026 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.967 | 56029 | Recursively removing directory: /tmp/git.iTMZ4V/ +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.970 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.973 | 56029 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.973 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.976 | 68607 | Marked run 1051 as finished +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.977 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.978 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.979 | 68611 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.979 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.982 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.989 | 56026 | Recursively removing directory: /tmp/git.7qPSu9/ +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.989 | 68620 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.989 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.989 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.990 | 56029 | Waiting for a new command +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.990 | 68621 | Added a new worker 8 to the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.990 | 56025 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.990 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.990 | 56025 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.990 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DfsYDB +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.991 | 56023 | Waiting for new connections +2023-08-28 07:33:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.993 | 56026 | Process exit code: 0 +2023-08-28 07:33:31 | INFO | 56026/cimple-worker: 2023-08-28 07:33:31.993 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.995 | 56029 | Checking out revision HEAD +2023-08-28 07:33:31 | INFO | 56029/cimple-worker: 2023-08-28 07:33:31.996 | 56029 | Going to run: ./ci +2023-08-28 07:33:31 | INFO | 56023/cimple-server: 2023-08-28 07:33:31.998 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.001 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.005 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.005 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.005 | 68628 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.005 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.006 | 56025 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.006 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.006 | 56025 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.006 | 68618 | Marked run 1052 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.006 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.006 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.63Otsm +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.012 | 68624 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.016 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.018 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.019 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.020 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.023 | 68625 | Marked run 1053 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.023 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.026 | 68635 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.026 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.027 | 56029 | Recursively removing directory: /tmp/git.DfsYDB/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.028 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.028 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.031 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.033 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.037 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.038 | 56026 | Recursively removing directory: /tmp/git.63Otsm/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.039 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.039 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.040 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.041 | 68645 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.041 | 56025 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.041 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.041 | 56025 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.042 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.042 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nZjRz9 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.045 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.046 | 68643 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.046 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.051 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.051 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.052 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.054 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.054 | 68648 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.054 | 56025 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.054 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.054 | 56025 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.054 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qXbkTJ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.055 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.056 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.061 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.064 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.064 | 68644 | Marked run 1054 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.065 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.068 | 68649 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.069 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.075 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.075 | 68646 | Marked run 1055 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.075 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.078 | 68661 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.079 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.085 | 56026 | Recursively removing directory: /tmp/git.qXbkTJ/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.087 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.087 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.088 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.093 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.089 | 56029 | Recursively removing directory: /tmp/git.nZjRz9/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.090 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.090 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.096 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.099 | 68667 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.100 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.100 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.101 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.101 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.102 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.107 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.107 | 68671 | Added a new worker 16 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.108 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LiP721 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 68672 | Added a new worker 6 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.108 | 56025 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.109 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ly8Jma +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.110 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.114 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.115 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.119 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.122 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.123 | 68673 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.123 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.132 | 68668 | Marked run 1057 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.133 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.133 | 56026 | Recursively removing directory: /tmp/git.ly8Jma/ +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.135 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.135 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.135 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.138 | 68669 | Marked run 1056 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.139 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.140 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.142 | 68684 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.142 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.145 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.145 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.146 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.146 | 68692 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.146 | 56025 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.146 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.147 | 56025 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.147 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Gc1gS +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.147 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.150 | 68693 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.151 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.159 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.157 | 56029 | Recursively removing directory: /tmp/git.LiP721/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.159 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.159 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.160 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.163 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.164 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.169 | 68688 | Marked run 1059 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.169 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.170 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.171 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.171 | 68699 | Added a new worker 9 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.171 | 56025 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.171 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.171 | 56025 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.171 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IGOuR3 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.173 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.174 | 68695 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.174 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.179 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.180 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.183 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.186 | 68697 | Marked run 1058 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.186 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.189 | 68707 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.190 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.191 | 56026 | Recursively removing directory: /tmp/git.3Gc1gS/ +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.193 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.193 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.193 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.197 | 68710 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.198 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.199 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.202 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.202 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.203 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.204 | 68718 | Added a new worker 12 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.205 | 56025 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.205 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.205 | 56025 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.205 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.27ghDc +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.206 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.212 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.213 | 68719 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.214 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.215 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.217 | 56029 | Recursively removing directory: /tmp/git.IGOuR3/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.218 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.218 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.220 | 68714 | Marked run 1060 as finished +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.221 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.223 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.224 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.228 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.228 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.228 | 68726 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.228 | 56025 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.228 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.228 | 56025 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.229 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.229 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LRm82K +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.231 | 68723 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.232 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.240 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.240 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.241 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.247 | 68724 | Marked run 1061 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.248 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.249 | 68730 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.250 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.251 | 56026 | Recursively removing directory: /tmp/git.27ghDc/ +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.252 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.253 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.253 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.258 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.260 | 68741 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.261 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.263 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.259 | 56029 | Recursively removing directory: /tmp/git.LRm82K/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.261 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.261 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.266 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.266 | 68744 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.267 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.270 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.274 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.274 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.275 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.272 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.281 | 68748 | Added a new worker 17 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.281 | 56025 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.281 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.281 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.281 | 56025 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.281 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tY0vzx +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.283 | 68747 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.283 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.285 | 68749 | Added a new worker 7 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.285 | 56025 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.285 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.286 | 56025 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.286 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qfZ4Mc +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.287 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.288 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.290 | 68745 | Marked run 1063 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.291 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.293 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.294 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.296 | 68742 | Marked run 1062 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.296 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.297 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.298 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.302 | 68751 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.302 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.306 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.308 | 56029 | Recursively removing directory: /tmp/git.tY0vzx/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.309 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.309 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.310 | 68762 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.311 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.313 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.314 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.315 | 68765 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.317 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.318 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.318 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.319 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.320 | 68768 | Added a new worker 12 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.320 | 56025 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.320 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.320 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.320 | 56025 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.320 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5jd4zZ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.328 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.329 | 68769 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.329 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.330 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.333 | 56026 | Recursively removing directory: /tmp/git.qfZ4Mc/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.334 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.334 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.339 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.339 | 68766 | Marked run 1064 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.339 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.342 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.343 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.342 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.344 | 68778 | Added a new worker 12 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.344 | 56025 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.344 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.344 | 56025 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.344 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.345 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xmrzzC +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.353 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.355 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.357 | 68776 | Marked run 1065 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.358 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.359 | 68777 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.360 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.366 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.364 | 56029 | Recursively removing directory: /tmp/git.5jd4zZ/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.365 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.365 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.370 | 68789 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.371 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.371 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.374 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.374 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.375 | 68796 | Added a new worker 10 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.376 | 56025 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.376 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.376 | 56025 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.376 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XYBjSy +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.377 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.379 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.383 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.384 | 56026 | Recursively removing directory: /tmp/git.xmrzzC/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.385 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.386 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.386 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.388 | 68797 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.388 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.391 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.400 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.401 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.401 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.408 | 68808 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.404 | 56029 | Recursively removing directory: /tmp/git.XYBjSy/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.405 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.405 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.409 | 56025 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.409 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.409 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.409 | 56025 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.410 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tpDanF +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.412 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.415 | 68793 | Marked run 1066 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.416 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.420 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.420 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.425 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.425 | 68807 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.425 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.426 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.427 | 68810 | Added a new worker 11 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.428 | 56025 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.428 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.428 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.428 | 56025 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.429 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NnhDtm +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.430 | 68800 | Marked run 1067 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.430 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.432 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.436 | 68809 | Marked run 1068 as finished +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.437 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.437 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.440 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.442 | 68813 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.442 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.445 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.448 | 68823 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.450 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.454 | 56026 | Recursively removing directory: /tmp/git.tpDanF/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.455 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.455 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.463 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.457 | 56029 | Recursively removing directory: /tmp/git.NnhDtm/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.458 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.458 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.464 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.465 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.468 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.469 | 68833 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.469 | 56025 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.469 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.469 | 56025 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.470 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.470 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.471 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.471 | 68834 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.471 | 56025 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.471 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.471 | 56025 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.471 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aDx9mA +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.472 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.472 | 68830 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.473 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.468 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.475 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B5kug5 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.478 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.479 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.480 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.486 | 68837 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.487 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.490 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.491 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.494 | 68831 | Marked run 1070 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.495 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.497 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.501 | 68832 | Marked run 1069 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.502 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.504 | 68847 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.505 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.508 | 56026 | Recursively removing directory: /tmp/git.aDx9mA/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.509 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.509 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.510 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.513 | 68850 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.513 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.515 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.515 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.517 | 68856 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.518 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.520 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.521 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.521 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.528 | 56029 | Recursively removing directory: /tmp/git.B5kug5/ +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.529 | 68860 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.530 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.530 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.530 | 68859 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.531 | 56025 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.531 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.531 | 56025 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.531 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.534 | 68857 | Marked run 1072 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.534 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.534 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.535 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jMoEUk +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.537 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.540 | 68862 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.540 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.541 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.542 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.542 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.543 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.543 | 68865 | Added a new worker 8 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.543 | 56025 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.543 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.543 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.543 | 56025 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.544 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rbPww7 +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.549 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.556 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.556 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.563 | 56026 | Recursively removing directory: /tmp/git.jMoEUk/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.564 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.564 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.568 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.569 | 68869 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.570 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.570 | 68863 | Marked run 1071 as finished +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.577 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.579 | 56029 | Recursively removing directory: /tmp/git.rbPww7/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.580 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.580 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.581 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.585 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.587 | 68883 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.589 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.590 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.596 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.596 | 68886 | Added a new worker 8 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.596 | 56025 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.596 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.596 | 56025 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.597 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mw5fro +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.598 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.598 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.601 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.602 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.604 | 68887 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.604 | 56025 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.604 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.604 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.604 | 56025 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.605 | 68881 | Marked run 1073 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.606 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.605 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YnODJN +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.606 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.606 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.613 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.613 | 68888 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.614 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.614 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.619 | 68884 | Marked run 1074 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.619 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.621 | 56029 | Recursively removing directory: /tmp/git.mw5fro/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.623 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.623 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.623 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.627 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.627 | 68900 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.628 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.631 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.631 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.631 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.632 | 68908 | Added a new worker 12 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.632 | 56025 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.632 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.632 | 56025 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.632 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.632 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MsxjFy +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.636 | 68907 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.637 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.641 | 56026 | Recursively removing directory: /tmp/git.YnODJN/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.642 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.642 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.643 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.644 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.646 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.646 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.654 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.655 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.657 | 68919 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.661 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.661 | 56025 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.661 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.661 | 56025 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.661 | 68911 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.662 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pyNxWM +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.662 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.663 | 56029 | Recursively removing directory: /tmp/git.MsxjFy/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.664 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.664 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.668 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.670 | 68905 | Marked run 1075 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.671 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.671 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.673 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.673 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.675 | 68912 | Marked run 1076 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.676 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.678 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.679 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lZBnzd +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.678 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.679 | 68926 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.679 | 56025 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.679 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.679 | 56025 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.679 | 68921 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.680 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.682 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.686 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.687 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.689 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.698 | 68922 | Marked run 1077 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.699 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.704 | 56029 | Recursively removing directory: /tmp/git.lZBnzd/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.700 | 56026 | Recursively removing directory: /tmp/git.pyNxWM/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.702 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.702 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.706 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.705 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.705 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.707 | 68931 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.708 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.710 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.712 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.714 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 68943 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 56025 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 56025 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.714 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.715 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.716 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p6z2GZ +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.717 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.721 | 68944 | Added a new worker 15 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.721 | 56025 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.721 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.721 | 56025 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.722 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.721 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.knDDx1 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.727 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.728 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.728 | 68945 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.728 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.730 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.732 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.734 | 68940 | Marked run 1078 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.735 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.736 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.741 | 68942 | Marked run 1079 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.741 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.743 | 68951 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.744 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.747 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.749 | 68963 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.750 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.751 | 56026 | Recursively removing directory: /tmp/git.p6z2GZ/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.752 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.752 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.756 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.757 | 56029 | Recursively removing directory: /tmp/git.knDDx1/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.758 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.758 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.761 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.761 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.762 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.763 | 68966 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.763 | 56025 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.763 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.763 | 56025 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.763 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eo9cih +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.768 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.768 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.769 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.770 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.771 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.775 | 68969 | Added a new worker 8 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.775 | 56025 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.775 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.775 | 56025 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.776 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.775 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5B7I2d +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.777 | 68967 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.777 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.783 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.784 | 68965 | Marked run 1080 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.784 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.784 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.785 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.787 | 68973 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.788 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.794 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.795 | 68968 | Marked run 1081 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.795 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.797 | 68981 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.798 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.802 | 56026 | Recursively removing directory: /tmp/git.eo9cih/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.803 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.803 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.804 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.808 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.809 | 68989 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.810 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.812 | 56029 | Recursively removing directory: /tmp/git.5B7I2d/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.813 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.813 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.820 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.820 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.820 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.821 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.822 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.824 | 68994 | Added a new worker 17 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.824 | 56025 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.824 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.824 | 56025 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.824 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4UVCck +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.825 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.826 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.827 | 68995 | Added a new worker 12 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.827 | 56025 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.827 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.827 | 56025 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.827 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yvX0j2 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.830 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.833 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.835 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.835 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.836 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.838 | 68990 | Marked run 1082 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.838 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.840 | 68992 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.841 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.845 | 68993 | Marked run 1083 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.845 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.846 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.850 | 69009 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.851 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.856 | 56029 | Recursively removing directory: /tmp/git.yvX0j2/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.854 | 56026 | Recursively removing directory: /tmp/git.4UVCck/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.855 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.855 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.862 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.864 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.858 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.858 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.867 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.868 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.868 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.872 | 69016 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.872 | 56025 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.872 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.872 | 56025 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.873 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.873 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.873 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.876 | 69017 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.876 | 56025 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.876 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.876 | 56025 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.877 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.879 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RaxBZs +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.881 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZK9h20 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.888 | 69015 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.888 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.888 | 69013 | Marked run 1085 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.889 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.890 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.891 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.893 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.894 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.894 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.895 | 69014 | Marked run 1084 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.896 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.898 | 69020 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.899 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.901 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.906 | 69027 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.906 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.909 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.914 | 56026 | Recursively removing directory: /tmp/git.ZK9h20/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.915 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.915 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.917 | 56029 | Recursively removing directory: /tmp/git.RaxBZs/ +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.918 | 56029 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.918 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.920 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.923 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.924 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 69040 | Added a new worker 9 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 56025 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 56025 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.924 | 69037 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.924 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sWqydF +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.925 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.930 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.931 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.932 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.933 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.936 | 69042 | Added a new worker 14 to the queue +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.936 | 56029 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.936 | 56025 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.936 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.936 | 56025 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.937 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.937 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ERzdGV +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.947 | 69043 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.948 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.951 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.951 | 56029 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.953 | 56029 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.956 | 56026 | Recursively removing directory: /tmp/git.sWqydF/ +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.959 | 56026 | Process exit code: 0 +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.959 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.964 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.964 | 69052 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.965 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.965 | 69039 | Marked run 1086 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.966 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.970 | 69038 | Marked run 1087 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.970 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.973 | 56026 | Waiting for a new command +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.973 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.975 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.977 | 69059 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.978 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.981 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.981 | 69058 | Added a new worker 13 to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.982 | 56025 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.982 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.982 | 56025 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.982 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.982 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EFNWIh +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.990 | 69054 | Marked run 1088 as finished +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.990 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.992 | 69061 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.993 | 56023 | Waiting for new connections +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.994 | 56026 | Checking out revision HEAD +2023-08-28 07:33:32 | INFO | 56026/cimple-worker: 2023-08-28 07:33:32.995 | 56026 | Going to run: ./ci +2023-08-28 07:33:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:32 | INFO | 56023/cimple-server: 2023-08-28 07:33:32.998 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.003 | 69068 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:32.999 | 56029 | Recursively removing directory: /tmp/git.ERzdGV/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.000 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.000 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.004 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.006 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.012 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.012 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.014 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.020 | 69075 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.021 | 56025 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.021 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.021 | 56025 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.021 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.021 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aqLGnb +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.023 | 69076 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.025 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.027 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.028 | 56026 | Recursively removing directory: /tmp/git.EFNWIh/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.030 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.030 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.028 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.035 | 69072 | Marked run 1089 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.035 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.035 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.036 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.041 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.041 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.041 | 69085 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.042 | 56025 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.042 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.042 | 56025 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.042 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0LGsTP +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.043 | 69083 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.043 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.044 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.049 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.053 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.055 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.055 | 69082 | Marked run 1090 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.055 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.060 | 69092 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.060 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.062 | 56029 | Recursively removing directory: /tmp/git.aqLGnb/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.064 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.064 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.067 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.070 | 56026 | Recursively removing directory: /tmp/git.0LGsTP/ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.071 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.073 | 69100 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.073 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.074 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.074 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.076 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.076 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.079 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.079 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.084 | 69103 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.085 | 56025 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.085 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.085 | 56025 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.085 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.085 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kv6jZj +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.090 | 69105 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.091 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.091 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.091 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.097 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.097 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.099 | 69108 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.100 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.100 | 56025 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.100 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.100 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.100 | 56025 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.100 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ByBkLv +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.101 | 69101 | Marked run 1091 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.104 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.112 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.112 | 69104 | Marked run 1092 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.113 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.113 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.116 | 69110 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.116 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.119 | 56029 | Recursively removing directory: /tmp/git.kv6jZj/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.121 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.121 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.123 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.126 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.130 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.131 | 69122 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.131 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.130 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.131 | 56025 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.131 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.131 | 56025 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.133 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qqB0iL +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.135 | 69119 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.136 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.141 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.142 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.144 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.153 | 69120 | Marked run 1093 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.154 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.157 | 56026 | Recursively removing directory: /tmp/git.ByBkLv/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.158 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.159 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.159 | 69129 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.160 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.164 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.167 | 56029 | Recursively removing directory: /tmp/git.qqB0iL/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.171 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.172 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.173 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.169 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.169 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.175 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.180 | 69139 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.180 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kKxRtd +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.180 | 56025 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.180 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.180 | 56025 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.181 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.182 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.186 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.187 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.188 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.188 | 69141 | Added a new worker 10 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.188 | 56025 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.188 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.188 | 56025 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.188 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hLWhzH +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.189 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.196 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.198 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.200 | 69138 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.201 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.201 | 69137 | Marked run 1094 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.201 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.205 | 56026 | Recursively removing directory: /tmp/git.kKxRtd/ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.206 | 69140 | Marked run 1095 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.206 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.207 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.207 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.210 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.212 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.214 | 69157 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.214 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.216 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.216 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.220 | 56029 | Recursively removing directory: /tmp/git.hLWhzH/ +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.222 | 69160 | Added a new worker 12 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.223 | 56025 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.223 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.223 | 56025 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.221 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.221 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.223 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nvk1Q0 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.223 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.224 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.227 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.231 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.232 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.232 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.233 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.233 | 69163 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.233 | 56025 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.233 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.233 | 56025 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.233 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fAvYtT +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.234 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.238 | 69158 | Marked run 1096 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.239 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.244 | 69161 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.245 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.247 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.248 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.251 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.254 | 69162 | Marked run 1097 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.254 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.257 | 69173 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.257 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.259 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.260 | 56026 | Recursively removing directory: /tmp/git.Nvk1Q0/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.261 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.261 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.264 | 69181 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.265 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.267 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.268 | 56029 | Recursively removing directory: /tmp/git.fAvYtT/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.269 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.269 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.270 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.274 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.278 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.280 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 69187 | Added a new worker 17 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 56025 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.281 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X6Nqma +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 56025 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.281 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.282 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.282 | 69183 | Marked run 1098 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.283 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.283 | 69186 | Added a new worker 6 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.283 | 56025 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.283 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.283 | 56025 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.284 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qg2oyv +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.284 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.289 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.290 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.295 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.295 | 69184 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.295 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.297 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.298 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.303 | 69185 | Marked run 1099 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.304 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.306 | 69193 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.306 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.309 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.311 | 69205 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.312 | 56026 | Recursively removing directory: /tmp/git.X6Nqma/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.313 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.313 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.317 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.318 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.322 | 56029 | Recursively removing directory: /tmp/git.qg2oyv/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.323 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.323 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.324 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.327 | 69208 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.328 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.329 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.334 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.336 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.336 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.336 | 69211 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.336 | 56025 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.336 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.337 | 56025 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.337 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.337 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.337 | 69212 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.338 | 56025 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.338 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sHn4VA +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.351 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.358 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.406 | 56026 | Recursively removing directory: /tmp/git.sHn4VA/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.407 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.407 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.336 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.339 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4sQ22r +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.356 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.357 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.380 | 56029 | Recursively removing directory: /tmp/git.4sQ22r/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.381 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.382 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.401 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.411 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r3A2ym +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.338 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.338 | 56025 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.344 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.347 | 69207 | Marked run 1100 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.347 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.356 | 69213 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.357 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.365 | 69210 | Marked run 1101 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.365 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.365 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.373 | 69219 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.374 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.386 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.392 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.394 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.399 | 69232 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.400 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.408 | 69233 | Added a new worker 8 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.408 | 56025 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.408 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.408 | 56025 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.408 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.412 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.416 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.417 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.417 | 69237 | Added a new worker 16 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.417 | 56025 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.417 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.417 | 56025 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.417 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fMVYFN +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.418 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.421 | 69231 | Marked run 1102 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.422 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.423 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.424 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.424 | 69235 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.425 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.426 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.427 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.429 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.432 | 69242 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.433 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.435 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.442 | 69236 | Marked run 1103 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.443 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.445 | 69244 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.445 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.449 | 56029 | Recursively removing directory: /tmp/git.r3A2ym/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.450 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.450 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.450 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.454 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.459 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.459 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.455 | 56026 | Recursively removing directory: /tmp/git.fMVYFN/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.456 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.456 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.461 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.465 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.466 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FJQGNI +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 69259 | Added a new worker 17 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 56025 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 56025 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.466 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.467 | 69261 | Added a new worker 12 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.467 | 56025 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.467 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.467 | 56025 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.467 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.469 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C4l5vU +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.470 | 69257 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.471 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.478 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.488 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.489 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.493 | 69258 | Marked run 1104 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.493 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.494 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.497 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.498 | 69260 | Marked run 1105 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.499 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.501 | 69263 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.501 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.504 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.507 | 56029 | Recursively removing directory: /tmp/git.FJQGNI/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.508 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.508 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.512 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.516 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.517 | 56026 | Recursively removing directory: /tmp/git.C4l5vU/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.519 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.519 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.521 | 69275 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.522 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.525 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.526 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.526 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.527 | 69281 | Added a new worker 14 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.527 | 56025 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.527 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.527 | 56025 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.527 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.527 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jO41fr +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.531 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.532 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.532 | 69285 | Added a new worker 16 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.532 | 56025 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.532 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.532 | 56025 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.533 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v53jO0 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.534 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.537 | 69280 | Marked run 1106 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.538 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.540 | 69284 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.540 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.543 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.544 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.547 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.548 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.549 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.551 | 69283 | Marked run 1107 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.552 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.554 | 69288 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.554 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.557 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.561 | 69301 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.562 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.564 | 56029 | Recursively removing directory: /tmp/git.jO41fr/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.565 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.565 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.567 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.572 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.569 | 56026 | Recursively removing directory: /tmp/git.v53jO0/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.574 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.574 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.576 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.576 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.577 | 69305 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.577 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.579 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.583 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.583 | 69307 | Added a new worker 14 to the queue +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.584 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QUKw27 +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.584 | 56025 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.584 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.584 | 56025 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.585 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.583 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.586 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.591 | 69310 | Added a new worker 15 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.591 | 56025 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.591 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.591 | 56025 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.592 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.592 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.591 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.coXpf1 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.593 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.597 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.597 | 69311 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.598 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.600 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.605 | 69306 | Marked run 1108 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.606 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.610 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.612 | 56029 | Recursively removing directory: /tmp/git.QUKw27/ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.613 | 69309 | Marked run 1109 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.613 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.614 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.614 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.616 | 69321 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.617 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.619 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.621 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.622 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.622 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.623 | 69331 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.624 | 56025 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.624 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.624 | 56025 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.624 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tytWQ8 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.626 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.631 | 69330 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.631 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.633 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.633 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.635 | 56026 | Recursively removing directory: /tmp/git.coXpf1/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.637 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.637 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.638 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.640 | 69329 | Marked run 1110 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.640 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.642 | 69334 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.642 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.642 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.645 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.646 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.648 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.648 | 69339 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.649 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.653 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.654 | 69340 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.654 | 56025 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.654 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.654 | 56025 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.654 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OlxFrg +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.654 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.656 | 69344 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.657 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.660 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.661 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.663 | 69337 | Marked run 1111 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.663 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.664 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.670 | 56029 | Recursively removing directory: /tmp/git.tytWQ8/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.672 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.672 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.673 | 69349 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.674 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.676 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.678 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.678 | 69357 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.679 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.681 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.684 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.684 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.686 | 56026 | Recursively removing directory: /tmp/git.OlxFrg/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.687 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.687 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.688 | 69361 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.688 | 56025 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.688 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.688 | 56025 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.688 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DRHMop +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.689 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.692 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.696 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.696 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.697 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.698 | 69360 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.699 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.700 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.700 | 69363 | Added a new worker 6 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.700 | 56025 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.700 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.701 | 56025 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.701 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.701 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6WNvaB +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.705 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.706 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.707 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.718 | 69358 | Marked run 1112 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.719 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.721 | 69366 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.723 | 56029 | Recursively removing directory: /tmp/git.DRHMop/ +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.723 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.724 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.725 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.728 | 69362 | Marked run 1113 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.728 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.729 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.733 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.733 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.734 | 69382 | Added a new worker 10 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.734 | 56025 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.734 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.734 | 56025 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.734 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.735 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IbKBzs +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.737 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.742 | 56026 | Recursively removing directory: /tmp/git.6WNvaB/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.743 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.743 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.743 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.743 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.748 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.755 | 69383 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.755 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.760 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.761 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.761 | 69381 | Marked run 1114 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.762 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.762 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.764 | 69394 | Added a new worker 7 to the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.765 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xbHOBQ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.764 | 56025 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.764 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.764 | 56025 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.766 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.768 | 69393 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.769 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.771 | 56029 | Recursively removing directory: /tmp/git.IbKBzs/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.771 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.772 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.775 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.776 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.777 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.779 | 69397 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.781 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.783 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.783 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.787 | 69389 | Marked run 1115 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.787 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.789 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.789 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.789 | 69403 | Added a new worker 13 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.789 | 56025 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.789 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.789 | 56025 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.790 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xa9qr6 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.791 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.792 | 69401 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.792 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.796 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.799 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.801 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.806 | 69400 | Marked run 1116 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.807 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.809 | 69408 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.810 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.814 | 56026 | Recursively removing directory: /tmp/git.xbHOBQ/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.815 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.815 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.817 | 56029 | Recursively removing directory: /tmp/git.Xa9qr6/ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.817 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.819 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.819 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.821 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.823 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.826 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.828 | 69418 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.826 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.829 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.830 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.830 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.831 | 69423 | Added a new worker 8 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.831 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.831 | 56025 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.831 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.831 | 56025 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.831 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.blQhkw +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.837 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.838 | 69421 | Added a new worker 8 to the queue +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.838 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.838 | 56025 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.838 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.838 | 56025 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.838 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BdShzq +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.839 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.839 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.842 | 69424 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.843 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.847 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.848 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.848 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.860 | 69419 | Marked run 1117 as finished +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.860 | 56029 | Recursively removing directory: /tmp/git.blQhkw/ +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.861 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.863 | 69429 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.863 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.865 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.865 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.868 | 56026 | Recursively removing directory: /tmp/git.BdShzq/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.870 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.870 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.869 | 69420 | Marked run 1118 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.873 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.875 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.877 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.877 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.880 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.882 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.883 | 69444 | Added a new worker 16 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.883 | 56025 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.883 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.883 | 56025 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.883 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hxs0UK +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.883 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.884 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.884 | 69445 | Added a new worker 10 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.884 | 56025 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.884 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.884 | 56025 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.884 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.884 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5n97Ts +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.890 | 69446 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.891 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.891 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.895 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.895 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.897 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.898 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.907 | 69442 | Marked run 1119 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.907 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.911 | 69449 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.912 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.913 | 56026 | Recursively removing directory: /tmp/git.5n97Ts/ +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.917 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.920 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.920 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.920 | 56029 | Recursively removing directory: /tmp/git.Hxs0UK/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.922 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.922 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.925 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.929 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.930 | 69443 | Marked run 1120 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.930 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.931 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.931 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.933 | 69464 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.934 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.936 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.936 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.937 | 69467 | Added a new worker 11 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.937 | 56025 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.937 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.937 | 56025 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.937 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B8ODNq +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.937 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.940 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.940 | 69469 | Added a new worker 11 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.940 | 56025 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.940 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.940 | 56025 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.941 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0T9ra2 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.942 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.944 | 56026 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.946 | 56029 | Checking out revision HEAD +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.947 | 56029 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.948 | 56026 | Going to run: ./ci +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.949 | 69470 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.950 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.953 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.957 | 69465 | Marked run 1122 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.957 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.959 | 69474 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.959 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.963 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.965 | 69466 | Marked run 1121 as finished +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.965 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.968 | 69481 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.968 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.971 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.975 | 69490 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.976 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.974 | 56029 | Recursively removing directory: /tmp/git.0T9ra2/ +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.975 | 56029 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.975 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.980 | 56026 | Recursively removing directory: /tmp/git.B8ODNq/ +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.981 | 56026 | Process exit code: 0 +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.981 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.980 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.985 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.986 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.990 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.992 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.992 | 56029 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.992 | 69495 | Added a new worker 16 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.992 | 56025 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.992 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 56025 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 56023 | Waiting for new connections +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 69494 | Added a new worker 12 to the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 56025 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.993 | 56025 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:33 | INFO | 56029/cimple-worker: 2023-08-28 07:33:33.993 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N2OQgc +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.990 | 56026 | Waiting for a new command +2023-08-28 07:33:33 | INFO | 56026/cimple-worker: 2023-08-28 07:33:33.993 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.95n7Rr +2023-08-28 07:33:33 | INFO | 56023/cimple-server: 2023-08-28 07:33:33.994 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.000 | 69496 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.000 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.004 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.006 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.006 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.009 | 69493 | Marked run 1123 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.010 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.010 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.012 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.024 | 69492 | Marked run 1124 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.024 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.026 | 69498 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.026 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.028 | 56029 | Recursively removing directory: /tmp/git.N2OQgc/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.029 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.029 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.031 | 56026 | Recursively removing directory: /tmp/git.95n7Rr/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.033 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.033 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.034 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.037 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.038 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.039 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.039 | 69516 | Added a new worker 12 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.039 | 56025 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.039 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.039 | 56025 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.040 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v08Yhd +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.041 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.044 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.044 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.045 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.045 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.046 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.047 | 69517 | Added a new worker 14 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.047 | 56025 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.047 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.047 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.047 | 56025 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.050 | 69518 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.051 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.051 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c7oQp5 +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.054 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.064 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.067 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.070 | 69515 | Marked run 1125 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.071 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.073 | 56029 | Recursively removing directory: /tmp/git.v08Yhd/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.074 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.074 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.075 | 69514 | Marked run 1126 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.076 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.077 | 69523 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.077 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.080 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.080 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.085 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.085 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.086 | 69538 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.086 | 56025 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.086 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.086 | 56025 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.086 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t7QXoW +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.087 | 69537 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.091 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.091 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.093 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.094 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.095 | 56026 | Recursively removing directory: /tmp/git.c7oQp5/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.096 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.096 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.100 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.106 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.106 | 69536 | Marked run 1127 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.107 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.109 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.109 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.109 | 69549 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.110 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.111 | 69546 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.111 | 56025 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.112 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.112 | 56025 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.112 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OKYqXS +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.113 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.118 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.121 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.122 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.124 | 69541 | Marked run 1128 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.125 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.125 | 56029 | Recursively removing directory: /tmp/git.t7QXoW/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.127 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.127 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.132 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.135 | 69552 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.136 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.136 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.137 | 69556 | Added a new worker 7 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.137 | 56025 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.137 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.137 | 56025 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.138 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.138 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jrNHWz +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.148 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.149 | 56026 | Recursively removing directory: /tmp/git.OKYqXS/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.149 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.152 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.152 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.154 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.155 | 69554 | Marked run 1129 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.155 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.157 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.158 | 69563 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.158 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.163 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.163 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.164 | 69570 | Added a new worker 8 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.165 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.166 | 56025 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.166 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.166 | 56025 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.166 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D06mCq +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.167 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.176 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.176 | 56029 | Recursively removing directory: /tmp/git.jrNHWz/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.178 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.178 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.177 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.182 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.185 | 69565 | Marked run 1130 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.185 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.186 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.187 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.187 | 69577 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.187 | 56025 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.187 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.187 | 56025 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.188 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.188 | 69571 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.187 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HNKuhh +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.189 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.194 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.195 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.198 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.204 | 69575 | Marked run 1131 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.205 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.207 | 69581 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.207 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.211 | 56026 | Recursively removing directory: /tmp/git.D06mCq/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.213 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.213 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.216 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.218 | 56029 | Recursively removing directory: /tmp/git.HNKuhh/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.219 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.219 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.219 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.224 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.224 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.225 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.227 | 69593 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.228 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.228 | 69596 | Added a new worker 6 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.229 | 56025 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.229 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.229 | 56025 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.229 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B2MOrd +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.229 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.230 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.230 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.232 | 69598 | Added a new worker 8 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.232 | 56025 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.232 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.232 | 56025 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.233 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VNehFe +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.234 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.234 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.239 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.240 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.241 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.241 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.242 | 69599 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.243 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.251 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.257 | 69594 | Marked run 1132 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.259 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.261 | 69605 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.262 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.265 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.266 | 69595 | Marked run 1133 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.267 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.268 | 56026 | Recursively removing directory: /tmp/git.B2MOrd/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.269 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.269 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.271 | 56029 | Recursively removing directory: /tmp/git.VNehFe/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.272 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.272 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.275 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.277 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.279 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.279 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.281 | 69617 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.281 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.282 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.282 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.282 | 69620 | Added a new worker 8 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.282 | 56025 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.282 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.282 | 56025 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.283 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.283 | 69622 | Added a new worker 8 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.283 | 56025 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.283 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.283 | 56025 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.283 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2WIWrh +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.284 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.284 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MNA1p5 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.289 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.289 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.295 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.299 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.298 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.305 | 69618 | Marked run 1134 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.306 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.308 | 69624 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.309 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.311 | 56029 | Recursively removing directory: /tmp/git.2WIWrh/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.313 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.313 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.314 | 69619 | Marked run 1135 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.314 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.315 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.317 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.318 | 69639 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.318 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.322 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.325 | 56026 | Recursively removing directory: /tmp/git.MNA1p5/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.325 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.326 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.326 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.328 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.331 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.332 | 69642 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.333 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.334 | 69643 | Added a new worker 7 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.335 | 56025 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.335 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.335 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.335 | 56025 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.335 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9gl7XI +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.339 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.339 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.339 | 69646 | Added a new worker 11 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.339 | 56025 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.339 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.339 | 56025 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.342 | 69640 | Marked run 1137 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.342 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.342 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gvn5cX +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.343 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.344 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.347 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.353 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.354 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.355 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.362 | 69644 | Marked run 1136 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.363 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.365 | 69648 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.365 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.370 | 56026 | Recursively removing directory: /tmp/git.gvn5cX/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.371 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.371 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.376 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.378 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.380 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 69665 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 56025 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 56025 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.380 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.380 | 56029 | Recursively removing directory: /tmp/git.9gl7XI/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.382 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.382 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.386 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.388 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hYnoFH +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.392 | 69664 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.392 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.399 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.399 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.400 | 69663 | Marked run 1139 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.400 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.401 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.402 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.403 | 69668 | Added a new worker 7 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.403 | 56025 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.403 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.403 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.403 | 56025 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.403 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tztOlS +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.404 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.409 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.409 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.413 | 69666 | Marked run 1138 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.413 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.415 | 69670 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.415 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.421 | 56026 | Recursively removing directory: /tmp/git.hYnoFH/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.422 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.423 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.427 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.428 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.430 | 56029 | Recursively removing directory: /tmp/git.tztOlS/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.431 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.431 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.433 | 69685 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.434 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.437 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.442 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.443 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.443 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.443 | 69689 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.443 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.444 | 56025 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.444 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.444 | 56025 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.444 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.444 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eA7ybt +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.445 | 69690 | Added a new worker 10 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.445 | 56025 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.445 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.445 | 56025 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.445 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ksbKAn +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.445 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.453 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.454 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.454 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.455 | 69686 | Marked run 1140 as finished +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.456 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.456 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.458 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.461 | 69688 | Marked run 1141 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.461 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.474 | 56029 | Recursively removing directory: /tmp/git.eA7ybt/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.475 | 69691 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.475 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.475 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.476 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.477 | 56026 | Recursively removing directory: /tmp/git.ksbKAn/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.478 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.478 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.479 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.483 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.483 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.484 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.489 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.491 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.491 | 69709 | Added a new worker 17 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.492 | 56025 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.492 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.492 | 56025 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.492 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.492 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.493 | 69711 | Added a new worker 10 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.493 | 56025 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.493 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.493 | 56025 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.493 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HSgf1g +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.494 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.494 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VNGptB +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.501 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.502 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.503 | 69707 | Marked run 1142 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.503 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.505 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.506 | 69710 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.507 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.508 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.513 | 69708 | Marked run 1143 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.513 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.515 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.520 | 56029 | Recursively removing directory: /tmp/git.VNGptB/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.522 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.522 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.526 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.527 | 56026 | Recursively removing directory: /tmp/git.HSgf1g/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.529 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.529 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.530 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.531 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.532 | 69722 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.533 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.536 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.541 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.541 | 69729 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.541 | 56025 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.541 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.541 | 56025 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.541 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z4qsRE +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.542 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.542 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.543 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.543 | 69732 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.543 | 56025 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.543 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.543 | 56025 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.544 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rSIiG1 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.545 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.546 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.547 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.550 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.550 | 69728 | Marked run 1144 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.551 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.552 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.553 | 69733 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.554 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.557 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.560 | 69731 | Marked run 1145 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.561 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.562 | 69738 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.563 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.566 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.570 | 56026 | Recursively removing directory: /tmp/git.rSIiG1/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.571 | 69749 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.572 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.572 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.573 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.578 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.578 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.581 | 69754 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.582 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.584 | 56029 | Recursively removing directory: /tmp/git.Z4qsRE/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.585 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.585 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.591 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.591 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.592 | 69757 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.592 | 56025 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.592 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.593 | 56025 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.593 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.591 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.593 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3iDnoc +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.595 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.596 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.597 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.597 | 69759 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.597 | 56025 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.597 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.597 | 56025 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.598 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.600 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PCuwcL +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.603 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.604 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.605 | 69753 | Marked run 1147 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.605 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.608 | 69758 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.609 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.613 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.614 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.614 | 69756 | Marked run 1146 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.614 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.616 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.618 | 69762 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.618 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.621 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.625 | 69768 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.625 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.628 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.632 | 56026 | Recursively removing directory: /tmp/git.3iDnoc/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.632 | 69777 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.633 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.635 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.633 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.633 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.638 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.638 | 69779 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.639 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.644 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.644 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.645 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.646 | 69784 | Added a new worker 12 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.646 | 56025 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.646 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.646 | 56025 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.646 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XRhUgv +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.647 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.653 | 56029 | Recursively removing directory: /tmp/git.PCuwcL/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.654 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.654 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.657 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.658 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.658 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.664 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.665 | 69794 | Added a new worker 7 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.665 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.665 | 56025 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.665 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.665 | 56025 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.665 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.665 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ScnMb +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.672 | 69782 | Marked run 1148 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.672 | 69785 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.673 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.673 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.676 | 56026 | Recursively removing directory: /tmp/git.XRhUgv/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.677 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.677 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.680 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.682 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.684 | 69787 | Marked run 1149 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.684 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.686 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.688 | 69796 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.688 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.688 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.688 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.690 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.692 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.692 | 69798 | Added a new worker 12 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.692 | 56025 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.692 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.693 | 56025 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.693 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qp1ukR +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.693 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.699 | 69801 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.700 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.701 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.700 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.706 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.710 | 69797 | Marked run 1150 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.711 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.714 | 69810 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.714 | 56029 | Recursively removing directory: /tmp/git.7ScnMb/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.714 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.715 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.715 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.721 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.722 | 56026 | Recursively removing directory: /tmp/git.Qp1ukR/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.723 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.723 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.725 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.727 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.728 | 69819 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.729 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.732 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.732 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.734 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.736 | 69822 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.736 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.736 | 56025 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.736 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.736 | 56025 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.737 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pVAjOk +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.737 | 69823 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.742 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.743 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.744 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.747 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 69827 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 56025 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.748 | 56025 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.748 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.749 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wCL39t +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.760 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.763 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.763 | 69826 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.763 | 69818 | Marked run 1151 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.764 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.770 | 69820 | Marked run 1152 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.770 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.771 | 56026 | Recursively removing directory: /tmp/git.pVAjOk/ +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.772 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.772 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.772 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.775 | 69838 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.775 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.777 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.780 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.782 | 69845 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.784 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.784 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.788 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.789 | 69847 | Added a new worker 8 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.789 | 56025 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.789 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.789 | 56025 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.789 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2e4T7f +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.789 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.792 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.797 | 56029 | Recursively removing directory: /tmp/git.wCL39t/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.801 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.801 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.801 | 69844 | Marked run 1153 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.802 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.805 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.806 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.807 | 69848 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.808 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.808 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.813 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.813 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.816 | 69852 | Added a new worker 10 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.816 | 56025 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.816 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.816 | 56025 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.816 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.816 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ej2Ms4 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.818 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.823 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.825 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.835 | 69849 | Marked run 1154 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.835 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.837 | 69854 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.838 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.839 | 56026 | Recursively removing directory: /tmp/git.2e4T7f/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.841 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.841 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.841 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.846 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.847 | 69868 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.848 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.851 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.851 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.854 | 56029 | Recursively removing directory: /tmp/git.ej2Ms4/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.856 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.856 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.857 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.858 | 69871 | Added a new worker 12 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.858 | 56025 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.858 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.858 | 56025 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.858 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YjEKrL +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.859 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.865 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.865 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.866 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.870 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.873 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.873 | 69875 | Added a new worker 15 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 56025 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 56025 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.874 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QtKfxd +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 69869 | Marked run 1155 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.874 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.877 | 69872 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.877 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.885 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.885 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.887 | 56026 | Recursively removing directory: /tmp/git.YjEKrL/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.889 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.889 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.891 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.891 | 69873 | Marked run 1156 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.891 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.893 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.896 | 69885 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.896 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.898 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.900 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.901 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.906 | 69893 | Added a new worker 13 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.906 | 56025 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.906 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.907 | 56025 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.907 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HCj2j3 +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.907 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.908 | 56029 | Recursively removing directory: /tmp/git.QtKfxd/ +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.909 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.909 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.914 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.915 | 69887 | Marked run 1157 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.916 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.917 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.918 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.919 | 69894 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.919 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 69897 | Added a new worker 10 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 56025 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.920 | 56025 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.920 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.920 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W0zBmp +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.926 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.926 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.931 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.935 | 69900 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.935 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.939 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.940 | 69895 | Marked run 1158 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.941 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.943 | 69910 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.945 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.947 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.950 | 69916 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.951 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.953 | 56029 | Recursively removing directory: /tmp/git.W0zBmp/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.954 | 56026 | Recursively removing directory: /tmp/git.HCj2j3/ +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.955 | 56026 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.955 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.954 | 56029 | Process exit code: 0 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.954 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.958 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.960 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.962 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.964 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.966 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.968 | 56026 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.969 | 69921 | Added a new worker 17 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.969 | 56025 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.969 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.969 | 56025 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.969 | 56029 | Waiting for a new command +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.970 | 69922 | Added a new worker 17 to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.970 | 56025 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.970 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.970 | 56025 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.970 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fe6B4y +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.970 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oGLJwh +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.971 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.971 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.973 | 69920 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.973 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.977 | 56029 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | 56029/cimple-worker: 2023-08-28 07:33:34.979 | 56029 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.978 | 56026 | Checking out revision HEAD +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.980 | 56026 | Going to run: ./ci +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.984 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.989 | 69919 | Marked run 1159 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.990 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.992 | 69926 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.994 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.996 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.997 | 69918 | Marked run 1160 as finished +2023-08-28 07:33:34 | INFO | 56023/cimple-server: 2023-08-28 07:33:34.998 | 56023 | Waiting for new connections +2023-08-28 07:33:34 | INFO | 56026/cimple-worker: 2023-08-28 07:33:34.999 | 56026 | Recursively removing directory: /tmp/git.oGLJwh/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.001 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.001 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.005 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.010 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.009 | 56029 | Recursively removing directory: /tmp/git.fe6B4y/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.010 | 69942 | Added a new worker 14 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.011 | 56025 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.011 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.011 | 56025 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.011 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.011 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.012 | 69938 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.010 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.016 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cTpaKu +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.013 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.016 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.021 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.024 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.024 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.025 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.025 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.025 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.025 | 69946 | Added a new worker 15 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.026 | 56025 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.026 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.026 | 56025 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.026 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EOSgzR +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.027 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.033 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.037 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.045 | 69941 | Marked run 1161 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.046 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.048 | 69945 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.048 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.050 | 56026 | Recursively removing directory: /tmp/git.cTpaKu/ +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.052 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.052 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.058 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.059 | 56029 | Recursively removing directory: /tmp/git.EOSgzR/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.059 | 69944 | Marked run 1162 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.060 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.061 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.061 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.065 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.068 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.070 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.070 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.075 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.075 | 69965 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 69966 | Added a new worker 12 to the queue +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.076 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i0qH16 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.076 | 56025 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.077 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hsdGoE +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.078 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.078 | 69964 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.079 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.084 | 69962 | Marked run 1163 as finished +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.084 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.084 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.085 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.086 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.088 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.088 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.092 | 69963 | Marked run 1164 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.093 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.094 | 69969 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.094 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.099 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.102 | 69984 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.102 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.108 | 56026 | Recursively removing directory: /tmp/git.hsdGoE/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.104 | 56029 | Recursively removing directory: /tmp/git.i0qH16/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.105 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.105 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.109 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.109 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.110 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.114 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.115 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.117 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.117 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.118 | 69989 | Added a new worker 15 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.118 | 56025 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.118 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.118 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.118 | 56025 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.119 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.119 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.119 | 69990 | Added a new worker 15 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.119 | 56025 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.119 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.120 | 56025 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.120 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5iaR0W +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.120 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8bs5iQ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.121 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.127 | 69988 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.128 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.128 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.129 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.129 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.130 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.136 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.142 | 69986 | Marked run 1165 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.142 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.146 | 69987 | Marked run 1166 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.146 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.148 | 69995 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.148 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.150 | 56026 | Recursively removing directory: /tmp/git.8bs5iQ/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.152 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.152 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.155 | 56029 | Recursively removing directory: /tmp/git.5iaR0W/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.157 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.156 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.156 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.160 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.162 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.165 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.166 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.168 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.165 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.169 | 70011 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.169 | 56025 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.169 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.169 | 56025 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.169 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.170 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M9J1hn +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.170 | 70012 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.170 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.170 | 56025 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.170 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.171 | 56025 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.171 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RxBUqm +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.172 | 70009 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.173 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.176 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.181 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.183 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.180 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.183 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.190 | 70010 | Marked run 1167 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.191 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.193 | 70014 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.195 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.202 | 56029 | Recursively removing directory: /tmp/git.RxBUqm/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.203 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.204 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.204 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.209 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.210 | 70028 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.211 | 70008 | Marked run 1168 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.212 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.213 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.213 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.217 | 56026 | Recursively removing directory: /tmp/git.M9J1hn/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.217 | 70033 | Added a new worker 8 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.218 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.219 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.219 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.220 | 56025 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.220 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.220 | 56025 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.224 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.225 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hizSbW +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.226 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.231 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.231 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.232 | 70031 | Marked run 1170 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.232 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.233 | 70037 | Added a new worker 12 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.234 | 56025 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.234 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.234 | 56025 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.234 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rLdjue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.235 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.262 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.262 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.263 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.265 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.267 | 70035 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.267 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.271 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.276 | 70034 | Marked run 1169 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.276 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.279 | 56026 | Recursively removing directory: /tmp/git.rLdjue/ +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.280 | 70045 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.281 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.282 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.282 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.285 | 56029 | Recursively removing directory: /tmp/git.hizSbW/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.286 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.286 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.286 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.289 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.291 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.293 | 70055 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.294 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.295 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.296 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.296 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.298 | 70059 | Added a new worker 16 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.298 | 56025 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.298 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.298 | 56025 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.299 | 70060 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.299 | 56025 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.299 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.299 | 56025 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.299 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.299 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pYzH7B +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.300 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.300 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.295 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.306 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tgPJi2 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.308 | 70061 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.309 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.310 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.312 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.317 | 70056 | Marked run 1172 as finished +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.317 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.318 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.319 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.321 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.321 | 70063 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.322 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.326 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.327 | 70057 | Marked run 1171 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.327 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.331 | 70068 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.331 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.335 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.339 | 70081 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.340 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.341 | 56026 | Recursively removing directory: /tmp/git.pYzH7B/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.343 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.343 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.347 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.347 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.348 | 56029 | Recursively removing directory: /tmp/git.tgPJi2/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.350 | 70083 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.350 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.352 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.352 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.351 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.351 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.355 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.356 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.358 | 70087 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.359 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.362 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.363 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.363 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.363 | 70091 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.363 | 56025 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.363 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.363 | 56025 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 70086 | Added a new worker 12 to the queue +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.364 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.39VcTM +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 56025 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.364 | 56025 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.366 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tprp4V +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.370 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.372 | 70090 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.373 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.371 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.381 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.385 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.387 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.387 | 70084 | Marked run 1174 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.387 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.392 | 70088 | Marked run 1173 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.393 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.394 | 70095 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.395 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.398 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.401 | 70109 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.403 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.402 | 56026 | Recursively removing directory: /tmp/git.39VcTM/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.403 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.403 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.405 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.407 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.411 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.412 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.415 | 56029 | Recursively removing directory: /tmp/git.tprp4V/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.416 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.loJcEL +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.417 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.417 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.416 | 70113 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.416 | 56025 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.416 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.416 | 56025 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.420 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.420 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.421 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.421 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.426 | 70111 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.427 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.428 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.429 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.431 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.431 | 70117 | Added a new worker 15 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.431 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.431 | 56025 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.431 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.432 | 56025 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.432 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XPhFl1 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.439 | 70119 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.439 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.441 | 70112 | Marked run 1176 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.441 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.443 | 56026 | Recursively removing directory: /tmp/git.loJcEL/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.444 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.445 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.445 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.445 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.449 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.452 | 70114 | Marked run 1175 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.452 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.452 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.455 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.457 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.457 | 70129 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.458 | 56025 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.458 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.458 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.458 | 56025 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.458 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wa5eET +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.461 | 70128 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.462 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.466 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.467 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.467 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.469 | 70127 | Marked run 1177 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.469 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.471 | 70133 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.471 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.475 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.478 | 56029 | Recursively removing directory: /tmp/git.XPhFl1/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.481 | 70142 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.481 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.483 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.483 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.484 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.487 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.492 | 70148 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.493 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.496 | 56026 | Recursively removing directory: /tmp/git.Wa5eET/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.497 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.497 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.500 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.501 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.503 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.503 | 70151 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.504 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.504 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.505 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SxorHA +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.505 | 56025 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.505 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.505 | 56025 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.510 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 70149 | Marked run 1178 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.510 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 70154 | Added a new worker 8 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 56025 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.511 | 56025 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.512 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.512 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HEQz6B +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.512 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.513 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.517 | 70152 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.518 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.520 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.521 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.527 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.534 | 70153 | Marked run 1179 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.535 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.538 | 70161 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.539 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.539 | 56026 | Recursively removing directory: /tmp/git.HEQz6B/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.541 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.541 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.543 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.547 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.547 | 56029 | Recursively removing directory: /tmp/git.SxorHA/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.553 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.553 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.553 | 70172 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.555 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.549 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.549 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.557 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.557 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.560 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.560 | 70174 | Added a new worker 16 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.560 | 56025 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.560 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.560 | 56025 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.561 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.562 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.563 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NrIPLs +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.564 | 70177 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.564 | 56025 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.564 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.564 | 56025 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.565 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.564 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5C0EP4 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.569 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.573 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.573 | 70178 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.574 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.578 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.579 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.580 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.585 | 70175 | Marked run 1180 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.586 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.589 | 70173 | Marked run 1181 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.590 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.592 | 70182 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.593 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.595 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.596 | 56026 | Recursively removing directory: /tmp/git.NrIPLs/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.599 | 56029 | Recursively removing directory: /tmp/git.5C0EP4/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.600 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.600 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.599 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.599 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.604 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.605 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.608 | 70196 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.608 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.610 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.611 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.611 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.612 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.618 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.618 | 70200 | Added a new worker 16 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.618 | 56025 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.618 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.618 | 56025 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.619 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.619 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FyNXt2 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.620 | 70201 | Added a new worker 6 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.620 | 56025 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.620 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.620 | 56025 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.620 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bv55d9 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.624 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.625 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.625 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.625 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.628 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.636 | 70197 | Marked run 1182 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.637 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.639 | 70202 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.640 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.643 | 56029 | Recursively removing directory: /tmp/git.FyNXt2/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.644 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.644 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.646 | 70198 | Marked run 1183 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.647 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.648 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.650 | 56026 | Recursively removing directory: /tmp/git.Bv55d9/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.652 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.652 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.654 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.654 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.655 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.657 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.662 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.662 | 70219 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.662 | 56025 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.662 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.663 | 56025 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.663 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.djpwsU +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.663 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.663 | 70222 | Added a new worker 8 to the queue +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.663 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.663 | 56025 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.664 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.664 | 56025 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.664 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ey5MJM +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.666 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.669 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.669 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.670 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.671 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.677 | 70218 | Marked run 1184 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.678 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.680 | 70220 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.680 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.685 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.686 | 70221 | Marked run 1185 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.686 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.691 | 56029 | Recursively removing directory: /tmp/git.djpwsU/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.693 | 56026 | Recursively removing directory: /tmp/git.ey5MJM/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.694 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.694 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.693 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.693 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.698 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.698 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.702 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.702 | 70241 | Added a new worker 9 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.702 | 56025 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.702 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.702 | 56025 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.702 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.703 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.703 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e5L1ZO +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.703 | 70238 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.703 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.704 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.706 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.711 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.712 | 70242 | Added a new worker 14 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.712 | 56025 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.712 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.713 | 56025 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.713 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.713 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m3RNhz +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.714 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.715 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.717 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.718 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.724 | 70244 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.725 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.728 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.730 | 70240 | Marked run 1187 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.731 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.732 | 70253 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.733 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.737 | 70239 | Marked run 1186 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.737 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.738 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.740 | 56029 | Recursively removing directory: /tmp/git.e5L1ZO/ +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.741 | 70262 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.742 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.742 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.742 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.747 | 56026 | Recursively removing directory: /tmp/git.m3RNhz/ +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.749 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.749 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.749 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.753 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.754 | 70264 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.755 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.758 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.763 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.763 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.764 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.765 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.768 | 70269 | Added a new worker 17 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.768 | 56025 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.768 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.769 | 56025 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.769 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1G7ghg +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.769 | 70270 | Added a new worker 14 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.770 | 70268 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.770 | 56025 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.770 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.771 | 56025 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.771 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FS1m9c +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.774 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.774 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.776 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.776 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.778 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.780 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.786 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.788 | 70265 | Marked run 1188 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.788 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.792 | 70266 | Marked run 1189 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.793 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.796 | 70276 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.796 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.799 | 56029 | Recursively removing directory: /tmp/git.1G7ghg/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.800 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.800 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.804 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.804 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.809 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.811 | 56026 | Recursively removing directory: /tmp/git.FS1m9c/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.812 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.812 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.813 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.816 | 70290 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.817 | 56025 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.817 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.817 | 56025 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.817 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.817 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0TJAJ2 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.818 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.821 | 70288 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.821 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.829 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.832 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.833 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.834 | 70289 | Marked run 1190 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.835 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.836 | 70293 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.837 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.836 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.838 | 70295 | Added a new worker 7 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.838 | 56025 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.838 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.838 | 56025 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.839 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fE6b61 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.839 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.844 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.846 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.847 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.849 | 70291 | Marked run 1191 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.849 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.852 | 70301 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.852 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.856 | 56029 | Recursively removing directory: /tmp/git.0TJAJ2/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.857 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.857 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.858 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.862 | 70307 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.862 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.862 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.865 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.867 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.868 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.869 | 70316 | Added a new worker 13 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.869 | 56025 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.869 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.869 | 56025 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.869 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pmh7z6 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.870 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.875 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.877 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.877 | 70315 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.878 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.882 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.881 | 56026 | Recursively removing directory: /tmp/git.fE6b61/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.882 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.882 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.888 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.892 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.893 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.894 | 70323 | Added a new worker 15 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.895 | 56025 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.895 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.895 | 56025 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.895 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fU7s5z +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.896 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.901 | 70311 | Marked run 1192 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.902 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.903 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.904 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.904 | 70320 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.905 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.910 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.910 | 70322 | Marked run 1193 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.910 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.912 | 56029 | Recursively removing directory: /tmp/git.Pmh7z6/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.913 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.913 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.918 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.918 | 70331 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.919 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.923 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.926 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.928 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.923 | 56026 | Recursively removing directory: /tmp/git.fU7s5z/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.924 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.924 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.924 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.933 | 70339 | Added a new worker 16 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.933 | 56025 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.933 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.933 | 56025 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 70342 | Added a new worker 6 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 56025 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.934 | 56025 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.933 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.934 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FUteIp +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.935 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6aajXp +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.936 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.940 | 70340 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.941 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.944 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.945 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.945 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.947 | 56026 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.948 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.956 | 70337 | Marked run 1194 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.956 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.958 | 70346 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.959 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.965 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.967 | 70341 | Marked run 1195 as finished +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.967 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.968 | 56029 | Recursively removing directory: /tmp/git.6aajXp/ +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.970 | 56029 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.970 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.970 | 56026 | Recursively removing directory: /tmp/git.FUteIp/ +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.971 | 56026 | Process exit code: 0 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.971 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.975 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.975 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.979 | 56029 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.979 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.981 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.981 | 70360 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.981 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.981 | 56026 | Waiting for a new command +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.982 | 70363 | Added a new worker 7 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.982 | 56025 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.982 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.982 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.982 | 56025 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.982 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y4Xhsl +2023-08-28 07:33:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.984 | 70364 | Added a new worker 7 to the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.984 | 56025 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.984 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.985 | 56025 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.985 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9tWvL8 +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.986 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56023/cimple-server: 2023-08-28 07:33:35.989 | 56023 | Waiting for new connections +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.990 | 56029 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.991 | 56026 | Checking out revision HEAD +2023-08-28 07:33:35 | INFO | 56029/cimple-worker: 2023-08-28 07:33:35.991 | 56029 | Going to run: ./ci +2023-08-28 07:33:35 | INFO | 56026/cimple-worker: 2023-08-28 07:33:35.991 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.003 | 70366 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.005 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.008 | 70361 | Marked run 1196 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.008 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.010 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.011 | 56029 | Recursively removing directory: /tmp/git.y4Xhsl/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.012 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.012 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.016 | 70362 | Marked run 1197 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.016 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.018 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.020 | 56026 | Recursively removing directory: /tmp/git.9tWvL8/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.021 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.021 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.021 | 70382 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.022 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.024 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.025 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.029 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.029 | 70384 | Added a new worker 12 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.029 | 56025 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.029 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.029 | 56025 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.030 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.030 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.030 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fig2i2 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.031 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.034 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.035 | 70387 | Added a new worker 14 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.035 | 56025 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.035 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.035 | 56025 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.035 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TWSEak +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.036 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.036 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.039 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.044 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.045 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.047 | 70383 | Marked run 1198 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.047 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.048 | 70388 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.049 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.053 | 70385 | Marked run 1199 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.054 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.056 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.062 | 70404 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.063 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.068 | 56026 | Recursively removing directory: /tmp/git.TWSEak/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.063 | 56029 | Recursively removing directory: /tmp/git.fig2i2/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.064 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.064 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.069 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.069 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.072 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.073 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.074 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.073 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.076 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WmygEi +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.076 | 70407 | Added a new worker 14 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.076 | 56025 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.076 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.076 | 56025 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.076 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.077 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.080 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.085 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.085 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.085 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.086 | 70410 | Added a new worker 16 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.087 | 56025 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.087 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.087 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.087 | 56025 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.087 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zqlsCc +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.088 | 70409 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.089 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.094 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.095 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.097 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.097 | 70406 | Marked run 1200 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.097 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.102 | 70408 | Marked run 1201 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.102 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.104 | 70414 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.104 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.107 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.113 | 56026 | Recursively removing directory: /tmp/git.zqlsCc/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.115 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.115 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.115 | 56029 | Recursively removing directory: /tmp/git.WmygEi/ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.119 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.117 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.117 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.121 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.124 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.124 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.125 | 70431 | Added a new worker 9 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.125 | 56025 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.125 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.125 | 56025 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.125 | 70428 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.125 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EQW3g4 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.126 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.127 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.127 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.130 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.130 | 70433 | Added a new worker 14 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.130 | 56025 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.130 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.130 | 56025 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.130 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s1bzTQ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.131 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.140 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.141 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.141 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.144 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.151 | 70429 | Marked run 1203 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.152 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.153 | 70434 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.154 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.159 | 70430 | Marked run 1202 as finished +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.159 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.160 | 56026 | Recursively removing directory: /tmp/git.EQW3g4/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.161 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.161 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.161 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.164 | 70450 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.164 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.167 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.167 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.175 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.175 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.175 | 70454 | Added a new worker 13 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.175 | 56025 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.175 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.175 | 56025 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.176 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lJSSip +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.177 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.179 | 70453 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.179 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.181 | 56029 | Recursively removing directory: /tmp/git.s1bzTQ/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.183 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.183 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.183 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.186 | 70456 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.187 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.189 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.189 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.191 | 70459 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.192 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.195 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.198 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.198 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.198 | 70462 | Added a new worker 15 to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.198 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7mE1GS +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.198 | 56025 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.198 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.198 | 56025 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.200 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.197 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.205 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.206 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.208 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.209 | 70452 | Marked run 1204 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.209 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.214 | 70458 | Marked run 1205 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.214 | 70461 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.214 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.217 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.220 | 70476 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.221 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.224 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.227 | 70480 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.228 | 56026 | Recursively removing directory: /tmp/git.lJSSip/ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.229 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.230 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.230 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.231 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.235 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.238 | 56029 | Recursively removing directory: /tmp/git.7mE1GS/ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.239 | 70482 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.240 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.239 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.239 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.242 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.244 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.244 | 70485 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.245 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.250 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.252 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.246 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.253 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.256 | 70488 | Added a new worker 17 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.256 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.256 | 56025 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.256 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.257 | 56025 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.257 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dKuEgz +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.257 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.258 | 70489 | Added a new worker 18 to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.258 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oK7Oni +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.258 | 56025 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.258 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.258 | 56025 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.258 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.262 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.263 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.264 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.265 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.270 | 70483 | Marked run 1206 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.271 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.272 | 70490 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.273 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.275 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.284 | 56026 | Recursively removing directory: /tmp/git.dKuEgz/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.285 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.285 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.286 | 56029 | Recursively removing directory: /tmp/git.oK7Oni/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.289 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.289 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.290 | 70486 | Marked run 1207 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.290 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.291 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.292 | 70504 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.293 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.295 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.296 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.295 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.300 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.300 | 70510 | Added a new worker 14 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.300 | 56025 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.300 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.300 | 56025 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.301 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UWyHWd +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.301 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.304 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.306 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.306 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.305 | 70511 | Added a new worker 8 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.307 | 56025 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.307 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.307 | 56025 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.307 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.311 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JVyTtR +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.311 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.319 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.319 | 70507 | Marked run 1208 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.320 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.322 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.325 | 70509 | Marked run 1209 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.325 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.328 | 70513 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.329 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.328 | 56026 | Recursively removing directory: /tmp/git.UWyHWd/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.329 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.329 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.334 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.337 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.339 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.341 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.342 | 70529 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.343 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.347 | 56029 | Recursively removing directory: /tmp/git.JVyTtR/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.348 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.349 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.352 | 70530 | Added a new worker 13 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.352 | 56025 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.352 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.352 | 56025 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.353 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.353 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.353 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zqj8eL +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.354 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.358 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.359 | 70528 | Marked run 1210 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.359 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.359 | 70534 | Added a new worker 7 to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.359 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.360 | 56025 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.360 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.360 | 56025 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.359 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.360 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kikj8Y +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.361 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.362 | 70532 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.362 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.365 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.366 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.367 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.373 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.380 | 70533 | Marked run 1211 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.381 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.383 | 70542 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.384 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.385 | 56029 | Recursively removing directory: /tmp/git.kikj8Y/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.387 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.387 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.391 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.396 | 56026 | Recursively removing directory: /tmp/git.zqj8eL/ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.398 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.397 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.397 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.400 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.400 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.401 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.405 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.406 | 70554 | Added a new worker 17 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.406 | 56025 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.406 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.406 | 56025 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.407 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.405 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.407 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zxY3VD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.408 | 70553 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.408 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.409 | 70556 | Added a new worker 9 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.410 | 56025 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.410 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.410 | 56025 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.410 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.411 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.psaL6r +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.414 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.415 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.418 | 70552 | Marked run 1213 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.418 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.419 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.420 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.421 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.424 | 70560 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.425 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.429 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.432 | 70555 | Marked run 1212 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.432 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.434 | 70566 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.434 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.437 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.440 | 70576 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.440 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.442 | 56029 | Recursively removing directory: /tmp/git.zxY3VD/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.443 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.443 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.445 | 56026 | Recursively removing directory: /tmp/git.psaL6r/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.446 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.446 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.447 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.450 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.451 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.454 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.455 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.457 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.460 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 70581 | Added a new worker 17 to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.462 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xI3X2N +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 70578 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 56025 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.462 | 56025 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.463 | 70582 | Added a new worker 12 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.466 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.467 | 56025 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.467 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.467 | 56025 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.467 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hX5AJB +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.468 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.468 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.469 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.473 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.474 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.475 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.478 | 70580 | Marked run 1215 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.479 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.480 | 70587 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.481 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.483 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.486 | 70579 | Marked run 1214 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.486 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.488 | 70596 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.488 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.490 | 56029 | Recursively removing directory: /tmp/git.xI3X2N/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.491 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.491 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.493 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.496 | 56026 | Recursively removing directory: /tmp/git.hX5AJB/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.497 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.497 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.498 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.502 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.502 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.503 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.505 | 70602 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.506 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.508 | 70605 | Added a new worker 6 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.508 | 56025 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.508 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.508 | 56025 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.509 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ggVHZA +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.509 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.510 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.510 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.512 | 70607 | Added a new worker 8 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.512 | 56025 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.512 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.512 | 56025 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.513 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JhKBVJ +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.513 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.515 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.518 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.519 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.523 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.524 | 70608 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.524 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.524 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.530 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.532 | 70603 | Marked run 1216 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.532 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.534 | 70614 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.534 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.538 | 70604 | Marked run 1217 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.538 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.541 | 56026 | Recursively removing directory: /tmp/git.JhKBVJ/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.543 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.543 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.547 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.547 | 56029 | Recursively removing directory: /tmp/git.ggVHZA/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.549 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.549 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.550 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.553 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.554 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.557 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.557 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.558 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.558 | 70627 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.558 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.559 | 70630 | Added a new worker 8 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.559 | 56025 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.559 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.560 | 56025 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.560 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.560 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pTpAcf +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.564 | 70629 | Added a new worker 8 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.564 | 56025 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.564 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.565 | 56025 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.565 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vfPrka +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.566 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.570 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.571 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.571 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.574 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.575 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.579 | 70626 | Marked run 1219 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.580 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.582 | 70632 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.583 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.588 | 70628 | Marked run 1218 as finished +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.589 | 56026 | Recursively removing directory: /tmp/git.vfPrka/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.590 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.590 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.588 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.592 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.594 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.596 | 56029 | Recursively removing directory: /tmp/git.pTpAcf/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.598 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.598 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.599 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.599 | 70650 | Added a new worker 13 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.599 | 56025 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.599 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.599 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.599 | 56025 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.599 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EyZEZA +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.600 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.603 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.604 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.605 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.607 | 70648 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.607 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.615 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.622 | 70649 | Marked run 1221 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.623 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.624 | 70655 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.625 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.629 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.631 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.632 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.632 | 70662 | Added a new worker 13 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.632 | 56025 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.632 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.632 | 56025 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.633 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FXHx3i +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.634 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.641 | 70651 | Marked run 1220 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.642 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.642 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.644 | 70661 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.644 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.646 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.649 | 56026 | Recursively removing directory: /tmp/git.EyZEZA/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.650 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.650 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.652 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.655 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.656 | 70667 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.656 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.661 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.662 | 70676 | Added a new worker 8 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.662 | 56025 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.662 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.662 | 56025 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.663 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.661 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.663 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZW5Jrx +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.669 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.670 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.672 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.674 | 70669 | Marked run 1222 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.674 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.675 | 70677 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.675 | 56029 | Recursively removing directory: /tmp/git.FXHx3i/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.677 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.677 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.681 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.682 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.685 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.688 | 56026 | Recursively removing directory: /tmp/git.ZW5Jrx/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.689 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.689 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.690 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.690 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.694 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.696 | 70687 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.697 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.699 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 70688 | Added a new worker 12 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 56025 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 56025 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.699 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.699 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9hzjOV +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.701 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.703 | 70691 | Added a new worker 16 to the queue +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.704 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jTLv0D +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.703 | 56025 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.703 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.703 | 56025 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.705 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.706 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.708 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.709 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.709 | 70692 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.710 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.711 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.717 | 70686 | Marked run 1223 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.717 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.717 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.723 | 70689 | Marked run 1224 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.724 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.732 | 70697 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.734 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.736 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.734 | 56026 | Recursively removing directory: /tmp/git.jTLv0D/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.736 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.736 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.740 | 56029 | Recursively removing directory: /tmp/git.9hzjOV/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.742 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.742 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.742 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.746 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.746 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.747 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.752 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.752 | 70710 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 70713 | Added a new worker 6 to the queue +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 56025 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 56025 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.754 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.755 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tb7N1Y +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.756 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.757 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.759 | 70714 | Added a new worker 13 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.759 | 56025 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.759 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.759 | 56025 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.760 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GsZb6X +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.762 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.763 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.765 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.766 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.766 | 70716 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.767 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.767 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.774 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.776 | 70711 | Marked run 1226 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.777 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.779 | 70721 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.780 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.784 | 70712 | Marked run 1225 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.784 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.787 | 70732 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.789 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.790 | 56029 | Recursively removing directory: /tmp/git.GsZb6X/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.791 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.791 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.794 | 56026 | Recursively removing directory: /tmp/git.Tb7N1Y/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.795 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.795 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.796 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.799 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.800 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.803 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.807 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.807 | 70739 | Added a new worker 15 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.807 | 56025 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.807 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.807 | 56025 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.808 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.811 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.811 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SODzL1 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.812 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.812 | 70740 | Added a new worker 16 to the queue +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.816 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.817 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.818 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sZedd8 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.817 | 70737 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.818 | 56025 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.818 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.818 | 56025 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.819 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.819 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.822 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.825 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.826 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.828 | 70736 | Marked run 1228 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.828 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.834 | 70738 | Marked run 1227 as finished +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.835 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.842 | 70744 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.844 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.846 | 56026 | Recursively removing directory: /tmp/git.sZedd8/ +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.847 | 56026 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.847 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.848 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.852 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.859 | 56029 | Recursively removing directory: /tmp/git.SODzL1/ +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.861 | 56029 | Process exit code: 0 +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.861 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.866 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.868 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.868 | 56026 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.871 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.872 | 56029 | Waiting for a new command +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.876 | 70762 | Added a new worker 17 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.876 | 56025 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.876 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.877 | 56025 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.877 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.877 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y1M0EW +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.878 | 70761 | Added a new worker 18 to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.878 | 56025 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.878 | 56025 | Removed worker 18 from the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.878 | 56025 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.878 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.878 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x6Es9w +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.943 | 56026 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.944 | 56029 | Checking out revision HEAD +2023-08-28 07:33:36 | INFO | 56026/cimple-worker: 2023-08-28 07:33:36.975 | 56026 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56029/cimple-worker: 2023-08-28 07:33:36.976 | 56029 | Going to run: ./ci +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.983 | 70758 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.984 | 56023 | Waiting for new connections +2023-08-28 07:33:36 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:36 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:36 | INFO | 56023/cimple-server: 2023-08-28 07:33:36.990 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.000 | 56026 | Recursively removing directory: /tmp/git.x6Es9w/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.000 | 56029 | Recursively removing directory: /tmp/git.y1M0EW/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.001 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.001 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.002 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.002 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.007 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.008 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.012 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.012 | 70781 | Added a new worker 19 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.012 | 56025 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.012 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.013 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hKirQD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.012 | 56025 | Removed worker 19 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.012 | 56025 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 19 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.013 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.014 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.014 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.021 | 70782 | Added a new worker 19 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.021 | 56025 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.021 | 56025 | Removed worker 19 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.022 | 56025 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 19 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.022 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.026 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tsqCh0 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.030 | 70759 | Marked run 1230 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.031 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.036 | 70760 | Marked run 1229 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.036 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.038 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.039 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.039 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.040 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.040 | 70774 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.041 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.045 | 70780 | Marked run 1231 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.045 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.046 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.049 | 70779 | Marked run 1232 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.049 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.053 | 70788 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.054 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.059 | 56029 | Recursively removing directory: /tmp/git.tsqCh0/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.060 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.060 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.063 | 56026 | Recursively removing directory: /tmp/git.hKirQD/ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.065 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.068 | 70800 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.065 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.065 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.069 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.071 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.071 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.073 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.075 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.076 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.079 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 70805 | Added a new worker 16 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 56025 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 56025 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.079 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cO3rKk +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.079 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.080 | 70806 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.080 | 56025 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.080 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.080 | 56025 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.080 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MIInq7 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.081 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.087 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.088 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.090 | 70803 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.091 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.092 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.093 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.097 | 70802 | Marked run 1234 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.097 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.099 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.102 | 70804 | Marked run 1233 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.103 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.104 | 70812 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.104 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.108 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.115 | 56026 | Recursively removing directory: /tmp/git.MIInq7/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.116 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.116 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.122 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.125 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.126 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.126 | 70826 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.126 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6ckdqt +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.126 | 56025 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.126 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.126 | 56025 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.125 | 56029 | Recursively removing directory: /tmp/git.cO3rKk/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.127 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.127 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.129 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.134 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.135 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.136 | 70824 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.136 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.139 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.143 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.143 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.144 | 70825 | Marked run 1236 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.144 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.145 | 70831 | Added a new worker 6 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.146 | 56025 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.146 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.146 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.146 | 56025 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.146 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CNUZrN +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.147 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.151 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.154 | 70833 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.156 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.160 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.161 | 70829 | Marked run 1235 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.161 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.162 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.165 | 56026 | Recursively removing directory: /tmp/git.6ckdqt/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.166 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.166 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.170 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.175 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.175 | 70848 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.175 | 56025 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.175 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.175 | 56025 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.175 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.175 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nmr2eF +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.176 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.179 | 70840 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.179 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.182 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.183 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.188 | 56029 | Recursively removing directory: /tmp/git.CNUZrN/ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.190 | 70845 | Marked run 1237 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.191 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.189 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.189 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.192 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.194 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.195 | 70853 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.195 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.199 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.200 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.206 | 56026 | Recursively removing directory: /tmp/git.nmr2eF/ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.206 | 70860 | Added a new worker 11 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.207 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.207 | 56025 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.207 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.207 | 56025 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.208 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z92B01 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.209 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.209 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.209 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.214 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.215 | 70856 | Marked run 1238 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.216 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.217 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.218 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.219 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.219 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.220 | 70861 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 70864 | Added a new worker 8 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 56025 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 56025 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.221 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.222 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mr5AyN +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.226 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.228 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.231 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.233 | 70862 | Marked run 1239 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.233 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.235 | 70869 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.235 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.242 | 56029 | Recursively removing directory: /tmp/git.Z92B01/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.243 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.243 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.248 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.248 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.252 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.255 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.255 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.250 | 56026 | Recursively removing directory: /tmp/git.Mr5AyN/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.251 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.251 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 70883 | Added a new worker 17 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 56025 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 56025 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.260 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.261 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ucRxu4 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.260 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.263 | 70881 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.263 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.269 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.270 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.270 | 70885 | Added a new worker 7 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.270 | 56025 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.270 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.270 | 56025 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.271 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.270 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VCaS4J +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.273 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.277 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.278 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.278 | 70882 | Marked run 1240 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.279 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.282 | 70888 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.283 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.287 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.291 | 56029 | Recursively removing directory: /tmp/git.ucRxu4/ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.293 | 70884 | Marked run 1241 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.293 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.293 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.293 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.299 | 70897 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.300 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.301 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.304 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.306 | 56026 | Recursively removing directory: /tmp/git.VCaS4J/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.307 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.307 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.304 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.309 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.312 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.314 | 70906 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.315 | 56025 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.315 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.315 | 56025 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.315 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.315 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gLZZo7 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.317 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.317 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.317 | 70909 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.317 | 56025 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.317 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.317 | 56025 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.318 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sXeRqX +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.319 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.321 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.322 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.326 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.327 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.330 | 70904 | Marked run 1242 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.330 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.332 | 70907 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.332 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.338 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.340 | 70908 | Marked run 1243 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.340 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.342 | 70919 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.344 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.348 | 56026 | Recursively removing directory: /tmp/git.sXeRqX/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.349 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.349 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.354 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.355 | 56029 | Recursively removing directory: /tmp/git.gLZZo7/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.356 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.356 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.356 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.358 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.358 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.360 | 70929 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.364 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.365 | 56025 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.365 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.365 | 56025 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.365 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hGY0Do +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.366 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.367 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.368 | 70931 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.368 | 56025 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.368 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.368 | 56025 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.367 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.369 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dtlKnJ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.370 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.370 | 70928 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.372 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.373 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.374 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.378 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.379 | 70927 | Marked run 1245 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.380 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.382 | 70934 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.382 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.386 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.386 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.393 | 56026 | Recursively removing directory: /tmp/git.hGY0Do/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.398 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.400 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.400 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.404 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.405 | 70930 | Marked run 1244 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.405 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.407 | 70942 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.408 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.411 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.411 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.411 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.411 | 70953 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.412 | 56025 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.412 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.412 | 56025 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.413 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iUyksq +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.413 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.418 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.419 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.421 | 70952 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.423 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.425 | 56029 | Recursively removing directory: /tmp/git.dtlKnJ/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.427 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.427 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.426 | 70946 | Marked run 1246 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.428 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.431 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.432 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.437 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.438 | 70964 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.438 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.439 | 56025 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.439 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.439 | 56026 | Recursively removing directory: /tmp/git.iUyksq/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.440 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gWWeMI +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.439 | 56025 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.439 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.443 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.443 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.447 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.448 | 70963 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.448 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.448 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.449 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.456 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.457 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.457 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.457 | 70971 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.457 | 56025 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.457 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.457 | 56025 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.458 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ywxhNG +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.459 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.463 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.465 | 70962 | Marked run 1247 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.465 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.465 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.467 | 70969 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.468 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.471 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.472 | 70965 | Marked run 1248 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.472 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.477 | 56029 | Recursively removing directory: /tmp/git.gWWeMI/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.479 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.479 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.483 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.485 | 56026 | Recursively removing directory: /tmp/git.ywxhNG/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.487 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.487 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.491 | 70979 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.492 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.493 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.494 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.496 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.496 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.500 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.504 | 70990 | Added a new worker 14 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.505 | 56025 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.505 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.505 | 56025 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.505 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IhPycN +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.505 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.506 | 70989 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.506 | 56025 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.506 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.506 | 56025 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.506 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4DzWlK +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.507 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.510 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.510 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.513 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.516 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.517 | 70987 | Marked run 1250 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.518 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.518 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.520 | 70992 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.521 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.524 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.527 | 70985 | Marked run 1249 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.527 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.530 | 71002 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.530 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.531 | 56026 | Recursively removing directory: /tmp/git.IhPycN/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.533 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.533 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.535 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.537 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.541 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.542 | 56029 | Recursively removing directory: /tmp/git.4DzWlK/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.543 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.543 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.549 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.549 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.550 | 71011 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.550 | 56025 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.550 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.550 | 56025 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.550 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ofoESU +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.551 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.552 | 71009 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.553 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.556 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.557 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.563 | 71010 | Marked run 1251 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.563 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.572 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.572 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.575 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.575 | 71022 | Added a new worker 11 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.575 | 56025 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.575 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.575 | 56025 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.576 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xf3FJe +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.576 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.581 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.583 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.584 | 56026 | Recursively removing directory: /tmp/git.ofoESU/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.585 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.585 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.588 | 71012 | Marked run 1252 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.588 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.590 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.592 | 71023 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.593 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.599 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.600 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.600 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.601 | 71028 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.601 | 56025 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.601 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.601 | 56025 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.602 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CqHBV6 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.603 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.607 | 71029 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.609 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.607 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.610 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.617 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.620 | 71025 | Marked run 1253 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.621 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.625 | 71034 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.626 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.633 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.637 | 56026 | Recursively removing directory: /tmp/git.CqHBV6/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.638 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.638 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.643 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.645 | 56029 | Recursively removing directory: /tmp/git.Xf3FJe/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.648 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.648 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.650 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.650 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.655 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.655 | 71047 | Added a new worker 15 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.656 | 56025 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.656 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.656 | 56025 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.656 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MG5rz2 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.657 | 71045 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.658 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.659 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.663 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.670 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 71050 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 56025 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 56025 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.670 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.671 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RD90YY +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.673 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.674 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.680 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.681 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.682 | 71051 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.683 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.689 | 71046 | Marked run 1255 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.690 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.692 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.695 | 71048 | Marked run 1254 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.695 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.697 | 71057 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.697 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.702 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.703 | 56026 | Recursively removing directory: /tmp/git.MG5rz2/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.704 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.704 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.706 | 71067 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.707 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.709 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.713 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.713 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.716 | 56029 | Recursively removing directory: /tmp/git.RD90YY/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.717 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.717 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.716 | 71072 | Added a new worker 10 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.720 | 56025 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.720 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.720 | 56025 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.720 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.721 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zImRmg +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.723 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.726 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.728 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.729 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.731 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.732 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.734 | 71071 | Marked run 1256 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.734 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.737 | 71076 | Added a new worker 7 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.737 | 56025 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.737 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.737 | 56025 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.737 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rWky4B +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.738 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.741 | 71075 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.742 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.743 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.744 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.747 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.752 | 56026 | Recursively removing directory: /tmp/git.zImRmg/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.753 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.753 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.756 | 71073 | Marked run 1257 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.756 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.758 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.758 | 71085 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.759 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.762 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.762 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.765 | 56029 | Recursively removing directory: /tmp/git.rWky4B/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.766 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.766 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.765 | 71094 | Added a new worker 10 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.767 | 56025 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.767 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.768 | 56025 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.768 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.768 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qWhQ0M +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.771 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.773 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.775 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.776 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.778 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.780 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.781 | 71092 | Marked run 1258 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.781 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.782 | 71098 | Added a new worker 9 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.782 | 56025 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.782 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.782 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.782 | 56025 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.783 | 71096 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.783 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.788 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lyK3de +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.790 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.796 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.797 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.798 | 56026 | Recursively removing directory: /tmp/git.qWhQ0M/ +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.798 | 71095 | Marked run 1259 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.799 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.800 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.800 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.805 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.807 | 71106 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.807 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.811 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.811 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.811 | 71116 | Added a new worker 10 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.811 | 56025 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.811 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.811 | 56025 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.812 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h4or9K +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.813 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.816 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.817 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.820 | 56029 | Recursively removing directory: /tmp/git.lyK3de/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.822 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.822 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.824 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.826 | 71112 | Marked run 1260 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.826 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.827 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.828 | 71118 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.828 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.831 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.832 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.833 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.833 | 71126 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.833 | 56025 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.833 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.833 | 56025 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.834 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.COxlFU +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.837 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.841 | 71125 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.841 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.846 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.846 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.847 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.848 | 71120 | Marked run 1261 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.848 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.851 | 71130 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.852 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.853 | 56026 | Recursively removing directory: /tmp/git.h4or9K/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.854 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.855 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.857 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.858 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.860 | 71135 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.861 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.863 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.863 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.865 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.865 | 71142 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.865 | 56025 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.865 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.866 | 56025 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.866 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JhFB8n +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.866 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.869 | 71143 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.870 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.873 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.877 | 56029 | Recursively removing directory: /tmp/git.COxlFU/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.878 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.878 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.879 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.880 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.880 | 71138 | Marked run 1262 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.881 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.882 | 71145 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.882 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.884 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.886 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.889 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.890 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.890 | 71154 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.890 | 56025 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.890 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.890 | 56025 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.890 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.891 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wFu9UG +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.897 | 71150 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.897 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.901 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.898 | 56026 | Recursively removing directory: /tmp/git.JhFB8n/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.899 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.899 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.901 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.904 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.908 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.908 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.911 | 71160 | Added a new worker 13 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.911 | 56025 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.911 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.911 | 56025 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.911 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fsKF3K +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.912 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.914 | 71149 | Marked run 1263 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.917 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.918 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.919 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.923 | 71159 | Marked run 1264 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.923 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.924 | 71162 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.925 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.928 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.930 | 56029 | Recursively removing directory: /tmp/git.wFu9UG/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.932 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.932 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.936 | 71174 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.937 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.938 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.939 | 56026 | Recursively removing directory: /tmp/git.fsKF3K/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.940 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.940 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.944 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.946 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.949 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.949 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.953 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.956 | 71181 | Added a new worker 16 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.956 | 56025 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.956 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.956 | 56025 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.956 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z0dpiu +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.957 | 56026 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 71182 | Added a new worker 12 to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 56025 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.958 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ugvGTu +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.957 | 56025 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.963 | 56029 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.963 | 71179 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.964 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.964 | 56029 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.969 | 56026 | Checking out revision HEAD +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.970 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.970 | 56026 | Going to run: ./ci +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.971 | 71177 | Marked run 1265 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.971 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.976 | 71180 | Marked run 1266 as finished +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.977 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.981 | 71185 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.982 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.988 | 56026 | Recursively removing directory: /tmp/git.ugvGTu/ +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.989 | 56026 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56026/cimple-worker: 2023-08-28 07:33:37.989 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.989 | 56029 | Recursively removing directory: /tmp/git.z0dpiu/ +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.990 | 56029 | Process exit code: 0 +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.990 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.994 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.995 | 56023 | Waiting for new connections +2023-08-28 07:33:37 | INFO | 56029/cimple-worker: 2023-08-28 07:33:37.998 | 56029 | Waiting for a new command +2023-08-28 07:33:37 | INFO | 56023/cimple-server: 2023-08-28 07:33:37.998 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.000 | 71202 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.000 | 56025 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.000 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.000 | 56025 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.001 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.001 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6yWzJe +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.002 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.002 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.002 | 71203 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.002 | 56025 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.002 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.002 | 56025 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.003 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bEUT5g +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.004 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.006 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.013 | 71204 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.014 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.015 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.018 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.017 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.019 | 71200 | Marked run 1268 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.019 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.021 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.021 | 71206 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.022 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.022 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.026 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.028 | 71201 | Marked run 1267 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.029 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.031 | 71212 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.031 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.038 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.040 | 56026 | Recursively removing directory: /tmp/git.bEUT5g/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.042 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.042 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.046 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.045 | 56029 | Recursively removing directory: /tmp/git.6yWzJe/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.046 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.046 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.050 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.051 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.051 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.056 | 71226 | Added a new worker 17 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.056 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.057 | 71224 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.057 | 56025 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.057 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.057 | 56025 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.058 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qudUJv +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.058 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.058 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.056 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.059 | 71228 | Added a new worker 6 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.059 | 56025 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.059 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.059 | 56025 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.062 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pXtt4P +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.066 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.072 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.073 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.074 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.080 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.081 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.085 | 71225 | Marked run 1270 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.086 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.088 | 71230 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.088 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.092 | 71227 | Marked run 1269 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.092 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.096 | 56029 | Recursively removing directory: /tmp/git.pXtt4P/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.098 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.098 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.101 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.102 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.106 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.107 | 56026 | Recursively removing directory: /tmp/git.qudUJv/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.106 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.108 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.108 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.112 | 71248 | Added a new worker 13 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.112 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.112 | 56025 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.113 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.113 | 56025 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.113 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.114 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qtNwu4 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.115 | 71246 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.116 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.118 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.117 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.121 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.124 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.125 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.126 | 71251 | Added a new worker 15 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.126 | 56025 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.126 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.126 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.126 | 56025 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.127 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.exygwO +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.130 | 71247 | Marked run 1272 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.130 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.132 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.133 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.136 | 71252 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.137 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.141 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.143 | 71249 | Marked run 1271 as finished +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.143 | 56029 | Recursively removing directory: /tmp/git.qtNwu4/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.143 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.146 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.146 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.146 | 71263 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.147 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.150 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.152 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.154 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.154 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.155 | 71272 | Added a new worker 13 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.155 | 56025 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.155 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.155 | 56025 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.155 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BePMud +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.156 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.161 | 71271 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.162 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.162 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.165 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.166 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.168 | 56026 | Recursively removing directory: /tmp/git.exygwO/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.169 | 71270 | Marked run 1273 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.170 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.170 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.170 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.174 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.179 | 71275 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.179 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.188 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.189 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.185 | 56029 | Recursively removing directory: /tmp/git.BePMud/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.186 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.186 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.189 | 71284 | Added a new worker 11 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.189 | 56025 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.189 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.189 | 56025 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.189 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qGFAwI +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.191 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.191 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.195 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.196 | 71280 | Marked run 1274 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.196 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.197 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.198 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.195 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.199 | 71286 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.199 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.199 | 56025 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.199 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.199 | 56025 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.200 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.200 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bIy6KH +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.202 | 71287 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.203 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.207 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.209 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.210 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.211 | 71285 | Marked run 1275 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.212 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.214 | 71291 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.215 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.218 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.221 | 71303 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.221 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.224 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.226 | 71307 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.227 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.230 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.226 | 56026 | Recursively removing directory: /tmp/git.qGFAwI/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.227 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.227 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.231 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.234 | 56029 | Recursively removing directory: /tmp/git.bIy6KH/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.236 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.236 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.237 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.237 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.237 | 71311 | Added a new worker 13 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.237 | 56025 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.237 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.237 | 56025 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.237 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YqXb5L +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.238 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.242 | 71309 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.244 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.245 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.248 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.249 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.261 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.261 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.263 | 71322 | Added a new worker 15 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.263 | 56025 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.263 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.263 | 56025 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.264 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wme3zv +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.264 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.269 | 56026 | Recursively removing directory: /tmp/git.YqXb5L/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.271 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.271 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.272 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.272 | 71310 | Marked run 1276 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.272 | 71315 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.272 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.276 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.276 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.281 | 71313 | Marked run 1277 as finished +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.281 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.282 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.282 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.282 | 71326 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.283 | 56025 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.283 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.283 | 56025 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.283 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.284 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCgj7X +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.290 | 71327 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.290 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.293 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.296 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.298 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.299 | 71324 | Marked run 1278 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.299 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.304 | 71334 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.305 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.311 | 56029 | Recursively removing directory: /tmp/git.wme3zv/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.314 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.314 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.312 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.315 | 56026 | Recursively removing directory: /tmp/git.DCgj7X/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.317 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.317 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.320 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.321 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.324 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.326 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.327 | 71344 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.328 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.328 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.328 | 71348 | Added a new worker 6 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.328 | 56025 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.328 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.329 | 56025 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.328 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.329 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.geLpV0 +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.330 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.331 | 71347 | Added a new worker 6 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.333 | 56025 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.333 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.333 | 56025 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.334 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fKebKK +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.334 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.336 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.337 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.341 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.345 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.346 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.346 | 71345 | Marked run 1279 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.347 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.351 | 71346 | Marked run 1280 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.352 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.353 | 71351 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.353 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.358 | 56026 | Recursively removing directory: /tmp/git.geLpV0/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.360 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.360 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.364 | 56029 | Recursively removing directory: /tmp/git.fKebKK/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.365 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.365 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.372 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.372 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.372 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.373 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.373 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.373 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.373 | 71369 | Added a new worker 14 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.374 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.375 | 56025 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.375 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.375 | 56025 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.375 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QeUeoK +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.376 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.377 | 71370 | Added a new worker 13 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.378 | 56025 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.378 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.378 | 56025 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.378 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.378 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QBUK69 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.383 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.384 | 71368 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.387 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.384 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.385 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.390 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.400 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.402 | 71366 | Marked run 1281 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.403 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.406 | 71367 | Marked run 1282 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.407 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.410 | 71377 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.410 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.412 | 56029 | Recursively removing directory: /tmp/git.QBUK69/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.413 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.413 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.417 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.417 | 56026 | Recursively removing directory: /tmp/git.QeUeoK/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.418 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.418 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.421 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.421 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.423 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.428 | 71389 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.429 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.429 | 56025 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.429 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.429 | 56025 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.429 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NdyyZ0 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.431 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.431 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.430 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.432 | 71392 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.432 | 56025 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.432 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.432 | 56025 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.433 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EtKRPT +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.435 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.437 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.439 | 71391 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.440 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.441 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.443 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.444 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.446 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.449 | 71388 | Marked run 1284 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.450 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.452 | 71397 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.452 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.456 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.457 | 71390 | Marked run 1283 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.458 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.461 | 71410 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.461 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.462 | 56026 | Recursively removing directory: /tmp/git.EtKRPT/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.464 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.464 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.464 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.469 | 71412 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.470 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.471 | 56029 | Recursively removing directory: /tmp/git.NdyyZ0/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.473 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.473 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.473 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.476 | 71414 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.478 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.478 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.480 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.481 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.484 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.486 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.486 | 71419 | Added a new worker 15 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.486 | 56025 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.486 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.486 | 56025 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.487 | 71418 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.487 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.487 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.co3Ald +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.489 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.495 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.496 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.497 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.499 | 71415 | Marked run 1286 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.500 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.505 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.506 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.510 | 71421 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.510 | 71429 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.511 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.511 | 56025 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.511 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.511 | 56025 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.512 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.512 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2MasFw +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.513 | 56026 | Recursively removing directory: /tmp/git.co3Ald/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.515 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.515 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.517 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.519 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.520 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.523 | 71417 | Marked run 1285 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.523 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.526 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.527 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.527 | 71435 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.527 | 56025 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.527 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.528 | 56025 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.526 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.528 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wyCacZ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.529 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.532 | 71438 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.533 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.536 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.539 | 71440 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.539 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.542 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.543 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.546 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.548 | 56029 | Recursively removing directory: /tmp/git.2MasFw/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.549 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.549 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.548 | 71431 | Marked run 1287 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.550 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.553 | 71445 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.553 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.555 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.556 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.558 | 71452 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.559 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.560 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.560 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.560 | 71454 | Added a new worker 10 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.560 | 56025 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.560 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.560 | 56025 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.561 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.565 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DE5jyu +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.567 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.572 | 71457 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.573 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.572 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.577 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.577 | 56026 | Recursively removing directory: /tmp/git.wyCacZ/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.578 | 71451 | Marked run 1288 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.578 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.580 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.580 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.581 | 71459 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.582 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.584 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.585 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.588 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.589 | 71463 | Added a new worker 13 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.589 | 56025 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.589 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.589 | 56025 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.589 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.589 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.588 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.590 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8cmxm3 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.592 | 71462 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.593 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.597 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.598 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.605 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.605 | 71461 | Marked run 1289 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.605 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.610 | 71471 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.610 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.618 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.622 | 71481 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.621 | 56029 | Recursively removing directory: /tmp/git.DE5jyu/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.622 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.622 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.628 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.631 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.635 | 71483 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.635 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.638 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.640 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.640 | 71486 | Added a new worker 10 to the queue +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.641 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pwifQy +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.641 | 56025 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.641 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.641 | 56025 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.641 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.645 | 56026 | Recursively removing directory: /tmp/git.8cmxm3/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.646 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.646 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.650 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.650 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.654 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.657 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.656 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.659 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.660 | 71490 | Added a new worker 15 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.660 | 56025 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.660 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.660 | 56025 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.661 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.661 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rvg8YY +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.665 | 71484 | Marked run 1290 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.666 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.669 | 71488 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.669 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.669 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.672 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.673 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.677 | 71487 | Marked run 1291 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.677 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.679 | 71499 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.680 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.682 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.681 | 56029 | Recursively removing directory: /tmp/git.pwifQy/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.682 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.682 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.686 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.687 | 71503 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.688 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.691 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.691 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.691 | 71508 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.691 | 56025 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.691 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.691 | 56025 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.692 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.692 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.feFuQT +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.696 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.700 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.701 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.708 | 56026 | Recursively removing directory: /tmp/git.rvg8YY/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.708 | 71506 | Marked run 1292 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.708 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.709 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.709 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.711 | 71511 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.711 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.715 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.718 | 56029 | Recursively removing directory: /tmp/git.feFuQT/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.719 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.719 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.719 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.720 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.721 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.724 | 71522 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.725 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.729 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.733 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.733 | 71521 | Added a new worker 14 to the queue +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.734 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tBEJ0g +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.733 | 56025 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.733 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.733 | 56025 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.734 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.738 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.739 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.739 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.742 | 71525 | Added a new worker 9 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.743 | 56025 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.743 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.743 | 56025 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.743 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.741 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.744 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qH8pG5 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.749 | 71526 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.750 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.750 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.751 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.757 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.760 | 71520 | Marked run 1293 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.760 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.763 | 71533 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.764 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.769 | 71524 | Marked run 1294 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.770 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.771 | 56026 | Recursively removing directory: /tmp/git.tBEJ0g/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.774 | 56029 | Recursively removing directory: /tmp/git.qH8pG5/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.773 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.773 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.775 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.775 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.775 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.779 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.779 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.781 | 71544 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.782 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.784 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.786 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.787 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.787 | 71549 | Added a new worker 14 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.787 | 56025 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.787 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.787 | 56025 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.788 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iYz9h9 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.789 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.793 | 71548 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.793 | 56025 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.793 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.793 | 56025 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.793 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.790 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.794 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6SP6We +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.797 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.798 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.800 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.816 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.818 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.821 | 71546 | Marked run 1296 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.822 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.824 | 56026 | Recursively removing directory: /tmp/git.iYz9h9/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.826 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.826 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.829 | 71545 | Marked run 1295 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.830 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.831 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.832 | 71551 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.832 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.838 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.840 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.841 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.842 | 71567 | Added a new worker 12 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.842 | 56025 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.842 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.842 | 56025 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.842 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v1ZnyD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.843 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.844 | 56029 | Recursively removing directory: /tmp/git.6SP6We/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.845 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.845 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.849 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.853 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.854 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.854 | 71565 | Marked run 1297 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 71570 | Added a new worker 9 to the queue +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.855 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.855 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Is1dc0 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 56025 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.855 | 56025 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.857 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.857 | 71568 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.858 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.864 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.865 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.868 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.875 | 56026 | Recursively removing directory: /tmp/git.v1ZnyD/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.876 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.876 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.879 | 71569 | Marked run 1298 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.879 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.881 | 71580 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.881 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.883 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.887 | 56029 | Recursively removing directory: /tmp/git.Is1dc0/ +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.887 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.888 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.888 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.893 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.893 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.895 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.900 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.896 | 71589 | Added a new worker 14 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.900 | 56025 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.900 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.900 | 56025 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.900 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.901 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.902 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jxLpX1 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.904 | 71592 | Added a new worker 16 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.905 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.905 | 56025 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.905 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.905 | 56025 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.905 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0vHdnE +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.908 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.909 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.910 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.911 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.913 | 71588 | Marked run 1299 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.914 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.915 | 71591 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.917 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.921 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.922 | 71590 | Marked run 1300 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.923 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.927 | 71603 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.928 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.929 | 56026 | Recursively removing directory: /tmp/git.jxLpX1/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.930 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.930 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.932 | 56029 | Recursively removing directory: /tmp/git.0vHdnE/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.933 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.933 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.934 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.938 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.939 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.942 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.942 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.943 | 71610 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.944 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.945 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.945 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.946 | 71615 | Added a new worker 8 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.946 | 56025 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.946 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.946 | 56025 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.946 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m79K2r +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.948 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.952 | 71613 | Added a new worker 6 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.952 | 56025 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.952 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.952 | 56025 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.952 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.953 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xpatmf +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.953 | 56026 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.954 | 56026 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.959 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.961 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.961 | 56029 | Going to run: ./ci +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.972 | 71612 | Marked run 1301 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.972 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.976 | 71618 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.977 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.975 | 56029 | Recursively removing directory: /tmp/git.xpatmf/ +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.976 | 56029 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.976 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.980 | 56026 | Recursively removing directory: /tmp/git.m79K2r/ +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.982 | 56026 | Process exit code: 0 +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.982 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.983 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.983 | 71611 | Marked run 1302 as finished +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.983 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.987 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.987 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.990 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.987 | 56029 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.990 | 71634 | Added a new worker 14 to the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.990 | 56025 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.990 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.990 | 56025 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.990 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WW2dEN +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.992 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56023/cimple-server: 2023-08-28 07:33:38.993 | 56023 | Waiting for new connections +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.996 | 56029 | Checking out revision HEAD +2023-08-28 07:33:38 | INFO | 56026/cimple-worker: 2023-08-28 07:33:38.991 | 56026 | Waiting for a new command +2023-08-28 07:33:38 | INFO | 56029/cimple-worker: 2023-08-28 07:33:38.997 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.000 | 71636 | Added a new worker 11 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.001 | 56025 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.001 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.001 | 56025 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.001 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ME8At +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.002 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.006 | 71635 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.007 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.008 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.009 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.013 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.014 | 71633 | Marked run 1303 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.014 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.018 | 71632 | Marked run 1304 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.019 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.019 | 56029 | Recursively removing directory: /tmp/git.WW2dEN/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.021 | 71646 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.021 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.021 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.021 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.025 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.030 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.036 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.036 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.039 | 71655 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.040 | 56025 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.040 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.040 | 56025 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.040 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wTwYSx +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.041 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.042 | 56026 | Recursively removing directory: /tmp/git.7ME8At/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.043 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.043 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.045 | 71653 | Marked run 1305 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.046 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.049 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.050 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.051 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.052 | 71656 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.053 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.054 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.054 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.054 | 71660 | Added a new worker 10 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.054 | 56025 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.054 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.054 | 56025 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.055 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8hjkK0 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.056 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.062 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.064 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.065 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.070 | 71657 | Marked run 1306 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.071 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.074 | 71661 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.075 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.078 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.080 | 56029 | Recursively removing directory: /tmp/git.wTwYSx/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.081 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.081 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.085 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.086 | 56026 | Recursively removing directory: /tmp/git.8hjkK0/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.089 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.089 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.089 | 71676 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.089 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.094 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.098 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.099 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.099 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.099 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.102 | 71680 | Added a new worker 16 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.104 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 71681 | Added a new worker 10 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.105 | 56025 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.106 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.106 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mhG04X +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.106 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LU1mlL +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.112 | 71677 | Marked run 1307 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.112 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.114 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.115 | 71682 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.115 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.119 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.120 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.121 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.122 | 71679 | Marked run 1308 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.123 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.124 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.127 | 71685 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.128 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.131 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.135 | 71692 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.135 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.139 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.142 | 56029 | Recursively removing directory: /tmp/git.mhG04X/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.143 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.143 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.148 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.148 | 71702 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.149 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.152 | 56026 | Recursively removing directory: /tmp/git.LU1mlL/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.153 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.153 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.154 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.157 | 71705 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.158 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.158 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.162 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.162 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.163 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.163 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.165 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.168 | 71710 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.169 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.172 | 71709 | Added a new worker 15 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.172 | 56025 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.173 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.173 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.173 | 56025 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.173 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ysn9Vg +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.173 | 71708 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.174 | 56025 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.174 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.174 | 56025 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.174 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qVUPCN +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.176 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.180 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.183 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.184 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.185 | 71703 | Marked run 1310 as finished +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.185 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.188 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.188 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.198 | 71706 | Marked run 1309 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.198 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.200 | 71714 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.201 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.206 | 56026 | Recursively removing directory: /tmp/git.Ysn9Vg/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.208 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.208 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.212 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.215 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.209 | 56029 | Recursively removing directory: /tmp/git.qVUPCN/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.211 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.211 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.218 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.218 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.218 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.220 | 71731 | Added a new worker 14 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.220 | 56025 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.220 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.220 | 56025 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.221 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kEfdFy +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.222 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.223 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.223 | 71732 | Added a new worker 17 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.223 | 56025 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.223 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.223 | 56025 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.224 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9PSuML +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.225 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.225 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.228 | 71730 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.229 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.233 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.233 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.234 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.236 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.239 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.240 | 71729 | Marked run 1312 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.240 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.244 | 71728 | Marked run 1311 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.244 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.246 | 71736 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.247 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.251 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.253 | 56026 | Recursively removing directory: /tmp/git.kEfdFy/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.254 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.254 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.259 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.259 | 56029 | Recursively removing directory: /tmp/git.9PSuML/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.260 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.260 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.264 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.265 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.265 | 71750 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.266 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.267 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.272 | 71752 | Added a new worker 11 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.273 | 56025 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.273 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.273 | 56025 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.274 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.273 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qqMgif +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.276 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.276 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.279 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.280 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.280 | 71756 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.281 | 56025 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.281 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.281 | 56025 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.281 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.281 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cb18Rn +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.282 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.287 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.289 | 71751 | Marked run 1313 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.289 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.292 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.301 | 71754 | Marked run 1314 as finished +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.301 | 56026 | Recursively removing directory: /tmp/git.qqMgif/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.301 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.303 | 71755 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.303 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.303 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.308 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.310 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.313 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.313 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.316 | 71774 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.316 | 56025 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.316 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.316 | 56025 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.316 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.316 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ewhagm +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.316 | 56029 | Recursively removing directory: /tmp/git.cb18Rn/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.318 | 71773 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.318 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.318 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.319 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.322 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.323 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.324 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.331 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.339 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.339 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.341 | 71782 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.341 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.343 | 71785 | Added a new worker 10 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.343 | 56025 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.343 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.343 | 56025 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.343 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ucvggd +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.346 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.347 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.347 | 56026 | Recursively removing directory: /tmp/git.Ewhagm/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.349 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.349 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.352 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.353 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.354 | 71772 | Marked run 1315 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.354 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.357 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.358 | 71777 | Marked run 1316 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.358 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.361 | 71787 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.361 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.364 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.365 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.365 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.366 | 71796 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.366 | 56025 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.366 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.366 | 56025 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.366 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BhPbce +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.367 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.370 | 71795 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.370 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.374 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.375 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.379 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.379 | 71790 | Marked run 1317 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.380 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.381 | 56029 | Recursively removing directory: /tmp/git.ucvggd/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.383 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.383 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.387 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.391 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.391 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.391 | 71809 | Added a new worker 14 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.391 | 56025 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.391 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.391 | 56025 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.392 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.392 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rq9EB8 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.393 | 71801 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.394 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.399 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.400 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.401 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.400 | 56026 | Recursively removing directory: /tmp/git.BhPbce/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.402 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.402 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.409 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.413 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.414 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.415 | 71806 | Marked run 1318 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.415 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.416 | 71815 | Added a new worker 7 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.416 | 56025 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.416 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.416 | 56025 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.417 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PYQ6O8 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.417 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.420 | 71812 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.421 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.424 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.429 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.429 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.432 | 56029 | Recursively removing directory: /tmp/git.rq9EB8/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.435 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.435 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.439 | 71814 | Marked run 1319 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.439 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.440 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.442 | 71822 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.443 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.444 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.444 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.445 | 71832 | Added a new worker 8 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.448 | 56025 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.448 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.448 | 56025 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.448 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.449 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1MHMrb +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.454 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.456 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.458 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.461 | 56026 | Recursively removing directory: /tmp/git.PYQ6O8/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.462 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.462 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.466 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.471 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.471 | 71826 | Marked run 1320 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.475 | 71834 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.475 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.475 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.481 | 71842 | Added a new worker 7 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.481 | 56025 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.481 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.481 | 56025 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.481 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RuaDCE +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.482 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.485 | 56029 | Recursively removing directory: /tmp/git.1MHMrb/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.486 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.486 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.488 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.489 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.490 | 71837 | Marked run 1321 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.491 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.491 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.491 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.495 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.495 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.496 | 71849 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.496 | 56025 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.496 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.497 | 56025 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.497 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.501 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YnZIAy +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.505 | 71845 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.506 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.508 | 56026 | Recursively removing directory: /tmp/git.RuaDCE/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.509 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.509 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.512 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.513 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.514 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.519 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.520 | 71846 | Marked run 1322 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.520 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.521 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.521 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.528 | 71858 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.529 | 56025 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.529 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.529 | 56025 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.529 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qncOcM +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.529 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.531 | 71857 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.531 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.537 | 71856 | Marked run 1323 as finished +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.537 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.538 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.538 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.539 | 56029 | Recursively removing directory: /tmp/git.YnZIAy/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.539 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.540 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.540 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.544 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.546 | 71867 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.547 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.548 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.548 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.549 | 71874 | Added a new worker 8 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.549 | 56025 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.549 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.549 | 56025 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.549 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rXA7Dg +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.550 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.554 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.555 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.557 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.566 | 71870 | Marked run 1324 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.567 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.568 | 56026 | Recursively removing directory: /tmp/git.qncOcM/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.569 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.569 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.572 | 56029 | Recursively removing directory: /tmp/git.rXA7Dg/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.573 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.573 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.575 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.575 | 71878 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.575 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.577 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.581 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.581 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.583 | 71888 | Added a new worker 14 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.584 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.584 | 56025 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.585 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.585 | 56025 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.585 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.586 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XTLZRG +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.587 | 71889 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.591 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.591 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.596 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.596 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.597 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.597 | 71890 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.597 | 56025 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.598 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.598 | 56025 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.598 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.598 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8oUwaQ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.601 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.608 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.609 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.610 | 71893 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.610 | 71887 | Marked run 1326 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.611 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.615 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.617 | 71885 | Marked run 1325 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.618 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.621 | 71904 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.621 | 56029 | Recursively removing directory: /tmp/git.XTLZRG/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.622 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.622 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.625 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.628 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.629 | 56026 | Recursively removing directory: /tmp/git.8oUwaQ/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.630 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.630 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.631 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.634 | 71911 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.635 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.640 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.643 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.644 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.646 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.648 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.648 | 71910 | Marked run 1327 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 71914 | Added a new worker 6 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 56025 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 56025 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.649 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.649 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6IQNgc +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.650 | 71915 | Added a new worker 6 to the queue +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.646 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.650 | 56025 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.650 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.650 | 56025 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.650 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.652 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PzN8JP +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.656 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.657 | 71916 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.657 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.658 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.663 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.665 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.666 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.669 | 71913 | Marked run 1328 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.670 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.673 | 56029 | Recursively removing directory: /tmp/git.6IQNgc/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.673 | 71924 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.675 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.675 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.676 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.680 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.680 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.684 | 71933 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.686 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.686 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.688 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.693 | 71934 | Added a new worker 9 to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.694 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9XBE2K +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.693 | 56025 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.693 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.693 | 56025 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.693 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.696 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.699 | 71932 | Marked run 1329 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.699 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.700 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.701 | 56026 | Recursively removing directory: /tmp/git.PzN8JP/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.702 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.702 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.702 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.706 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.708 | 71938 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.709 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.712 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.714 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.715 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.717 | 71947 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.718 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.720 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.721 | 71946 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.721 | 56025 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.721 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.721 | 56025 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.721 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YOROBt +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.721 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.727 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.728 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.728 | 56029 | Recursively removing directory: /tmp/git.9XBE2K/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.729 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.730 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.729 | 71951 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.732 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.735 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.740 | 71942 | Marked run 1330 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.740 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.745 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.746 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.746 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.746 | 71962 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.747 | 56025 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.747 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.747 | 56025 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.747 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tcWwHx +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.749 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.750 | 56026 | Recursively removing directory: /tmp/git.YOROBt/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.751 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.751 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.753 | 71961 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.754 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.756 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.757 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.758 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.761 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.761 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.767 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.772 | 71966 | Added a new worker 15 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.773 | 56025 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.773 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.773 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.773 | 56025 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.773 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T981Ts +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.774 | 71958 | Marked run 1331 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.774 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.781 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.782 | 71967 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.782 | 71964 | Marked run 1332 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.783 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.783 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.785 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.793 | 56029 | Recursively removing directory: /tmp/git.tcWwHx/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.794 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.794 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.798 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.802 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.802 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.805 | 56026 | Recursively removing directory: /tmp/git.T981Ts/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.806 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.806 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.806 | 71984 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.807 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n3rstI +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.807 | 56025 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.807 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.807 | 56025 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.808 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.808 | 71974 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.809 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.812 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.816 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.818 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.818 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.820 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.820 | 71987 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.820 | 56025 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.820 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.820 | 56025 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.821 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.822 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yENsFI +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.823 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.829 | 71983 | Marked run 1333 as finished +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.829 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.829 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.831 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.832 | 71989 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.832 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.840 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.844 | 56029 | Recursively removing directory: /tmp/git.n3rstI/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.846 | 71986 | Marked run 1334 as finished +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.846 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.846 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.848 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.849 | 71998 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.850 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.854 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.857 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.857 | 72002 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.860 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.861 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.861 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.865 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.866 | 72005 | Added a new worker 13 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.866 | 56025 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.866 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.866 | 56025 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.866 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.867 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wboltn +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.869 | 72008 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.871 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.874 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.875 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.882 | 72003 | Marked run 1335 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.882 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.887 | 56026 | Recursively removing directory: /tmp/git.yENsFI/ +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.888 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.889 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.889 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.894 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.894 | 56029 | Recursively removing directory: /tmp/git.Wboltn/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.895 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.895 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.900 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.901 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.904 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.904 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.905 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.906 | 72022 | Added a new worker 17 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.906 | 56025 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.906 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.906 | 56025 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.906 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.906 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WpuY0a +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.908 | 72019 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.908 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.910 | 72023 | Added a new worker 6 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.910 | 56025 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.910 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.910 | 56025 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.910 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.910 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yF5kd2 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.915 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.917 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.919 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.920 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.921 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.924 | 72020 | Marked run 1336 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.925 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.926 | 72026 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.927 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.931 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.935 | 72021 | Marked run 1337 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.935 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.940 | 56026 | Recursively removing directory: /tmp/git.WpuY0a/ +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.942 | 56026 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.942 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.945 | 56029 | Recursively removing directory: /tmp/git.yF5kd2/ +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.946 | 56029 | Process exit code: 0 +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.946 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.947 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.950 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.952 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.953 | 72037 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.955 | 56029 | Waiting for a new command +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.956 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.956 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 72046 | Added a new worker 16 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 56025 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 56025 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.957 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.957 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CAUvhY +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.960 | 72044 | Added a new worker 12 to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.962 | 56025 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.962 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.962 | 56025 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.962 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.960 | 56026 | Waiting for a new command +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.965 | 56029 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.965 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SUKMNm +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.970 | 56029 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.970 | 72047 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.971 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.981 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.982 | 72042 | Marked run 1338 as finished +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.983 | 56026 | Checking out revision HEAD +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.983 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56026/cimple-worker: 2023-08-28 07:33:39.984 | 56026 | Going to run: ./ci +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.987 | 72052 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.987 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.991 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.993 | 72043 | Marked run 1339 as finished +2023-08-28 07:33:39 | INFO | 56023/cimple-server: 2023-08-28 07:33:39.993 | 56023 | Waiting for new connections +2023-08-28 07:33:39 | INFO | 56029/cimple-worker: 2023-08-28 07:33:39.998 | 56029 | Recursively removing directory: /tmp/git.CAUvhY/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.002 | 56026 | Recursively removing directory: /tmp/git.SUKMNm/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.003 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.003 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.003 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.003 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.007 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.008 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.011 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 72061 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 72068 | Added a new worker 6 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 56025 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.012 | 56025 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.012 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hvz33X +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.013 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.016 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.019 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.020 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 72070 | Added a new worker 15 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 56025 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 56025 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.020 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.021 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lY7IUt +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.023 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.027 | 72071 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.029 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.035 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.037 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.039 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.040 | 72066 | Marked run 1341 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.040 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.042 | 72078 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.043 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.046 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.047 | 72067 | Marked run 1340 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.048 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.052 | 56026 | Recursively removing directory: /tmp/git.Hvz33X/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.053 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.053 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.058 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.058 | 72084 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.058 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.060 | 56029 | Recursively removing directory: /tmp/git.lY7IUt/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.061 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.061 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.063 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.063 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.066 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.070 | 72092 | Added a new worker 12 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.070 | 56025 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.070 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.070 | 56025 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.070 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UOiQZt +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.070 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.073 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.074 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.076 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.078 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.082 | 72094 | Added a new worker 15 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.082 | 56025 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.082 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.082 | 56025 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.082 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.083 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lWqLsH +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.083 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.085 | 72095 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.085 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.091 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.092 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.094 | 72090 | Marked run 1342 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.095 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.096 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.100 | 56026 | Recursively removing directory: /tmp/git.UOiQZt/ +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.100 | 72093 | Marked run 1343 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.101 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.101 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.101 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.103 | 72105 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.103 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.108 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.112 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.112 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.114 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.114 | 72114 | Added a new worker 12 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.115 | 56025 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.115 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.115 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.115 | 56025 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.115 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4laW7M +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.119 | 56029 | Recursively removing directory: /tmp/git.lWqLsH/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.121 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.121 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.122 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.123 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.124 | 72115 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.125 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.127 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.129 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.136 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.140 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.140 | 72125 | Added a new worker 15 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.140 | 56025 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.140 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.141 | 56025 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.141 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AecCYZ +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.142 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.149 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.150 | 72113 | Marked run 1344 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.150 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.152 | 56026 | Recursively removing directory: /tmp/git.4laW7M/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.153 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.154 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.154 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.160 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.164 | 72118 | Marked run 1345 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.164 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.167 | 72120 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.168 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.169 | 56029 | Recursively removing directory: /tmp/git.AecCYZ/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.170 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.170 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.172 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.172 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.172 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.174 | 72137 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.175 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.177 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.180 | 72139 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.180 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.182 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.184 | 72136 | Added a new worker 11 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.184 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.187 | 56025 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.187 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.187 | 56025 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.188 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w4kzDi +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.188 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.192 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.192 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.192 | 72141 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.193 | 72143 | Added a new worker 10 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.193 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.194 | 56025 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.194 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.194 | 56025 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.194 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wyWd8M +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.195 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.195 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.198 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.199 | 72134 | Marked run 1346 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.199 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.202 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.203 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.204 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.207 | 72147 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.208 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.212 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.215 | 72142 | Marked run 1347 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.215 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.218 | 72154 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.218 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.221 | 56026 | Recursively removing directory: /tmp/git.w4kzDi/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.223 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.223 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.229 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.229 | 56029 | Recursively removing directory: /tmp/git.wyWd8M/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.231 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.231 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.235 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.237 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.239 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.240 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.244 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 72166 | Added a new worker 17 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 56025 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.245 | 56025 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.246 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5TdYsv +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.247 | 72167 | Added a new worker 13 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.247 | 56025 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.247 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.247 | 56025 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.247 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dOwYlJ +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.248 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.307 | 72165 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.307 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.311 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.313 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.315 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.315 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.315 | 72163 | Marked run 1348 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.316 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.316 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.318 | 72169 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.319 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.325 | 72164 | Marked run 1349 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.325 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.325 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.328 | 72181 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.329 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.332 | 56026 | Recursively removing directory: /tmp/git.dOwYlJ/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.333 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.333 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.334 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.336 | 72187 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.337 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.338 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.344 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.344 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.345 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.345 | 72190 | Added a new worker 12 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.345 | 56025 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.345 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.346 | 56025 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.346 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qUDiwr +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.347 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.349 | 56029 | Recursively removing directory: /tmp/git.5TdYsv/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.351 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.351 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.355 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.360 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.362 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.362 | 72193 | Added a new worker 15 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.362 | 56025 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.362 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.362 | 56025 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.363 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x1gHMu +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.363 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.364 | 72188 | Marked run 1351 as finished +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.366 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.366 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.366 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.372 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.373 | 72191 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.373 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.374 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.380 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.383 | 72192 | Marked run 1350 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.383 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.387 | 72199 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.387 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.391 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.394 | 56026 | Recursively removing directory: /tmp/git.qUDiwr/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.395 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.395 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.400 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.403 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.397 | 56029 | Recursively removing directory: /tmp/git.x1gHMu/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.399 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.399 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.408 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.409 | 72211 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.410 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.410 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.416 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.417 | 72214 | Added a new worker 6 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.417 | 56025 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.417 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.417 | 56025 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.422 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y65Rvr +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.427 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.419 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.422 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.428 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.428 | 72218 | Added a new worker 16 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.428 | 56025 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.428 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.428 | 56025 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.429 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.428 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FeEsLT +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.435 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.435 | 72213 | Marked run 1353 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.436 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.437 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.438 | 72220 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.438 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.443 | 72212 | Marked run 1352 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.443 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.448 | 72230 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.449 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.450 | 56026 | Recursively removing directory: /tmp/git.y65Rvr/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.452 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.452 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.452 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.460 | 56029 | Recursively removing directory: /tmp/git.FeEsLT/ +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.460 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.467 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.462 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.462 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.468 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.469 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.471 | 72239 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.472 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.472 | 72242 | Added a new worker 6 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.472 | 56025 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.472 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.472 | 56025 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.472 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wm57wY +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.473 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.476 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.479 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.479 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.482 | 72244 | Added a new worker 15 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.483 | 56025 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.483 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.483 | 56025 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.483 | 72240 | Marked run 1354 as finished +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.483 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V1klog +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.484 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.484 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.485 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.488 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.494 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.495 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.497 | 72241 | Marked run 1355 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.498 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.500 | 72245 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.502 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.508 | 56026 | Recursively removing directory: /tmp/git.Wm57wY/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.510 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.510 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.514 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.517 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.515 | 56029 | Recursively removing directory: /tmp/git.V1klog/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.516 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.516 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.521 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.522 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.524 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.526 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.527 | 72262 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.526 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.529 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.532 | 72264 | Added a new worker 8 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.533 | 56025 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.533 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.533 | 56025 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.533 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zophs4 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.534 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.534 | 72265 | Added a new worker 8 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.535 | 56025 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.535 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.535 | 56025 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.536 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j09Ixf +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.538 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.541 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.542 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.545 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.546 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.547 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.552 | 72263 | Marked run 1357 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.553 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.556 | 72270 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.557 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.560 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.561 | 72261 | Marked run 1356 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.561 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.565 | 72282 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.565 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.566 | 56026 | Recursively removing directory: /tmp/git.Zophs4/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.568 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.568 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.572 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.574 | 56029 | Recursively removing directory: /tmp/git.j09Ixf/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.575 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.576 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.577 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.580 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.580 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.583 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.584 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.584 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.584 | 72287 | Added a new worker 16 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.585 | 56025 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.585 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.585 | 56025 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.585 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.585 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uW4Rpg +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.588 | 72290 | Added a new worker 8 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.588 | 56025 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.589 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.589 | 56025 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.589 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ov1QjX +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.591 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.593 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.593 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.597 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.598 | 72289 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.598 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.599 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.605 | 72286 | Marked run 1358 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.605 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.610 | 72288 | Marked run 1359 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.610 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.613 | 72301 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.614 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.617 | 56026 | Recursively removing directory: /tmp/git.uW4Rpg/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.618 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.618 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.620 | 56029 | Recursively removing directory: /tmp/git.ov1QjX/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.621 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.621 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.622 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.625 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.625 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.627 | 72308 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2023-08-28 07:33:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.630 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.630 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.636 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.639 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.644 | 72311 | Added a new worker 14 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.644 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.644 | 72312 | Added a new worker 8 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.644 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.644 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.645 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zvnWGl +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.645 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lXW44w +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.645 | 56025 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.650 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.651 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.657 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.662 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.669 | 72310 | Marked run 1361 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.670 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.674 | 72309 | Marked run 1360 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.675 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.679 | 56026 | Recursively removing directory: /tmp/git.lXW44w/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.680 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.680 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.684 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.689 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.689 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.690 | 72325 | Added a new worker 10 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.690 | 56025 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.690 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.690 | 56025 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.690 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R3gQmk +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.691 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.695 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.696 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.711 | 56029 | Recursively removing directory: /tmp/git.zvnWGl/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.713 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.714 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.715 | 72323 | Marked run 1363 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.715 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.718 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.719 | 56026 | Recursively removing directory: /tmp/git.R3gQmk/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.721 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.721 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.724 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.727 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.727 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.729 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.729 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.732 | 72338 | Added a new worker 14 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.732 | 56025 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.732 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.732 | 56025 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.733 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.upOXMq +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.733 | 72340 | Added a new worker 14 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.733 | 56025 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.733 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.733 | 56025 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.734 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nYQmXS +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.734 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.738 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.739 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.740 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.744 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.744 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.754 | 72339 | Marked run 1364 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.755 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.764 | 72337 | Marked run 1362 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.765 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.768 | 56026 | Recursively removing directory: /tmp/git.nYQmXS/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.769 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.769 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.770 | 56029 | Recursively removing directory: /tmp/git.upOXMq/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.772 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.772 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.773 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.776 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.777 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.777 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.777 | 72357 | Added a new worker 12 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.777 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.778 | 56025 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.778 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.778 | 56025 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.778 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VRkXDz +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.781 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.781 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.789 | 72358 | Added a new worker 13 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.789 | 56025 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.789 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.789 | 56025 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.790 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zA5MXi +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.791 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.792 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.795 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.796 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.796 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.800 | 72355 | Marked run 1366 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.801 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.805 | 72356 | Marked run 1365 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.806 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.809 | 56026 | Recursively removing directory: /tmp/git.VRkXDz/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.811 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.811 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.815 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.810 | 56029 | Recursively removing directory: /tmp/git.zA5MXi/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.812 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.812 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.816 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.820 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.820 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.820 | 72375 | Added a new worker 12 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.820 | 56025 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.820 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.820 | 56025 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.821 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kkBmR5 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.822 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.825 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.828 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.828 | 72376 | Added a new worker 13 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.828 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.828 | 56025 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.828 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.828 | 56025 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.829 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bvApyV +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.832 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.833 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.835 | 72373 | Marked run 1367 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.835 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.840 | 72374 | Marked run 1368 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.840 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.840 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.841 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.846 | 56026 | Recursively removing directory: /tmp/git.kkBmR5/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.848 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.848 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.852 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.857 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.857 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.858 | 56029 | Recursively removing directory: /tmp/git.bvApyV/ +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.858 | 72392 | Added a new worker 10 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.858 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.858 | 56025 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.858 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.858 | 56025 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.859 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.859 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.865 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.868 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SWH5AP +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.873 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.874 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.874 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.875 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.880 | 72394 | Added a new worker 11 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.880 | 56025 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.881 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.881 | 56025 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.881 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OD1Ekj +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.881 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.881 | 72391 | Marked run 1369 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.882 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.888 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.888 | 72393 | Marked run 1370 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.889 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.889 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.892 | 56026 | Recursively removing directory: /tmp/git.SWH5AP/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.897 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.901 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.902 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.903 | 72408 | Added a new worker 10 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.903 | 56025 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.903 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.903 | 56025 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.903 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.903 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d8s1ds +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.909 | 56029 | Recursively removing directory: /tmp/git.OD1Ekj/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.911 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.911 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.916 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.910 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.913 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.920 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.921 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.921 | 72403 | Marked run 1371 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.921 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.924 | 72413 | Added a new worker 6 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.924 | 56025 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.924 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.924 | 56025 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.925 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X3kKnj +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.925 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.929 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.930 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.934 | 72412 | Marked run 1372 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.935 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.940 | 56026 | Recursively removing directory: /tmp/git.d8s1ds/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.941 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.941 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.945 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.948 | 56029 | Recursively removing directory: /tmp/git.X3kKnj/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.949 | 56026 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.952 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.950 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.950 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.955 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.957 | 72428 | Added a new worker 13 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.957 | 56025 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.957 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.957 | 56025 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.958 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.958 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gQSiko +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.960 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.961 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.961 | 72430 | Added a new worker 13 to the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.961 | 56025 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.961 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.961 | 56025 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.962 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SgiAlg +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.963 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.966 | 56026 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.968 | 72427 | Marked run 1373 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.968 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.968 | 56029 | Checking out revision HEAD +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.968 | 56026 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.969 | 56029 | Going to run: ./ci +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.983 | 72429 | Marked run 1374 as finished +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.983 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.987 | 56029 | Recursively removing directory: /tmp/git.SgiAlg/ +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.989 | 56029 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.989 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.992 | 56026 | Recursively removing directory: /tmp/git.gQSiko/ +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.993 | 56026 | Process exit code: 0 +2023-08-28 07:33:40 | INFO | 56026/cimple-worker: 2023-08-28 07:33:40.993 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.996 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56029/cimple-worker: 2023-08-28 07:33:40.997 | 56029 | Waiting for a new command +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.997 | 56023 | Waiting for new connections +2023-08-28 07:33:40 | INFO | 56023/cimple-server: 2023-08-28 07:33:40.998 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.002 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.002 | 72446 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.002 | 56025 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.002 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.002 | 56025 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.003 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.002 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r0Atw3 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.004 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.007 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.008 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.011 | 72448 | Added a new worker 9 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.011 | 56025 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.011 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.011 | 56025 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.012 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jLgoCb +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.014 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.016 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.017 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.023 | 72447 | Marked run 1375 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.024 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.028 | 56029 | Recursively removing directory: /tmp/git.r0Atw3/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.029 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.029 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.033 | 72445 | Marked run 1376 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.034 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.034 | 56026 | Recursively removing directory: /tmp/git.jLgoCb/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.036 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.036 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.036 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.038 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.038 | 72464 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.038 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.039 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VP9RsL +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.038 | 56025 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.038 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.038 | 56025 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.039 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.041 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.043 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.046 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.046 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.049 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.050 | 72466 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.050 | 56025 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.050 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.050 | 56025 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.050 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.050 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b8Qek4 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.058 | 72463 | Marked run 1377 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.058 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.062 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.063 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.068 | 72465 | Marked run 1378 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.068 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.070 | 56029 | Recursively removing directory: /tmp/git.VP9RsL/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.071 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.071 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.076 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.079 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.079 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.081 | 56026 | Recursively removing directory: /tmp/git.b8Qek4/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.082 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.082 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.089 | 72482 | Added a new worker 11 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.089 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.089 | 56025 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.089 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.089 | 56025 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.089 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z6lAoA +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.090 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.094 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.094 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.094 | 72484 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.095 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.095 | 56025 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.095 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.095 | 56025 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.095 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jezUJf +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.096 | 72481 | Marked run 1379 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.096 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.099 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.101 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.108 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.109 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.115 | 72483 | Marked run 1380 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.115 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.116 | 56029 | Recursively removing directory: /tmp/git.z6lAoA/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.117 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.117 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.122 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.123 | 56026 | Recursively removing directory: /tmp/git.jezUJf/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.125 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.125 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.129 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.129 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.129 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.130 | 72500 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.130 | 56025 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.130 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.130 | 56025 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.130 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SddEOv +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.131 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.136 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.138 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.139 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.140 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.142 | 72503 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.143 | 56025 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.143 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.143 | 56025 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.143 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ck8pZv +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.145 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.150 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.151 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.158 | 72499 | Marked run 1381 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.159 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.164 | 72501 | Marked run 1382 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.164 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.165 | 56029 | Recursively removing directory: /tmp/git.SddEOv/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.166 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.166 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.168 | 56026 | Recursively removing directory: /tmp/git.ck8pZv/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.170 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.170 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.170 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.174 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.174 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.175 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.179 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.179 | 72519 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.179 | 56025 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.179 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.179 | 56025 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.180 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TY1xcS +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.180 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.180 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.180 | 72520 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.180 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.180 | 56025 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.181 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.181 | 56025 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.181 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7zjJNT +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.189 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.190 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.193 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.194 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.197 | 72518 | Marked run 1384 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.198 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.203 | 72517 | Marked run 1383 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.203 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.210 | 56029 | Recursively removing directory: /tmp/git.TY1xcS/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.212 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.212 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.210 | 56026 | Recursively removing directory: /tmp/git.7zjJNT/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.212 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.212 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.217 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.219 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.220 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.220 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.220 | 72537 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.221 | 56025 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.221 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.221 | 56025 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.221 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ILfExs +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.221 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.225 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.229 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.230 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.230 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.232 | 72538 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.232 | 56025 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.232 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.233 | 56025 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.233 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S47omz +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.233 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.238 | 72536 | Marked run 1386 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.238 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.241 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.241 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.246 | 72535 | Marked run 1385 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.247 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.251 | 56029 | Recursively removing directory: /tmp/git.ILfExs/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.252 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.252 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.257 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.257 | 56026 | Recursively removing directory: /tmp/git.S47omz/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.258 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.258 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.261 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.261 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.262 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.264 | 72554 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.264 | 56025 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.264 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.264 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.264 | 56025 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.265 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ICBd9Q +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.266 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.267 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.271 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.272 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.275 | 72556 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.275 | 56025 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.275 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.275 | 56025 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.276 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P8Emqd +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.276 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.280 | 72555 | Marked run 1388 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.281 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.282 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.283 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.288 | 72553 | Marked run 1387 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.289 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.294 | 56029 | Recursively removing directory: /tmp/git.ICBd9Q/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.295 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.295 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.300 | 56026 | Recursively removing directory: /tmp/git.P8Emqd/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.301 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.301 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.304 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.306 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.310 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.311 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.311 | 72573 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.311 | 56025 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.311 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.311 | 56025 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.312 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HMRetL +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.313 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.315 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.317 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.315 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.318 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.318 | 72574 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.318 | 56025 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.318 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.318 | 56025 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.318 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.320 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O6dV56 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.333 | 56026 | Recursively removing directory: /tmp/git.HMRetL/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.334 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.334 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.338 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.338 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.339 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.342 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.343 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.343 | 72584 | Added a new worker 15 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.343 | 56025 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.343 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.343 | 56025 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.343 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sWWWDo +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.345 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.347 | 72572 | Marked run 1390 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.348 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.351 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.352 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.355 | 72571 | Marked run 1389 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.355 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.363 | 72582 | Marked run 1391 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.364 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.372 | 56026 | Recursively removing directory: /tmp/git.sWWWDo/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.373 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.373 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.377 | 56029 | Recursively removing directory: /tmp/git.O6dV56/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.378 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.378 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.380 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.382 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.384 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.384 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.387 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.387 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.387 | 72600 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.388 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zHpW0S +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 72601 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.388 | 56025 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.389 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qVdjQu +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.389 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.396 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.396 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.397 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.397 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.405 | 72598 | Marked run 1393 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.406 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.411 | 72599 | Marked run 1392 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.412 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.415 | 56026 | Recursively removing directory: /tmp/git.zHpW0S/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.417 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.417 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.419 | 56029 | Recursively removing directory: /tmp/git.qVdjQu/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.420 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.420 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.422 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.426 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.426 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.427 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.431 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.432 | 72617 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.432 | 56025 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.432 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.432 | 56025 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.433 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.433 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UYz4VX +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.436 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.436 | 72619 | Added a new worker 8 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.436 | 56025 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.436 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.436 | 56025 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.437 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xMCa0Z +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.437 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.438 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.439 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.443 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.444 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.447 | 72616 | Marked run 1394 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.447 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.451 | 72618 | Marked run 1395 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.451 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.457 | 56026 | Recursively removing directory: /tmp/git.UYz4VX/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.459 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.459 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.463 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.467 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.467 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.464 | 56029 | Recursively removing directory: /tmp/git.xMCa0Z/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.465 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.465 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.467 | 72635 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.467 | 56025 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.467 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.468 | 56025 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.468 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YLhQSv +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.469 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.470 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.473 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.474 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.481 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.476 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.483 | 72638 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.483 | 56025 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.483 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.483 | 56025 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.483 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.483 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gpFzpv +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.489 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.491 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.496 | 72634 | Marked run 1396 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.497 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.499 | 56026 | Recursively removing directory: /tmp/git.YLhQSv/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.500 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.500 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.504 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.508 | 72636 | Marked run 1397 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.508 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.510 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.514 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.514 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.508 | 56029 | Recursively removing directory: /tmp/git.gpFzpv/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.509 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.509 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.514 | 72653 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.514 | 56025 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.514 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.514 | 56025 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.514 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9MDiKV +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.515 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.518 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.518 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.523 | 72655 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.523 | 56025 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.523 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.523 | 56025 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.524 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.524 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ZefSY +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.524 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.525 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.533 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.535 | 72652 | Marked run 1398 as finished +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.535 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.536 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.542 | 72654 | Marked run 1399 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.542 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.547 | 56026 | Recursively removing directory: /tmp/git.9MDiKV/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.548 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.548 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.553 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.558 | 56029 | Recursively removing directory: /tmp/git.0ZefSY/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.559 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.559 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.561 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.565 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.559 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.569 | 72671 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.569 | 56025 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.569 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.569 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.570 | 56025 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.572 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.571 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DA7XTz +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.572 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.576 | 72673 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.576 | 56025 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.576 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.577 | 56025 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.577 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c6p53f +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.579 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.583 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.583 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.585 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.585 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.585 | 72670 | Marked run 1400 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.586 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.590 | 72672 | Marked run 1401 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.591 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.602 | 56029 | Recursively removing directory: /tmp/git.c6p53f/ +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.609 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.604 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.604 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.610 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.604 | 56026 | Recursively removing directory: /tmp/git.DA7XTz/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.605 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.605 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.615 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.615 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.615 | 72690 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.615 | 56025 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.615 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.615 | 56025 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.615 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kLcnvL +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.616 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.625 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.625 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.625 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.627 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.628 | 72691 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.628 | 56025 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.628 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.628 | 56025 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.628 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.628 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JThU2u +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.630 | 72689 | Marked run 1402 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.630 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.635 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.635 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.639 | 72688 | Marked run 1403 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.640 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.650 | 56029 | Recursively removing directory: /tmp/git.JThU2u/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.652 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.652 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.655 | 56026 | Recursively removing directory: /tmp/git.kLcnvL/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.657 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.657 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.661 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 72707 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56025 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.661 | 56025 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.662 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RB32cs +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.666 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.670 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.670 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.670 | 72709 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.670 | 56025 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.670 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.670 | 56025 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.670 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e3IXom +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.671 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.675 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.678 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.680 | 72706 | Marked run 1405 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.681 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.680 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.682 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.694 | 72708 | Marked run 1404 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.694 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.697 | 56029 | Recursively removing directory: /tmp/git.RB32cs/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.698 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.698 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.702 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.703 | 56026 | Recursively removing directory: /tmp/git.e3IXom/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.705 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.705 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.708 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.709 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.709 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.713 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.713 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.716 | 72725 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.717 | 56025 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.717 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.717 | 56025 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.717 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qiqYOZ +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.718 | 72727 | Added a new worker 16 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.718 | 56025 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.718 | 56025 | Removed worker 16 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.718 | 56025 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.719 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.719 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.719 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MeZpW4 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.724 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.725 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.726 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.727 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.729 | 72724 | Marked run 1406 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.731 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.734 | 72726 | Marked run 1407 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.735 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.742 | 56026 | Recursively removing directory: /tmp/git.MeZpW4/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.743 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.743 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.745 | 56029 | Recursively removing directory: /tmp/git.qiqYOZ/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.747 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.747 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.748 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.751 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.753 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.753 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.755 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 72744 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 72745 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.755 | 56025 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.755 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6CpVfM +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.756 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F4Av0k +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.757 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.771 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.773 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.773 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.774 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.777 | 72743 | Marked run 1408 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.778 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.783 | 72742 | Marked run 1409 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.783 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.789 | 56026 | Recursively removing directory: /tmp/git.F4Av0k/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.790 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.790 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.792 | 56029 | Recursively removing directory: /tmp/git.6CpVfM/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.793 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.793 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.795 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.798 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.799 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.800 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.802 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.802 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.807 | 72763 | Added a new worker 15 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.807 | 56025 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.808 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.808 | 56025 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.808 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nOreve +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.808 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.808 | 72762 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.809 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.809 | 56025 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.809 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.809 | 56025 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.809 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yF71NZ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.815 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.816 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.817 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.818 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.820 | 72760 | Marked run 1410 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.821 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.824 | 72761 | Marked run 1411 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.824 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.832 | 56026 | Recursively removing directory: /tmp/git.yF71NZ/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.834 | 56029 | Recursively removing directory: /tmp/git.nOreve/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.835 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.835 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.834 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.834 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.840 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.840 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.844 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.844 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.844 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.850 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.851 | 72780 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.851 | 56025 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.851 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.851 | 56025 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.852 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dfRHc1 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.852 | 72781 | Added a new worker 15 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.852 | 56025 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.852 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.852 | 56025 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.852 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.853 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.853 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RYk7s2 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.858 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.859 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.860 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.862 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.865 | 72778 | Marked run 1412 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.866 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.871 | 72779 | Marked run 1413 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.872 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.877 | 56029 | Recursively removing directory: /tmp/git.dfRHc1/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.879 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.879 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.881 | 56026 | Recursively removing directory: /tmp/git.RYk7s2/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.882 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.882 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.884 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.886 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.888 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.888 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.890 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 72798 | Added a new worker 14 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 72799 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.890 | 56025 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.891 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KceDzA +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.891 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sxzowx +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.895 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.896 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.905 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.905 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.914 | 72796 | Marked run 1414 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.914 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.915 | 56026 | Recursively removing directory: /tmp/git.KceDzA/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.917 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.917 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.921 | 72797 | Marked run 1415 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.922 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.922 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.926 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.926 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.930 | 56029 | Recursively removing directory: /tmp/git.sxzowx/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.931 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.931 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.932 | 72815 | Added a new worker 10 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.932 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.933 | 56025 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.933 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.933 | 56025 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.933 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xarE7y +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.936 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.938 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.938 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.941 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.941 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.942 | 72818 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.942 | 56025 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.942 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.942 | 56025 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.943 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.943 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sPZv37 +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.948 | 72814 | Marked run 1417 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.948 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.955 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.956 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.956 | 72816 | Marked run 1416 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.957 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.964 | 56026 | Recursively removing directory: /tmp/git.xarE7y/ +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.965 | 56026 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.965 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.970 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.974 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.972 | 56029 | Recursively removing directory: /tmp/git.sPZv37/ +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.973 | 56029 | Process exit code: 0 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.973 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.979 | 56026 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 72833 | Added a new worker 12 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 56025 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.979 | 56025 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.980 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FSZScI +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.984 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.984 | 56029 | Waiting for a new command +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.988 | 72835 | Added a new worker 13 to the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.988 | 56025 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.988 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.988 | 56025 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.989 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3DwGF8 +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.989 | 56026 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.990 | 56023 | Waiting for new connections +2023-08-28 07:33:41 | INFO | 56026/cimple-worker: 2023-08-28 07:33:41.991 | 56026 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.996 | 56029 | Checking out revision HEAD +2023-08-28 07:33:41 | INFO | 56029/cimple-worker: 2023-08-28 07:33:41.998 | 56029 | Going to run: ./ci +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.999 | 72832 | Marked run 1418 as finished +2023-08-28 07:33:41 | INFO | 56023/cimple-server: 2023-08-28 07:33:41.999 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.004 | 72834 | Marked run 1419 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.004 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.010 | 56026 | Recursively removing directory: /tmp/git.FSZScI/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.011 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.011 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.014 | 56029 | Recursively removing directory: /tmp/git.3DwGF8/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.015 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.015 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.016 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.019 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.021 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.022 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.023 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.023 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.023 | 72852 | Added a new worker 14 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.023 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.023 | 72853 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.023 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.024 | 56025 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.024 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pnWZTr +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.024 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bli1rq +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.029 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.032 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.033 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.034 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.045 | 72850 | Marked run 1420 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.046 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.051 | 72851 | Marked run 1421 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.051 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.053 | 56029 | Recursively removing directory: /tmp/git.pnWZTr/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.054 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.054 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.060 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.063 | 56026 | Recursively removing directory: /tmp/git.Bli1rq/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.065 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.064 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.064 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.064 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.070 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.070 | 72869 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.070 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.071 | 56025 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.071 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.071 | 56025 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.071 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XTS3Q5 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.075 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.076 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.075 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.077 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.079 | 72871 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.079 | 56025 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.079 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.079 | 56025 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.079 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.78RJFM +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.080 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.085 | 72868 | Marked run 1423 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.086 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.089 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.090 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.095 | 72870 | Marked run 1422 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.096 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.100 | 56029 | Recursively removing directory: /tmp/git.XTS3Q5/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.101 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.101 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.106 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.107 | 56026 | Recursively removing directory: /tmp/git.78RJFM/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.109 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.109 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.111 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.111 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.113 | 72887 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.113 | 56025 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.113 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.113 | 56025 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.113 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.114 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.knkNoS +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.116 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.119 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.120 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.121 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.122 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.123 | 72889 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.123 | 56025 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.123 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.123 | 56025 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.123 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.he7S7E +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.124 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.132 | 72886 | Marked run 1424 as finished +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.132 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.132 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.134 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.139 | 72888 | Marked run 1425 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.139 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.145 | 56029 | Recursively removing directory: /tmp/git.knkNoS/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.146 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.146 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.151 | 56026 | Recursively removing directory: /tmp/git.he7S7E/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.153 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.153 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.154 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.158 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.159 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 72906 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 56025 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 56025 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.159 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.159 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NIcApb +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.163 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.163 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.163 | 72907 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.163 | 56025 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.163 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.163 | 56025 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.164 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qeBUxJ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.165 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.169 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.169 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.170 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.176 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.186 | 56026 | Recursively removing directory: /tmp/git.qeBUxJ/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.187 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.187 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.189 | 72905 | Marked run 1427 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.189 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.192 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.193 | 72904 | Marked run 1426 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.193 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.196 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.200 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.204 | 72923 | Added a new worker 8 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.205 | 56025 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.205 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.205 | 56025 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.205 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u5Zrit +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.202 | 56029 | Recursively removing directory: /tmp/git.NIcApb/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.203 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.203 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.206 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.208 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.212 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.212 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.212 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.212 | 72925 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.212 | 56025 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.212 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.213 | 56025 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.213 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.213 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.213 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NKc0fW +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.220 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.221 | 72922 | Marked run 1429 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.222 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.222 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.236 | 56026 | Recursively removing directory: /tmp/git.u5Zrit/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.257 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.252 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.252 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.262 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.266 | 72941 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.266 | 56025 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.266 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.266 | 56025 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.267 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.266 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.267 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OvG5tm +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.275 | 56029 | Recursively removing directory: /tmp/git.NKc0fW/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.276 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.276 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.284 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.289 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.289 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.289 | 72943 | Added a new worker 15 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.290 | 56025 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.290 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.290 | 56025 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.290 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EMXIuY +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.291 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.331 | 72924 | Marked run 1428 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.331 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.365 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.371 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.372 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.386 | 56026 | Recursively removing directory: /tmp/git.OvG5tm/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.387 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.387 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.392 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.397 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.396 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.399 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.404 | 72953 | Added a new worker 15 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.406 | 56025 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.406 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.407 | 56025 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.407 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.428 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jsby9m +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.435 | 56029 | Recursively removing directory: /tmp/git.EMXIuY/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.437 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.437 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.441 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.445 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.445 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.445 | 72961 | Added a new worker 17 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.445 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.446 | 56025 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.446 | 56025 | Removed worker 17 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.446 | 56025 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.446 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wsaavY +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.454 | 72935 | Marked run 1430 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.454 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.465 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.465 | 72942 | Marked run 1431 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.465 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.466 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.466 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.468 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.473 | 72951 | Marked run 1432 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.474 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.478 | 72960 | Marked run 1433 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.478 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.482 | 56029 | Recursively removing directory: /tmp/git.wsaavY/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.483 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.483 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.487 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.489 | 56026 | Recursively removing directory: /tmp/git.Jsby9m/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.490 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.490 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.492 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 72977 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 56025 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.492 | 56025 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.493 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MX4nDt +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.495 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.499 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.500 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.500 | 72979 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.500 | 56025 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.500 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.500 | 56025 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.500 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gb716B +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.501 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.502 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.506 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.507 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.508 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.518 | 72976 | Marked run 1435 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.519 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.523 | 72978 | Marked run 1434 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.524 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.527 | 56026 | Recursively removing directory: /tmp/git.gb716B/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.528 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.528 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.535 | 56029 | Recursively removing directory: /tmp/git.MX4nDt/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.536 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.536 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.540 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.540 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.540 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.541 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.546 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.546 | 72995 | Added a new worker 14 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.548 | 56025 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.548 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.549 | 56025 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.549 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gyt4Ad +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.549 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.549 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.551 | 72997 | Added a new worker 8 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.551 | 56025 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.551 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.551 | 56025 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.551 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.552 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wQtwC0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.556 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.556 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.557 | 72994 | Marked run 1437 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.558 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.559 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.560 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.568 | 72996 | Marked run 1436 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.569 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.574 | 56026 | Recursively removing directory: /tmp/git.gyt4Ad/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.576 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.576 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.580 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.581 | 56029 | Recursively removing directory: /tmp/git.wQtwC0/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.582 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.582 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.584 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.584 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.584 | 73013 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.584 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.584 | 56025 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.584 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.585 | 56025 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.585 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TicW3x +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.587 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.590 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.590 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.597 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.594 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.600 | 73017 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.600 | 56025 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.600 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.600 | 56025 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.601 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.601 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FQwkqN +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.606 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.608 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.610 | 73012 | Marked run 1438 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.610 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.614 | 73014 | Marked run 1439 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.615 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.621 | 56026 | Recursively removing directory: /tmp/git.TicW3x/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.622 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.622 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.626 | 56029 | Recursively removing directory: /tmp/git.FQwkqN/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.627 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.627 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.627 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.632 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.632 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.632 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.636 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.636 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.637 | 73031 | Added a new worker 14 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.637 | 56025 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.637 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.637 | 56025 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.637 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n0JNeZ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.638 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.639 | 73033 | Added a new worker 8 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.640 | 56025 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.640 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.640 | 56025 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.640 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.640 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KWBo5d +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.654 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.655 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.656 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.657 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.662 | 73030 | Marked run 1440 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.663 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.667 | 73032 | Marked run 1441 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.667 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.671 | 56026 | Recursively removing directory: /tmp/git.n0JNeZ/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.672 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.672 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.676 | 56029 | Recursively removing directory: /tmp/git.KWBo5d/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.677 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.678 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.679 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.682 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.682 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.683 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.687 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.687 | 73050 | Added a new worker 14 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.687 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 73051 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.688 | 56025 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.689 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RZmJoK +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.689 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EWaUmp +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.689 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.696 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.697 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.699 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.701 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.702 | 73048 | Marked run 1442 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.703 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.710 | 73049 | Marked run 1443 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.710 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.721 | 56026 | Recursively removing directory: /tmp/git.RZmJoK/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.717 | 56029 | Recursively removing directory: /tmp/git.EWaUmp/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.719 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.719 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.722 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.722 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.724 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.727 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.729 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.729 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.732 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.733 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.733 | 73068 | Added a new worker 14 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.733 | 56025 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.733 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.733 | 56025 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.733 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.733 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o6zWkg +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.734 | 73069 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.734 | 56025 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.734 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.734 | 56025 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.735 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x7oL7Z +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.740 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.741 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.742 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.742 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.747 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.761 | 73066 | Marked run 1445 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.761 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.763 | 56026 | Recursively removing directory: /tmp/git.x7oL7Z/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.764 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.764 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.766 | 73067 | Marked run 1444 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.766 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.769 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.771 | 56029 | Recursively removing directory: /tmp/git.o6zWkg/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.772 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.772 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.773 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.773 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.776 | 73085 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.776 | 56025 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.776 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.776 | 56025 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.777 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.778 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gNvj6K +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.778 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.781 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.781 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.785 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.785 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.788 | 73087 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.788 | 56025 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.788 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.789 | 56025 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.789 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wmEn8m +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.789 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.797 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.798 | 73084 | Marked run 1447 as finished +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.799 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.800 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.803 | 73086 | Marked run 1446 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.803 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.810 | 56026 | Recursively removing directory: /tmp/git.gNvj6K/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.811 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.811 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.815 | 56029 | Recursively removing directory: /tmp/git.wmEn8m/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.816 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.820 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.820 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.817 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.817 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.821 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.824 | 73103 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.824 | 56025 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.824 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.824 | 56025 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.824 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.825 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BWBjfI +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.826 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.826 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.826 | 73105 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.826 | 56025 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.826 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.826 | 56025 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.826 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bLGAId +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.827 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.832 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.833 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.833 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.838 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.846 | 73104 | Marked run 1449 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.846 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.852 | 73102 | Marked run 1448 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.853 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.855 | 56029 | Recursively removing directory: /tmp/git.bLGAId/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.855 | 56026 | Recursively removing directory: /tmp/git.BWBjfI/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.857 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.857 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.857 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.857 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.861 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.862 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.865 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.865 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.865 | 73122 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.866 | 56025 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.866 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.866 | 56025 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.866 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CXOPVm +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.867 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.869 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.869 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.873 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.874 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.872 | 73123 | Added a new worker 12 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.875 | 56025 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.875 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.875 | 56025 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.875 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QbipA6 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.875 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.885 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.886 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.891 | 56026 | Recursively removing directory: /tmp/git.CXOPVm/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.895 | 73121 | Marked run 1451 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.895 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.898 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.903 | 73120 | Marked run 1450 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.903 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.904 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.904 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.904 | 73139 | Added a new worker 10 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.904 | 56025 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.904 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.904 | 56025 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.905 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NLobHH +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.905 | 56029 | Recursively removing directory: /tmp/git.QbipA6/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.906 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.906 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.906 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.910 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.911 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.917 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.923 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.924 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.925 | 73144 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.925 | 56025 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.925 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.925 | 56025 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.926 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zvFm2j +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.927 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.931 | 73138 | Marked run 1452 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.931 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.934 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.935 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.939 | 73142 | Marked run 1453 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.940 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.943 | 56026 | Recursively removing directory: /tmp/git.NLobHH/ +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.944 | 56026 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.944 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.949 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.953 | 56029 | Recursively removing directory: /tmp/git.zvFm2j/ +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.954 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.954 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.958 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.960 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.960 | 56026 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.961 | 73158 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.961 | 56025 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.961 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.962 | 56025 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.962 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.963 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B9Np4N +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.963 | 56029 | Waiting for a new command +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.963 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AqVlJl +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.963 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.963 | 73159 | Added a new worker 13 to the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.963 | 56025 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.963 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.963 | 56025 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.965 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.971 | 73156 | Marked run 1454 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.972 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.975 | 56026 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.975 | 56029 | Checking out revision HEAD +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.976 | 56029 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.976 | 56026 | Going to run: ./ci +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.990 | 56029 | Recursively removing directory: /tmp/git.AqVlJl/ +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.992 | 73157 | Marked run 1455 as finished +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.992 | 56023 | Waiting for new connections +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.992 | 56029 | Process exit code: 0 +2023-08-28 07:33:42 | INFO | 56029/cimple-worker: 2023-08-28 07:33:42.992 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:42 | INFO | 56023/cimple-server: 2023-08-28 07:33:42.997 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.001 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.002 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:42.999 | 56026 | Recursively removing directory: /tmp/git.B9Np4N/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.000 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.000 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.004 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.004 | 73175 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.004 | 56025 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.004 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.004 | 56025 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.004 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GURh3O +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.006 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.009 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.013 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.014 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.009 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.017 | 73177 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.017 | 56025 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.017 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.017 | 56025 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.017 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5RM5Zo +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.018 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.024 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.028 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.029 | 73174 | Marked run 1457 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.031 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.034 | 56029 | Recursively removing directory: /tmp/git.GURh3O/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.035 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.035 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.039 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.040 | 73176 | Marked run 1456 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.040 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.045 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 73193 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 56025 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.045 | 56025 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.046 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Svciuw +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.051 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.053 | 56026 | Recursively removing directory: /tmp/git.5RM5Zo/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.055 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.055 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.057 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.058 | 73192 | Marked run 1458 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.059 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.061 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.065 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.065 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.066 | 73198 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.066 | 56025 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.066 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.066 | 56025 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.067 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Bxu8c +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.068 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.072 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.073 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.080 | 56029 | Recursively removing directory: /tmp/git.Svciuw/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.081 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.081 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.086 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.087 | 73196 | Marked run 1459 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.088 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.091 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.091 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.096 | 73209 | Added a new worker 8 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.097 | 56025 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.097 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.097 | 56025 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.098 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.097 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k177m4 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.104 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.105 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.111 | 56026 | Recursively removing directory: /tmp/git.9Bxu8c/ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.111 | 73206 | Marked run 1460 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.112 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.113 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.113 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.117 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.122 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.122 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.123 | 73220 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.123 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iPSnA1 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.123 | 56025 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.123 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.123 | 56025 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.124 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.132 | 56029 | Recursively removing directory: /tmp/git.k177m4/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.134 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.134 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.135 | 73217 | Marked run 1461 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.135 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.137 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.138 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.139 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.144 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.148 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.149 | 73227 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.150 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zMtxPZ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.149 | 56025 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.149 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.150 | 56025 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.151 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.156 | 73222 | Marked run 1462 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.156 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.157 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.158 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.160 | 56026 | Recursively removing directory: /tmp/git.iPSnA1/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.161 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.161 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.166 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.170 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.172 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.178 | 73238 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.173 | 56029 | Recursively removing directory: /tmp/git.zMtxPZ/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.175 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.175 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.178 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.178 | 56025 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.178 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.178 | 56025 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.179 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FWikQy +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.180 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.184 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.186 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.187 | 73240 | Added a new worker 8 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.187 | 56025 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.187 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.187 | 56025 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.187 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iBW7be +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.188 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.189 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.190 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.206 | 73237 | Marked run 1463 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.206 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.209 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.210 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.216 | 73239 | Marked run 1464 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.216 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.217 | 56026 | Recursively removing directory: /tmp/git.FWikQy/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.218 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.218 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.222 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.226 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.226 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.227 | 56029 | Recursively removing directory: /tmp/git.iBW7be/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.229 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.229 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.232 | 73256 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.232 | 56025 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.232 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.232 | 56025 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.232 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WNoysj +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.233 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.234 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.237 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.238 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.239 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.239 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.243 | 73259 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.243 | 56025 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.243 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.243 | 56025 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.243 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xvjslu +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.244 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.245 | 73255 | Marked run 1465 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.245 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.249 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.251 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.254 | 73257 | Marked run 1466 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.254 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.258 | 56026 | Recursively removing directory: /tmp/git.WNoysj/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.259 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.259 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.263 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.266 | 56029 | Recursively removing directory: /tmp/git.xvjslu/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.267 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.267 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.269 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.269 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.269 | 73274 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.269 | 56025 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.269 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.269 | 56025 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.269 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NWRUC9 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.270 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.272 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.276 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.277 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.277 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.278 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.280 | 73277 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.280 | 56025 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.280 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.280 | 56025 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.280 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.280 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e6kpo1 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.285 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.286 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.297 | 73273 | Marked run 1467 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.298 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.298 | 56026 | Recursively removing directory: /tmp/git.NWRUC9/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.300 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.300 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.303 | 73275 | Marked run 1468 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.303 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.307 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.313 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.312 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.320 | 73292 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.320 | 56025 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.320 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.321 | 56025 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.321 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ShTk7h +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.322 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.326 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.327 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.321 | 56029 | Recursively removing directory: /tmp/git.e6kpo1/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.322 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.322 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.333 | 73291 | Marked run 1469 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.334 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.335 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.339 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.340 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.347 | 73299 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.348 | 56025 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.348 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.348 | 56025 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.348 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.348 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qKEnsU +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.349 | 56026 | Recursively removing directory: /tmp/git.ShTk7h/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.350 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.350 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.353 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.355 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.355 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.357 | 73295 | Marked run 1470 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.357 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.359 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.359 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.359 | 73304 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.359 | 56025 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.359 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.359 | 56025 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.360 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.360 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rThUzV +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.368 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.377 | 56029 | Recursively removing directory: /tmp/git.qKEnsU/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.379 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.379 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.382 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.384 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.388 | 73302 | Marked run 1471 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.388 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.391 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.391 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.398 | 73317 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.398 | 56025 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.398 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.398 | 56025 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.398 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EMofzw +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.399 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.400 | 56026 | Recursively removing directory: /tmp/git.rThUzV/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.401 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.401 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.403 | 73312 | Marked run 1472 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.403 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.405 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.407 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.409 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.410 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.410 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.412 | 73322 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.412 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3b1Nea +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.412 | 56025 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.412 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.412 | 56025 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.413 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.417 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.418 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.425 | 73320 | Marked run 1473 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.426 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.431 | 56029 | Recursively removing directory: /tmp/git.EMofzw/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.432 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.432 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.437 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.441 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.441 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.441 | 73337 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.441 | 56026 | Recursively removing directory: /tmp/git.3b1Nea/ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.441 | 56025 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.441 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.442 | 56025 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.442 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7uhkmn +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.443 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.443 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.445 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.447 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.454 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.455 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.456 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.460 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.460 | 73340 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.460 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.461 | 56025 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.461 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.461 | 56025 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.463 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iIEZjX +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.470 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.471 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.473 | 73336 | Marked run 1474 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.473 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.475 | 56029 | Recursively removing directory: /tmp/git.7uhkmn/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.476 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.476 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.478 | 73338 | Marked run 1475 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.478 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.480 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.485 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.485 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.485 | 73355 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.486 | 56025 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.486 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.486 | 56025 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.486 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.486 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1UT2eb +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.494 | 56026 | Recursively removing directory: /tmp/git.iIEZjX/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.496 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.496 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.500 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.501 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.501 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.506 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.507 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 73359 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 56025 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 56025 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 73349 | Marked run 1476 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.508 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.509 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F8tDbj +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.510 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.514 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.515 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.520 | 73356 | Marked run 1477 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.520 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.526 | 56029 | Recursively removing directory: /tmp/git.1UT2eb/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.527 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.527 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.533 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.538 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.539 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.540 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.534 | 56026 | Recursively removing directory: /tmp/git.F8tDbj/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.535 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.544 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.544 | 73373 | Added a new worker 14 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.545 | 56025 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.545 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.545 | 56025 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.545 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QLbihn +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.546 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.544 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.549 | 73375 | Added a new worker 8 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.549 | 56025 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.549 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.549 | 56025 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.550 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6SvWAM +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.551 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.551 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.552 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.557 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.559 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.559 | 73372 | Marked run 1478 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.559 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.564 | 73374 | Marked run 1479 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.565 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.569 | 56029 | Recursively removing directory: /tmp/git.QLbihn/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.571 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.571 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.576 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.577 | 56026 | Recursively removing directory: /tmp/git.6SvWAM/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.578 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.578 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.581 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.581 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.583 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.588 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.592 | 73391 | Added a new worker 15 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.592 | 56025 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.592 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.592 | 56025 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.592 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vhkg2S +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.594 | 73390 | Marked run 1480 as finished +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.596 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.596 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.596 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.597 | 73393 | Added a new worker 6 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.597 | 56025 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.597 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.597 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.597 | 56025 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.597 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NNlBgt +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.598 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.599 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.604 | 73392 | Marked run 1481 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.604 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.605 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.606 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.618 | 56029 | Recursively removing directory: /tmp/git.Vhkg2S/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.620 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.620 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.624 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.622 | 56026 | Recursively removing directory: /tmp/git.NNlBgt/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.623 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.623 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.632 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.632 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.632 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 73410 | Added a new worker 14 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 56025 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 56025 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.636 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.636 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.637 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GIEus4 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.640 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GpYpEZ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.640 | 73411 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.640 | 56025 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.640 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.640 | 56025 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.641 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.647 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.650 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.650 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.651 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.655 | 73408 | Marked run 1482 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.658 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.662 | 73409 | Marked run 1483 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.662 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.667 | 56026 | Recursively removing directory: /tmp/git.GpYpEZ/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.668 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.668 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.672 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.673 | 56029 | Recursively removing directory: /tmp/git.GIEus4/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.674 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.674 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.677 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.677 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.680 | 73427 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.680 | 56025 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.680 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.680 | 56025 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.680 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.681 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gt3RqW +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.687 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.688 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.688 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.688 | 73429 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.689 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.690 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.690 | 56025 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.690 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.690 | 56025 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.690 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.696 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rZEQqA +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.704 | 73426 | Marked run 1485 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.705 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.705 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.706 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.709 | 56026 | Recursively removing directory: /tmp/git.gt3RqW/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.710 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.710 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.714 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.720 | 73428 | Marked run 1484 as finished +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.720 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.720 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.722 | 56029 | Recursively removing directory: /tmp/git.rZEQqA/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.723 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.723 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.723 | 73445 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.724 | 56025 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.724 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.724 | 56025 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.725 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kq5MtC +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.726 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.728 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.732 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.732 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.733 | 73447 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.733 | 56025 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.733 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.733 | 56025 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.734 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.735 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hV9Xsb +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.736 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.737 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.740 | 73444 | Marked run 1486 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.740 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.743 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.744 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.751 | 73446 | Marked run 1487 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.752 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.756 | 56026 | Recursively removing directory: /tmp/git.kq5MtC/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.758 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.758 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.762 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.766 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.766 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.768 | 56029 | Recursively removing directory: /tmp/git.hV9Xsb/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.769 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.769 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.773 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.774 | 73463 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.774 | 56025 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.774 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.774 | 56025 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.774 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qX1Div +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.775 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.779 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.779 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.780 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.781 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.784 | 73465 | Added a new worker 13 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.784 | 56025 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.784 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.785 | 56025 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.785 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1tWw0A +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.785 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.786 | 73462 | Marked run 1488 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.786 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.791 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.792 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.798 | 56026 | Recursively removing directory: /tmp/git.qX1Div/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.800 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.800 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.800 | 73464 | Marked run 1489 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.800 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.804 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.808 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.808 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.813 | 56029 | Recursively removing directory: /tmp/git.1tWw0A/ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.813 | 73481 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.813 | 56025 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.813 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.813 | 56025 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.814 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.814 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.814 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qx9kTn +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.815 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.819 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.819 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.820 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.824 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.825 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.825 | 73484 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.825 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.825 | 56025 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.825 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.825 | 56025 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.826 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EcRbpg +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.828 | 73480 | Marked run 1490 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.829 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.833 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.834 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.841 | 73482 | Marked run 1491 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.842 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.847 | 56026 | Recursively removing directory: /tmp/git.Qx9kTn/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.848 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.848 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.850 | 56029 | Recursively removing directory: /tmp/git.EcRbpg/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.852 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.852 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.853 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.857 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.858 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.858 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.861 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 73500 | Added a new worker 14 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 73501 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.861 | 56025 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.861 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jezVLE +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.862 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3ZEAIG +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.873 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.873 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.874 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.875 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.880 | 73498 | Marked run 1492 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.881 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.885 | 73499 | Marked run 1493 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.885 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.889 | 56029 | Recursively removing directory: /tmp/git.jezVLE/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.890 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.890 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.894 | 56026 | Recursively removing directory: /tmp/git.3ZEAIG/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.895 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.895 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.899 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 73517 | Added a new worker 10 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 56025 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.899 | 56025 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.899 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZvpFHJ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.900 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.901 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.905 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.906 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.911 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.912 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.913 | 73516 | Marked run 1495 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.913 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.919 | 73520 | Added a new worker 7 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.919 | 56025 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.919 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.919 | 56025 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.919 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zU7KvA +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.920 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.926 | 73518 | Marked run 1494 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.927 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.929 | 56029 | Recursively removing directory: /tmp/git.ZvpFHJ/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.930 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.931 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.930 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.932 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.935 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.939 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.944 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.947 | 73535 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.948 | 56025 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.948 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.948 | 56025 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.948 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.949 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XBxSuK +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.950 | 56026 | Recursively removing directory: /tmp/git.zU7KvA/ +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.951 | 56026 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.951 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.956 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.959 | 56029 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.960 | 56026 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.960 | 73529 | Marked run 1496 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.960 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.960 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.961 | 56029 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.963 | 73537 | Added a new worker 12 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.963 | 56025 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.963 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.963 | 56025 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.964 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SbpdJx +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.964 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.970 | 56026 | Checking out revision HEAD +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.972 | 56026 | Going to run: ./ci +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.979 | 73536 | Marked run 1497 as finished +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.979 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.979 | 56029 | Recursively removing directory: /tmp/git.XBxSuK/ +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.981 | 56029 | Process exit code: 0 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.981 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.985 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.989 | 56029 | Waiting for a new command +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.996 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.997 | 56026 | Recursively removing directory: /tmp/git.SbpdJx/ +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.998 | 73553 | Added a new worker 11 to the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.998 | 56023 | Waiting for new connections +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.998 | 56025 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.998 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:43 | INFO | 56023/cimple-server: 2023-08-28 07:33:43.998 | 56025 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:43 | INFO | 56029/cimple-worker: 2023-08-28 07:33:43.999 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V3NUgT +2023-08-28 07:33:43 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.999 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:43.999 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.004 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.010 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.010 | 73550 | Marked run 1498 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.010 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.010 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.011 | 73555 | Added a new worker 6 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.011 | 56025 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.011 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.011 | 56025 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.011 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XyXMEO +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.013 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.013 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.014 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.016 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.017 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.027 | 73554 | Marked run 1499 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.027 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.029 | 56029 | Recursively removing directory: /tmp/git.V3NUgT/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.030 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.030 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.034 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.037 | 56026 | Recursively removing directory: /tmp/git.XyXMEO/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.039 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.039 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.038 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.044 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.044 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.045 | 73571 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.046 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1WEYkF +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.046 | 56025 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.046 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.046 | 56025 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.046 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.049 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.049 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.049 | 73573 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.050 | 56025 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.050 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.050 | 56025 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.050 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.051 | 73570 | Marked run 1500 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.052 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.052 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QMoBkq +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.053 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.054 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.062 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.064 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.067 | 73572 | Marked run 1501 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.068 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.080 | 56026 | Recursively removing directory: /tmp/git.QMoBkq/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.075 | 56029 | Recursively removing directory: /tmp/git.1WEYkF/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.077 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.077 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.082 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.082 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.082 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.086 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.086 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.087 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.090 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.090 | 73589 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.090 | 56025 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.090 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.091 | 56025 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.091 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.090 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.093 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1RNQfX +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.098 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.099 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.103 | 73591 | Added a new worker 9 to the queue +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.103 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DU37AH +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.103 | 56025 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.103 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.103 | 56025 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.105 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.106 | 73590 | Marked run 1503 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.107 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.111 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.112 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.118 | 56029 | Recursively removing directory: /tmp/git.1RNQfX/ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.119 | 73588 | Marked run 1502 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.120 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.120 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.120 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.125 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.129 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.129 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.136 | 73607 | Added a new worker 11 to the queue +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.135 | 56026 | Recursively removing directory: /tmp/git.DU37AH/ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.136 | 56025 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.136 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.136 | 56025 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.137 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.137 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TTDVvA +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.137 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.137 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.142 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.143 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.144 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.146 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.146 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.147 | 73606 | Marked run 1504 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.148 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.149 | 73610 | Added a new worker 6 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.149 | 56025 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.149 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.149 | 56025 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.149 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.149 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1kuVJJ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.154 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.155 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.161 | 73608 | Marked run 1505 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.162 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.168 | 56029 | Recursively removing directory: /tmp/git.TTDVvA/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.169 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.169 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.171 | 56026 | Recursively removing directory: /tmp/git.1kuVJJ/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.172 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.172 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.175 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.176 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.180 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 73627 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56025 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.180 | 56025 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.181 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5HvKew +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.186 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.186 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.186 | 73626 | Added a new worker 12 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.186 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.186 | 56025 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.186 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.187 | 56025 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.187 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.187 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.af3Yny +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.201 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.204 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.207 | 73625 | Marked run 1507 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.207 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.209 | 56026 | Recursively removing directory: /tmp/git.5HvKew/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.210 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.210 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.214 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.217 | 73624 | Marked run 1506 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.217 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.219 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.220 | 73643 | Added a new worker 8 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.220 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.220 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.220 | 56025 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.220 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.220 | 56025 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.221 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6hTx44 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.225 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.226 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.230 | 56029 | Recursively removing directory: /tmp/git.af3Yny/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.231 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.231 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.234 | 73638 | Marked run 1508 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.234 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.236 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.240 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.241 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.243 | 73652 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.243 | 56025 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.243 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.243 | 56025 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.244 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6IkJXZ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.245 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.247 | 56026 | Recursively removing directory: /tmp/git.6hTx44/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.248 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.248 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.253 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.254 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.255 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.257 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.257 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.260 | 73655 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.260 | 56025 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.260 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.260 | 56025 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.261 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aYvsGl +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.262 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.265 | 73647 | Marked run 1509 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.267 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.271 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.273 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.275 | 73653 | Marked run 1510 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.275 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.281 | 56029 | Recursively removing directory: /tmp/git.6IkJXZ/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.282 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.282 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.286 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.290 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.290 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.292 | 56026 | Recursively removing directory: /tmp/git.aYvsGl/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.293 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.294 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.296 | 73670 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.296 | 56025 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.296 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.297 | 56025 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.297 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.297 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oSfh5B +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.299 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.301 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.302 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.303 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.303 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.308 | 73673 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.308 | 56025 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.308 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.308 | 56025 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.309 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NiIKy7 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.309 | 73669 | Marked run 1511 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.309 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.310 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.319 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.320 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.323 | 56029 | Recursively removing directory: /tmp/git.oSfh5B/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.325 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.325 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.326 | 73671 | Marked run 1512 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.326 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.330 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.335 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.336 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.336 | 73688 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.336 | 56025 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.336 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.336 | 56025 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.337 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fQnysD +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.338 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.346 | 56026 | Recursively removing directory: /tmp/git.NiIKy7/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.348 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.348 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.350 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.351 | 73685 | Marked run 1513 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.351 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.352 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.352 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.356 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.357 | 73693 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.357 | 56025 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.357 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.357 | 56025 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.358 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.357 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.357 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yNv84g +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.363 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.363 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.373 | 73689 | Marked run 1514 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.373 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.373 | 56029 | Recursively removing directory: /tmp/git.fQnysD/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.374 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.374 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.381 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.385 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.385 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.381 | 56026 | Recursively removing directory: /tmp/git.yNv84g/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.382 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.382 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.387 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.390 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.390 | 73706 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.390 | 56025 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.390 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.390 | 56025 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.391 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qAuCfa +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.390 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.392 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.396 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.396 | 73708 | Added a new worker 8 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.397 | 56025 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.397 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.397 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.397 | 56025 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.397 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OrEq2w +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.398 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.401 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.402 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.411 | 73705 | Marked run 1515 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.412 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.417 | 73707 | Marked run 1516 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.417 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.418 | 56029 | Recursively removing directory: /tmp/git.qAuCfa/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.419 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.419 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.426 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.427 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.420 | 56026 | Recursively removing directory: /tmp/git.OrEq2w/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.422 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.422 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.431 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.431 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.432 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 73725 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 73726 | Added a new worker 15 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.432 | 56025 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.433 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.433 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JQkZs9 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.438 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.439 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.440 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QE0nKw +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.449 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.450 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.455 | 73724 | Marked run 1518 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.455 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.460 | 56026 | Recursively removing directory: /tmp/git.JQkZs9/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.461 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.461 | 56026 | Process output: 415086 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.465 | 73723 | Marked run 1517 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.466 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.466 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.471 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.471 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.473 | 56029 | Recursively removing directory: /tmp/git.QE0nKw/ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.473 | 73742 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.473 | 56025 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.473 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.474 | 56025 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.474 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.474 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.474 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.479 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.480 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A8I2AS +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.483 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.483 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.483 | 73744 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.483 | 56025 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.483 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.483 | 56025 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.483 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8cxqUN +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.484 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.487 | 73741 | Marked run 1520 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.488 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.490 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.490 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.501 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.502 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.506 | 56029 | Recursively removing directory: /tmp/git.8cxqUN/ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.506 | 73743 | Marked run 1519 as finished +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.507 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.507 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.508 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.514 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.518 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.519 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.519 | 73760 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.519 | 56025 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.519 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.519 | 56025 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.519 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o0MzMR +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.520 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.525 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.525 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.531 | 56026 | Recursively removing directory: /tmp/git.A8I2AS/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.535 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.543 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.543 | 73757 | Marked run 1522 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.543 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.545 | 56029 | Recursively removing directory: /tmp/git.o0MzMR/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.546 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.546 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 73769 | Added a new worker 8 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.548 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.548 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.arh7Wi +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 56025 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.548 | 56025 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.551 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.554 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.556 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.556 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.557 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.560 | 73771 | Added a new worker 12 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.560 | 56025 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.560 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.560 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.560 | 56025 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.561 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fUObD8 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.566 | 73768 | Marked run 1521 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.567 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.569 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.569 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.578 | 73770 | Marked run 1523 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.579 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.584 | 56029 | Recursively removing directory: /tmp/git.fUObD8/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.586 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.586 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.588 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.583 | 56026 | Recursively removing directory: /tmp/git.arh7Wi/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.584 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.584 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.590 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.593 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.594 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.594 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.594 | 73788 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 73789 | Added a new worker 15 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56025 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.595 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.595 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wLnUxk +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.594 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.596 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y1pjpt +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.604 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.604 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.605 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.606 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.616 | 73787 | Marked run 1525 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.616 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.620 | 73786 | Marked run 1524 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.620 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.623 | 56029 | Recursively removing directory: /tmp/git.wLnUxk/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.624 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.624 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.629 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.631 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.626 | 56026 | Recursively removing directory: /tmp/git.y1pjpt/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.627 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.627 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.634 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.634 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.636 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 73806 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 56025 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 56025 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.636 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.637 | 73807 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.637 | 56025 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.637 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.637 | 56025 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.637 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RnK1Nq +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.637 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d5CcbO +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.638 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.642 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.643 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.651 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.653 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.658 | 73804 | Marked run 1527 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.659 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.663 | 73805 | Marked run 1526 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.664 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.671 | 56029 | Recursively removing directory: /tmp/git.d5CcbO/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.673 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.673 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.675 | 56026 | Recursively removing directory: /tmp/git.RnK1Nq/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.676 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.676 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.677 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.680 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.682 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.682 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.684 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.684 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.684 | 73824 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.684 | 56025 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.684 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.684 | 56025 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.685 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.685 | 73825 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.685 | 56025 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.685 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.685 | 56025 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.685 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ruoQ6k +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.685 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1FK4hN +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.686 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.691 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.696 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.698 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.699 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.703 | 73822 | Marked run 1528 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.703 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.710 | 73823 | Marked run 1529 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.711 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.714 | 56029 | Recursively removing directory: /tmp/git.1FK4hN/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.716 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.716 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.720 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.721 | 56026 | Recursively removing directory: /tmp/git.ruoQ6k/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.722 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.722 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.724 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.725 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.728 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.732 | 73841 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.732 | 56025 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.732 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.732 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.732 | 56025 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.732 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CySKPa +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.733 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.734 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.734 | 73843 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.734 | 56025 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.734 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.734 | 56025 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.735 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.739 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.70teKR +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.740 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.742 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.743 | 73840 | Marked run 1530 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.744 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.747 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.749 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.765 | 56029 | Recursively removing directory: /tmp/git.CySKPa/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.766 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.766 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.769 | 56026 | Recursively removing directory: /tmp/git.70teKR/ +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.769 | 73842 | Marked run 1531 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.769 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.771 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.770 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.770 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.775 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.777 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.778 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.778 | 73860 | Added a new worker 12 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.778 | 56025 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.778 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.778 | 56025 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.778 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zk1pIT +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.779 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.783 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.783 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.788 | 73861 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.789 | 56025 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.789 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.789 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.789 | 56025 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.790 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IfdIRU +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.792 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.793 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.796 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.798 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.799 | 73858 | Marked run 1532 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.799 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.809 | 73859 | Marked run 1533 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.809 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.815 | 56029 | Recursively removing directory: /tmp/git.zk1pIT/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.816 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.816 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.817 | 56026 | Recursively removing directory: /tmp/git.IfdIRU/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.819 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.819 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.821 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.823 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.824 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.825 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.825 | 73878 | Added a new worker 12 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.825 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.825 | 56025 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.825 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.826 | 56025 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.826 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IeviJc +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.829 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.829 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.831 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.832 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.832 | 73879 | Added a new worker 12 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.832 | 56025 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.832 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.832 | 56025 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.833 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.833 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xMuKhX +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.845 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.846 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.848 | 73877 | Marked run 1535 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.848 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.853 | 73876 | Marked run 1534 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.854 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.854 | 56029 | Recursively removing directory: /tmp/git.IeviJc/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.856 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.856 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.860 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.865 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.866 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.866 | 73895 | Added a new worker 10 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.866 | 56025 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.866 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.866 | 56025 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.866 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZD8PHj +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.867 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.874 | 56026 | Recursively removing directory: /tmp/git.xMuKhX/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.875 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.875 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.877 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.879 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.879 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.883 | 73893 | Marked run 1536 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.885 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.885 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.885 | 73899 | Added a new worker 6 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.885 | 56025 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.885 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.886 | 56025 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.885 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.886 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hn0wT7 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.888 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.891 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.892 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.897 | 73896 | Marked run 1537 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.898 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.902 | 56029 | Recursively removing directory: /tmp/git.ZD8PHj/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.903 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.903 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.907 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.908 | 56026 | Recursively removing directory: /tmp/git.Hn0wT7/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.910 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.910 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.911 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.911 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.914 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.919 | 73913 | Added a new worker 13 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.919 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.919 | 56025 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.919 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.919 | 56025 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.920 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B8vn1v +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.920 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.921 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.924 | 73915 | Added a new worker 8 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.924 | 56025 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.924 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.924 | 56025 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.924 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.924 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.soUKD9 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.926 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.926 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.930 | 73912 | Marked run 1538 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.930 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.931 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.935 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.938 | 73914 | Marked run 1539 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.939 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.947 | 56029 | Recursively removing directory: /tmp/git.B8vn1v/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.948 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.948 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.951 | 56026 | Recursively removing directory: /tmp/git.soUKD9/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.952 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.952 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.952 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.956 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.958 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.958 | 56029 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.960 | 56026 | Waiting for a new command +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.960 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.960 | 73932 | Added a new worker 14 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.960 | 56025 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.960 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.960 | 56025 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.961 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fg9cGy +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 73933 | Added a new worker 15 to the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 56025 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 56025 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.961 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.961 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lSXtOt +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.967 | 56026 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.968 | 56029 | Checking out revision HEAD +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.969 | 56029 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.969 | 56026 | Going to run: ./ci +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.978 | 73930 | Marked run 1540 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.978 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.986 | 73931 | Marked run 1541 as finished +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.986 | 56023 | Waiting for new connections +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.990 | 56026 | Recursively removing directory: /tmp/git.lSXtOt/ +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.991 | 56026 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56026/cimple-worker: 2023-08-28 07:33:44.992 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.994 | 56029 | Recursively removing directory: /tmp/git.Fg9cGy/ +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.995 | 56029 | Process exit code: 0 +2023-08-28 07:33:44 | INFO | 56029/cimple-worker: 2023-08-28 07:33:44.995 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:44 | INFO | 56023/cimple-server: 2023-08-28 07:33:44.996 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.000 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.000 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.001 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.005 | 73950 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.005 | 56025 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.005 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.005 | 56025 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.005 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.006 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.006 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.006 | 73951 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.006 | 56025 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.006 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.006 | 56025 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.006 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dPq3vv +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.006 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DwXTZA +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.007 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.011 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.012 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.017 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.018 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.027 | 56029 | Recursively removing directory: /tmp/git.DwXTZA/ +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.027 | 73949 | Marked run 1542 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.028 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.029 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.029 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.032 | 73948 | Marked run 1543 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.033 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.034 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.039 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.040 | 56026 | Recursively removing directory: /tmp/git.dPq3vv/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.041 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.041 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.046 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.046 | 73967 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.046 | 56025 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.046 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.046 | 56025 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.048 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.040 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.047 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MaKMTV +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.050 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.050 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.052 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.053 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.057 | 73969 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.057 | 56025 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.057 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.058 | 56025 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.058 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gqQSku +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.059 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.064 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.065 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.068 | 73966 | Marked run 1545 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.068 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.073 | 73968 | Marked run 1544 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.073 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.077 | 56029 | Recursively removing directory: /tmp/git.MaKMTV/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.078 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.078 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.082 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.087 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.087 | 56026 | Recursively removing directory: /tmp/git.gqQSku/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.088 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.088 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.087 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.092 | 73985 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.092 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.093 | 56025 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.093 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.093 | 56025 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.093 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.euOMn7 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.098 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.098 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.101 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.101 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.103 | 73987 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.103 | 56025 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.103 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.103 | 56025 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.103 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vQOAEY +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.104 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.107 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.117 | 73984 | Marked run 1546 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.117 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.118 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.119 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.121 | 73986 | Marked run 1547 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.122 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.128 | 56029 | Recursively removing directory: /tmp/git.euOMn7/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.129 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.129 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.133 | 56026 | Recursively removing directory: /tmp/git.vQOAEY/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.134 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.134 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.137 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.138 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.138 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.139 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.143 | 74003 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.144 | 56025 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.144 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.144 | 56025 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.143 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.145 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.148 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5IVwk4 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.153 | 74005 | Added a new worker 9 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.153 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.153 | 56025 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.153 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.153 | 56025 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.154 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BzOGQs +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.158 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.159 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.162 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.163 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.165 | 74002 | Marked run 1548 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.165 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.170 | 74004 | Marked run 1549 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.170 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.174 | 56029 | Recursively removing directory: /tmp/git.5IVwk4/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.175 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.175 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.179 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.181 | 56026 | Recursively removing directory: /tmp/git.BzOGQs/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.182 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.182 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.184 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.184 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.187 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.188 | 74021 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.188 | 56025 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.188 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.188 | 56025 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.189 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RL4bzR +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.190 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.191 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.191 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.197 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.197 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.198 | 74023 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.198 | 56025 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.198 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.198 | 56025 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.198 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fVxBHO +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.198 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.216 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.217 | 74020 | Marked run 1550 as finished +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.218 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.218 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.222 | 74022 | Marked run 1551 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.223 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.225 | 56029 | Recursively removing directory: /tmp/git.RL4bzR/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.226 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.226 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.231 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.233 | 56026 | Recursively removing directory: /tmp/git.fVxBHO/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.235 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.235 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.236 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.236 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.239 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.239 | 74039 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.240 | 56025 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.240 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.240 | 56025 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.240 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ND0EJ6 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.241 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.244 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.244 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.249 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.249 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.250 | 74041 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.250 | 56025 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.250 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.250 | 56025 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.250 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cp0nlN +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.251 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.259 | 74038 | Marked run 1552 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.259 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.260 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.262 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.264 | 74040 | Marked run 1553 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.265 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.268 | 56029 | Recursively removing directory: /tmp/git.ND0EJ6/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.269 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.269 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.273 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.277 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.278 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.278 | 56026 | Recursively removing directory: /tmp/git.cp0nlN/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.280 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.280 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.282 | 74057 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.282 | 56025 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.282 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.282 | 56025 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.282 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qSTgfK +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.283 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.284 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.288 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.288 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.289 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.290 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.292 | 74059 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.292 | 56025 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.292 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.293 | 56025 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.293 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.293 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ib8GVE +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.299 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.301 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.304 | 74056 | Marked run 1554 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.304 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.309 | 74058 | Marked run 1555 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.309 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.315 | 56029 | Recursively removing directory: /tmp/git.qSTgfK/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.317 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.317 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.321 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.325 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.325 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.326 | 74075 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.326 | 56025 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.326 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.326 | 56025 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.322 | 56026 | Recursively removing directory: /tmp/git.Ib8GVE/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.323 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.323 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.326 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4NvfBM +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.327 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.328 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.331 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.332 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.334 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.336 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.341 | 74078 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.343 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5McIn1 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.342 | 56025 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.343 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.343 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.343 | 56025 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.350 | 74074 | Marked run 1556 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.351 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.352 | 56029 | Recursively removing directory: /tmp/git.4NvfBM/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.353 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.353 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.353 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.354 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.357 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.361 | 74076 | Marked run 1557 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.362 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.363 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.364 | 74093 | Added a new worker 9 to the queue +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.364 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.365 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.16GZ4e +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.365 | 56025 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.365 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.365 | 56025 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.365 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.369 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.370 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.380 | 56026 | Recursively removing directory: /tmp/git.5McIn1/ +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.382 | 74086 | Marked run 1558 as finished +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.382 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.382 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.382 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.386 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.391 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.391 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.391 | 56029 | Recursively removing directory: /tmp/git.16GZ4e/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.393 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.393 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.397 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.402 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.403 | 74101 | Marked run 1559 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.403 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.403 | 74104 | Added a new worker 6 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.404 | 56025 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.404 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.404 | 56025 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.404 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.403 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.404 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nIOjG2 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.405 | 74102 | Added a new worker 6 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.405 | 56025 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.405 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.405 | 56025 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.405 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.405 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JNrfAT +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.410 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.411 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.414 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.415 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.420 | 74103 | Marked run 1560 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.420 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.428 | 56026 | Recursively removing directory: /tmp/git.JNrfAT/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.429 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.429 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.433 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.435 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.430 | 56029 | Recursively removing directory: /tmp/git.nIOjG2/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.431 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.431 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.438 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.439 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.440 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 74121 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 74122 | Added a new worker 15 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56025 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.440 | 56025 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.441 | 56025 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.441 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.441 | 56025 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.441 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a8IIoZ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.441 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FJelgL +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.448 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.449 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.449 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.449 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.462 | 74120 | Marked run 1561 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.463 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.466 | 74119 | Marked run 1562 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.466 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.469 | 56029 | Recursively removing directory: /tmp/git.FJelgL/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.470 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.470 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.474 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.477 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.479 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.479 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.471 | 56026 | Recursively removing directory: /tmp/git.a8IIoZ/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.473 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.473 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 74139 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.481 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56025 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56025 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 74140 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.481 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.482 | 56025 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.482 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.482 | 56025 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.482 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oSEKed +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.482 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QTG5Mx +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.487 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.488 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.501 | 56029 | Recursively removing directory: /tmp/git.QTG5Mx/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.503 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.503 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.502 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.503 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.507 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.508 | 74138 | Marked run 1563 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.508 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.511 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 74137 | Marked run 1564 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 74152 | Added a new worker 6 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 56025 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.512 | 56025 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.513 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hppYWD +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.516 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.518 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.519 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.525 | 74149 | Marked run 1565 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.526 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.530 | 56026 | Recursively removing directory: /tmp/git.oSEKed/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.531 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.531 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.538 | 56029 | Recursively removing directory: /tmp/git.hppYWD/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.539 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.539 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.543 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.543 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.543 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.544 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.548 | 74165 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.549 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tmdEeu +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.549 | 56025 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.549 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.549 | 56025 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.549 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.552 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.553 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.553 | 74167 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.553 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.553 | 56025 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.553 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.553 | 56025 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.554 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.USmEOs +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.555 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.556 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.558 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.562 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.571 | 56026 | Recursively removing directory: /tmp/git.tmdEeu/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.572 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.572 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.575 | 74164 | Marked run 1566 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.576 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.577 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.581 | 74166 | Marked run 1567 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.581 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.581 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.582 | 74179 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.582 | 56025 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.582 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.582 | 56025 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.583 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hlUG2X +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.583 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.587 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.588 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.594 | 74177 | Marked run 1568 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.595 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.599 | 56029 | Recursively removing directory: /tmp/git.USmEOs/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.600 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.600 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.604 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.605 | 56026 | Recursively removing directory: /tmp/git.hlUG2X/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.606 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.606 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.608 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.608 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.610 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.612 | 74192 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.612 | 56025 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.612 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.612 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.613 | 56025 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.613 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LqE2ZS +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.615 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.615 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.618 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.619 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.622 | 74194 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.623 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S5bjLA +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.623 | 56025 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.623 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.623 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.623 | 56025 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.633 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.633 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.637 | 74193 | Marked run 1570 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.637 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.641 | 74191 | Marked run 1569 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.641 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.643 | 56029 | Recursively removing directory: /tmp/git.LqE2ZS/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.644 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.644 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.648 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.653 | 56026 | Recursively removing directory: /tmp/git.S5bjLA/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.655 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.655 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.655 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.656 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.660 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.664 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.665 | 74210 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.666 | 56025 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.666 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.666 | 56025 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.666 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.667 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.668 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WvmZU4 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.671 | 74212 | Added a new worker 9 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.672 | 56025 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.672 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.672 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.672 | 56025 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.672 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hvhnqw +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.677 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.678 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.680 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.680 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.684 | 74209 | Marked run 1571 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.684 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.690 | 74211 | Marked run 1572 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.691 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.697 | 56029 | Recursively removing directory: /tmp/git.WvmZU4/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.699 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.699 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.703 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.703 | 56026 | Recursively removing directory: /tmp/git.Hvhnqw/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.704 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.704 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.709 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.711 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.712 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.712 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.712 | 74230 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.712 | 56025 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.712 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.712 | 56025 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.713 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ukhDS +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.713 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.714 | 74229 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.714 | 56025 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.714 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.714 | 56025 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.714 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4Csa8x +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.715 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.717 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.719 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.720 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.729 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.733 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.735 | 56026 | Recursively removing directory: /tmp/git.0ukhDS/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.737 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.737 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.739 | 74228 | Marked run 1574 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.740 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.742 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.746 | 74227 | Marked run 1573 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.746 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.747 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.747 | 74246 | Added a new worker 8 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.747 | 56025 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.747 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.747 | 56025 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.747 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.747 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oSTPVm +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.750 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.752 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.753 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.760 | 74241 | Marked run 1575 as finished +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.761 | 56029 | Recursively removing directory: /tmp/git.4Csa8x/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.762 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.762 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.761 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.766 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.775 | 56026 | Recursively removing directory: /tmp/git.oSTPVm/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.777 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.777 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.780 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.781 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.781 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.781 | 74255 | Added a new worker 12 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.782 | 56025 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.782 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.782 | 56025 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.782 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.boFgoc +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.785 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.790 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.792 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.793 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.793 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.794 | 74257 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.795 | 56025 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.795 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.795 | 56025 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.795 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h1e4II +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.796 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.804 | 74254 | Marked run 1576 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.804 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.804 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.805 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.809 | 74256 | Marked run 1577 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.810 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.815 | 56029 | Recursively removing directory: /tmp/git.boFgoc/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.816 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.816 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.822 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.826 | 56026 | Recursively removing directory: /tmp/git.h1e4II/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.827 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.827 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.828 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.832 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.832 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.835 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.835 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.836 | 74273 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.836 | 56025 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.836 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.836 | 56025 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.837 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hly9Hl +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.838 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.844 | 74275 | Added a new worker 9 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.844 | 56025 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.844 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.845 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.845 | 56025 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.845 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.845 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lxd0Cp +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.846 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.855 | 74272 | Marked run 1578 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.855 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.859 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.861 | 74274 | Marked run 1579 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.861 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.867 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.861 | 56029 | Recursively removing directory: /tmp/git.Hly9Hl/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.862 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.862 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.862 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.871 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.872 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.872 | 74291 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.873 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EFdbhq +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.873 | 56025 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.873 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.873 | 56025 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.874 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.878 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.881 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.891 | 56026 | Recursively removing directory: /tmp/git.lxd0Cp/ +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.888 | 74286 | Marked run 1580 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.891 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.892 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.892 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.897 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.901 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.902 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.908 | 74300 | Added a new worker 10 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.909 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.909 | 56025 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.909 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.909 | 56025 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.909 | 56029 | Recursively removing directory: /tmp/git.EFdbhq/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.910 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.910 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.910 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8rthg +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.914 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.916 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.917 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.919 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.920 | 74303 | Added a new worker 13 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.920 | 56025 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.920 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.920 | 56025 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.920 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.921 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.921 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oq0l5e +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.922 | 74299 | Marked run 1581 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.922 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.933 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.934 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.936 | 74301 | Marked run 1582 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.936 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.943 | 56026 | Recursively removing directory: /tmp/git.t8rthg/ +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.945 | 56026 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.945 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.951 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.953 | 56029 | Recursively removing directory: /tmp/git.oq0l5e/ +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.954 | 56029 | Process exit code: 0 +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.954 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.957 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.958 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.959 | 56026 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.963 | 56029 | Waiting for a new command +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.963 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.963 | 74318 | Added a new worker 14 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.968 | 56025 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.968 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.968 | 56025 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.968 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iTRcXS +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.970 | 74320 | Added a new worker 15 to the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.971 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.972 | 56025 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.972 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.972 | 56025 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.972 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.972 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aWOgPX +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.976 | 56026 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.976 | 56026 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.979 | 56029 | Checking out revision HEAD +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.980 | 56029 | Going to run: ./ci +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.983 | 74317 | Marked run 1583 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.984 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.987 | 74319 | Marked run 1584 as finished +2023-08-28 07:33:45 | INFO | 56023/cimple-server: 2023-08-28 07:33:45.987 | 56023 | Waiting for new connections +2023-08-28 07:33:45 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.995 | 56029 | Recursively removing directory: /tmp/git.aWOgPX/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.996 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:45.996 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.996 | 56026 | Recursively removing directory: /tmp/git.iTRcXS/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.998 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:45.998 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.001 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.005 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.006 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.011 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.011 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.011 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.011 | 74336 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.011 | 56025 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.011 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.011 | 56025 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.012 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XvBm7x +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.012 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.016 | 74338 | Added a new worker 8 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.017 | 56025 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.017 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.017 | 56025 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.017 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.017 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BOqyyM +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.018 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.019 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.025 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.026 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.028 | 74335 | Marked run 1586 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.029 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.033 | 74337 | Marked run 1585 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.033 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.039 | 56029 | Recursively removing directory: /tmp/git.XvBm7x/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.040 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.040 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.044 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.047 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.049 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.052 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.042 | 56026 | Recursively removing directory: /tmp/git.BOqyyM/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.043 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.043 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.053 | 74355 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.053 | 56025 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.053 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.053 | 56025 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.053 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.053 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uG07JS +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.055 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.055 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.055 | 74356 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.055 | 56025 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.055 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.055 | 56025 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.055 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Stjnd +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.056 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.061 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.063 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.064 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.062 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.079 | 74354 | Marked run 1588 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.079 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.083 | 74353 | Marked run 1587 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.084 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.091 | 56029 | Recursively removing directory: /tmp/git.uG07JS/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.092 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.092 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.088 | 56026 | Recursively removing directory: /tmp/git.8Stjnd/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.090 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.090 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.096 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.097 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.100 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.100 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.100 | 74373 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.101 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.103 | 56025 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.103 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.103 | 56025 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.104 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BBx2Vb +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.108 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.111 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.114 | 74371 | Marked run 1589 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.114 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.109 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.117 | 74374 | Added a new worker 6 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.117 | 56025 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.117 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.117 | 56025 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.117 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.116 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.117 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZoR8SX +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.129 | 74372 | Marked run 1590 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.130 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.131 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.133 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.132 | 56029 | Recursively removing directory: /tmp/git.BBx2Vb/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.133 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.133 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.138 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.142 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.142 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.147 | 74390 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.147 | 56026 | Recursively removing directory: /tmp/git.ZoR8SX/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.149 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.149 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.150 | 56025 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.150 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.150 | 56025 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.150 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.150 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hTZGXg +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.153 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.157 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.158 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 74384 | Marked run 1591 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 74392 | Added a new worker 6 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 56025 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.160 | 56025 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.160 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.djLZiy +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.160 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.162 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.162 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.165 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.166 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.176 | 74391 | Marked run 1592 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.177 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.181 | 56026 | Recursively removing directory: /tmp/git.djLZiy/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.182 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.182 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.186 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.189 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.191 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.191 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.184 | 56029 | Recursively removing directory: /tmp/git.hTZGXg/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.186 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.186 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 74409 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 74410 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.194 | 56025 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.194 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.194 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HueCVb +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.195 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.195 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4EAYp2 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.196 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.201 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.202 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.201 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.205 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.211 | 74407 | Marked run 1594 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.213 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.219 | 74408 | Marked run 1593 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.219 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.223 | 56029 | Recursively removing directory: /tmp/git.HueCVb/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.224 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.224 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.226 | 56026 | Recursively removing directory: /tmp/git.4EAYp2/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.228 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.228 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.228 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.232 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.232 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zvr7Hx +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.232 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.232 | 74426 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.232 | 56025 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.232 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.232 | 56025 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.233 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.233 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.237 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.238 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.238 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.238 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.240 | 74428 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.246 | 56025 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.246 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.246 | 56025 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.246 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.246 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1nC4xO +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.252 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.255 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.256 | 74427 | Marked run 1595 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.256 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.260 | 74425 | Marked run 1596 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.261 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.264 | 56029 | Recursively removing directory: /tmp/git.Zvr7Hx/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.265 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.265 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.269 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.273 | 56026 | Recursively removing directory: /tmp/git.1nC4xO/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.274 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.274 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.274 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.274 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.276 | 74444 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.276 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.276 | 56025 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.276 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.276 | 56025 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.277 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f5xq7r +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.279 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.283 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.283 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.283 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.284 | 74446 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.284 | 56025 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.284 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.284 | 56025 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.284 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5lzjv3 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.285 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.285 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.290 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.291 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.301 | 74443 | Marked run 1597 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.302 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.305 | 56029 | Recursively removing directory: /tmp/git.f5xq7r/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.306 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.306 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.309 | 74445 | Marked run 1598 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.309 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.311 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.317 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.319 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.320 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.314 | 56026 | Recursively removing directory: /tmp/git.5lzjv3/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.315 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.315 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.324 | 74462 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.325 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.325 | 56025 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.325 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.325 | 56025 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.325 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.izodpn +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.329 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.329 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.330 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.331 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.334 | 74464 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.334 | 56025 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.334 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.334 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.334 | 56025 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.335 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lNTLmC +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.340 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.341 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.344 | 74461 | Marked run 1599 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.344 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.349 | 74463 | Marked run 1600 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.349 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.351 | 56029 | Recursively removing directory: /tmp/git.izodpn/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.353 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.353 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.357 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.362 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.362 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.357 | 56026 | Recursively removing directory: /tmp/git.lNTLmC/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.358 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.358 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.363 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.367 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.367 | 74480 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.367 | 56025 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.367 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.367 | 56025 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.368 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vFSs6g +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.367 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.368 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.372 | 74482 | Added a new worker 8 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.372 | 56025 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.372 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.372 | 56025 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.372 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AEPq7T +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.373 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.374 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.376 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.379 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.381 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.386 | 74479 | Marked run 1601 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.387 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.391 | 74481 | Marked run 1602 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.393 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.394 | 56029 | Recursively removing directory: /tmp/git.vFSs6g/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.396 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.396 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.401 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.405 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.405 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.409 | 56026 | Recursively removing directory: /tmp/git.AEPq7T/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.410 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.410 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.410 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XcgbTA +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.410 | 74498 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.410 | 56025 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.410 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.410 | 56025 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.412 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.415 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.416 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.417 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.419 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.419 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.424 | 74501 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.424 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.424 | 56025 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.425 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.425 | 56025 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.425 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HEyPpI +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.425 | 74497 | Marked run 1603 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.426 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.433 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.434 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.439 | 74499 | Marked run 1604 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.440 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.444 | 56029 | Recursively removing directory: /tmp/git.XcgbTA/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.445 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.445 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.450 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.454 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.455 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.448 | 56026 | Recursively removing directory: /tmp/git.HEyPpI/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.449 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.449 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.458 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.458 | 74518 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.458 | 56025 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.458 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.458 | 56025 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.458 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.458 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ip0dL5 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.459 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.459 | 74517 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.459 | 56025 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.459 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.459 | 56025 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.460 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.460 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dNhZrB +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.460 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.467 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.468 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.469 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.470 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.475 | 74515 | Marked run 1605 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.475 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.480 | 74516 | Marked run 1606 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.480 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.488 | 56026 | Recursively removing directory: /tmp/git.ip0dL5/ +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.493 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.494 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.489 | 56029 | Recursively removing directory: /tmp/git.dNhZrB/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.490 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.490 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.489 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.489 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.498 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.498 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 74535 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 56025 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 56025 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.499 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.499 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.500 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nOIc2O +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.505 | 74536 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.505 | 56025 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.505 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.505 | 56025 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.505 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nR8zo0 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.507 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.511 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.511 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.512 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.512 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.521 | 74533 | Marked run 1607 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.522 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.526 | 74534 | Marked run 1608 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.526 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.532 | 56029 | Recursively removing directory: /tmp/git.nR8zo0/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.534 | 56026 | Recursively removing directory: /tmp/git.nOIc2O/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.535 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.535 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.538 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.539 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.534 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.534 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.543 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.544 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 74554 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 56025 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.544 | 56025 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.545 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ivDVt7 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.552 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.552 | 74553 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.552 | 56025 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.552 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.552 | 56025 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.552 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XndvLh +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.553 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.559 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.560 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.561 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.562 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.562 | 74551 | Marked run 1610 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.563 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.567 | 74552 | Marked run 1609 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.568 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.574 | 56026 | Recursively removing directory: /tmp/git.ivDVt7/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.575 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.575 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.580 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.586 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.586 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.582 | 56029 | Recursively removing directory: /tmp/git.XndvLh/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.583 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.583 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.586 | 74570 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.586 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.587 | 56025 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.587 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.587 | 56025 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.587 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MSolMS +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.588 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.592 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.592 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.603 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.604 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 74575 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 74569 | Marked run 1611 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 56025 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.605 | 56025 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.606 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Fbm0e +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.606 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.613 | 74571 | Marked run 1612 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.613 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.613 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.614 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.618 | 56026 | Recursively removing directory: /tmp/git.MSolMS/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.621 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.621 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.626 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.630 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.631 | 56029 | Recursively removing directory: /tmp/git.5Fbm0e/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.630 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.632 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.632 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.636 | 74588 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.637 | 56025 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.637 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.637 | 56025 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.637 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H3mKWX +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.638 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.638 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.642 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.643 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.644 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.644 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.650 | 74590 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.650 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.650 | 56025 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.650 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.651 | 56025 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.651 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hokOtp +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.659 | 74587 | Marked run 1613 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.659 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.660 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.660 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.672 | 74589 | Marked run 1614 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.673 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.678 | 56029 | Recursively removing directory: /tmp/git.hokOtp/ +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.684 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.679 | 56026 | Recursively removing directory: /tmp/git.H3mKWX/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.680 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.680 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.680 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.680 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.685 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.689 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.689 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.689 | 74607 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.689 | 56025 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.689 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.689 | 56025 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.689 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NYxyB4 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.690 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.698 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.699 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.700 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.700 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.701 | 74608 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.701 | 56025 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.701 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.701 | 56025 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.701 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lY3s3R +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.702 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.708 | 74606 | Marked run 1615 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.709 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.713 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.714 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.714 | 74605 | Marked run 1616 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.715 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.724 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.719 | 56026 | Recursively removing directory: /tmp/git.NYxyB4/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.720 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.720 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.729 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.729 | 74624 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.729 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.729 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.731 | 56025 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.731 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.731 | 56025 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.731 | 56029 | Recursively removing directory: /tmp/git.lY3s3R/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.732 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CgmzuN +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.733 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.733 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.737 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.740 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.741 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.742 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.742 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.742 | 74627 | Added a new worker 13 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.742 | 56025 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.742 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.742 | 56025 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.743 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.743 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mGyIB0 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.747 | 74623 | Marked run 1617 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.748 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.749 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.750 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.755 | 74625 | Marked run 1618 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.756 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.762 | 56026 | Recursively removing directory: /tmp/git.CgmzuN/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.764 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.764 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.772 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.772 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.772 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.774 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.766 | 56029 | Recursively removing directory: /tmp/git.mGyIB0/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.767 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.767 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.779 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.779 | 74643 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.779 | 56025 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.779 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.780 | 56025 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.780 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i9sscW +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.780 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.779 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.781 | 74644 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.781 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.782 | 56025 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.782 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.782 | 56025 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.782 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2KUtT9 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.785 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.789 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.792 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.793 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.797 | 74641 | Marked run 1619 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.797 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.802 | 74642 | Marked run 1620 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.802 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.806 | 56026 | Recursively removing directory: /tmp/git.i9sscW/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.807 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.807 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.815 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.815 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.815 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.815 | 74660 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.815 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.811 | 56029 | Recursively removing directory: /tmp/git.2KUtT9/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.812 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.812 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.816 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ddyz0a +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.816 | 56025 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.816 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.816 | 56025 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.817 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.821 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.822 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.822 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.822 | 74662 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.822 | 56025 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.822 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.822 | 56025 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.822 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.823 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mc0H3M +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.824 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.827 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.828 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.840 | 74659 | Marked run 1621 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.841 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.847 | 74661 | Marked run 1622 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.847 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.850 | 56029 | Recursively removing directory: /tmp/git.mc0H3M/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.851 | 56026 | Recursively removing directory: /tmp/git.Ddyz0a/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.853 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.853 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.856 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.857 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.851 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.852 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.861 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.861 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.861 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.861 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 74679 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 74680 | Added a new worker 10 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.862 | 56025 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.863 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mTQEam +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.863 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jKlUEC +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.864 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.873 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.873 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.873 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.874 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.886 | 74678 | Marked run 1623 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.887 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.891 | 74677 | Marked run 1624 as finished +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.892 | 56026 | Recursively removing directory: /tmp/git.jKlUEC/ +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.892 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.894 | 56029 | Recursively removing directory: /tmp/git.mTQEam/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.895 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.895 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.898 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.900 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.902 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.902 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 74697 | Added a new worker 14 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 74698 | Added a new worker 15 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.904 | 56025 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.903 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.904 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sknqud +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.905 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.905 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0vtupA +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.909 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.912 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.913 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.913 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.924 | 74695 | Marked run 1626 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.925 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.929 | 74696 | Marked run 1625 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.929 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.930 | 56026 | Recursively removing directory: /tmp/git.0vtupA/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.931 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.931 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.937 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.941 | 56029 | Recursively removing directory: /tmp/git.sknqud/ +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.942 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.942 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.943 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.946 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.946 | 56026 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.948 | 74714 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.948 | 56025 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.948 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.948 | 56025 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.949 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Huyo2g +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.950 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.950 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.950 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.950 | 74716 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.951 | 56025 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.951 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.951 | 56025 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.951 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zFV8eW +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.951 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.955 | 56029 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.956 | 56029 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.960 | 56026 | Checking out revision HEAD +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.961 | 56026 | Going to run: ./ci +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.969 | 74713 | Marked run 1627 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.970 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.973 | 56029 | Recursively removing directory: /tmp/git.zFV8eW/ +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.975 | 74715 | Marked run 1628 as finished +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.975 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.976 | 56029 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.976 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.980 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.983 | 56026 | Recursively removing directory: /tmp/git.Huyo2g/ +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.984 | 56026 | Process exit code: 0 +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.984 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.985 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.988 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.989 | 56029 | Waiting for a new command +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.989 | 74732 | Added a new worker 12 to the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.989 | 56025 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.989 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.989 | 56025 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:46 | INFO | 56029/cimple-worker: 2023-08-28 07:33:46.989 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sTVy6I +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.990 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56023/cimple-server: 2023-08-28 07:33:46.993 | 56023 | Waiting for new connections +2023-08-28 07:33:46 | INFO | 56026/cimple-worker: 2023-08-28 07:33:46.993 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.001 | 74734 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.001 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.002 | 56025 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.002 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.002 | 56025 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.002 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JCniAC +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.004 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.006 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.007 | 74733 | Marked run 1629 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.008 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.008 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.009 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.014 | 74731 | Marked run 1630 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.014 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.020 | 56029 | Recursively removing directory: /tmp/git.sTVy6I/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.022 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.022 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.026 | 56026 | Recursively removing directory: /tmp/git.JCniAC/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.026 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.028 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.028 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.031 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.031 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.033 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.036 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.036 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.036 | 74750 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.037 | 56025 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.037 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.037 | 56025 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.037 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2h2LD8 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.038 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.039 | 74752 | Added a new worker 8 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.039 | 56025 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.039 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.039 | 56025 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.039 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rUf4xV +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.040 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.045 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.046 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.046 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.047 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.055 | 74749 | Marked run 1631 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.056 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.059 | 74751 | Marked run 1632 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.060 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.066 | 56026 | Recursively removing directory: /tmp/git.rUf4xV/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.067 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.067 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.068 | 56029 | Recursively removing directory: /tmp/git.2h2LD8/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.072 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.069 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.069 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.074 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.077 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.077 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.077 | 74769 | Added a new worker 12 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.077 | 56025 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.077 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.077 | 56025 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.078 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZA3uxy +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.078 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.079 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.083 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.084 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.088 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.088 | 74770 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.088 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.089 | 56025 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.089 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.089 | 56025 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.089 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NLickr +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.101 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.102 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.110 | 56026 | Recursively removing directory: /tmp/git.ZA3uxy/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.111 | 74767 | Marked run 1634 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.111 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.112 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.112 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.116 | 74768 | Marked run 1633 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.117 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.117 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.121 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.121 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.126 | 56029 | Recursively removing directory: /tmp/git.NLickr/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.128 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.128 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.126 | 74786 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.126 | 56025 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.126 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.126 | 56025 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.126 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cFTYMK +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.129 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.134 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.135 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.136 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.140 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.140 | 74785 | Marked run 1635 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.144 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.146 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.146 | 74789 | Added a new worker 6 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.146 | 56025 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.146 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.146 | 56025 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.147 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JFzbju +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.148 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.154 | 74787 | Marked run 1636 as finished +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.154 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.155 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.155 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.158 | 56026 | Recursively removing directory: /tmp/git.cFTYMK/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.159 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.159 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.163 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.167 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.168 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.169 | 56029 | Recursively removing directory: /tmp/git.JFzbju/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.171 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.171 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.171 | 74804 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.171 | 56025 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.171 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.171 | 56025 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.171 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O4VGfj +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.172 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.175 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.179 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.179 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.179 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.181 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.182 | 74806 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.182 | 56025 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.182 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.182 | 56025 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.182 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.usM9PK +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.183 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.189 | 74803 | Marked run 1637 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.190 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.190 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.191 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.200 | 74805 | Marked run 1638 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.200 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.206 | 56026 | Recursively removing directory: /tmp/git.O4VGfj/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.208 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.208 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.211 | 56029 | Recursively removing directory: /tmp/git.usM9PK/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.212 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.212 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.213 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.218 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.219 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.220 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.222 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.222 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x0uu7B +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 74823 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 74824 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.222 | 56025 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.223 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.224 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hZQ10g +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.230 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.230 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.235 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.236 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.243 | 74821 | Marked run 1639 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.243 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.250 | 56029 | Recursively removing directory: /tmp/git.x0uu7B/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.251 | 74822 | Marked run 1640 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.252 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.252 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.252 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.256 | 56026 | Recursively removing directory: /tmp/git.hZQ10g/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.257 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.257 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.260 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.260 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.261 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.261 | 74840 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.261 | 56025 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.261 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.261 | 56025 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.261 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pib60V +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.262 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.263 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.267 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.267 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.268 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.267 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.272 | 74842 | Added a new worker 12 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.272 | 56025 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.272 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.273 | 56025 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.273 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ailKf +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.273 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.282 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.283 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.286 | 74841 | Marked run 1641 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.286 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.290 | 74839 | Marked run 1642 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.291 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.294 | 56029 | Recursively removing directory: /tmp/git.Pib60V/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.295 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.295 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.301 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.302 | 56026 | Recursively removing directory: /tmp/git.0ailKf/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.303 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.303 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.308 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.308 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.312 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.313 | 74859 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.313 | 56025 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.313 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.313 | 56025 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.308 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.313 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vMefKj +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.313 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.314 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.315 | 74860 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.315 | 56025 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.315 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.315 | 56025 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.316 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.316 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.92fmfu +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.321 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.322 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.334 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.334 | 74857 | Marked run 1643 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.335 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.335 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.340 | 74858 | Marked run 1644 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.340 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.347 | 56029 | Recursively removing directory: /tmp/git.vMefKj/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.349 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.349 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.351 | 56026 | Recursively removing directory: /tmp/git.92fmfu/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.353 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.357 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.357 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.357 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.353 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.353 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.361 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.361 | 74876 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.362 | 56025 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.362 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.362 | 56025 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.362 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ndx1nG +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.363 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.361 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.367 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.367 | 74878 | Added a new worker 8 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.367 | 56025 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.367 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.367 | 56025 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.368 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.368 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lgpeC2 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.368 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.374 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.376 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.378 | 74875 | Marked run 1645 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.379 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.383 | 74877 | Marked run 1646 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.383 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.389 | 56029 | Recursively removing directory: /tmp/git.ndx1nG/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.390 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.390 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.392 | 56026 | Recursively removing directory: /tmp/git.lgpeC2/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.393 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.393 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.396 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.397 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.401 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.401 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.401 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.402 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.402 | 74896 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.402 | 56025 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.402 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.402 | 56025 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.402 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jprp3X +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.402 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.403 | 74895 | Added a new worker 12 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.403 | 56025 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.403 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.403 | 56025 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.403 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SDaZ2p +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.404 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.411 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.412 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.413 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.414 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.424 | 74893 | Marked run 1647 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.425 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.429 | 74894 | Marked run 1648 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.429 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.430 | 56026 | Recursively removing directory: /tmp/git.jprp3X/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.431 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.431 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.433 | 56029 | Recursively removing directory: /tmp/git.SDaZ2p/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.434 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.434 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.437 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.439 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.443 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.444 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.444 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.444 | 74914 | Added a new worker 14 to the queue +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.444 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56025 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56025 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 74913 | Added a new worker 15 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56025 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.451 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.451 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o7FYIE +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.452 | 56025 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.452 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wLMTjr +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.458 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.458 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.459 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.459 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.463 | 74911 | Marked run 1649 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.463 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.468 | 74912 | Marked run 1650 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.468 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.475 | 56026 | Recursively removing directory: /tmp/git.wLMTjr/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.475 | 56029 | Recursively removing directory: /tmp/git.o7FYIE/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.476 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.476 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.480 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.477 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.477 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.482 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.484 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.485 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.487 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.492 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.492 | 74932 | Added a new worker 15 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.492 | 56025 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.492 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.492 | 56025 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.493 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.493 | 74931 | Added a new worker 12 to the queue +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.493 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gZptmh +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.493 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V3fFCS +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.493 | 56025 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.493 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.493 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.494 | 56025 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.499 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.500 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.502 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.503 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.504 | 74929 | Marked run 1652 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.505 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.509 | 74930 | Marked run 1651 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.509 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.513 | 56026 | Recursively removing directory: /tmp/git.V3fFCS/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.514 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.514 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.518 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.522 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.522 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.527 | 56029 | Recursively removing directory: /tmp/git.gZptmh/ +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.528 | 74948 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.528 | 56025 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.528 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.528 | 56025 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.528 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ZU9OG +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.529 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.529 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.532 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.533 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.534 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.534 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.539 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.539 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.540 | 74947 | Marked run 1654 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.541 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.544 | 74951 | Added a new worker 6 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.544 | 56025 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.544 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.544 | 56025 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.545 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F8ITcC +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.546 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.558 | 56026 | Recursively removing directory: /tmp/git.7ZU9OG/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.559 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.559 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.561 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.562 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.564 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.566 | 74949 | Marked run 1653 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.567 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.568 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.569 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.569 | 74963 | Added a new worker 9 to the queue +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.569 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XfMKcx +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.569 | 56025 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.569 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.569 | 56025 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.571 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.574 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.575 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.580 | 74960 | Marked run 1655 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.581 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.585 | 56029 | Recursively removing directory: /tmp/git.F8ITcC/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.587 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.587 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.591 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.595 | 56026 | Recursively removing directory: /tmp/git.XfMKcx/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.596 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.596 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.595 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.597 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.612 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.614 | 74976 | Added a new worker 12 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.615 | 56025 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.615 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.615 | 56025 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.616 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.623 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.616 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TwbtiR +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.628 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.638 | 74979 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.639 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.639 | 56025 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.639 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.639 | 56025 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.639 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iO3G3A +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.709 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.726 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.754 | 74975 | Marked run 1656 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.755 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.756 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.761 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.765 | 56026 | Recursively removing directory: /tmp/git.iO3G3A/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.768 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.768 | 56026 | Process output: 415085 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.773 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.780 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.780 | 74992 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.780 | 56025 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.780 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.780 | 56025 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.780 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.780 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hF8WyE +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.781 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.800 | 74978 | Marked run 1657 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.801 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.813 | 56029 | Recursively removing directory: /tmp/git.TwbtiR/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.826 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.826 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.830 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.834 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.835 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.842 | 74999 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.842 | 56025 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.842 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.842 | 56025 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.842 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A92gG2 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.843 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.857 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.858 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.859 | 74991 | Marked run 1659 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.866 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.870 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.872 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.882 | 56026 | Recursively removing directory: /tmp/git.hF8WyE/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.883 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.883 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.891 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.892 | 74998 | Marked run 1658 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.892 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.897 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.895 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.900 | 75015 | Added a new worker 10 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.900 | 56025 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.900 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.900 | 56025 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.901 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6RYKVa +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.902 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.907 | 56029 | Recursively removing directory: /tmp/git.A92gG2/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.908 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.908 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.912 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.916 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.921 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.927 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.927 | 56029 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.932 | 75018 | Added a new worker 13 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.932 | 56025 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.932 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.932 | 56025 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.932 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Iwb9Wu +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.933 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.933 | 75014 | Marked run 1660 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.934 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.947 | 56026 | Recursively removing directory: /tmp/git.6RYKVa/ +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.950 | 56026 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.950 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.957 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.958 | 75016 | Marked run 1661 as finished +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.959 | 56029 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.959 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.960 | 56029 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.964 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.969 | 56026 | Waiting for a new command +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.969 | 75027 | Added a new worker 9 to the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.970 | 56025 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.970 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.970 | 56025 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.970 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.971 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zF8WqS +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.977 | 56026 | Checking out revision HEAD +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.978 | 56026 | Going to run: ./ci +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.981 | 75025 | Marked run 1662 as finished +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.981 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.989 | 56029 | Recursively removing directory: /tmp/git.Iwb9Wu/ +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.990 | 56029 | Process exit code: 0 +2023-08-28 07:33:47 | INFO | 56029/cimple-worker: 2023-08-28 07:33:47.990 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:47 | INFO | 56023/cimple-server: 2023-08-28 07:33:47.995 | 56023 | Waiting for new connections +2023-08-28 07:33:47 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.997 | 56026 | Recursively removing directory: /tmp/git.zF8WqS/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.999 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:47.999 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.001 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.001 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.003 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.008 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.008 | 75042 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.008 | 56025 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.008 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.008 | 56025 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.008 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J9dmpd +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.009 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.010 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.013 | 75044 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.014 | 56025 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.014 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.014 | 56025 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.015 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4euP9Q +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.015 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.014 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.018 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.022 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.022 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.023 | 75041 | Marked run 1663 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.023 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.029 | 75043 | Marked run 1664 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.029 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.036 | 56029 | Recursively removing directory: /tmp/git.J9dmpd/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.037 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.037 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.039 | 56026 | Recursively removing directory: /tmp/git.4euP9Q/ +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.041 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.046 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.046 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.046 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.041 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.041 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.052 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.052 | 75061 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.053 | 56025 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.053 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.053 | 56025 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.053 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hBe1Db +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.054 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.052 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.057 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.058 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.061 | 75062 | Added a new worker 11 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.061 | 56025 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.061 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.061 | 56025 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.061 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AVwKRE +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.061 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.069 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.070 | 75059 | Marked run 1665 as finished +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.070 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.071 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.075 | 75060 | Marked run 1666 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.075 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.082 | 56029 | Recursively removing directory: /tmp/git.hBe1Db/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.083 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.083 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.088 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.090 | 56026 | Recursively removing directory: /tmp/git.AVwKRE/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.092 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.092 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.096 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.100 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.100 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.101 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.101 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.106 | 75080 | Added a new worker 15 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.106 | 56025 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.106 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.106 | 56025 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.107 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6B882H +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.108 | 75079 | Added a new worker 15 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.108 | 56025 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.108 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.108 | 56025 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.108 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JHR7Q2 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.111 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.111 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.112 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.113 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.113 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.116 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.120 | 75077 | Marked run 1667 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.120 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.125 | 75078 | Marked run 1668 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.125 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.130 | 56029 | Recursively removing directory: /tmp/git.6B882H/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.131 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.131 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.136 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.140 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.140 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.140 | 56026 | Recursively removing directory: /tmp/git.JHR7Q2/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.142 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.142 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.146 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.148 | 75096 | Added a new worker 13 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.148 | 56025 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.148 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.148 | 56025 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.148 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.149 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gS3Tcw +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.151 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.151 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.155 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.155 | 75098 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.155 | 56025 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.155 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.155 | 56025 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.155 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.155 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9u3CaA +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.156 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.159 | 75095 | Marked run 1669 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.159 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.162 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.162 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.168 | 75097 | Marked run 1670 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.168 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.175 | 56029 | Recursively removing directory: /tmp/git.gS3Tcw/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.176 | 56026 | Recursively removing directory: /tmp/git.9u3CaA/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.177 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.177 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.177 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.177 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.181 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.182 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.185 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.186 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.188 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.188 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.188 | 75115 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 75116 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.189 | 56025 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.190 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D8VZ67 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.191 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.191 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HpX5iE +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.197 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.197 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.198 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.198 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.207 | 75114 | Marked run 1671 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.207 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.211 | 75113 | Marked run 1672 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.212 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.217 | 56026 | Recursively removing directory: /tmp/git.HpX5iE/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.220 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.220 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.221 | 56029 | Recursively removing directory: /tmp/git.D8VZ67/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.223 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.223 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.227 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.227 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.230 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.231 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.233 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.233 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.233 | 75134 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.233 | 56025 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.233 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.233 | 56025 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.234 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OQAQJ7 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.234 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.238 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.239 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.239 | 75133 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.240 | 56025 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.240 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.240 | 56025 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.240 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.240 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uEuARQ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.244 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.245 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.254 | 56026 | Recursively removing directory: /tmp/git.OQAQJ7/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.256 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.256 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.259 | 75131 | Marked run 1674 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.260 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.261 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.263 | 75132 | Marked run 1673 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.263 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.266 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.267 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.267 | 75150 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.267 | 56025 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.267 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.267 | 56025 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.267 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.267 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1vBL2l +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.279 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.280 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.284 | 56029 | Recursively removing directory: /tmp/git.uEuARQ/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.286 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.286 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.285 | 75144 | Marked run 1675 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.286 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.290 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.294 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.294 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.294 | 75155 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.295 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.296 | 56025 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.296 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.296 | 56025 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.296 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dAc78n +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.302 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.304 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.308 | 75153 | Marked run 1676 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.308 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.311 | 56026 | Recursively removing directory: /tmp/git.1vBL2l/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.312 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.312 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.318 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.319 | 56029 | Recursively removing directory: /tmp/git.dAc78n/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.322 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.322 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.326 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.332 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.333 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.333 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.334 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.334 | 75169 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.334 | 56025 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.334 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.334 | 56025 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.334 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.334 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xbsi4A +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.336 | 75170 | Added a new worker 11 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.336 | 56025 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.336 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.336 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TpR8Ic +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.336 | 56025 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.341 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.342 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.343 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.345 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.346 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.347 | 75167 | Marked run 1677 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.348 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.352 | 75168 | Marked run 1678 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.352 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.358 | 56026 | Recursively removing directory: /tmp/git.TpR8Ic/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.359 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.359 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.362 | 56029 | Recursively removing directory: /tmp/git.Xbsi4A/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.363 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.363 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.364 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.367 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.369 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.369 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.371 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 75187 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 75188 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.371 | 56025 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.371 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.slO9kD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.372 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NTtriz +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.372 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.378 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.379 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.380 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.381 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.404 | 56026 | Recursively removing directory: /tmp/git.NTtriz/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.405 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.405 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.407 | 56029 | Recursively removing directory: /tmp/git.slO9kD/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.408 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.408 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.409 | 75185 | Marked run 1680 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.409 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.413 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.414 | 75186 | Marked run 1679 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.414 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.414 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.418 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.418 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.418 | 75205 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.419 | 56025 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.419 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.419 | 56025 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.419 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zOggjL +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.421 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.424 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.425 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.426 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.426 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.436 | 75207 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.436 | 56025 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.436 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.436 | 56025 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.437 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.437 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N0TjP3 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.444 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.445 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.449 | 75204 | Marked run 1682 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.450 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.451 | 56026 | Recursively removing directory: /tmp/git.zOggjL/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.453 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.453 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.455 | 75203 | Marked run 1681 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.455 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.457 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.461 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.461 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.464 | 75222 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.464 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.464 | 56025 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.464 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.465 | 56025 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.465 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IDcD2c +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.471 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.472 | 56029 | Recursively removing directory: /tmp/git.N0TjP3/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.472 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.473 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.473 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.478 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.482 | 75216 | Marked run 1683 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.482 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.483 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.484 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.489 | 75231 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.489 | 56026 | Recursively removing directory: /tmp/git.IDcD2c/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.490 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.490 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.491 | 56025 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.491 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.491 | 56025 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.491 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.492 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cGYnLz +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.495 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.498 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.499 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.500 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.500 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.500 | 75225 | Marked run 1684 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 75234 | Added a new worker 9 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 56025 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 56025 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.501 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.504 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nxT71G +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.509 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.510 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.516 | 75232 | Marked run 1685 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.517 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.520 | 56029 | Recursively removing directory: /tmp/git.cGYnLz/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.522 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.522 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.526 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.527 | 56026 | Recursively removing directory: /tmp/git.nxT71G/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.530 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.530 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.529 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.529 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.534 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.539 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.539 | 75249 | Added a new worker 15 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.540 | 56025 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.540 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.540 | 56025 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.540 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NalZDX +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.540 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.544 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.544 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.545 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.546 | 75251 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.546 | 56025 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.546 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.546 | 56025 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.546 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.547 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R5Y2ZU +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.549 | 75248 | Marked run 1686 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.549 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.563 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.564 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.566 | 75250 | Marked run 1687 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.566 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.573 | 56029 | Recursively removing directory: /tmp/git.NalZDX/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.575 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.575 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.579 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.581 | 56026 | Recursively removing directory: /tmp/git.R5Y2ZU/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.582 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.582 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.584 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.584 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.584 | 75267 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.585 | 56025 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.585 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.585 | 56025 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.585 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JU13iE +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.586 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.586 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.590 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.591 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.593 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.596 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.599 | 75270 | Added a new worker 13 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.599 | 56025 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.599 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.599 | 56025 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.600 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RIrhWm +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.601 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.608 | 75266 | Marked run 1688 as finished +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.608 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.609 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.609 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.616 | 75268 | Marked run 1689 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.617 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.621 | 56029 | Recursively removing directory: /tmp/git.JU13iE/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.622 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.622 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.626 | 56026 | Recursively removing directory: /tmp/git.RIrhWm/ +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.626 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.628 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.628 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.631 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.632 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.632 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.636 | 75285 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.636 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.636 | 56025 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.636 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.636 | 56025 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.636 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.637 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q8D7sS +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.639 | 75287 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.639 | 56025 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.639 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.639 | 56025 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.639 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.639 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uA09Gy +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.645 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.645 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.646 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.648 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.651 | 75284 | Marked run 1690 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.652 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.656 | 75286 | Marked run 1691 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.656 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.661 | 56029 | Recursively removing directory: /tmp/git.Q8D7sS/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.662 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.662 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.669 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.669 | 56026 | Recursively removing directory: /tmp/git.uA09Gy/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.671 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.671 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.673 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.673 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.674 | 75303 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.674 | 56025 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.674 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.674 | 56025 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.674 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VIFqR7 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.675 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.676 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.679 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.680 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.681 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.681 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.684 | 75306 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.684 | 56025 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.684 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.684 | 56025 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.685 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F4RXOj +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.688 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.692 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.693 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.697 | 75302 | Marked run 1692 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.697 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.703 | 75304 | Marked run 1693 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.703 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.708 | 56029 | Recursively removing directory: /tmp/git.VIFqR7/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.709 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.709 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.713 | 56026 | Recursively removing directory: /tmp/git.F4RXOj/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.715 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.715 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.718 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.718 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.718 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.718 | 75321 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.718 | 56025 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.718 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.719 | 56025 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.719 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OSgUlP +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.720 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.720 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.725 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.727 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.733 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.733 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.734 | 75324 | Added a new worker 13 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.734 | 56025 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.734 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.735 | 56025 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.735 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qjP8Zg +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.735 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.740 | 75320 | Marked run 1694 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.740 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.743 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.744 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.746 | 75322 | Marked run 1695 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.747 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.751 | 56029 | Recursively removing directory: /tmp/git.OSgUlP/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.752 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.752 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.756 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.760 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.760 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rn6APv +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 75339 | Added a new worker 10 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 56025 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.760 | 56025 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.765 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.766 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.768 | 56026 | Recursively removing directory: /tmp/git.qjP8Zg/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.769 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.769 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.777 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.781 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.781 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.786 | 75344 | Added a new worker 13 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.786 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.787 | 56025 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.787 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.787 | 56025 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.787 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PWOWjv +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.791 | 75338 | Marked run 1696 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.792 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.794 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.794 | 56029 | Recursively removing directory: /tmp/git.Rn6APv/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.795 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.795 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.801 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.795 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.802 | 75343 | Marked run 1697 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.803 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.806 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.806 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.806 | 75355 | Added a new worker 9 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.806 | 56025 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.806 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.806 | 56025 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.807 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dbDZ6q +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.808 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.812 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.813 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.818 | 75350 | Marked run 1698 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.818 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.820 | 56026 | Recursively removing directory: /tmp/git.PWOWjv/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.821 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.821 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.826 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.830 | 56029 | Recursively removing directory: /tmp/git.dbDZ6q/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.832 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.832 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.833 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.836 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.836 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.840 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.840 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.841 | 75366 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.841 | 56025 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.841 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.841 | 56025 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.841 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E6Iemo +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.842 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.845 | 75368 | Added a new worker 8 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.845 | 56025 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.845 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.845 | 56025 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.845 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.845 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lF5Qx6 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.848 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.849 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.851 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.852 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.855 | 75365 | Marked run 1699 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.856 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.861 | 75367 | Marked run 1700 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.862 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.868 | 56026 | Recursively removing directory: /tmp/git.E6Iemo/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.870 | 56029 | Recursively removing directory: /tmp/git.lF5Qx6/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.871 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.871 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.874 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.875 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.870 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.870 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.878 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.880 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.880 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.884 | 75386 | Added a new worker 14 to the queue +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.884 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 75385 | Added a new worker 15 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.885 | 56025 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.885 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5WcZ2K +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.886 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.886 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TnbxHX +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.886 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.894 | 75383 | Marked run 1701 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.895 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.896 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.897 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.897 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.898 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.908 | 75384 | Marked run 1702 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.909 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.914 | 56026 | Recursively removing directory: /tmp/git.TnbxHX/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.915 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.915 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.920 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.924 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.919 | 56029 | Recursively removing directory: /tmp/git.5WcZ2K/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.920 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.920 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.925 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.928 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.929 | 75403 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.929 | 56025 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.929 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.929 | 56025 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.929 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VqyoPz +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.929 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.930 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.930 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.930 | 75404 | Added a new worker 12 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.930 | 56025 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.930 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.930 | 56025 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.931 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p6P7Cl +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.932 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.936 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.937 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.939 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.940 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.947 | 75401 | Marked run 1704 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.948 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.953 | 75402 | Marked run 1703 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.953 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.958 | 56026 | Recursively removing directory: /tmp/git.VqyoPz/ +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.959 | 56026 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.959 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.968 | 56026 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.963 | 56029 | Recursively removing directory: /tmp/git.p6P7Cl/ +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.964 | 56029 | Process exit code: 0 +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.964 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.968 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.968 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.970 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.975 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.975 | 75420 | Added a new worker 15 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.976 | 56025 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.976 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.976 | 56025 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.976 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RY7W5K +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.976 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.980 | 56029 | Waiting for a new command +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.983 | 56026 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.983 | 75422 | Added a new worker 9 to the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.983 | 56025 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.983 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.983 | 56025 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:48 | INFO | 56026/cimple-worker: 2023-08-28 07:33:48.984 | 56026 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.985 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t1GesI +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.986 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.990 | 75419 | Marked run 1705 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.991 | 56023 | Waiting for new connections +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.992 | 56029 | Checking out revision HEAD +2023-08-28 07:33:48 | INFO | 56029/cimple-worker: 2023-08-28 07:33:48.993 | 56029 | Going to run: ./ci +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.999 | 75421 | Marked run 1706 as finished +2023-08-28 07:33:48 | INFO | 56023/cimple-server: 2023-08-28 07:33:48.999 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.002 | 56026 | Recursively removing directory: /tmp/git.RY7W5K/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.003 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.003 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.009 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.014 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.016 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.019 | 75438 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.020 | 56029 | Recursively removing directory: /tmp/git.t1GesI/ +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.020 | 56025 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.020 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.020 | 56025 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.022 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.022 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.025 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.030 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.030 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EmAfO9 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.035 | 75437 | Marked run 1707 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.036 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.037 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.037 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.037 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.038 | 75440 | Added a new worker 8 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.038 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.038 | 56025 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.038 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.038 | 56025 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.038 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.038 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YmLVG3 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.043 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.049 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.055 | 56026 | Recursively removing directory: /tmp/git.EmAfO9/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.056 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.056 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.062 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.068 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.064 | 56029 | Recursively removing directory: /tmp/git.YmLVG3/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.065 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.065 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.070 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.072 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.072 | 75439 | Marked run 1708 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.073 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 75456 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 56025 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.074 | 56025 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.075 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K7d2qc +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.074 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.082 | 75458 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.082 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.082 | 56025 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.082 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.082 | 56025 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.083 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.flT7G7 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.087 | 75457 | Marked run 1710 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.087 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.087 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.088 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.090 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.091 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.096 | 75455 | Marked run 1709 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.096 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.110 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.104 | 56026 | Recursively removing directory: /tmp/git.K7d2qc/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.105 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.105 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.114 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.114 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.111 | 56029 | Recursively removing directory: /tmp/git.flT7G7/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.112 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.112 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.119 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.122 | 75474 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.122 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IZ4mAs +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.122 | 56025 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.122 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.122 | 56025 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.124 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.125 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.125 | 75476 | Added a new worker 8 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.125 | 56025 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.125 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.125 | 56025 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.125 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.128 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.129 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.130 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FS7CpS +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.131 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.134 | 75473 | Marked run 1711 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.134 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.139 | 75475 | Marked run 1712 as finished +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.139 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.140 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.140 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.152 | 56026 | Recursively removing directory: /tmp/git.IZ4mAs/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.153 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.153 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.156 | 56029 | Recursively removing directory: /tmp/git.FS7CpS/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.157 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.157 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.158 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.162 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.162 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.163 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.167 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.167 | 75493 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.168 | 56025 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.168 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.168 | 56025 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.167 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.168 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u9vHXl +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.168 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.168 | 75494 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.169 | 56025 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.169 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.169 | 56025 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.169 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XAYy9j +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.170 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.174 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.174 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.175 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.175 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.190 | 56029 | Recursively removing directory: /tmp/git.XAYy9j/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.191 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.191 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.190 | 75492 | Marked run 1714 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.194 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.196 | 75491 | Marked run 1713 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.196 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.196 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.199 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.200 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.203 | 56026 | Recursively removing directory: /tmp/git.u9vHXl/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.204 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.204 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.203 | 75510 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.208 | 56025 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.208 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.208 | 56025 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.208 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.209 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uv9Xde +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.213 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.213 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.214 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.215 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.215 | 75512 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.215 | 56025 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.215 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.215 | 56025 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.216 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.216 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vWrm4r +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.225 | 75509 | Marked run 1716 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.226 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.226 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.227 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.233 | 75511 | Marked run 1715 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.234 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.240 | 56029 | Recursively removing directory: /tmp/git.uv9Xde/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.241 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.241 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.244 | 56026 | Recursively removing directory: /tmp/git.vWrm4r/ +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.245 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.246 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.246 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.250 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.250 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.250 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.254 | 75529 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.254 | 56025 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.254 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.254 | 56025 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.254 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 75530 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 56025 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.255 | 56025 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.255 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.znilHz +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.255 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rItwrQ +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.257 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.260 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.264 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.261 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.265 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.271 | 75527 | Marked run 1717 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.271 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.276 | 75528 | Marked run 1718 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.276 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.281 | 56026 | Recursively removing directory: /tmp/git.znilHz/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.283 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.283 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.287 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.283 | 56029 | Recursively removing directory: /tmp/git.rItwrQ/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.285 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.285 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.289 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.291 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.291 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.291 | 75547 | Added a new worker 12 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.291 | 56025 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.291 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.291 | 56025 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.291 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CbKhUK +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.292 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.293 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.293 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.296 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.297 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.298 | 75548 | Added a new worker 12 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.298 | 56025 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.298 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.298 | 56025 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.298 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3ubt5l +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.298 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.309 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.309 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.315 | 75546 | Marked run 1719 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.316 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.319 | 56026 | Recursively removing directory: /tmp/git.CbKhUK/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.320 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.320 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.324 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.324 | 75545 | Marked run 1720 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.325 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.329 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.329 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.329 | 75564 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.329 | 56025 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.329 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.329 | 56025 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.330 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5vHE0x +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.332 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.337 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.338 | 56029 | Recursively removing directory: /tmp/git.3ubt5l/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.339 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.339 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.338 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.343 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.355 | 75561 | Marked run 1721 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.356 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.357 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.357 | 75573 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.357 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.358 | 56025 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.358 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.358 | 56025 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.358 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c7vYEg +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.359 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.363 | 75567 | Marked run 1722 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.364 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.364 | 56026 | Recursively removing directory: /tmp/git.5vHE0x/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.366 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.367 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.365 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.365 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.370 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.374 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.376 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.381 | 75582 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.382 | 56025 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.382 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.382 | 56025 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.382 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ef1myA +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.382 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.389 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.384 | 56029 | Recursively removing directory: /tmp/git.c7vYEg/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.386 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.386 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.390 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.390 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.393 | 75576 | Marked run 1723 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.394 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.395 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.395 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.399 | 75585 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.399 | 56025 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.399 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.399 | 56025 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.399 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QMPfJh +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.400 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.405 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.406 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.410 | 75583 | Marked run 1724 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.410 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.413 | 56026 | Recursively removing directory: /tmp/git.Ef1myA/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.415 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.415 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.419 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.423 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.423 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.423 | 75600 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.423 | 56025 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.423 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.423 | 56025 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.424 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7knoLI +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.425 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.429 | 56029 | Recursively removing directory: /tmp/git.QMPfJh/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.429 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.430 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.430 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.430 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.434 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.448 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.449 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.449 | 75607 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.449 | 56025 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.449 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.449 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.449 | 56025 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.450 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Buggij +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.452 | 75599 | Marked run 1725 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.453 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.459 | 75603 | Marked run 1726 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.460 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.461 | 56026 | Recursively removing directory: /tmp/git.7knoLI/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.461 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.462 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.462 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.462 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.466 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.470 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.472 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.473 | 75614 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.473 | 56025 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.473 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.473 | 56025 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.473 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wgxdFt +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.474 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.479 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.481 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.484 | 75612 | Marked run 1727 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.485 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.488 | 56029 | Recursively removing directory: /tmp/git.Buggij/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.490 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.490 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.494 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.499 | 56026 | Recursively removing directory: /tmp/git.wgxdFt/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.501 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.501 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.501 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.505 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.506 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.506 | 75627 | Added a new worker 12 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.506 | 56025 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.506 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.506 | 56025 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.506 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ydSI1Y +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.508 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.509 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.509 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.516 | 75629 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.516 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.516 | 56025 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.516 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.516 | 56025 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.516 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yAqFMD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.517 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.518 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.524 | 75626 | Marked run 1728 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.525 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.525 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.527 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.530 | 75628 | Marked run 1729 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.530 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.536 | 56029 | Recursively removing directory: /tmp/git.ydSI1Y/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.538 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.538 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.543 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.547 | 56026 | Recursively removing directory: /tmp/git.yAqFMD/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.548 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.548 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.552 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.552 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.553 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.557 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.558 | 75646 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.558 | 56025 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.558 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.558 | 56025 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.558 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.558 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nohCCQ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.558 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.563 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.564 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.565 | 75647 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.565 | 56025 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.566 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.566 | 56025 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.566 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.566 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JghNJs +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.570 | 75644 | Marked run 1730 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.571 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.573 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.574 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.580 | 75645 | Marked run 1731 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.580 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.585 | 56029 | Recursively removing directory: /tmp/git.nohCCQ/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.587 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.587 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.589 | 56026 | Recursively removing directory: /tmp/git.JghNJs/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.591 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.591 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.592 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.595 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.597 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.599 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.599 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.599 | 75665 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.599 | 56025 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.599 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.599 | 56025 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.599 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wr0fzW +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.599 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.600 | 75664 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.600 | 56025 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.600 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.600 | 56025 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.601 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.601 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gBxAx7 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.601 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.605 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.606 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.621 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.622 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.622 | 75662 | Marked run 1732 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.623 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.625 | 56026 | Recursively removing directory: /tmp/git.Wr0fzW/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.626 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.626 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.628 | 75663 | Marked run 1733 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.629 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.631 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.635 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.636 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.636 | 75681 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.636 | 56025 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.636 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.636 | 56025 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.636 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.636 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tz3D54 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.641 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.643 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.649 | 56029 | Recursively removing directory: /tmp/git.gBxAx7/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.650 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.650 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.649 | 75675 | Marked run 1734 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.653 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.655 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.660 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.660 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.660 | 75690 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.661 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.661 | 56025 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.661 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.661 | 56025 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.662 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.skZ2cb +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.667 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.668 | 56026 | Recursively removing directory: /tmp/git.Tz3D54/ +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.673 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.669 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.669 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.676 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.678 | 75689 | Marked run 1735 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.679 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.680 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.681 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.688 | 75693 | Added a new worker 11 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.688 | 56025 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.688 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.688 | 56025 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.688 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.689 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9iOZbg +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.693 | 75691 | Marked run 1736 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.694 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.695 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.696 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.704 | 56029 | Recursively removing directory: /tmp/git.skZ2cb/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.705 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.705 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.710 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.712 | 56026 | Recursively removing directory: /tmp/git.9iOZbg/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.713 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.713 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.714 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.715 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.717 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.721 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 75708 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 56025 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 56025 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.721 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.721 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.20QBn5 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.728 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.728 | 75710 | Added a new worker 9 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.729 | 56025 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.729 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.729 | 56025 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.729 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.729 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SiBxyO +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.730 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.735 | 75709 | Marked run 1738 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.736 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.738 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.738 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.746 | 75707 | Marked run 1737 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.746 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.747 | 56029 | Recursively removing directory: /tmp/git.20QBn5/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.749 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.749 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.753 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.756 | 56026 | Recursively removing directory: /tmp/git.SiBxyO/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.757 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.757 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.757 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.760 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.764 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.768 | 75726 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.768 | 56025 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.768 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.768 | 56025 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.768 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uNNmC9 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.769 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.770 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.770 | 75728 | Added a new worker 13 to the queue +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.770 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.771 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.771 | 56025 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.771 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.771 | 56025 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.771 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QfvtP3 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.782 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.783 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.786 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.788 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.790 | 75725 | Marked run 1739 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.790 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.798 | 75727 | Marked run 1740 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.798 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.801 | 56029 | Recursively removing directory: /tmp/git.uNNmC9/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.802 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.802 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.807 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.809 | 56026 | Recursively removing directory: /tmp/git.QfvtP3/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.810 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.810 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.812 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.812 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.815 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.816 | 75744 | Added a new worker 12 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.816 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.816 | 56025 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.816 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.817 | 56025 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.817 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.65Ot4d +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.819 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.819 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.821 | 75746 | Added a new worker 12 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.821 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.821 | 56025 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.821 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.821 | 56025 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.821 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CdlTQl +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.821 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.822 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.831 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.833 | 75743 | Marked run 1741 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.833 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.834 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.839 | 75745 | Marked run 1742 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.839 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.847 | 56029 | Recursively removing directory: /tmp/git.65Ot4d/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.848 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.848 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.852 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.849 | 56026 | Recursively removing directory: /tmp/git.CdlTQl/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.850 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.850 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.855 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.857 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.857 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 75763 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 56025 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 56025 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.860 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.860 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GLey1X +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.860 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.861 | 75764 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.861 | 56025 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.861 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.861 | 56025 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.861 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HIYh15 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.862 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.867 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.868 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.869 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.870 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.880 | 75762 | Marked run 1744 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.880 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.884 | 75761 | Marked run 1743 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.884 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.889 | 56029 | Recursively removing directory: /tmp/git.GLey1X/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.891 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.891 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.895 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.892 | 56026 | Recursively removing directory: /tmp/git.HIYh15/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.897 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.899 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.899 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 75781 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 56025 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 56025 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.902 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.902 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ArLenO +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.902 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.903 | 75782 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.903 | 56025 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.903 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.903 | 56025 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.903 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.avwSfp +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.904 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.909 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.910 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.916 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.917 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.921 | 75780 | Marked run 1746 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.922 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.926 | 75779 | Marked run 1745 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.927 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.933 | 56029 | Recursively removing directory: /tmp/git.ArLenO/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.930 | 56026 | Recursively removing directory: /tmp/git.avwSfp/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.932 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.932 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.934 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.934 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.936 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.939 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.941 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.941 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.942 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.942 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.942 | 75799 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.942 | 56025 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.942 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 56025 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 75800 | Added a new worker 10 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 56025 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.943 | 56025 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.943 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4x0CSX +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.943 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JI4Ybg +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.944 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.951 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.951 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.952 | 56029 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.952 | 56026 | Going to run: ./ci +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.963 | 75797 | Marked run 1748 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.964 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.969 | 56029 | Recursively removing directory: /tmp/git.4x0CSX/ +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.970 | 56029 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.970 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.972 | 75798 | Marked run 1747 as finished +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.973 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.976 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.977 | 56026 | Recursively removing directory: /tmp/git.JI4Ybg/ +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.979 | 56026 | Process exit code: 0 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.979 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.980 | 56029 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.980 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.983 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.987 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.987 | 75816 | Added a new worker 14 to the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.987 | 56025 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.987 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.987 | 56025 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.988 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.988 | 75818 | Added a new worker 8 to the queue +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.988 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.co4okG +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.988 | 56025 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.988 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.988 | 56025 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.988 | 56026 | Waiting for a new command +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.989 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6Erz12 +2023-08-28 07:33:49 | INFO | 56023/cimple-server: 2023-08-28 07:33:49.991 | 56023 | Waiting for new connections +2023-08-28 07:33:49 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.994 | 56029 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.997 | 56026 | Checking out revision HEAD +2023-08-28 07:33:49 | INFO | 56026/cimple-worker: 2023-08-28 07:33:49.998 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:49.997 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.011 | 75815 | Marked run 1750 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.011 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.016 | 75817 | Marked run 1749 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.016 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.024 | 56026 | Recursively removing directory: /tmp/git.6Erz12/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.025 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.025 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.028 | 56029 | Recursively removing directory: /tmp/git.co4okG/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.029 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.029 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.030 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.033 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.034 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.034 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.039 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.039 | 75835 | Added a new worker 14 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.039 | 56025 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.039 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.039 | 56025 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.040 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.040 | 75836 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.040 | 56025 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.040 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.040 | 56025 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.042 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.040 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.041 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.juU4A9 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.042 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ttAtb9 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.047 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.049 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.048 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.050 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.056 | 75833 | Marked run 1752 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.057 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.061 | 75834 | Marked run 1751 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.062 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.068 | 56026 | Recursively removing directory: /tmp/git.ttAtb9/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.069 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.069 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.070 | 56029 | Recursively removing directory: /tmp/git.juU4A9/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.071 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.071 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.073 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.076 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.077 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.078 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.081 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.081 | 75853 | Added a new worker 14 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.082 | 56025 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.082 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.082 | 56025 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.082 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aZR8gz +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.082 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.084 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.087 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.088 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.090 | 75854 | Added a new worker 11 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.091 | 56025 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.091 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.091 | 56025 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.091 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BQNaX2 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.091 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.098 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.099 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.100 | 75852 | Marked run 1754 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.101 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.108 | 75851 | Marked run 1753 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.108 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.114 | 56026 | Recursively removing directory: /tmp/git.aZR8gz/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.115 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.115 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.119 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.122 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.117 | 56029 | Recursively removing directory: /tmp/git.BQNaX2/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.118 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.118 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.124 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.124 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.125 | 75871 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.125 | 56025 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.125 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.125 | 56025 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.125 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ojx0I3 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.126 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.128 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.133 | 75872 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.133 | 56025 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.133 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.133 | 56025 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.133 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.134 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YTHKe2 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.134 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.137 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.138 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.142 | 75869 | Marked run 1755 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.143 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.143 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.144 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.148 | 75870 | Marked run 1756 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.149 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.156 | 56026 | Recursively removing directory: /tmp/git.Ojx0I3/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.158 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.158 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.158 | 56029 | Recursively removing directory: /tmp/git.YTHKe2/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.160 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.160 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.162 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.164 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.166 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.166 | 75889 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.166 | 56025 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.166 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.166 | 56025 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.165 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.166 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h9QBkt +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.167 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.170 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.170 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.172 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.173 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.180 | 75890 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.180 | 56025 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.180 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.180 | 56025 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.180 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.181 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5LaTAC +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.189 | 75887 | Marked run 1757 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.189 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.189 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.190 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.195 | 75888 | Marked run 1758 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.195 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.200 | 56026 | Recursively removing directory: /tmp/git.h9QBkt/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.202 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.202 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.206 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.209 | 56029 | Recursively removing directory: /tmp/git.5LaTAC/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.210 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.210 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.211 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.211 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.215 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.216 | 75906 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.216 | 56025 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.216 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.216 | 56025 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.217 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5tI6r +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.218 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.220 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.220 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.223 | 75908 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.223 | 56025 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.223 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.223 | 56025 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.224 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zIEi2E +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.225 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.227 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.228 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.235 | 75905 | Marked run 1759 as finished +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.235 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.235 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.238 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.243 | 75907 | Marked run 1760 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.243 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.249 | 56026 | Recursively removing directory: /tmp/git.Z5tI6r/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.250 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.250 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.254 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.255 | 56029 | Recursively removing directory: /tmp/git.zIEi2E/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.256 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.256 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.260 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.260 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.261 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.264 | 75924 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.265 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.265 | 56025 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.265 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.265 | 56025 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.265 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GxXNTI +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.266 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.266 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.274 | 75926 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.274 | 56025 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.274 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.274 | 56025 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.274 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3ZOq4F +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.276 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.276 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.277 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.282 | 75923 | Marked run 1761 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.283 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.284 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.286 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.289 | 75925 | Marked run 1762 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.290 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.298 | 56026 | Recursively removing directory: /tmp/git.GxXNTI/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.300 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.300 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.302 | 56029 | Recursively removing directory: /tmp/git.3ZOq4F/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.303 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.303 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.305 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.308 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.309 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 75943 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 56025 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.309 | 56025 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.309 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.92c0us +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.313 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.314 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.314 | 75944 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.314 | 56025 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.314 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.314 | 56025 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.314 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rj2krl +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.315 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.317 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.318 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.320 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.321 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.341 | 75942 | Marked run 1764 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.341 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.345 | 56026 | Recursively removing directory: /tmp/git.92c0us/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.346 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.346 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.349 | 75941 | Marked run 1763 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.349 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.351 | 56029 | Recursively removing directory: /tmp/git.Rj2krl/ +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.352 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.357 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.353 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.353 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.362 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.361 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.362 | 75961 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.362 | 56025 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.362 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.362 | 56025 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.363 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5wqpXo +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.364 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.365 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.365 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.368 | 75962 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.368 | 56025 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.368 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.368 | 56025 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.369 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3EzQjD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.369 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.374 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.375 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.376 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.376 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.382 | 75959 | Marked run 1765 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.382 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.386 | 75960 | Marked run 1766 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.387 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.392 | 56029 | Recursively removing directory: /tmp/git.5wqpXo/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.393 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.393 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.397 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.401 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.401 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.402 | 75978 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.402 | 56025 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.402 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.402 | 56025 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.403 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.402 | 56026 | Recursively removing directory: /tmp/git.3EzQjD/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.403 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.403 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.407 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.412 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.412 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.412 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ZPreu +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.418 | 75980 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.418 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.418 | 56025 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.418 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.418 | 56025 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.419 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.419 | 75977 | Marked run 1767 as finished +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.420 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mumgED +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.420 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.421 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.427 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.430 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.432 | 75979 | Marked run 1768 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.433 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.446 | 56029 | Recursively removing directory: /tmp/git.0ZPreu/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.447 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.447 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.452 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.456 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 75996 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 56025 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.456 | 56025 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.456 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NbvKIO +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.463 | 56026 | Recursively removing directory: /tmp/git.mumgED/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.464 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.464 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.466 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.469 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.474 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.475 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.475 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.476 | 75995 | Marked run 1769 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.477 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.480 | 75998 | Added a new worker 6 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.480 | 56025 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.480 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.480 | 56025 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.481 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.igXDUe +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.482 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.488 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.489 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.491 | 56029 | Recursively removing directory: /tmp/git.NbvKIO/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.493 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.493 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.497 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.500 | 75997 | Marked run 1770 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.500 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.501 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.502 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.502 | 76009 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.502 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.504 | 56025 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.504 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.504 | 56025 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.504 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h5xx1u +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.510 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.512 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.513 | 76007 | Marked run 1771 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.514 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.519 | 56026 | Recursively removing directory: /tmp/git.igXDUe/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.521 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.521 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.525 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.529 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.532 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.532 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.526 | 56029 | Recursively removing directory: /tmp/git.h5xx1u/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.527 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.527 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.536 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.536 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.536 | 76025 | Added a new worker 14 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.536 | 56025 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.536 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.537 | 56025 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.537 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.60MhKw +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.538 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.538 | 76023 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.538 | 56025 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.538 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.538 | 56025 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.538 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OzSo8N +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.539 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.543 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.543 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.545 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.546 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.555 | 76022 | Marked run 1772 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.556 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.561 | 76024 | Marked run 1773 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.562 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.564 | 56026 | Recursively removing directory: /tmp/git.OzSo8N/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.565 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.565 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.570 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.575 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.569 | 56029 | Recursively removing directory: /tmp/git.60MhKw/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.570 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.570 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.579 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.579 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.579 | 76042 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.579 | 56025 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.579 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.579 | 56025 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.580 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.00bO5y +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.580 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.580 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.581 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.584 | 76043 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.584 | 56025 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.584 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.584 | 56025 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.585 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OgzUgO +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.585 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.586 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.587 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.593 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.594 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.603 | 76040 | Marked run 1775 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.604 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.608 | 76041 | Marked run 1774 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.608 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.611 | 56029 | Recursively removing directory: /tmp/git.00bO5y/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.613 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.613 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.617 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.618 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.613 | 56026 | Recursively removing directory: /tmp/git.OgzUgO/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.614 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.614 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.622 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.622 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.623 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 76060 | Added a new worker 14 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 76061 | Added a new worker 14 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.623 | 56025 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.623 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1r3IIc +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.624 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.624 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.624 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oj73Ka +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.635 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.636 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.638 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.640 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.642 | 76059 | Marked run 1777 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.643 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.647 | 76058 | Marked run 1776 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.648 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.652 | 56026 | Recursively removing directory: /tmp/git.1r3IIc/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.653 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.653 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.657 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.659 | 56029 | Recursively removing directory: /tmp/git.oj73Ka/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.661 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.661 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.661 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.665 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.666 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 76077 | Added a new worker 15 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 56025 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.671 | 56025 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.672 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CiF5Bu +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.672 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.672 | 76079 | Added a new worker 8 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.673 | 56025 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.673 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.673 | 56025 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.673 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.680 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DgIGme +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.685 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.687 | 76076 | Marked run 1779 as finished +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.687 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.687 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.695 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.696 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.697 | 76078 | Marked run 1778 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.699 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.710 | 56026 | Recursively removing directory: /tmp/git.CiF5Bu/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.712 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.712 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.713 | 56029 | Recursively removing directory: /tmp/git.DgIGme/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.714 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.714 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.717 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.719 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.721 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.721 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lf1E3h +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.721 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.721 | 76096 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.721 | 56025 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.721 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.721 | 56025 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.722 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.725 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.725 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.728 | 76097 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.729 | 56025 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.729 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.729 | 56025 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.729 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P1cExa +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.730 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.733 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.734 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.737 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.737 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.743 | 76094 | Marked run 1780 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.743 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.747 | 76095 | Marked run 1781 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.747 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.751 | 56026 | Recursively removing directory: /tmp/git.Lf1E3h/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.753 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.753 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.758 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.763 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.763 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.764 | 76113 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.764 | 56025 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.764 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.764 | 56025 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.759 | 56029 | Recursively removing directory: /tmp/git.P1cExa/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.760 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.760 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.764 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fKJOLa +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.765 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.765 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.769 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.770 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.778 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.778 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.779 | 76120 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.779 | 56025 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.779 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.779 | 56025 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.780 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.780 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ca3I8G +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.788 | 56026 | Recursively removing directory: /tmp/git.fKJOLa/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.790 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.790 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.794 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.795 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.796 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.796 | 76112 | Marked run 1782 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.797 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.799 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.800 | 76125 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.800 | 56025 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.800 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.800 | 56025 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.800 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.801 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.801 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PXduRs +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.803 | 76114 | Marked run 1783 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.803 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.811 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.812 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.814 | 76123 | Marked run 1784 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.815 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.821 | 56029 | Recursively removing directory: /tmp/git.Ca3I8G/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.822 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.822 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.827 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.831 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.831 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.831 | 76140 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.832 | 56025 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.832 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.832 | 56025 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.832 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lgvfjA +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.833 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.835 | 56026 | Recursively removing directory: /tmp/git.PXduRs/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.836 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.836 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.837 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.838 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.841 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.854 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.854 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.855 | 76149 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.855 | 56025 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.855 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.855 | 76139 | Marked run 1785 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.855 | 56025 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.856 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TINnXs +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.857 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.857 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.864 | 76142 | Marked run 1786 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.864 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.865 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.866 | 56029 | Recursively removing directory: /tmp/git.lgvfjA/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.866 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.867 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.867 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.872 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.875 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.875 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.880 | 56026 | Recursively removing directory: /tmp/git.TINnXs/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.881 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.881 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.880 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ngbVtt +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.880 | 76158 | Added a new worker 10 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.880 | 56025 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.880 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.880 | 56025 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.884 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.886 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.887 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.888 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.893 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 76155 | Marked run 1787 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.896 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 76162 | Added a new worker 6 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 56025 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.896 | 56025 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.897 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.897 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PN4sz9 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.903 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.905 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.907 | 76160 | Marked run 1788 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.908 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.912 | 56029 | Recursively removing directory: /tmp/git.ngbVtt/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.913 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.913 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.918 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.923 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.920 | 56026 | Recursively removing directory: /tmp/git.PN4sz9/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.921 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.922 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.926 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.926 | 76176 | Added a new worker 12 to the queue +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.926 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.928 | 56025 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.928 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.928 | 56025 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.928 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pRVPsH +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.929 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.931 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.931 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.938 | 76178 | Added a new worker 13 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.939 | 56025 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.939 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.939 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.939 | 56025 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.939 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cmfPrt +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.940 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.942 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.945 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.946 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.951 | 76175 | Marked run 1789 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.951 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.955 | 76177 | Marked run 1790 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.955 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.958 | 56029 | Recursively removing directory: /tmp/git.pRVPsH/ +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.959 | 56029 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.959 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.964 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.968 | 56026 | Recursively removing directory: /tmp/git.cmfPrt/ +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.969 | 56026 | Process exit code: 0 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.969 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.969 | 56029 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.972 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.975 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.979 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.979 | 76194 | Added a new worker 15 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.979 | 56025 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.979 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.980 | 56025 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.980 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3C61Ys +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.980 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.980 | 56026 | Waiting for a new command +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.980 | 76196 | Added a new worker 8 to the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.981 | 56025 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.981 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.981 | 56025 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.981 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UzjYpN +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.982 | 56023 | Waiting for new connections +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.987 | 56029 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56029/cimple-worker: 2023-08-28 07:33:50.988 | 56029 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.992 | 56026 | Checking out revision HEAD +2023-08-28 07:33:50 | INFO | 56026/cimple-worker: 2023-08-28 07:33:50.993 | 56026 | Going to run: ./ci +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.996 | 76193 | Marked run 1791 as finished +2023-08-28 07:33:50 | INFO | 56023/cimple-server: 2023-08-28 07:33:50.997 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.002 | 76195 | Marked run 1792 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.002 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.009 | 56026 | Recursively removing directory: /tmp/git.UzjYpN/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.010 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.010 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.011 | 56029 | Recursively removing directory: /tmp/git.3C61Ys/ +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.014 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.012 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.012 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.017 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.019 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.019 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.019 | 76213 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.019 | 56025 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.019 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.019 | 56025 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.019 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W73SVM +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.020 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.022 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.022 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.025 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.031 | 76214 | Added a new worker 13 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.031 | 56025 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.031 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.031 | 56025 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.031 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.032 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JubxT2 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.032 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.036 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.037 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.041 | 76212 | Marked run 1793 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.041 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.047 | 76211 | Marked run 1794 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.047 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.054 | 56026 | Recursively removing directory: /tmp/git.W73SVM/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.056 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.056 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.057 | 56029 | Recursively removing directory: /tmp/git.JubxT2/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.059 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.059 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.063 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.064 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.068 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.068 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.068 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 76231 | Added a new worker 14 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 56025 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 56025 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.069 | 76232 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.070 | 56025 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.070 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.070 | 56025 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.070 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VVHXU6 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.070 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wl9rq5 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.071 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.075 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.076 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.088 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.089 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.092 | 56026 | Recursively removing directory: /tmp/git.Wl9rq5/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.094 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.094 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.097 | 76229 | Marked run 1796 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.097 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.101 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.107 | 76230 | Marked run 1795 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.107 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.107 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.107 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.112 | 76246 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.112 | 56025 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.112 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.112 | 56025 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.113 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g7ccqA +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.113 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.119 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.120 | 76243 | Marked run 1798 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.120 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.122 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.122 | 56029 | Recursively removing directory: /tmp/git.VVHXU6/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.123 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.123 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.128 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.132 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.132 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.141 | 76255 | Added a new worker 11 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.142 | 56025 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.142 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.142 | 56025 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.141 | 56026 | Recursively removing directory: /tmp/git.g7ccqA/ +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.142 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.143 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RhidWE +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.146 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.146 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.151 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.152 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.153 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.154 | 76252 | Marked run 1797 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.154 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.155 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.155 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.160 | 76260 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.160 | 56025 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.160 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.161 | 56025 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.161 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.161 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1PNgav +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.168 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.169 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.170 | 76258 | Marked run 1799 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.170 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.171 | 56029 | Recursively removing directory: /tmp/git.RhidWE/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.173 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.173 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.177 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.181 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.181 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.181 | 76275 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.181 | 56025 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.181 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.181 | 56025 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.182 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kquA3F +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.182 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.190 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.192 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.193 | 56026 | Recursively removing directory: /tmp/git.1PNgav/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.194 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.194 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.196 | 76272 | Marked run 1800 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.196 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.199 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.205 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.205 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.206 | 76284 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.206 | 56025 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.206 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.206 | 56025 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.206 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FLVPtg +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.207 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.212 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.213 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.217 | 56029 | Recursively removing directory: /tmp/git.kquA3F/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.218 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.218 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.222 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.227 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.227 | 76281 | Marked run 1801 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.227 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.227 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.228 | 76291 | Added a new worker 6 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.228 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.229 | 56025 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.229 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.230 | 56025 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.230 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d1dpYs +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.235 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.236 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.240 | 76288 | Marked run 1802 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.241 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.242 | 56026 | Recursively removing directory: /tmp/git.FLVPtg/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.243 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.243 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.248 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.252 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.252 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.255 | 76302 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.255 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.256 | 56025 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.256 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.256 | 56025 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.256 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RCHw9H +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.259 | 56029 | Recursively removing directory: /tmp/git.d1dpYs/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.260 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.260 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.264 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.266 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.267 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.270 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.270 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.272 | 76301 | Marked run 1803 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.273 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.276 | 76305 | Added a new worker 6 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.277 | 56025 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.277 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.277 | 56025 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.277 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bC2GLN +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.278 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.282 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.283 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.287 | 56026 | Recursively removing directory: /tmp/git.RCHw9H/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.288 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.288 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.291 | 76303 | Marked run 1804 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.291 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.292 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.297 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.297 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.301 | 76316 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.302 | 56025 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.302 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.302 | 56025 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.302 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P2lbZY +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.302 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.306 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.308 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.311 | 76314 | Marked run 1805 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.312 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.312 | 56029 | Recursively removing directory: /tmp/git.bC2GLN/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.314 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.314 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.319 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.324 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.324 | 76329 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.324 | 56025 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.324 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.324 | 56025 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.324 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.325 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1V8z98 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.326 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.330 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.333 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.336 | 56026 | Recursively removing directory: /tmp/git.P2lbZY/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.338 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.338 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.339 | 76327 | Marked run 1806 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.339 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.342 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.346 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.346 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.346 | 76338 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.346 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i26VzT +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.346 | 56025 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.346 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.346 | 56025 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.348 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.351 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.352 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.358 | 76333 | Marked run 1807 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.359 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.359 | 56029 | Recursively removing directory: /tmp/git.1V8z98/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.361 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.361 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.365 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.370 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.370 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.370 | 76347 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.370 | 56025 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.370 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.370 | 56025 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.370 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NDjcBV +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.372 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.375 | 56026 | Recursively removing directory: /tmp/git.i26VzT/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.376 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.377 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.381 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.387 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 76349 | Added a new worker 13 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 56025 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 56025 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.387 | 76346 | Marked run 1808 as finished +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.388 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.388 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.388 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sRk1kN +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.388 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.393 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.394 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.395 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.405 | 76348 | Marked run 1809 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.405 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.411 | 56029 | Recursively removing directory: /tmp/git.NDjcBV/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.412 | 56026 | Recursively removing directory: /tmp/git.sRk1kN/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.414 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.414 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.413 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.413 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.417 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.419 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.422 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.422 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.423 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.423 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.424 | 76366 | Added a new worker 14 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.424 | 56025 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.424 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.424 | 56025 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.424 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.425 | 76367 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.425 | 56025 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.425 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.425 | 56025 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.425 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kV38Lw +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.427 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.428 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1JpkCI +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.440 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.441 | 76364 | Marked run 1810 as finished +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.441 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.442 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.442 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.443 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.447 | 76365 | Marked run 1811 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.448 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.456 | 56026 | Recursively removing directory: /tmp/git.kV38Lw/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.458 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.458 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.462 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.464 | 56029 | Recursively removing directory: /tmp/git.1JpkCI/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.465 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.465 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.466 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.466 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.466 | 76383 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.466 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.467 | 56025 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.467 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.467 | 56025 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.467 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UyFeqO +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.471 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.476 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.475 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.476 | 76385 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.476 | 56025 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.476 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.476 | 56025 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.477 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.km9Avw +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.477 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.478 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.478 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.484 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.485 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.499 | 76382 | Marked run 1813 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.500 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.504 | 76384 | Marked run 1812 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.504 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.510 | 56026 | Recursively removing directory: /tmp/git.UyFeqO/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.511 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.511 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.513 | 56029 | Recursively removing directory: /tmp/git.km9Avw/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.514 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.514 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.517 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.518 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.522 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 76403 | Added a new worker 14 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 56025 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.522 | 56025 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.522 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6EJx7D +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.523 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.528 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.528 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.528 | 76402 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.528 | 56025 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.528 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.528 | 56025 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.529 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.529 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g8DQ91 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.529 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.542 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.543 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.550 | 76400 | Marked run 1814 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.550 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.560 | 56029 | Recursively removing directory: /tmp/git.6EJx7D/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.562 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.562 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.565 | 76401 | Marked run 1815 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.565 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.566 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.571 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.571 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.571 | 76419 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.572 | 56025 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.572 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.572 | 56025 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.572 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VKe1wa +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.573 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.569 | 56026 | Recursively removing directory: /tmp/git.g8DQ91/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.571 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.571 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.575 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.579 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.579 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.579 | 76421 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.579 | 56025 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.579 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.580 | 56025 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.580 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.580 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.580 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w4g6Vw +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.581 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.585 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.586 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.599 | 76418 | Marked run 1816 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.600 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.603 | 56026 | Recursively removing directory: /tmp/git.w4g6Vw/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.604 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.604 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.606 | 76420 | Marked run 1817 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.606 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.609 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.612 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.612 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.609 | 56029 | Recursively removing directory: /tmp/git.VKe1wa/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.610 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.610 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.615 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 76437 | Added a new worker 13 to the queue +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.619 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 56025 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 56025 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.619 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.620 | 76439 | Added a new worker 8 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.620 | 56025 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.620 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.620 | 56025 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.620 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ijn0dm +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.621 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0amGIP +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.621 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.625 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.626 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.631 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.632 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.638 | 76436 | Marked run 1819 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.639 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.644 | 76438 | Marked run 1818 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.645 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.651 | 56026 | Recursively removing directory: /tmp/git.ijn0dm/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.652 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.652 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.657 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.661 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.662 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.662 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.656 | 56029 | Recursively removing directory: /tmp/git.0amGIP/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.657 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.657 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.665 | 76456 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.665 | 56025 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.665 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.665 | 56025 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.665 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.usYTsX +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.665 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.666 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.666 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.666 | 76457 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.666 | 56025 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.666 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.667 | 56025 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.667 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TAbCD7 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.668 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.672 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.673 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.671 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.681 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.691 | 56029 | Recursively removing directory: /tmp/git.TAbCD7/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.694 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.694 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.695 | 76455 | Marked run 1821 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.695 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.701 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.698 | 56026 | Recursively removing directory: /tmp/git.usYTsX/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.699 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.699 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.704 | 76454 | Marked run 1820 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.705 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.705 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.709 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.709 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.709 | 76474 | Added a new worker 12 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.710 | 56025 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.710 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.710 | 56025 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.710 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.710 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WuYWdU +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.711 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.711 | 76475 | Added a new worker 6 to the queue +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.710 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.712 | 56025 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.712 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.712 | 56025 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.713 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CigpSJ +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.715 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.716 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.717 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.727 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.729 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.734 | 76472 | Marked run 1823 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.734 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.735 | 56026 | Recursively removing directory: /tmp/git.WuYWdU/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.737 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.737 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.741 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.745 | 76473 | Marked run 1822 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.746 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.747 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.748 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.752 | 76491 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.752 | 56025 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.752 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.752 | 56025 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.753 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.753 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.748 | 56029 | Recursively removing directory: /tmp/git.CigpSJ/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.749 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.749 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.756 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N0h2v2 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.758 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.758 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.764 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.764 | 76493 | Added a new worker 13 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.764 | 56025 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.764 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.764 | 56025 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.764 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.765 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.765 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PVnTqo +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.766 | 76490 | Marked run 1824 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.766 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.771 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.771 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.776 | 76492 | Marked run 1825 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.777 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.786 | 56029 | Recursively removing directory: /tmp/git.PVnTqo/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.788 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.788 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.792 | 56026 | Recursively removing directory: /tmp/git.N0h2v2/ +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.793 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.793 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.793 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.797 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.798 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.798 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.802 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.802 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.802 | 76509 | Added a new worker 14 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.803 | 56025 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.803 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.803 | 56025 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.803 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UpNFXY +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.804 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.805 | 76511 | Added a new worker 8 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.805 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.805 | 56025 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.805 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.805 | 56025 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.806 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OS1KHG +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.813 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.814 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.816 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.817 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.821 | 76508 | Marked run 1827 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.821 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.825 | 76510 | Marked run 1826 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.826 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.832 | 56029 | Recursively removing directory: /tmp/git.UpNFXY/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.833 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.833 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.838 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.840 | 56026 | Recursively removing directory: /tmp/git.OS1KHG/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.841 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.841 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.846 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.851 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.851 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.852 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rHfiqc +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 76528 | Added a new worker 15 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 56025 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.851 | 56025 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.852 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.852 | 76529 | Added a new worker 11 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.852 | 56025 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.852 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.852 | 56025 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.853 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.853 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F4888J +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.861 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.864 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.863 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.865 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.872 | 76526 | Marked run 1828 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.872 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.877 | 76527 | Marked run 1829 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.877 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.880 | 56029 | Recursively removing directory: /tmp/git.F4888J/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.881 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.881 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.885 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.890 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.889 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.890 | 76545 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.890 | 56025 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.890 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.890 | 56025 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.890 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cebGK4 +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.892 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.892 | 56026 | Recursively removing directory: /tmp/git.rHfiqc/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.893 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.893 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.897 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.897 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.898 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.911 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.911 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.915 | 76544 | Marked run 1831 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.915 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.915 | 76552 | Added a new worker 6 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.916 | 56025 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.916 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.916 | 56025 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.917 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jp4JNJ +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.918 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.922 | 56029 | Recursively removing directory: /tmp/git.cebGK4/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.924 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.924 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.925 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.927 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.928 | 76546 | Marked run 1830 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.929 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.929 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.933 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.933 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.935 | 76557 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.935 | 56025 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.935 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.935 | 56025 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.935 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RGHhbG +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.936 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.945 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.946 | 76556 | Marked run 1832 as finished +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.947 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.947 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.950 | 56026 | Recursively removing directory: /tmp/git.Jp4JNJ/ +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.952 | 56026 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.952 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.956 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.960 | 56026 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.960 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.961 | 76572 | Added a new worker 10 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.961 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.961 | 56025 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.961 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.961 | 56025 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.961 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Nb8sO +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.968 | 56029 | Recursively removing directory: /tmp/git.RGHhbG/ +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.969 | 56029 | Process exit code: 0 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.969 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.974 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.975 | 56026 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.976 | 56026 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.979 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.980 | 56029 | Waiting for a new command +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.980 | 76575 | Added a new worker 14 to the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.980 | 56025 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.980 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.980 | 56025 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.981 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UogFtE +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.982 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.987 | 56029 | Checking out revision HEAD +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.988 | 76571 | Marked run 1833 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.989 | 56023 | Waiting for new connections +2023-08-28 07:33:51 | INFO | 56029/cimple-worker: 2023-08-28 07:33:51.989 | 56029 | Going to run: ./ci +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.994 | 76573 | Marked run 1834 as finished +2023-08-28 07:33:51 | INFO | 56023/cimple-server: 2023-08-28 07:33:51.994 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:51.999 | 56026 | Recursively removing directory: /tmp/git.0Nb8sO/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.002 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.003 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.004 | 56029 | Recursively removing directory: /tmp/git.UogFtE/ +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.008 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.010 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.006 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.006 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.013 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.015 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.015 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.015 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.015 | 76591 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.015 | 56025 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.015 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.015 | 56025 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.015 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rvSHQc +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.016 | 76592 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.016 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.016 | 56025 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.016 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.016 | 56025 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.016 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AMIR8u +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.017 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.025 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.026 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.031 | 76589 | Marked run 1835 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.031 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.031 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.032 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.038 | 76590 | Marked run 1836 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.039 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.045 | 56029 | Recursively removing directory: /tmp/git.AMIR8u/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.046 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.046 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.050 | 56026 | Recursively removing directory: /tmp/git.rvSHQc/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.051 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.051 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.055 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.050 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.055 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.056 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.060 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.060 | 76608 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.060 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.060 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.062 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pFiuyB +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.060 | 56025 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.061 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.061 | 56025 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.067 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.067 | 76610 | Added a new worker 8 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.067 | 56025 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.067 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.067 | 56025 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.067 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pk4Lse +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.068 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.069 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.076 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.076 | 76607 | Marked run 1838 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.076 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.077 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.083 | 76609 | Marked run 1837 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.084 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.090 | 56029 | Recursively removing directory: /tmp/git.pFiuyB/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.091 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.091 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.095 | 56026 | Recursively removing directory: /tmp/git.Pk4Lse/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.096 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.096 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.098 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.102 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.103 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.104 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.107 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 76627 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 76628 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.107 | 56025 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.108 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J2za8v +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.109 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PQcsum +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.118 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.119 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.120 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.121 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.127 | 76626 | Marked run 1840 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.127 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.134 | 56026 | Recursively removing directory: /tmp/git.PQcsum/ +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.135 | 76625 | Marked run 1839 as finished +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.135 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.135 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.136 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.140 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.144 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.144 | 76644 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.144 | 56025 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.144 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.145 | 56025 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.144 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.145 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.heyBe3 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.146 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.152 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.154 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.155 | 56029 | Recursively removing directory: /tmp/git.J2za8v/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.157 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.157 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.159 | 76641 | Marked run 1842 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.159 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.162 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.166 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.168 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.173 | 76653 | Added a new worker 11 to the queue +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.174 | 56026 | Recursively removing directory: /tmp/git.heyBe3/ +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.174 | 56025 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.174 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.174 | 56025 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.174 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.174 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ygADnt +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.176 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.176 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.179 | 76648 | Marked run 1841 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.180 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.182 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.185 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.185 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.185 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.186 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.193 | 76655 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.194 | 56025 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.194 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.194 | 56025 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.194 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.194 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rLGTOb +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.202 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.203 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.206 | 56029 | Recursively removing directory: /tmp/git.ygADnt/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.209 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.209 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.213 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.213 | 76654 | Marked run 1843 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.214 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.218 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.219 | 76671 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.219 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.219 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.220 | 56025 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.220 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.220 | 56025 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.221 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3fRmuy +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.224 | 56026 | Recursively removing directory: /tmp/git.rLGTOb/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.225 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.225 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.230 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.232 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.233 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.238 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.238 | 76668 | Marked run 1844 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.239 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.242 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.242 | 76675 | Added a new worker 6 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.243 | 56025 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.243 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.243 | 56025 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.243 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OCG1F4 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.244 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.248 | 76672 | Marked run 1845 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.249 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.250 | 56029 | Recursively removing directory: /tmp/git.3fRmuy/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.252 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.252 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.254 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.254 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.256 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.260 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.260 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.261 | 76684 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.261 | 56025 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.261 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.261 | 56025 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.262 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1QdDkL +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.263 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.267 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.267 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.275 | 76682 | Marked run 1846 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.275 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.279 | 56026 | Recursively removing directory: /tmp/git.OCG1F4/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.280 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.280 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.285 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.288 | 56029 | Recursively removing directory: /tmp/git.1QdDkL/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.289 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.289 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.289 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.292 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.293 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.297 | 76698 | Added a new worker 13 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.297 | 56025 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.297 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.297 | 56025 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.297 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.298 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.391tLI +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.298 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.300 | 76700 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.301 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.301 | 56025 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.301 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.301 | 56025 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.301 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.305 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.306 | 76697 | Marked run 1847 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.306 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.306 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.307 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o5zKA4 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.312 | 76699 | Marked run 1848 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.313 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.315 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.316 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.328 | 56026 | Recursively removing directory: /tmp/git.391tLI/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.329 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.329 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.332 | 56029 | Recursively removing directory: /tmp/git.o5zKA4/ +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.334 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.333 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.333 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.338 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.338 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.338 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.342 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.343 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.343 | 76717 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.343 | 56025 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.343 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.343 | 56025 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.343 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aC0VSp +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.343 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.344 | 76718 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.344 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.344 | 56025 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.344 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.344 | 56025 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.345 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T4ePUn +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.350 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.352 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.359 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.359 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.359 | 76716 | Marked run 1850 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.360 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.364 | 76715 | Marked run 1849 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.364 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.372 | 56026 | Recursively removing directory: /tmp/git.aC0VSp/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.373 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.373 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.378 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.379 | 56029 | Recursively removing directory: /tmp/git.T4ePUn/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.380 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.380 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.382 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.383 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.384 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.388 | 76734 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.388 | 56025 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.388 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.388 | 56025 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.389 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qPbfap +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.389 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.390 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.390 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.393 | 76736 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.393 | 56025 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.393 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.393 | 56025 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.393 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IkEPw9 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.394 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.395 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.396 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.405 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.406 | 76733 | Marked run 1851 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.406 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.407 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.412 | 76735 | Marked run 1852 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.412 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.416 | 56026 | Recursively removing directory: /tmp/git.qPbfap/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.417 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.417 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.421 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.429 | 56029 | Recursively removing directory: /tmp/git.IkEPw9/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.431 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.432 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.432 | 76752 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.432 | 56025 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.432 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.432 | 56025 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.432 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.caofoU +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.431 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.431 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.433 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.438 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.439 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.439 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.453 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.455 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.457 | 76761 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.460 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.460 | 56025 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.460 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.460 | 56025 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.461 | 56026 | Recursively removing directory: /tmp/git.caofoU/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.460 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZCfBWH +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.461 | 76751 | Marked run 1853 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.464 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.463 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.463 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.469 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.470 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.472 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.474 | 76753 | Marked run 1854 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.474 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.476 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.476 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.476 | 76765 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.477 | 56025 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.477 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.477 | 56025 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.477 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hcfY4o +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.478 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.482 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.483 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.487 | 76763 | Marked run 1855 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.488 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.493 | 56029 | Recursively removing directory: /tmp/git.ZCfBWH/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.494 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.494 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.498 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.503 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.503 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.504 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.498 | 56026 | Recursively removing directory: /tmp/git.hcfY4o/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.499 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.499 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.508 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.508 | 76779 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.508 | 56025 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.508 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.508 | 56025 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.509 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uZ3WHI +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.509 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.508 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.512 | 76781 | Added a new worker 8 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.512 | 56025 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.512 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.512 | 56025 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.513 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4iM7kZ +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.514 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.516 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.517 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.521 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.523 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.526 | 76778 | Marked run 1856 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.527 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.532 | 76780 | Marked run 1857 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.532 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.540 | 56029 | Recursively removing directory: /tmp/git.uZ3WHI/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.542 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.542 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.545 | 56026 | Recursively removing directory: /tmp/git.4iM7kZ/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.546 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.546 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.550 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.550 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.550 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.551 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.555 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.555 | 76798 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.556 | 56025 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.556 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.556 | 56025 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.556 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QZ3r73 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.556 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.560 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.561 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.562 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.564 | 76799 | Added a new worker 11 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.564 | 56025 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.564 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.565 | 56025 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.565 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zPdtas +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.565 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.571 | 76797 | Marked run 1859 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.571 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.571 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.572 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.576 | 76796 | Marked run 1858 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.577 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.584 | 56029 | Recursively removing directory: /tmp/git.QZ3r73/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.586 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.586 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.595 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.591 | 56026 | Recursively removing directory: /tmp/git.zPdtas/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.593 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.593 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.596 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.596 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.598 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.602 | 76815 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.603 | 56025 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.603 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.603 | 56025 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.602 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.608 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.608 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hyvIaW +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.612 | 76817 | Added a new worker 9 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.613 | 56025 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.613 | 56025 | Removed worker 9 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.613 | 56025 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.613 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.613 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jJdyGP +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.614 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.616 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.619 | 76814 | Marked run 1860 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.619 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.624 | 76816 | Marked run 1861 as finished +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.625 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.625 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.625 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.636 | 56029 | Recursively removing directory: /tmp/git.hyvIaW/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.638 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.638 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.643 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.644 | 56026 | Recursively removing directory: /tmp/git.jJdyGP/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.646 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.646 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.650 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.652 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.656 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.656 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.656 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.657 | 76833 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.657 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.657 | 56025 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.657 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.657 | 56025 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.657 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uCWDd9 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.660 | 76835 | Added a new worker 8 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.660 | 56025 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.660 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.661 | 56025 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.661 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2737cg +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.662 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.664 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.664 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.669 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.671 | 76832 | Marked run 1862 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.671 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.672 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.676 | 76834 | Marked run 1863 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.677 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.683 | 56029 | Recursively removing directory: /tmp/git.uCWDd9/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.685 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.685 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.686 | 56026 | Recursively removing directory: /tmp/git.2737cg/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.687 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.687 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.689 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.692 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.694 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.695 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.696 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.696 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.696 | 76852 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.696 | 56025 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.696 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.696 | 56025 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.697 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.51e74H +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 76853 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 56025 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.697 | 56025 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.698 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KupfNv +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.702 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.703 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.712 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.713 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.723 | 76850 | Marked run 1864 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.724 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.726 | 56026 | Recursively removing directory: /tmp/git.KupfNv/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.728 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.728 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.729 | 76851 | Marked run 1865 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.729 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.733 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.737 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.737 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.744 | 76869 | Added a new worker 11 to the queue +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.739 | 56029 | Recursively removing directory: /tmp/git.51e74H/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.740 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.740 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.745 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.745 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.746 | 56025 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.746 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.746 | 56025 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.746 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.goMk1J +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.750 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.751 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.751 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.752 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.753 | 76871 | Added a new worker 13 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.754 | 56025 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.754 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.754 | 56025 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.754 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.754 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ev2I9l +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.763 | 76868 | Marked run 1867 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.764 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.766 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.767 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.771 | 76870 | Marked run 1866 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.772 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.773 | 56026 | Recursively removing directory: /tmp/git.goMk1J/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.774 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.774 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.780 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.786 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.787 | 76887 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.786 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.787 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ya0vU +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.787 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.787 | 56025 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.787 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.787 | 56025 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.795 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.796 | 56029 | Recursively removing directory: /tmp/git.Ev2I9l/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.798 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.799 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.799 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.802 | 76886 | Marked run 1868 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.802 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.804 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.808 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.809 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.809 | 76892 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.809 | 56025 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.809 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.809 | 56025 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.809 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GRTv4q +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.810 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.815 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.816 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.825 | 76890 | Marked run 1869 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.825 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.833 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.827 | 56026 | Recursively removing directory: /tmp/git.7ya0vU/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.828 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.828 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.834 | 56029 | Recursively removing directory: /tmp/git.GRTv4q/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.835 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.835 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.837 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.837 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.841 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.844 | 76905 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.844 | 56025 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.844 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.844 | 56025 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.844 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dKyfSX +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.845 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.848 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.850 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.851 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.849 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.849 | 76907 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.849 | 56025 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.849 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.850 | 56025 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.851 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.860 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.48FMcg +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.864 | 76906 | Marked run 1871 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.864 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.870 | 56026 | Recursively removing directory: /tmp/git.dKyfSX/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.871 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.871 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.874 | 76904 | Marked run 1870 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.874 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.874 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.875 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.875 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.880 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.880 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.880 | 76918 | Added a new worker 10 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.880 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.884 | 56025 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.884 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.884 | 56025 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.885 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Oov4Md +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.890 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.891 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.893 | 76915 | Marked run 1872 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.893 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.897 | 56029 | Recursively removing directory: /tmp/git.48FMcg/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.898 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.898 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.902 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.906 | 56026 | Recursively removing directory: /tmp/git.Oov4Md/ +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.907 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.907 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.906 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.911 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.911 | 76932 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.911 | 56025 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.911 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.911 | 56025 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.912 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.906 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.911 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UuxJqn +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.916 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.916 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.917 | 56029 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.918 | 56029 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.920 | 76934 | Added a new worker 13 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.920 | 56025 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.920 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.920 | 56025 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.920 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.920 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mjAYe9 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.926 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.933 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.933 | 76931 | Marked run 1873 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.934 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.946 | 76933 | Marked run 1874 as finished +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.947 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.950 | 56026 | Recursively removing directory: /tmp/git.mjAYe9/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.951 | 56029 | Recursively removing directory: /tmp/git.UuxJqn/ +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.953 | 56029 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.953 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.952 | 56026 | Process exit code: 0 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.952 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.957 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.957 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.962 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.964 | 56026 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 76952 | Added a new worker 14 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 56025 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.964 | 56025 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.964 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k1qM7R +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.969 | 76951 | Added a new worker 12 to the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.969 | 56023 | Waiting for new connections +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.969 | 56025 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.969 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:52 | INFO | 56023/cimple-server: 2023-08-28 07:33:52.969 | 56025 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.971 | 56029 | Waiting for a new command +2023-08-28 07:33:52 | INFO | 56029/cimple-worker: 2023-08-28 07:33:52.972 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uoaKNN +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.974 | 56026 | Checking out revision HEAD +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.979 | 56026 | Going to run: ./ci +2023-08-28 07:33:52 | INFO | 56026/cimple-worker: 2023-08-28 07:33:52.993 | 56026 | Recursively removing directory: /tmp/git.k1qM7R/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.025 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.025 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.033 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.035 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.035 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.035 | 76961 | Added a new worker 15 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.035 | 56025 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.035 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.035 | 56025 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.036 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PycbVG +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.037 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.125 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.127 | 76949 | Marked run 1875 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.127 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.129 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.133 | 76950 | Marked run 1876 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.134 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.135 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.137 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.138 | 76960 | Marked run 1877 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.139 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.147 | 56029 | Recursively removing directory: /tmp/git.uoaKNN/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.148 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.148 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.152 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.154 | 56026 | Recursively removing directory: /tmp/git.PycbVG/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.155 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.155 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.157 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.157 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.160 | 76977 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.160 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.162 | 56025 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.162 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.162 | 56025 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.162 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zCZSfP +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.166 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.167 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.169 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.178 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.178 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.180 | 76976 | Marked run 1878 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.180 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.183 | 76986 | Added a new worker 7 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.183 | 56025 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.183 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.183 | 56025 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.183 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YBnncv +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.184 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.191 | 76978 | Marked run 1879 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.191 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.190 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.193 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.194 | 56029 | Recursively removing directory: /tmp/git.zCZSfP/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.195 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.195 | 56029 | Process output: 415086 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.199 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.206 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.207 | 76995 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.207 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.207 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.212 | 56025 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.212 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.212 | 56025 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.214 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CXVcq5 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.218 | 56026 | Recursively removing directory: /tmp/git.YBnncv/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.221 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.220 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.220 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.222 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.223 | 76990 | Marked run 1880 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.224 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.226 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.230 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.236 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.238 | 77004 | Added a new worker 11 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.238 | 56025 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.238 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.239 | 56025 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.239 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.239 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dq0XvF +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.243 | 56029 | Recursively removing directory: /tmp/git.CXVcq5/ +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.244 | 76999 | Marked run 1881 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.244 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.244 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.244 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.247 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.248 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.249 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.253 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.253 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.260 | 77008 | Added a new worker 11 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.260 | 56025 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.260 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.260 | 56025 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.261 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.261 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BD5nzc +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.267 | 77006 | Marked run 1882 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.268 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.268 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.269 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.275 | 56026 | Recursively removing directory: /tmp/git.dq0XvF/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.276 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.276 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.280 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.285 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.288 | 56029 | Recursively removing directory: /tmp/git.BD5nzc/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.290 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.290 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.292 | 77022 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.292 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.293 | 56025 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.293 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.293 | 56025 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.288 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.293 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tpIVse +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.295 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.298 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.298 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.301 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.301 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.303 | 77021 | Marked run 1883 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.304 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.306 | 77025 | Added a new worker 6 to the queue +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.306 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.niYkFS +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.306 | 56025 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.306 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.306 | 56025 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.308 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.315 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.320 | 56026 | Recursively removing directory: /tmp/git.tpIVse/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.329 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.329 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.329 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.332 | 77023 | Marked run 1884 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.333 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.336 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.340 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.344 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.346 | 77040 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.346 | 56025 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.346 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.346 | 56025 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.347 | 56029 | Recursively removing directory: /tmp/git.niYkFS/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.347 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6liywv +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.348 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.348 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.349 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.352 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.353 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.354 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.357 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.357 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.358 | 77042 | Added a new worker 13 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.358 | 56025 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.358 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.358 | 56025 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.360 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ugvUPD +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.361 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.362 | 77035 | Marked run 1885 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.362 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.366 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.367 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.372 | 77041 | Marked run 1886 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.373 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.379 | 56026 | Recursively removing directory: /tmp/git.6liywv/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.381 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.381 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.384 | 56029 | Recursively removing directory: /tmp/git.ugvUPD/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.385 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.385 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.386 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.389 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.391 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.390 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.395 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.395 | 77059 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.395 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.395 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.395 | 77060 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.396 | 56025 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.396 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HYZmUm +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.396 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vxmlDi +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.406 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.407 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.408 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.409 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.413 | 77057 | Marked run 1887 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.413 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.417 | 77058 | Marked run 1888 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.417 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.421 | 56029 | Recursively removing directory: /tmp/git.vxmlDi/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.422 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.422 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.428 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.426 | 56026 | Recursively removing directory: /tmp/git.HYZmUm/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.427 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.428 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.432 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.433 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.433 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.437 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.437 | 77077 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.437 | 56025 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.437 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.437 | 56025 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.438 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.438 | 77078 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.437 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.438 | 56025 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.438 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.438 | 56025 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.437 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9cBxOw +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.439 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.78xn7W +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.440 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.443 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.445 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.452 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.452 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.457 | 77076 | Marked run 1889 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.457 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.465 | 77075 | Marked run 1890 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.465 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.467 | 56029 | Recursively removing directory: /tmp/git.9cBxOw/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.469 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.469 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.472 | 56026 | Recursively removing directory: /tmp/git.78xn7W/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.473 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.473 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.476 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.477 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.477 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.479 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.483 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.483 | 77094 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.484 | 56025 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.484 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.484 | 56025 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.484 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.484 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i3wHMT +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.484 | 77096 | Added a new worker 8 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.485 | 56025 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.485 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.485 | 56025 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.484 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.485 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EZIeM3 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.486 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.494 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.494 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.495 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.497 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.499 | 77093 | Marked run 1891 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.500 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.504 | 77095 | Marked run 1892 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.505 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.511 | 56026 | Recursively removing directory: /tmp/git.EZIeM3/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.512 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.512 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.513 | 56029 | Recursively removing directory: /tmp/git.i3wHMT/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.514 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.514 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.516 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.518 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.521 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.522 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 77114 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 56025 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.522 | 56025 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.523 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GtkZbB +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.523 | 77113 | Added a new worker 12 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.524 | 56025 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.524 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.524 | 56025 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.525 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.529 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.529 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AuZmPE +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.540 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.542 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.542 | 77111 | Marked run 1894 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.542 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.543 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.544 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.549 | 77112 | Marked run 1893 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.549 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.557 | 56029 | Recursively removing directory: /tmp/git.GtkZbB/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.558 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.558 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.562 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.564 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.567 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.567 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.559 | 56026 | Recursively removing directory: /tmp/git.AuZmPE/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.560 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.560 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.568 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.572 | 77131 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.573 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.573 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.573 | 56025 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.573 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.573 | 56025 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.573 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Thff2q +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.580 | 77132 | Added a new worker 11 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.581 | 56025 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.581 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.581 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.581 | 56025 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.581 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lnl2ub +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.584 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.585 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.587 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.589 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.590 | 77129 | Marked run 1895 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.591 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.595 | 77130 | Marked run 1896 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.596 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.601 | 56029 | Recursively removing directory: /tmp/git.Thff2q/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.602 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.602 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.606 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.610 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.611 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.613 | 77148 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.613 | 56026 | Recursively removing directory: /tmp/git.Lnl2ub/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.615 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.615 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.620 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xv9nNU +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.620 | 56025 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.620 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.620 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.620 | 56025 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.621 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.626 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.626 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.626 | 77150 | Added a new worker 13 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.627 | 56025 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.627 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.627 | 56025 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.627 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.627 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.627 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZODuHn +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.628 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.629 | 77147 | Marked run 1897 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.629 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.635 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.636 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.646 | 77149 | Marked run 1898 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.647 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.652 | 56029 | Recursively removing directory: /tmp/git.Xv9nNU/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.653 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.653 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.656 | 56026 | Recursively removing directory: /tmp/git.ZODuHn/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.658 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.658 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.660 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.662 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.662 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.662 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.663 | 77167 | Added a new worker 12 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.663 | 56025 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.663 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.663 | 56025 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.663 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SSguOd +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.664 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.667 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.667 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.667 | 77168 | Added a new worker 12 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.667 | 56025 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.667 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.667 | 56025 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.668 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JhHyk9 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.668 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.669 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.671 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.672 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.673 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.690 | 77166 | Marked run 1900 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.690 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.691 | 56029 | Recursively removing directory: /tmp/git.SSguOd/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.693 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.693 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.694 | 77165 | Marked run 1899 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.695 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.697 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.702 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.702 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.697 | 56026 | Recursively removing directory: /tmp/git.JhHyk9/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.698 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.698 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.703 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.707 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.707 | 77184 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.707 | 56025 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.707 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.707 | 56025 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.708 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UR4547 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.707 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.709 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.711 | 77186 | Added a new worker 8 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.712 | 56025 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.712 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.712 | 56025 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.712 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.712 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.okuBn4 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.717 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.717 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.718 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.720 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.724 | 77183 | Marked run 1901 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.725 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.731 | 77185 | Marked run 1902 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.732 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.736 | 56029 | Recursively removing directory: /tmp/git.UR4547/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.737 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.737 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.740 | 56026 | Recursively removing directory: /tmp/git.okuBn4/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.746 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.748 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.748 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.749 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.742 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.742 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.750 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.750 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.752 | 77203 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.752 | 56025 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.752 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.752 | 56025 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.753 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.753 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hknv98 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.758 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.759 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.761 | 77204 | Added a new worker 11 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.763 | 56025 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.763 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.764 | 56025 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.764 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jo3mPf +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.765 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.769 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.770 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.776 | 77202 | Marked run 1904 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.777 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.782 | 56029 | Recursively removing directory: /tmp/git.hknv98/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.784 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.784 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.784 | 77201 | Marked run 1903 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.785 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.790 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.792 | 56026 | Recursively removing directory: /tmp/git.jo3mPf/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.793 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.793 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.796 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.796 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.799 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.802 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 77220 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 77222 | Added a new worker 8 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.802 | 56025 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.803 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zaxvmh +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.803 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e7kz26 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.803 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.808 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.809 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.820 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.823 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.826 | 77221 | Marked run 1906 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.826 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.830 | 56029 | Recursively removing directory: /tmp/git.e7kz26/ +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.831 | 77219 | Marked run 1905 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.831 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.832 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.832 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.836 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.841 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.843 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.848 | 77238 | Added a new worker 11 to the queue +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.844 | 56026 | Recursively removing directory: /tmp/git.Zaxvmh/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.846 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.846 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.849 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.849 | 56025 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.849 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.849 | 56025 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.849 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SMVzeJ +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.851 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.855 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.857 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.857 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.857 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.857 | 77240 | Added a new worker 13 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.858 | 56025 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.858 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.858 | 56025 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.858 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.858 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iMGLSY +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.859 | 77237 | Marked run 1907 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.859 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.868 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.869 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.875 | 77239 | Marked run 1908 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.875 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.881 | 56029 | Recursively removing directory: /tmp/git.SMVzeJ/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.882 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.882 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.886 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.890 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.888 | 56026 | Recursively removing directory: /tmp/git.iMGLSY/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.889 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.889 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.890 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.893 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.894 | 77256 | Added a new worker 12 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.894 | 56025 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.894 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.894 | 56025 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.894 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sJoPXK +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.894 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.898 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.899 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.898 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.903 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.903 | 77258 | Added a new worker 13 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.903 | 56025 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.903 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.903 | 56025 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.903 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.904 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JPHXxe +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.909 | 77255 | Marked run 1909 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.909 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.913 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.913 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.916 | 77257 | Marked run 1910 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.916 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.926 | 56026 | Recursively removing directory: /tmp/git.JPHXxe/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.927 | 56029 | Recursively removing directory: /tmp/git.sJoPXK/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.928 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.928 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.932 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.929 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.929 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.935 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.936 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.936 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 77275 | Added a new worker 14 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 56025 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.939 | 56025 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.940 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LEU0Nj +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.939 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.940 | 77276 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.940 | 56025 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.940 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.940 | 56025 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.941 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hQE0OW +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.942 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.949 | 56029 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.953 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.953 | 56029 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.954 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.958 | 77274 | Marked run 1911 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.959 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.963 | 77273 | Marked run 1912 as finished +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.963 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.969 | 56026 | Recursively removing directory: /tmp/git.LEU0Nj/ +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.970 | 56026 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.970 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.973 | 56029 | Recursively removing directory: /tmp/git.hQE0OW/ +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.974 | 56029 | Process exit code: 0 +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.974 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.976 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.978 | 56026 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.978 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.978 | 77292 | Added a new worker 10 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.978 | 56025 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.978 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.978 | 56025 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.978 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HgEH7l +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.979 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.980 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.985 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.985 | 56029 | Waiting for a new command +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.993 | 56026 | Checking out revision HEAD +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.993 | 77294 | Added a new worker 13 to the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.993 | 56025 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.993 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.993 | 56025 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:53 | INFO | 56023/cimple-server: 2023-08-28 07:33:53.993 | 56023 | Waiting for new connections +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.994 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kgiv9x +2023-08-28 07:33:53 | INFO | 56026/cimple-worker: 2023-08-28 07:33:53.995 | 56026 | Going to run: ./ci +2023-08-28 07:33:53 | INFO | 56029/cimple-worker: 2023-08-28 07:33:53.999 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.000 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.005 | 77291 | Marked run 1913 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.005 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.009 | 77293 | Marked run 1914 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.010 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.019 | 56029 | Recursively removing directory: /tmp/git.Kgiv9x/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.015 | 56026 | Recursively removing directory: /tmp/git.HgEH7l/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.016 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.016 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.020 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.020 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.021 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.024 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.026 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.026 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.026 | 77311 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.026 | 56025 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.026 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.026 | 56025 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.026 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SAVNe8 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.027 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.028 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.028 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.032 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.033 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.033 | 77312 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.034 | 56025 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.034 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.034 | 56025 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.034 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j8yWtt +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.034 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.041 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.041 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.051 | 56026 | Recursively removing directory: /tmp/git.SAVNe8/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.052 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.052 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.056 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.060 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.060 | 77328 | Added a new worker 15 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.060 | 56025 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.060 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.060 | 56025 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.060 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.060 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TdFTRd +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.062 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.064 | 77310 | Marked run 1916 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.065 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.070 | 77309 | Marked run 1915 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.070 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.072 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.073 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.076 | 56029 | Recursively removing directory: /tmp/git.j8yWtt/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.078 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.078 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.082 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.085 | 77327 | Marked run 1917 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.085 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.086 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.086 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.086 | 77333 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.087 | 56025 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.087 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.087 | 56025 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.087 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.092 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CwRzL2 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.099 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.100 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.103 | 77332 | Marked run 1918 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.103 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.107 | 56026 | Recursively removing directory: /tmp/git.TdFTRd/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.109 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.109 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.113 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.118 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.118 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.118 | 56029 | Recursively removing directory: /tmp/git.CwRzL2/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.120 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.120 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 77346 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 56025 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.124 | 56025 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.124 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5qGaNH +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.129 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.129 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.130 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.130 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.133 | 77348 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.133 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.133 | 56025 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.133 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.133 | 56025 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.134 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.582zIm +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.137 | 77345 | Marked run 1919 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.138 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.141 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.143 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.147 | 77347 | Marked run 1920 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.148 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.152 | 56026 | Recursively removing directory: /tmp/git.5qGaNH/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.154 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.154 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.159 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.164 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.165 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.158 | 56029 | Recursively removing directory: /tmp/git.582zIm/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.160 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.160 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.168 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.168 | 77365 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56025 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56025 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.169 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ektfEu +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 77366 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.169 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.169 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.170 | 56025 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.170 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.170 | 56025 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.170 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LoFCvG +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.175 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.176 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.186 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.190 | 56029 | Recursively removing directory: /tmp/git.LoFCvG/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.191 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.191 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.191 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.193 | 77363 | Marked run 1921 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.194 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.196 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.200 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.200 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.200 | 77376 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.200 | 56025 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.200 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.200 | 56025 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.200 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yvvZ2j +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.201 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.201 | 77364 | Marked run 1922 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.202 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.209 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.210 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.216 | 77375 | Marked run 1924 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.216 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.222 | 56026 | Recursively removing directory: /tmp/git.ektfEu/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.224 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.224 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.228 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.230 | 56029 | Recursively removing directory: /tmp/git.yvvZ2j/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.231 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.231 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.235 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.235 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.235 | 77391 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.235 | 56025 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.235 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.235 | 56025 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.235 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AEyK5J +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.236 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.237 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.240 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.241 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.248 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.252 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.252 | 77390 | Marked run 1923 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.253 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.257 | 77396 | Added a new worker 7 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.257 | 56025 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.257 | 56025 | Removed worker 7 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.257 | 56025 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.257 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.258 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e3Tb4K +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.261 | 77392 | Marked run 1925 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.261 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.267 | 56026 | Recursively removing directory: /tmp/git.AEyK5J/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.268 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.268 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.268 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.270 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.273 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.277 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.277 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.279 | 77405 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.279 | 56025 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.279 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.279 | 56025 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.279 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p2x01p +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.280 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.284 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.285 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.293 | 77403 | Marked run 1926 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.293 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.295 | 56029 | Recursively removing directory: /tmp/git.e3Tb4K/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.296 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.296 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.301 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.302 | 56026 | Recursively removing directory: /tmp/git.p2x01p/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.303 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.303 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.307 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.311 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.311 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.312 | 77419 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.312 | 56025 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.312 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.312 | 56025 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.312 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4pCwSu +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.313 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.318 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.319 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.324 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.325 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.327 | 77422 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.327 | 56025 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.327 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.327 | 56025 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.328 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kJByGI +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.329 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.334 | 77417 | Marked run 1927 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.334 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.335 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.336 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.341 | 77418 | Marked run 1928 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.341 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.344 | 56026 | Recursively removing directory: /tmp/git.4pCwSu/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.346 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.346 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.351 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.354 | 56029 | Recursively removing directory: /tmp/git.kJByGI/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.355 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.355 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.359 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.359 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.363 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.363 | 77437 | Added a new worker 14 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.363 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.363 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.363 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.364 | 56025 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.364 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.364 | 56025 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.368 | 77438 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.368 | 56025 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.368 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.368 | 56025 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.369 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zmPBZo +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.369 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.369 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UK7Gzc +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.378 | 77435 | Marked run 1929 as finished +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.378 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.379 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.380 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.382 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.383 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.388 | 77436 | Marked run 1930 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.388 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.395 | 56026 | Recursively removing directory: /tmp/git.UK7Gzc/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.397 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.397 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.401 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.404 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.404 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.412 | 77454 | Added a new worker 11 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.412 | 56025 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.412 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.412 | 56025 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.413 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.409 | 56029 | Recursively removing directory: /tmp/git.zmPBZo/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.411 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.411 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.413 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.McibQB +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.416 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.419 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.420 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.420 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.423 | 77453 | Marked run 1931 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.423 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.421 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.428 | 77457 | Added a new worker 6 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.428 | 56025 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.428 | 56025 | Removed worker 6 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.429 | 56025 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.429 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j52Kx4 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.430 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.433 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.435 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.440 | 77455 | Marked run 1932 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.440 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.441 | 56026 | Recursively removing directory: /tmp/git.McibQB/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.442 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.442 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.446 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.450 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.450 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.451 | 77472 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.451 | 56025 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.451 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.451 | 56025 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.451 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1ia8hu +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.452 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.456 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.456 | 56029 | Recursively removing directory: /tmp/git.j52Kx4/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.458 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.458 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.458 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.462 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.466 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.466 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.467 | 77476 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.467 | 56025 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.467 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.467 | 56025 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.467 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.76yjxP +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.468 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.472 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.472 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.486 | 77474 | Marked run 1934 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.488 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.488 | 56026 | Recursively removing directory: /tmp/git.1ia8hu/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.490 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.490 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.494 | 77471 | Marked run 1933 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.494 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.495 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.497 | 56029 | Recursively removing directory: /tmp/git.76yjxP/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.499 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.499 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.500 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.500 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.500 | 77490 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.500 | 56025 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.500 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.500 | 56025 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.501 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.503 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.507 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.507 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rAvc0m +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.507 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.512 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.512 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.519 | 77492 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.520 | 56025 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.520 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.520 | 56025 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.520 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dHxo4x +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.520 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.527 | 56026 | Recursively removing directory: /tmp/git.rAvc0m/ +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.527 | 77489 | Marked run 1935 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.528 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.530 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.530 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.533 | 77491 | Marked run 1936 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.533 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.533 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.534 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.535 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.541 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.544 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.545 | 77503 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.546 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.546 | 56025 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.546 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.546 | 56025 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.546 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q3rMuB +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.552 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.553 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.555 | 77500 | Marked run 1937 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.555 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.562 | 56029 | Recursively removing directory: /tmp/git.dHxo4x/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.564 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.564 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.567 | 56026 | Recursively removing directory: /tmp/git.Q3rMuB/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.568 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.568 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.572 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.573 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.574 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.574 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.574 | 77518 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.574 | 56025 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.574 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.574 | 56025 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.575 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aUw1eP +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.576 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.577 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.577 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.581 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.582 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.580 | 77519 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.583 | 56025 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.583 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.583 | 56025 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.583 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5gZTm +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.583 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.596 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.597 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.599 | 56029 | Recursively removing directory: /tmp/git.aUw1eP/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.602 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.602 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.606 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.611 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 77535 | Added a new worker 11 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 56025 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.611 | 56025 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.612 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jFwCqu +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.614 | 77517 | Marked run 1939 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.614 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.620 | 77516 | Marked run 1938 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.620 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.620 | 56026 | Recursively removing directory: /tmp/git.Z5gZTm/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.622 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.622 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.626 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.626 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.628 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.630 | 77532 | Marked run 1940 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.630 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.631 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.631 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.631 | 77538 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.632 | 56025 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.632 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.632 | 56025 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.632 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.636 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dooPTW +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.642 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.642 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.648 | 77536 | Marked run 1941 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.649 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.652 | 56029 | Recursively removing directory: /tmp/git.jFwCqu/ +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.658 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.654 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.654 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.661 | 56026 | Recursively removing directory: /tmp/git.dooPTW/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.662 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.662 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.663 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.668 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.668 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.671 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.671 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.671 | 77553 | Added a new worker 14 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.672 | 56025 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.672 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.672 | 56025 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.672 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nRMlMJ +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.673 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.674 | 77555 | Added a new worker 8 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.674 | 56025 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.674 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.674 | 56025 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.674 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.675 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hCm1xL +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.679 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.680 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.683 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.685 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.686 | 77552 | Marked run 1942 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.686 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.691 | 77554 | Marked run 1943 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.691 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.698 | 56029 | Recursively removing directory: /tmp/git.nRMlMJ/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.699 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.699 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.704 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.706 | 56026 | Recursively removing directory: /tmp/git.hCm1xL/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.707 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.707 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.709 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.708 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.712 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.717 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.717 | 77571 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.717 | 56025 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.717 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.717 | 56025 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.717 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VxI1cx +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.718 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.718 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.721 | 77573 | Added a new worker 8 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.721 | 56025 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.721 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.721 | 56025 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.721 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.722 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lj46QB +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.725 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.725 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.729 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.730 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.733 | 77570 | Marked run 1944 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.733 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.737 | 77572 | Marked run 1945 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.738 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.745 | 56029 | Recursively removing directory: /tmp/git.VxI1cx/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.746 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.746 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.747 | 56026 | Recursively removing directory: /tmp/git.Lj46QB/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.749 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.749 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.751 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.753 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.755 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.756 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.757 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.757 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.757 | 77590 | Added a new worker 14 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.757 | 77591 | Added a new worker 15 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56025 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.758 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.758 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z37Yf6 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.758 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QjFfcP +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.765 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.766 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.777 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.777 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.785 | 77589 | Marked run 1947 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.786 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.786 | 56026 | Recursively removing directory: /tmp/git.Z37Yf6/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.788 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.788 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.793 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.795 | 77588 | Marked run 1946 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.795 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.797 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.798 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.805 | 56029 | Recursively removing directory: /tmp/git.QjFfcP/ +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.805 | 77607 | Added a new worker 11 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.806 | 56025 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.806 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.806 | 56025 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.806 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.806 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YW3tpZ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.807 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.807 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.811 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.812 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.813 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.816 | 77606 | Marked run 1949 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.816 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.818 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.818 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.819 | 77611 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.820 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dEH2wT +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.820 | 56025 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.820 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.820 | 56025 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.820 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.826 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.828 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.831 | 77608 | Marked run 1948 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.831 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.838 | 56026 | Recursively removing directory: /tmp/git.YW3tpZ/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.839 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.839 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.843 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.847 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.852 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.852 | 77625 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.852 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.850 | 56029 | Recursively removing directory: /tmp/git.dEH2wT/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.852 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.852 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.853 | 56025 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.853 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.853 | 56025 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.853 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gAQtH7 +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.857 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.860 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.861 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.861 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.861 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.862 | 77627 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.862 | 56025 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.862 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.862 | 56025 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.863 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w7TpJd +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.864 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.867 | 77624 | Marked run 1950 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.867 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.872 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.876 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.877 | 77626 | Marked run 1951 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.878 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.886 | 56026 | Recursively removing directory: /tmp/git.gAQtH7/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.887 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.887 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.891 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.896 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.896 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.893 | 56029 | Recursively removing directory: /tmp/git.w7TpJd/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.894 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.894 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.899 | 77643 | Added a new worker 12 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.899 | 56025 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.899 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.899 | 56025 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.900 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0KsUzZ +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.900 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.905 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.907 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.907 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.907 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.907 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.915 | 77645 | Added a new worker 13 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.915 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.916 | 56025 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.916 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.916 | 56025 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.916 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qMGMZW +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.922 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.923 | 77642 | Marked run 1952 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.923 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.925 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.927 | 56026 | Recursively removing directory: /tmp/git.0KsUzZ/ +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.928 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.928 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.929 | 77644 | Marked run 1953 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.930 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.933 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.937 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.940 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.946 | 77661 | Added a new worker 11 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.946 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.946 | 56025 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.946 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.946 | 56025 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.946 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WISGgy +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.947 | 56029 | Recursively removing directory: /tmp/git.qMGMZW/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.950 | 56029 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.950 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.952 | 56026 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.953 | 56026 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.954 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.957 | 77655 | Marked run 1954 as finished +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.957 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.959 | 56029 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 77665 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 56025 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 56025 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.959 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BNyU2A +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.959 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.977 | 56026 | Recursively removing directory: /tmp/git.WISGgy/ +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.982 | 56029 | Checking out revision HEAD +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.983 | 77663 | Marked run 1955 as finished +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.982 | 56026 | Process exit code: 0 +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.982 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.984 | 56029 | Going to run: ./ci +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.983 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.987 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.992 | 56023 | Waiting for new connections +2023-08-28 07:33:54 | INFO | 56026/cimple-worker: 2023-08-28 07:33:54.991 | 56026 | Waiting for a new command +2023-08-28 07:33:54 | INFO | 56023/cimple-server: 2023-08-28 07:33:54.999 | 77679 | Added a new worker 10 to the queue +2023-08-28 07:33:54 | INFO | 56029/cimple-worker: 2023-08-28 07:33:54.999 | 56029 | Recursively removing directory: /tmp/git.BNyU2A/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.000 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B4kUz1 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.000 | 56025 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.000 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.000 | 56025 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.000 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.003 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.003 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.006 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.006 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.008 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.010 | 77673 | Marked run 1956 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.011 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.014 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.014 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.021 | 77686 | Added a new worker 11 to the queue +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.021 | 56026 | Recursively removing directory: /tmp/git.B4kUz1/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.022 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ml3Te6 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.021 | 56025 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.021 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.022 | 56025 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.023 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.023 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.024 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.027 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.028 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.029 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.031 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.031 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.031 | 77691 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.032 | 56025 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.032 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.032 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.032 | 56025 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.032 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5rqxay +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.035 | 77681 | Marked run 1957 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.035 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.039 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.039 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.049 | 77689 | Marked run 1958 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.050 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.051 | 56029 | Recursively removing directory: /tmp/git.Ml3Te6/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.052 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.052 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.057 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.059 | 56026 | Recursively removing directory: /tmp/git.5rqxay/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.061 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.061 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.061 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.064 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.066 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.066 | 77706 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.066 | 56025 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.066 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.066 | 56025 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.067 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.81eSqp +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.067 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.070 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.072 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.070 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.077 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.077 | 77708 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.077 | 56025 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.077 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.078 | 56025 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.078 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.078 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oVwKYg +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.084 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.085 | 77705 | Marked run 1959 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.085 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.085 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.090 | 77707 | Marked run 1960 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.091 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.095 | 56029 | Recursively removing directory: /tmp/git.81eSqp/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.097 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.097 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.101 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.105 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.112 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.114 | 77724 | Added a new worker 11 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.114 | 56025 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.114 | 56025 | Removed worker 11 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.114 | 56025 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.115 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mf1lwN +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.115 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.118 | 56026 | Recursively removing directory: /tmp/git.oVwKYg/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.120 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.120 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.121 | 77723 | Marked run 1961 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.121 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.122 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.123 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.124 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.129 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.129 | 77731 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.129 | 56025 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.129 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.129 | 56025 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.130 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.129 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.129 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rt9379 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.134 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.135 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.143 | 77726 | Marked run 1962 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.143 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.146 | 56029 | Recursively removing directory: /tmp/git.mf1lwN/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.147 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.147 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.152 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.153 | 56026 | Recursively removing directory: /tmp/git.rt9379/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.154 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.154 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.157 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.159 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.159 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.163 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.163 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.163 | 77742 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.164 | 56025 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.164 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.164 | 56025 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.164 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UAEQ2i +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.165 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.166 | 77744 | Added a new worker 8 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.166 | 56025 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.166 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.166 | 56025 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.166 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QCkNGB +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.167 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.170 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.173 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.174 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.177 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.180 | 77741 | Marked run 1963 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.181 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.186 | 77743 | Marked run 1964 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.186 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.191 | 56029 | Recursively removing directory: /tmp/git.UAEQ2i/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.195 | 56026 | Recursively removing directory: /tmp/git.QCkNGB/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.192 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.192 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.196 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.196 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.197 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.200 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.202 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.202 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 77761 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56025 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56025 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 77762 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56025 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.204 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.205 | 56025 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.204 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.205 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8yaDXr +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.205 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.205 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GKLdHr +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.206 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.213 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.214 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.216 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.217 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.223 | 77759 | Marked run 1965 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.224 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.228 | 77760 | Marked run 1966 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.228 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.234 | 56026 | Recursively removing directory: /tmp/git.8yaDXr/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.236 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.236 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.240 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.240 | 56029 | Recursively removing directory: /tmp/git.GKLdHr/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.242 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.242 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.244 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.245 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.245 | 77778 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.245 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.245 | 56025 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.245 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.245 | 56025 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.245 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CYfMQ9 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.246 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.250 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.251 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.253 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.257 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.258 | 77781 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.259 | 56025 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.259 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.259 | 56025 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.259 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QLkdGN +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.260 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.265 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.267 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.270 | 77777 | Marked run 1968 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.270 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.274 | 77779 | Marked run 1967 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.274 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.293 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.287 | 56026 | Recursively removing directory: /tmp/git.CYfMQ9/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.289 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.289 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.287 | 56029 | Recursively removing directory: /tmp/git.QLkdGN/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.289 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.289 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.295 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.299 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.297 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.299 | 77797 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.300 | 56025 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.300 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.300 | 56025 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.300 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3EEBrZ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.304 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.308 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.308 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.309 | 77798 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.309 | 56025 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.309 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.309 | 56025 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.310 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.316 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.402efX +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.317 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.318 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.324 | 77795 | Marked run 1970 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.325 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.327 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.327 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.334 | 77796 | Marked run 1969 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.335 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.337 | 56029 | Recursively removing directory: /tmp/git.3EEBrZ/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.338 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.338 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.342 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.347 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.347 | 56026 | Recursively removing directory: /tmp/git.402efX/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.348 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.348 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.352 | 77814 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.353 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.353 | 56025 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.353 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.353 | 56025 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.347 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.354 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.354 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5n7M8v +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.356 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.356 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.361 | 77816 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.362 | 56025 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.362 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.362 | 56025 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.362 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NnEHAt +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.362 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.362 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.363 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.369 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.369 | 77813 | Marked run 1971 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.369 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.369 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.374 | 77815 | Marked run 1972 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.374 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.385 | 56026 | Recursively removing directory: /tmp/git.NnEHAt/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.387 | 56029 | Recursively removing directory: /tmp/git.5n7M8v/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.388 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.388 | 56029 | Process output: 415087 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.391 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.386 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.387 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.393 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.395 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.395 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.395 | 77833 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.395 | 56025 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.395 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.395 | 56025 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.395 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FrbSOC +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.396 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.399 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.401 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.402 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.402 | 77834 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.402 | 56025 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.402 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.402 | 56025 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.403 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.399 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.405 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3nauPu +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.417 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.418 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.422 | 56026 | Recursively removing directory: /tmp/git.FrbSOC/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.423 | 77831 | Marked run 1974 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.423 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.424 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.424 | 56026 | Process output: 415087 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.431 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.435 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.435 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.436 | 77850 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.436 | 56025 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.436 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.436 | 56025 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.438 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Atjyej +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.439 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.440 | 56029 | Recursively removing directory: /tmp/git.3nauPu/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.441 | 77832 | Marked run 1973 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.441 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.446 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.448 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.442 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.442 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.451 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.451 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.451 | 77852 | Added a new worker 13 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.452 | 56025 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.452 | 56025 | Removed worker 13 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.452 | 56025 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.452 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.452 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8ezXqZ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.453 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.458 | 77849 | Marked run 1975 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.459 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.460 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.461 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.466 | 77851 | Marked run 1976 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.466 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.473 | 56026 | Recursively removing directory: /tmp/git.Atjyej/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.475 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.475 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.483 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 77868 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 56025 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.483 | 56025 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.478 | 56029 | Recursively removing directory: /tmp/git.8ezXqZ/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.479 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.479 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.483 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uwcYUj +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.484 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.485 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.489 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.492 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.492 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.493 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.494 | 77870 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.494 | 56025 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.494 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.494 | 56025 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.494 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lMjpxU +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.494 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.501 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.503 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.505 | 77867 | Marked run 1977 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.505 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.509 | 77869 | Marked run 1978 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.509 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.516 | 56026 | Recursively removing directory: /tmp/git.uwcYUj/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.517 | 56029 | Recursively removing directory: /tmp/git.lMjpxU/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.518 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.518 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.522 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.517 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.517 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.523 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.526 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.527 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.527 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.532 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 77888 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 77887 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.533 | 56025 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.533 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KjmtdI +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.533 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9qqO9F +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.534 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.534 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.538 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.539 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.540 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.541 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.547 | 77886 | Marked run 1980 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.548 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.552 | 77885 | Marked run 1979 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.552 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.559 | 56029 | Recursively removing directory: /tmp/git.KjmtdI/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.561 | 56026 | Recursively removing directory: /tmp/git.9qqO9F/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.562 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.562 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.561 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.561 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.565 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.566 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.571 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.571 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.572 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.572 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.572 | 77905 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.572 | 56025 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.572 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.572 | 56025 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.573 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yviZkq +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.573 | 77906 | Added a new worker 15 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.574 | 56025 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.574 | 56025 | Removed worker 15 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.574 | 56025 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.574 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cTZara +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.574 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.574 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.579 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.582 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.581 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.582 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.590 | 77904 | Marked run 1981 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.591 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.595 | 77903 | Marked run 1982 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.595 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.601 | 56029 | Recursively removing directory: /tmp/git.yviZkq/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.603 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.603 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.605 | 56026 | Recursively removing directory: /tmp/git.cTZara/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.606 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.606 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.607 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.610 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.613 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.613 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.614 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.614 | 77923 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.614 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.614 | 56025 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.614 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.614 | 56025 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.615 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.615 | 77924 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.615 | 56025 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.615 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.615 | 56025 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.615 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n5YOqV +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.615 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xado6H +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.616 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.621 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.621 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.625 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.626 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.634 | 77921 | Marked run 1983 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.634 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.638 | 77922 | Marked run 1984 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.638 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.645 | 56026 | Recursively removing directory: /tmp/git.n5YOqV/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.646 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.647 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.655 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.655 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.655 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.656 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.649 | 56029 | Recursively removing directory: /tmp/git.xado6H/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.651 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.651 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.660 | 77941 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.660 | 56025 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.660 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.660 | 56025 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.660 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FculEy +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.660 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.661 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.661 | 77942 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.662 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.662 | 56025 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.662 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.662 | 56025 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.662 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0aKC1D +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.670 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.670 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.671 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.673 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.680 | 77939 | Marked run 1986 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.680 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.684 | 77940 | Marked run 1985 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.684 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.690 | 56026 | Recursively removing directory: /tmp/git.FculEy/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.691 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.691 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.696 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.693 | 56029 | Recursively removing directory: /tmp/git.0aKC1D/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.694 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.694 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.698 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.700 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.701 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.703 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.703 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 77959 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 56025 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 56025 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.704 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y5M7GS +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.704 | 77960 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.705 | 56025 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.705 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.705 | 56025 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.705 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lfPLvz +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.706 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.710 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.711 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.711 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.713 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.726 | 77957 | Marked run 1987 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.727 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.729 | 56029 | Recursively removing directory: /tmp/git.lfPLvz/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.731 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.731 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.732 | 77958 | Marked run 1988 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.732 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.736 | 56026 | Recursively removing directory: /tmp/git.Y5M7GS/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.738 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.738 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.738 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.742 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.742 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.743 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.748 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.748 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.748 | 77976 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.749 | 56025 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.749 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.749 | 56025 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.749 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3dBQtC +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.750 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.752 | 77978 | Added a new worker 8 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.752 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.753 | 56025 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.753 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.753 | 56025 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.753 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Gfdzuv +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.754 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.755 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.767 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.769 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.772 | 77975 | Marked run 1990 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.772 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.777 | 77977 | Marked run 1989 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.777 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.784 | 56029 | Recursively removing directory: /tmp/git.3dBQtC/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.785 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.785 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.790 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.791 | 56026 | Recursively removing directory: /tmp/git.Gfdzuv/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.792 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.792 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.793 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.794 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.796 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.800 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.800 | 77994 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.801 | 56025 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.801 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.801 | 56025 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.801 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fpldv7 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.801 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.801 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.802 | 77996 | Added a new worker 8 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.802 | 56025 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.802 | 56025 | Removed worker 8 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.802 | 56025 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.803 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.42UVQ5 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.803 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.809 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.810 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.812 | 77993 | Marked run 1991 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.812 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.814 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.815 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.818 | 77995 | Marked run 1992 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.818 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.831 | 56029 | Recursively removing directory: /tmp/git.fpldv7/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.832 | 56026 | Recursively removing directory: /tmp/git.42UVQ5/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.833 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.833 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.832 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.832 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.836 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.837 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.841 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.841 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.842 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 78013 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 56025 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 56025 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.842 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.848 | 78014 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.848 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FAzOLk +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.848 | 56025 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.848 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.849 | 56025 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.849 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6QAg0n +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.850 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.853 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.854 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.854 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.857 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.862 | 78012 | Marked run 1994 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.863 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.869 | 78011 | Marked run 1993 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.869 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.874 | 56026 | Recursively removing directory: /tmp/git.6QAg0n/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.879 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.875 | 56029 | Recursively removing directory: /tmp/git.FAzOLk/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.876 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.876 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.875 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.875 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.881 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.883 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.883 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.886 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.886 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.886 | 78031 | Added a new worker 14 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.886 | 56025 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.886 | 56025 | Removed worker 14 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.886 | 56025 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.887 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.888 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UYhIZA +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.890 | 78032 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.891 | 56025 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.891 | 56025 | Removed worker 10 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.891 | 56025 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.891 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c5sOWW +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.892 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.897 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.898 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.902 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.905 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.907 | 78029 | Marked run 1996 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.907 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.911 | 78030 | Marked run 1995 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.912 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.917 | 56029 | Recursively removing directory: /tmp/git.c5sOWW/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.919 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.919 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.923 | 56026 | Recursively removing directory: /tmp/git.UYhIZA/ +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.924 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.924 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.924 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.928 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.928 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.929 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.932 | 78048 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.932 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.932 | 56025 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.932 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.933 | 56025 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.933 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.933 | 56029 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IPQbgn +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.936 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.940 | 78050 | Added a new worker 12 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.940 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.940 | 56025 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.940 | 56025 | Removed worker 12 from the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.941 | 56025 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.941 | 56026 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eYFrgs +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.938 | 56029 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.942 | 56029 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.950 | 56026 | Checking out revision HEAD +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.951 | 56026 | Going to run: ./ci +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.950 | 78049 | Marked run 1997 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.951 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.955 | 78047 | Marked run 1998 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.955 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.961 | 56029 | Recursively removing directory: /tmp/git.IPQbgn/ +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.962 | 56029 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.962 | 56029 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.966 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.974 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.972 | 56026 | Recursively removing directory: /tmp/git.eYFrgs/ +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.973 | 56026 | Process exit code: 0 +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.973 | 56026 | Process output: 415088 bytes +2023-08-28 07:33:55 | INFO | 56029/cimple-worker: 2023-08-28 07:33:55.980 | 56029 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.980 | 78066 | Added a new worker 10 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.980 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.982 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56026/cimple-worker: 2023-08-28 07:33:55.987 | 56026 | Waiting for a new command +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.987 | 78065 | Marked run 1999 as finished +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.987 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.987 | 56023 | Waiting for new connections +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.988 | 78068 | Added a new worker 6 to the queue +2023-08-28 07:33:55 | INFO | 56023/cimple-server: 2023-08-28 07:33:55.988 | 56023 | Waiting for new connections +2023-08-28 07:33:56 | INFO | 56023/cimple-server: 2023-08-28 07:33:56.001 | 78067 | Marked run 2000 as finished +2023-08-28 07:33:56 | INFO | 56023/cimple-server: 2023-08-28 07:33:56.002 | 56023 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:33:57 | INFO | Terminating process 56029/cimple-worker +2023-08-28 07:33:57 | INFO | 56029/cimple-worker: 2023-08-28 07:33:57.095 | 56029 | Shutting down +2023-08-28 07:33:57 | INFO | Terminating process 56026/cimple-worker +2023-08-28 07:33:57 | INFO | 56026/cimple-worker: 2023-08-28 07:33:57.099 | 56026 | Shutting down +2023-08-28 07:33:57 | INFO | Terminating process 56023/cimple-server +2023-08-28 07:33:57 | INFO | 56023/cimple-server: 2023-08-28 07:33:57.100 | 56023 | Shutting down
Passedpy/test_repo.py::test_repo_stress[output_long-numof_clients=4-runs_per_client=500]57.10
+
-------------------------------Captured log setup-------------------------------
2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '38171', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite'] +2023-08-28 07:33:57 | INFO | Process 78070/cimple-server has started +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.134 | 78070 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.134 | 78070 | SQLite database version: 0 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.134 | 78070 | Newest database version: 1 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.134 | 78070 | Upgrading SQLite database from version 0 to version 1 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.158 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Process 78070/cimple-server is ready +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:33:57 | INFO | Process 78073/cimple-worker has started +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.171 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.171 | 78073 | Waiting for a new command +2023-08-28 07:33:57 | INFO | Process 78073/cimple-worker is ready +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '38171'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.171 | 78075 | Added a new worker 8 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.171 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Process 78076/cimple-worker has started +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.183 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.184 | 78078 | Added a new worker 9 to the queue +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.184 | 78076 | Waiting for a new command +2023-08-28 07:33:57 | INFO | Process 78076/cimple-worker is ready +2023-08-28 07:33:57 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.184 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2023-08-28 07:33:57 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2023-08-28 07:33:57 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2023-08-28 07:33:57 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2023-08-28 07:33:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2023-08-28 07:33:57 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2023-08-28 07:33:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2023-08-28 07:33:57 | INFO | Executing 500 clients +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.668 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Executing 500 clients +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.671 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.680 | 78098 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.681 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IkK9S8 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.680 | 78072 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.680 | 78072 | Removed worker 8 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.681 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.682 | 78072 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.684 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DyBt9x +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.683 | 78099 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.683 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.683 | 78072 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.683 | 78072 | Removed worker 9 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.684 | 78072 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.691 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Executing 500 clients +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.693 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.694 | 78073 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.693 | 78076 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.696 | 78073 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.695 | 78076 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.703 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.704 | 78103 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.705 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.707 | 78105 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.707 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.710 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.713 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Executing 500 clients +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.714 | 78110 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.715 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.716 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.718 | 78116 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.719 | 78122 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.719 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.720 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.721 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.726 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.727 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.727 | 78076 | Recursively removing directory: /tmp/git.DyBt9x/ +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.730 | 78076 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.730 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.730 | 78129 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.731 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.734 | 78133 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.735 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.736 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.738 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.739 | 78126 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.740 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.742 | 78073 | Recursively removing directory: /tmp/git.IkK9S8/ +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.743 | 78073 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.743 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.741 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.741 | 78132 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.742 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.746 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.747 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.747 | 78076 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.748 | 78142 | Added a new worker 17 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.748 | 78072 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.748 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.748 | 78072 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.749 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6q4mJJ +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.749 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.750 | 78136 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.751 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.751 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.756 | 78137 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.757 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.760 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.761 | 78076 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.762 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.763 | 78076 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.766 | 78141 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.767 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.771 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.780 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.781 | 78073 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.781 | 78152 | Added a new worker 19 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.782 | 78072 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.782 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.782 | 78072 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.782 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.782 | 78145 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.785 | 78147 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.787 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.789 | 78150 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.789 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.793 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.782 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YhbrZI +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.796 | 78139 | Marked run 2 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.796 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.798 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.802 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.803 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.807 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.808 | 78073 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.808 | 78144 | Marked run 1 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.809 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.811 | 78073 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.811 | 78159 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.812 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.814 | 78161 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.815 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.819 | 78160 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.819 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.820 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.821 | 78162 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.821 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.821 | 78076 | Recursively removing directory: /tmp/git.6q4mJJ/ +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.822 | 78076 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.822 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.825 | 78168 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.826 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.828 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.834 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.836 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.837 | 78073 | Recursively removing directory: /tmp/git.YhbrZI/ +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.838 | 78073 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.838 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.840 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.841 | 78076 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.841 | 78179 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.842 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.845 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.847 | 78180 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.847 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.848 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.852 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.852 | 78181 | Added a new worker 17 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.852 | 78072 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.852 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.852 | 78072 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.852 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SlD5ex +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.854 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.856 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.857 | 78076 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.858 | 78076 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.860 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.861 | 78186 | Added a new worker 19 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.861 | 78072 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.861 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.861 | 78072 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.861 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.861 | 78073 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.861 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q8X9BV +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.862 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.866 | 78176 | Marked run 3 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.867 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.870 | 78183 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.870 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.871 | 78187 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.872 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.877 | 78189 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.877 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.877 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.880 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.880 | 78190 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.880 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.881 | 78073 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.881 | 78073 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.886 | 78184 | Marked run 4 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.886 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.888 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.889 | 78201 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.889 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.888 | 78076 | Recursively removing directory: /tmp/git.SlD5ex/ +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.890 | 78076 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.890 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.892 | 78202 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.892 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.894 | 78199 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.894 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.895 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.896 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.897 | 78205 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.898 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.900 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.901 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.901 | 78076 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.902 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.903 | 78214 | Added a new worker 17 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.904 | 78072 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.904 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.904 | 78072 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.904 | 78210 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.904 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OzgjBw +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.905 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.905 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.907 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.910 | 78213 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.911 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.913 | 78215 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.914 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.916 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.916 | 78217 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.917 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.920 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.924 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.924 | 78076 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.925 | 78076 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.926 | 78224 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.927 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.929 | 78226 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.929 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.931 | 78228 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.931 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.933 | 78073 | Recursively removing directory: /tmp/git.Q8X9BV/ +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.934 | 78073 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.934 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.935 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.937 | 78229 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.938 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.940 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.940 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.942 | 78209 | Marked run 5 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.942 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.944 | 78235 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.944 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.946 | 78239 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.947 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.948 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.949 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.951 | 78076 | Recursively removing directory: /tmp/git.OzgjBw/ +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.953 | 78073 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.953 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.956 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.956 | 78248 | Added a new worker 17 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.956 | 78072 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.956 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.956 | 78072 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.957 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.957 | 78076 | Process exit code: 0 +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.957 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.962 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.963 | 78247 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.964 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.965 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.965 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lSqqLI +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.967 | 78249 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.967 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.970 | 78246 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.970 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.971 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.978 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.979 | 78076 | Waiting for a new command +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.979 | 78255 | Added a new worker 19 to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.979 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.979 | 78072 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.979 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.979 | 78072 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.980 | 78238 | Marked run 6 as finished +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.980 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.980 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lOndAz +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.981 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.983 | 78250 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.984 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.984 | 78073 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78073/cimple-worker: 2023-08-28 07:33:57.985 | 78073 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.989 | 78076 | Checking out revision HEAD +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.989 | 78256 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.990 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78076/cimple-worker: 2023-08-28 07:33:57.991 | 78076 | Going to run: ./ci +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.992 | 78257 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.993 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.994 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.998 | 78070 | Waiting for new connections +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.998 | 78252 | Marked run 7 as finished +2023-08-28 07:33:57 | INFO | 78070/cimple-server: 2023-08-28 07:33:57.999 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.000 | 78259 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.001 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.003 | 78266 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.004 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.005 | 78267 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.006 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.007 | 78073 | Recursively removing directory: /tmp/git.lSqqLI/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.008 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.008 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.008 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.010 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.012 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.012 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.013 | 78273 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.013 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.017 | 78278 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.018 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.017 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.018 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.020 | 78279 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.020 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.023 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.024 | 78288 | Added a new worker 15 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.024 | 78072 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.024 | 78072 | Removed worker 15 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.024 | 78072 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.024 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bHh35p +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.024 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.025 | 78280 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.026 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.026 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.029 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.034 | 78076 | Recursively removing directory: /tmp/git.lOndAz/ +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.035 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.035 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.033 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.034 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.036 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.039 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.044 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.044 | 78303 | Added a new worker 19 to the queue +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.044 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.044 | 78072 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.044 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.044 | 78072 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.045 | 78290 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.045 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.046 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.047 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ap3sjq +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.048 | 78292 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.049 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.054 | 78281 | Marked run 8 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.054 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.056 | 78293 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.058 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.058 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.059 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.060 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.060 | 78294 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.061 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.063 | 78307 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.064 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.066 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.069 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.070 | 78073 | Recursively removing directory: /tmp/git.bHh35p/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.071 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.071 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.073 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.073 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.075 | 78311 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.075 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.078 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.078 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.080 | 78314 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.080 | 78297 | Marked run 9 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.080 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.082 | 78323 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.083 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.085 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.085 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.091 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.091 | 78326 | Added a new worker 17 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.091 | 78072 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.091 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.091 | 78072 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.092 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zNQ2lz +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.097 | 78076 | Recursively removing directory: /tmp/git.Ap3sjq/ +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.099 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.099 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.094 | 78318 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.101 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.102 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.106 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.106 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.110 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.110 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.110 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.111 | 78332 | Added a new worker 21 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.111 | 78072 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.111 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.111 | 78072 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.111 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.155 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QM24Wl +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.231 | 78317 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.231 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.235 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.236 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.237 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.239 | 78322 | Marked run 10 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.239 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.242 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.242 | 78327 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.243 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.243 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.245 | 78329 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.249 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.251 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.254 | 78330 | Marked run 11 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.255 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.257 | 78331 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.258 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.261 | 78335 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.262 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.264 | 78076 | Recursively removing directory: /tmp/git.QM24Wl/ +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.265 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.265 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.269 | 78346 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.271 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.271 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.271 | 78073 | Recursively removing directory: /tmp/git.zNQ2lz/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.272 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.272 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.276 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.276 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.278 | 78350 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.279 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.276 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78358 | Added a new worker 9 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78072 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78072 | Removed worker 9 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.280 | 78072 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.280 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EJbwcL +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.286 | 78356 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.287 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.288 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.289 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.292 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.293 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.294 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.294 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.295 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.295 | 78366 | Added a new worker 21 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.296 | 78072 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.296 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.296 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.296 | 78072 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.296 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pqcz4P +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.298 | 78357 | Marked run 13 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.298 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.300 | 78363 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.300 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.303 | 78360 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.304 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.306 | 78364 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.307 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.315 | 78365 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.316 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.318 | 78076 | Recursively removing directory: /tmp/git.EJbwcL/ +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.319 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.321 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.321 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.323 | 78361 | Marked run 12 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.324 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.323 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.326 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.327 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.327 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.327 | 78376 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.328 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.331 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.332 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.332 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.332 | 78385 | Added a new worker 17 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.333 | 78072 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.333 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.333 | 78072 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.333 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.333 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.99UAbU +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.334 | 78379 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.334 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.335 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.338 | 78384 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.338 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.340 | 78381 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.341 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.343 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.346 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.347 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.344 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.349 | 78387 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.349 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.350 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.353 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.354 | 78380 | Marked run 14 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.354 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.356 | 78392 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.357 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.359 | 78391 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.360 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.361 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.364 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.364 | 78395 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.364 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.367 | 78399 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.367 | 78073 | Recursively removing directory: /tmp/git.pqcz4P/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.368 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.370 | 78406 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.371 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.370 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.370 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.373 | 78407 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.374 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.374 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.376 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.377 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.380 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.382 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78421 | Added a new worker 19 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78072 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78072 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.383 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8dmlcW +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.383 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.385 | 78416 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.386 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.388 | 78415 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.390 | 78411 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.391 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.394 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.395 | 78076 | Recursively removing directory: /tmp/git.99UAbU/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.396 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.397 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.397 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.399 | 78420 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.400 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.404 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.405 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.406 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.408 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.411 | 78417 | Marked run 15 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.411 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.413 | 78425 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.413 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.416 | 78426 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.417 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.420 | 78430 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.422 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.422 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.423 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.425 | 78436 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.429 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.433 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.436 | 78073 | Recursively removing directory: /tmp/git.8dmlcW/ +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.438 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.438 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.439 | 78442 | Added a new worker 12 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.441 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.442 | 78072 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.442 | 78072 | Removed worker 12 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.442 | 78072 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.442 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iIvhDz +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.442 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.445 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.445 | 78441 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.446 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.447 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.448 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.450 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.450 | 78444 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.451 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.456 | 78428 | Marked run 16 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.457 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.458 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.458 | 78445 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.459 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.461 | 78446 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.461 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.466 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.467 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.466 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.468 | 78453 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.468 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.471 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.472 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.472 | 78457 | Added a new worker 20 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.472 | 78072 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.472 | 78072 | Removed worker 20 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.472 | 78072 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.473 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.29jnP0 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.473 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.476 | 78449 | Marked run 17 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.476 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.479 | 78452 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.479 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.479 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.481 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.483 | 78456 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.484 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.486 | 78460 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.487 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.489 | 78461 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.489 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.490 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.491 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.492 | 78471 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.493 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.494 | 78076 | Recursively removing directory: /tmp/git.iIvhDz/ +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.495 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.495 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.495 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.496 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.498 | 78476 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.499 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.501 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.501 | 78473 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.502 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.503 | 78477 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.504 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.506 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.506 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.508 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.511 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.515 | 78073 | Recursively removing directory: /tmp/git.29jnP0/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.516 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.516 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.516 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.518 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.518 | 78486 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.519 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.520 | 78489 | Added a new worker 9 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.520 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.520 | 78072 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.520 | 78072 | Removed worker 9 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.520 | 78072 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.521 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DEHOR4 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.522 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.522 | 78487 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.523 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.525 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.525 | 78494 | Added a new worker 11 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.525 | 78072 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.525 | 78072 | Removed worker 11 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.525 | 78072 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.525 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.525 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qNZzII +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.526 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.526 | 78488 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.527 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.529 | 78490 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.529 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.535 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.536 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.540 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.542 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.542 | 78481 | Marked run 18 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.543 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.543 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.543 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.544 | 78497 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.544 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.548 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.550 | 78492 | Marked run 19 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.551 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.552 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.553 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.558 | 78498 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.558 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.562 | 78505 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.563 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.565 | 78500 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.566 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.569 | 78506 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.569 | 78073 | Recursively removing directory: /tmp/git.qNZzII/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.570 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.572 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.572 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.573 | 78519 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.574 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.576 | 78076 | Recursively removing directory: /tmp/git.DEHOR4/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.577 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.577 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.577 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.581 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.584 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.586 | 78520 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.587 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.588 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.588 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.589 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.589 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.590 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.592 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78530 | Added a new worker 23 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78531 | Added a new worker 24 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Removed worker 23 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Removed worker 24 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.595 | 78072 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 24 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.596 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qYlZF4 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.596 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.puEhOO +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.597 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.597 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.598 | 78528 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.600 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.601 | 78526 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.602 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.606 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.606 | 78529 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.607 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.609 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.608 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.612 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.611 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.613 | 78524 | Marked run 21 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.614 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.614 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.615 | 78532 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.615 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.618 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.620 | 78537 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.620 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.621 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.622 | 78542 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.623 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.624 | 78544 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.625 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.627 | 78539 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.628 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.630 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.631 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.632 | 78525 | Marked run 20 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.633 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.635 | 78554 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.636 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.637 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.638 | 78552 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.638 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.641 | 78555 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.642 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.643 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.645 | 78076 | Recursively removing directory: /tmp/git.qYlZF4/ +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.646 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.646 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.646 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.646 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.648 | 78560 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.650 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.652 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.655 | 78566 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.655 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.658 | 78567 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.658 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.659 | 78073 | Recursively removing directory: /tmp/git.puEhOO/ +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.661 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.661 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.662 | 78568 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.662 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.663 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.666 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.666 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.668 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.668 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.669 | 78575 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.670 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.671 | 78572 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.672 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.674 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78578 | Added a new worker 11 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78072 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78072 | Removed worker 11 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78072 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78576 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.676 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.677 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.677 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M4Sy95 +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.681 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.683 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.683 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.684 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.685 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.686 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.686 | 78584 | Added a new worker 19 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.687 | 78072 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.687 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.687 | 78072 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.687 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.688 | 78581 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.688 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oQxJ5H +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.689 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.691 | 78583 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.692 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.694 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.694 | 78585 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.695 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.696 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.699 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.701 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.702 | 78577 | Marked run 22 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.703 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.703 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.704 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.705 | 78590 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.705 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.709 | 78570 | Marked run 23 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.710 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.711 | 78595 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.712 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.713 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.714 | 78593 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.715 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.717 | 78592 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.718 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.719 | 78076 | Recursively removing directory: /tmp/git.M4Sy95/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.720 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.721 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.721 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.721 | 78604 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.722 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.725 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.726 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.729 | 78612 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.730 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.732 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.735 | 78608 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.735 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.737 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.737 | 78617 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.738 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.738 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.741 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.744 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.745 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.745 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.746 | 78624 | Added a new worker 19 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.746 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.746 | 78072 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.746 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.746 | 78072 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.746 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i9PWUN +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.749 | 78620 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.749 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.750 | 78073 | Recursively removing directory: /tmp/git.oQxJ5H/ +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.752 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.752 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.752 | 78619 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.752 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.754 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.756 | 78623 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.757 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.760 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.760 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.760 | 78622 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.763 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.766 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.767 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.768 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.769 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.769 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.772 | 78614 | Marked run 24 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.773 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.773 | 78635 | Added a new worker 8 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.773 | 78072 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.773 | 78072 | Removed worker 8 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.773 | 78072 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.774 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjGLRg +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.774 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.775 | 78627 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.775 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.777 | 78630 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.777 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.779 | 78634 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.780 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.781 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.782 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.782 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.785 | 78633 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.786 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.787 | 78641 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.787 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.790 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.791 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.794 | 78632 | Marked run 25 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.794 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.795 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.795 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.798 | 78650 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.798 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.799 | 78651 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.800 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.802 | 78654 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.802 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.803 | 78076 | Recursively removing directory: /tmp/git.i9PWUN/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.804 | 78653 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.804 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.805 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.806 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.806 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.807 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.810 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.812 | 78664 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.813 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.813 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.816 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.817 | 78073 | Recursively removing directory: /tmp/git.qjGLRg/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.818 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.818 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.823 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.825 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.825 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.827 | 78665 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.828 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.829 | 78666 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.830 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.830 | 78671 | Added a new worker 9 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.830 | 78072 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.830 | 78072 | Removed worker 9 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.830 | 78072 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.831 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.831 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.831 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VyHWDE +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.832 | 78669 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.832 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.834 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.837 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.838 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.839 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.842 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.842 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.843 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.843 | 78674 | Added a new worker 21 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.844 | 78072 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.844 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.844 | 78072 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.844 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.844 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HOJyhl +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.850 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.851 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.852 | 78668 | Marked run 26 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.853 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.854 | 78676 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.856 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.859 | 78670 | Marked run 27 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.860 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.860 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.862 | 78677 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.863 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.864 | 78679 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.865 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.868 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.868 | 78678 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.868 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.871 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.872 | 78073 | Recursively removing directory: /tmp/git.HOJyhl/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.873 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.873 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.873 | 78692 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.874 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.875 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.877 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.878 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.882 | 78076 | Recursively removing directory: /tmp/git.VyHWDE/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.885 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.885 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.885 | 78698 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.883 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.883 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.886 | 78705 | Added a new worker 19 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.886 | 78072 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.886 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.886 | 78072 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.886 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.887 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KoOjGj +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.887 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.888 | 78703 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.888 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.891 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.892 | 78702 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.892 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.895 | 78700 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.896 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.897 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.898 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.900 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.902 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.904 | 78712 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.905 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.906 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.907 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.908 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.910 | 78717 | Added a new worker 17 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.910 | 78072 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.910 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.910 | 78072 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.910 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.911 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.beycsh +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.913 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.915 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.919 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.921 | 78704 | Marked run 29 as finished +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.921 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.921 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.924 | 78718 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.926 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.929 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.931 | 78708 | Marked run 28 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.931 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.932 | 78073 | Recursively removing directory: /tmp/git.KoOjGj/ +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.934 | 78073 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.934 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.937 | 78714 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.938 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.940 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.940 | 78719 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.941 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.943 | 78076 | Recursively removing directory: /tmp/git.beycsh/ +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.942 | 78720 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.943 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.944 | 78076 | Process exit code: 0 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.944 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.948 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.948 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.950 | 78731 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.950 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.952 | 78073 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.954 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78738 | Added a new worker 16 to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78072 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78072 | Removed worker 16 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.956 | 78072 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.957 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.957 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cCxix7 +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.960 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.960 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.959 | 78076 | Waiting for a new command +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.966 | 78741 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.966 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.967 | 78744 | Added a new worker 12 to the queue +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.965 | 78073 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.967 | 78072 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.967 | 78072 | Removed worker 12 from the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.967 | 78072 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.968 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Qcpuk +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.968 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.969 | 78742 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.970 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.974 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.974 | 78743 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.975 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78073/cimple-worker: 2023-08-28 07:33:58.974 | 78073 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.977 | 78745 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.977 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.979 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.981 | 78076 | Checking out revision HEAD +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.982 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78076/cimple-worker: 2023-08-28 07:33:58.982 | 78076 | Going to run: ./ci +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.983 | 78739 | Marked run 31 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.984 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.985 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.986 | 78748 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.987 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.988 | 78751 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.989 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.991 | 78753 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.991 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.994 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.995 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.996 | 78735 | Marked run 30 as finished +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.996 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.998 | 78755 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:58 | INFO | 78070/cimple-server: 2023-08-28 07:33:58.999 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.001 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.001 | 78762 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.001 | 78070 | Waiting for new connections +2023-08-28 07:33:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.004 | 78765 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.004 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.007 | 78770 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.008 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.009 | 78772 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.009 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.011 | 78073 | Recursively removing directory: /tmp/git.cCxix7/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.012 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.012 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.011 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.016 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.019 | 78076 | Recursively removing directory: /tmp/git.5Qcpuk/ +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.020 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.020 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.022 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.024 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.024 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.027 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.027 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.027 | 78785 | Added a new worker 19 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.027 | 78072 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.027 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.027 | 78072 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.028 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.029 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PDie6f +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.030 | 78782 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.031 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.033 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.033 | 78783 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.034 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.034 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.036 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.036 | 78780 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.037 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.041 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.045 | 78789 | Added a new worker 17 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.046 | 78072 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.046 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.046 | 78072 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.046 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OMtrXk +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.047 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.047 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.051 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.050 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.053 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.053 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.054 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.057 | 78781 | Marked run 32 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.058 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.059 | 78787 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.060 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.067 | 78784 | Marked run 33 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.068 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.069 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.069 | 78792 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.070 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.071 | 78791 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.072 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.074 | 78793 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.075 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.076 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.078 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.081 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.081 | 78073 | Recursively removing directory: /tmp/git.PDie6f/ +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.082 | 78076 | Recursively removing directory: /tmp/git.OMtrXk/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.083 | 78813 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.084 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.084 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.084 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.087 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.087 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.087 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.092 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.093 | 78814 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.093 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.095 | 78809 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.096 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.102 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.102 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.102 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.103 | 78815 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.103 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.106 | 78821 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.106 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.107 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.107 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.109 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.111 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.112 | 78822 | Added a new worker 21 to the queue +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.113 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b2HDL8 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.112 | 78072 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.112 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.113 | 78072 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.113 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.115 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.119 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.120 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.124 | 78817 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78829 | Added a new worker 7 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78072 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78072 | Removed worker 7 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.125 | 78072 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.125 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.127 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cwh0cy +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.129 | 78827 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.129 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.131 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.133 | 78828 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.133 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.134 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.136 | 78826 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.136 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.137 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.140 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.141 | 78824 | Marked run 34 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.142 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.144 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.145 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.148 | 78818 | Marked run 35 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.149 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.151 | 78834 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.151 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.153 | 78838 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.153 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.155 | 78839 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.156 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.158 | 78836 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.159 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.161 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.162 | 78076 | Recursively removing directory: /tmp/git.b2HDL8/ +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.163 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.163 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.166 | 78073 | Recursively removing directory: /tmp/git.Cwh0cy/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.167 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.167 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.168 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.171 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.172 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.175 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.177 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.179 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.179 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.179 | 78862 | Added a new worker 21 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.179 | 78072 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.179 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.179 | 78072 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.180 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gPG0uo +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.180 | 78856 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.181 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.182 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.185 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.187 | 78858 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.188 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.186 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.189 | 78860 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.189 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.192 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.193 | 78861 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.194 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.195 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.195 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.195 | 78864 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.196 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.198 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.199 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.201 | 78869 | Added a new worker 17 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.202 | 78072 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.202 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.202 | 78072 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.202 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LmIqwm +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.203 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.208 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.209 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.211 | 78872 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.211 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.213 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.213 | 78871 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.213 | 78857 | Marked run 36 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.214 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.214 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.216 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.217 | 78877 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.217 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.217 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.219 | 78878 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.219 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.219 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.222 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.224 | 78859 | Marked run 37 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.224 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.226 | 78881 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.227 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.228 | 78882 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.228 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.230 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.231 | 78886 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.232 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.234 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.235 | 78887 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.236 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.238 | 78896 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.238 | 78073 | Recursively removing directory: /tmp/git.gPG0uo/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.239 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.240 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.240 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.242 | 78900 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.243 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.245 | 78076 | Recursively removing directory: /tmp/git.LmIqwm/ +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.246 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.246 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.247 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.249 | 78904 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.249 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.252 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.252 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.253 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.254 | 78907 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.254 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.257 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.258 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.259 | 78910 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.259 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.260 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.260 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.263 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.268 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.268 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.269 | 78913 | Added a new worker 10 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.269 | 78911 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.269 | 78072 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.269 | 78072 | Removed worker 10 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.269 | 78072 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.270 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.270 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iBtfcI +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.271 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.272 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.272 | 78914 | Added a new worker 13 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.273 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.273 | 78072 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.273 | 78072 | Removed worker 13 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.273 | 78072 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.274 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vVyh8B +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.274 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.278 | 78906 | Marked run 38 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.279 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.279 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.282 | 78917 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.283 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.283 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.284 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.284 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.285 | 78915 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.286 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.286 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.289 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.290 | 78918 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.291 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.292 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.293 | 78921 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.294 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.294 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.296 | 78925 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.297 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.298 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.301 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.303 | 78908 | Marked run 39 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.304 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.306 | 78927 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.306 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.309 | 78929 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.310 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.311 | 78932 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.313 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.315 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.317 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.321 | 78934 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.321 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.324 | 78076 | Recursively removing directory: /tmp/git.iBtfcI/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.323 | 78946 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.325 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.327 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.327 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.327 | 78943 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.328 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.330 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.332 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.334 | 78947 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.334 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.337 | 78073 | Recursively removing directory: /tmp/git.vVyh8B/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.338 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.338 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.339 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.339 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.343 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.344 | 78953 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.344 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.347 | 78954 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.347 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.348 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.349 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.350 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.350 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78957 | Added a new worker 18 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78963 | Added a new worker 19 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Removed worker 18 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78072 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.351 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.352 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0N5eZr +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.351 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K2ueON +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.356 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.357 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.357 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.361 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.362 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.365 | 78964 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.365 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.366 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.368 | 78962 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.369 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.371 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.373 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.374 | 78960 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.375 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.379 | 78955 | Marked run 40 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.379 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.381 | 78969 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.383 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.386 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.387 | 78076 | Recursively removing directory: /tmp/git.0N5eZr/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.388 | 78958 | Marked run 41 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.389 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.389 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.389 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.390 | 78973 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.391 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.393 | 78974 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.394 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.396 | 78985 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.397 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.398 | 78073 | Recursively removing directory: /tmp/git.K2ueON/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.400 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.400 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.400 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.401 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.399 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.404 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.405 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.406 | 78994 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.407 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.408 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.412 | 78992 | Added a new worker 19 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.412 | 78072 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.412 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.412 | 78072 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.412 | 78987 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.413 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.413 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.414 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.413 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wgOu7v +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.411 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.423 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.424 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.425 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.425 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.426 | 78998 | Added a new worker 21 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.426 | 78072 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.426 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.426 | 78072 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.426 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.43Obua +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.427 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.438 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.438 | 78995 | Marked run 43 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.439 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.441 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.444 | 78991 | Marked run 42 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.445 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.447 | 78076 | Recursively removing directory: /tmp/git.wgOu7v/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.447 | 78997 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.448 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.449 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.449 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.451 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.454 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.454 | 78993 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.455 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.456 | 79002 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.457 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.459 | 79001 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.460 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.461 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.462 | 79012 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.462 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.463 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.464 | 79022 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.465 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.467 | 79024 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.468 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.470 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.470 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.470 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.475 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.475 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.476 | 79027 | Added a new worker 17 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.476 | 78072 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.476 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.476 | 78072 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.477 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6kBXkx +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.477 | 78073 | Recursively removing directory: /tmp/git.43Obua/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.478 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.478 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.478 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.482 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.483 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.484 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.485 | 79028 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.486 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.486 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.488 | 79029 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.488 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.490 | 79030 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.491 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.492 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.493 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 79039 | Added a new worker 14 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 78072 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 78072 | Removed worker 14 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 78072 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.496 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.497 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sCGJsZ +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.502 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.503 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.503 | 79033 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.503 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.506 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.507 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.507 | 79013 | Marked run 44 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.507 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.509 | 79037 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.509 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.512 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.514 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.516 | 79032 | Marked run 45 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.516 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.517 | 78076 | Recursively removing directory: /tmp/git.6kBXkx/ +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.519 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.519 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.519 | 79046 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.520 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.523 | 79045 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.524 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.524 | 79051 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.525 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.525 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.530 | 79052 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.531 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.531 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.533 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.534 | 78073 | Recursively removing directory: /tmp/git.sCGJsZ/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.535 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.535 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.536 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.539 | 79064 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.542 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.542 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.544 | 79062 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.545 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.549 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.549 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.549 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.546 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.554 | 79065 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.555 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.556 | 79068 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.557 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.557 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.559 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.560 | 79071 | Added a new worker 18 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.560 | 78072 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.560 | 78072 | Removed worker 18 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.560 | 78072 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.560 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.560 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ckVVg +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.563 | 79070 | Added a new worker 17 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.563 | 78072 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.563 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.563 | 78072 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.564 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.563 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E57gdr +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.567 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.568 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.569 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.570 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.572 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.573 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.579 | 79061 | Marked run 46 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.579 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.581 | 79074 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.581 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.586 | 79067 | Marked run 47 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.586 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.587 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.588 | 79075 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.589 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.591 | 78076 | Recursively removing directory: /tmp/git.E57gdr/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.592 | 79076 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.592 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.594 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.594 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.595 | 79079 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.595 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.598 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.599 | 78073 | Recursively removing directory: /tmp/git.4ckVVg/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.601 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.601 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.601 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.602 | 79093 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.603 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.605 | 79097 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.606 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.606 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.607 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.609 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.609 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.611 | 79102 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.612 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.613 | 79103 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.614 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.614 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.618 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.618 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.618 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.616 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.619 | 79098 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.620 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.624 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.625 | 79109 | Added a new worker 12 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.626 | 78072 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.626 | 78072 | Removed worker 12 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.626 | 78072 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.626 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.626 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hMlBjd +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.627 | 79108 | Added a new worker 12 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.627 | 78072 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.627 | 78072 | Removed worker 12 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.627 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.628 | 78072 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.628 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JH9LeL +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.629 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.632 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.638 | 79101 | Marked run 48 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.638 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.639 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.640 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.641 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.641 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.644 | 79104 | Marked run 49 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.645 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.646 | 79111 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.647 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.649 | 79106 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.651 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.652 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.656 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.657 | 79112 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.657 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.660 | 79113 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.661 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.662 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.665 | 78073 | Recursively removing directory: /tmp/git.JH9LeL/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.665 | 79128 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.666 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.667 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.667 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.668 | 79129 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.668 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.671 | 79132 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.672 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.673 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.675 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.678 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.680 | 78076 | Recursively removing directory: /tmp/git.hMlBjd/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.682 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.681 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.681 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.682 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.682 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.682 | 79143 | Added a new worker 18 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.683 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.683 | 78072 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.683 | 78072 | Removed worker 18 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.683 | 78072 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.687 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.687 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZDxAtk +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.687 | 79139 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.688 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.691 | 79140 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.692 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.694 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.696 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.696 | 79142 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.697 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.698 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.698 | 79141 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.699 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.700 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.701 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.701 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.705 | 79152 | Added a new worker 15 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.706 | 78072 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.706 | 78072 | Removed worker 15 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.706 | 78072 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.706 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.706 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qxi52c +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.710 | 79138 | Marked run 51 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.710 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.711 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.712 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.713 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.716 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.717 | 79148 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.717 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.720 | 79151 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.721 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.721 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.723 | 79155 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.724 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.726 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.728 | 79144 | Marked run 50 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.728 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.730 | 78073 | Recursively removing directory: /tmp/git.ZDxAtk/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.731 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.731 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.732 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.734 | 79154 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.735 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.738 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.738 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.742 | 79164 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.743 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.745 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.745 | 79178 | Added a new worker 17 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.745 | 78072 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.745 | 78072 | Removed worker 17 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.745 | 78072 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.746 | 79168 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.746 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.747 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.745 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.747 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7QdcrH +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.748 | 79171 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.749 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.752 | 79166 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.753 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.754 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.757 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.758 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.760 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.762 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.764 | 78076 | Recursively removing directory: /tmp/git.qxi52c/ +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.768 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.770 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.770 | 78076 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.772 | 79184 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.773 | 79170 | Marked run 52 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.773 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.775 | 79182 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.775 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.776 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.777 | 79183 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.777 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.784 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.785 | 79187 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.785 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.786 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.786 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.788 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.788 | 78073 | Recursively removing directory: /tmp/git.7QdcrH/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.788 | 79198 | Added a new worker 15 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.788 | 78072 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.788 | 78072 | Removed worker 15 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.788 | 78072 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.789 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.789 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.790 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.789 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qQSj1E +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.794 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.794 | 79197 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.795 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.796 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.797 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.799 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.805 | 79204 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.805 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.808 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.808 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.810 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.810 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.812 | 79209 | Added a new worker 20 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.813 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.813 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.814 | 79200 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.814 | 78072 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.814 | 78072 | Removed worker 20 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.814 | 78072 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.814 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.815 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZZbA6E +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.817 | 79210 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.817 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.819 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.821 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.823 | 79206 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.823 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.826 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.832 | 79208 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.833 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.834 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.836 | 79213 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.837 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.837 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.840 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.842 | 79195 | Marked run 53 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.843 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.845 | 78076 | Recursively removing directory: /tmp/git.qQSj1E/ +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.845 | 79214 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.846 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.846 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.846 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.851 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.851 | 79201 | Marked run 54 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.852 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.853 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.854 | 79217 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.855 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.856 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.857 | 79225 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.858 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.861 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.863 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.863 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.865 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.866 | 79235 | Added a new worker 19 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.866 | 78072 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.866 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.866 | 78072 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.867 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VsvFVR +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.867 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.868 | 79229 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.869 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.870 | 79231 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.871 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.874 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.876 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.877 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.878 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.880 | 78073 | Recursively removing directory: /tmp/git.ZZbA6E/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.881 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.881 | 78073 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.886 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.888 | 79228 | Marked run 55 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.888 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.890 | 79234 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.891 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.891 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.891 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.893 | 79243 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.894 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.895 | 79244 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.895 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.896 | 79249 | Added a new worker 9 to the queue +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.897 | 79238 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.897 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.897 | 78072 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.897 | 78072 | Removed worker 9 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.897 | 78072 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.898 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D3PZz7 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.899 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.900 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.904 | 78073 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.907 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.908 | 78076 | Recursively removing directory: /tmp/git.VsvFVR/ +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.911 | 78073 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.912 | 79259 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.910 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.910 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.912 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.916 | 79256 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.916 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.917 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.917 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.921 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.923 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.924 | 79246 | Marked run 56 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.924 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.926 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.927 | 79262 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.928 | 79265 | Added a new worker 19 to the queue +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.928 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.928 | 78072 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.928 | 78072 | Removed worker 19 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.928 | 78072 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.929 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KfdViy +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.929 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.930 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.930 | 79268 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.930 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.933 | 79267 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.934 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.938 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.942 | 78076 | Checking out revision HEAD +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.943 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.943 | 78076 | Going to run: ./ci +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.944 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.948 | 79263 | Marked run 57 as finished +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.948 | 79270 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.949 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.951 | 79279 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.951 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.953 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.955 | 79274 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.955 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.957 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.958 | 78073 | Recursively removing directory: /tmp/git.D3PZz7/ +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.959 | 78073 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.959 | 78073 | Process output: 415087 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.960 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.965 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.967 | 79277 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.968 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.968 | 78076 | Recursively removing directory: /tmp/git.KfdViy/ +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.971 | 78076 | Process exit code: 0 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.971 | 78076 | Process output: 415088 bytes +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.972 | 79286 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.973 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.975 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.976 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.976 | 78073 | Waiting for a new command +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.977 | 79290 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.978 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.981 | 79293 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.981 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.983 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.983 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.985 | 78076 | Waiting for a new command +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.986 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.986 | 79298 | Added a new worker 18 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.986 | 78072 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.986 | 78072 | Removed worker 18 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.986 | 78072 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:33:59 | INFO | 78073/cimple-worker: 2023-08-28 07:33:59.987 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QkkEy6 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.988 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:33:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.994 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.995 | 78070 | Waiting for new connections +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.995 | 79303 | Added a new worker 21 to the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.996 | 78072 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.996 | 78072 | Removed worker 21 from the queue +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.996 | 78072 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:33:59 | INFO | 78076/cimple-worker: 2023-08-28 07:33:59.996 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BmfeB1 +2023-08-28 07:33:59 | INFO | 78070/cimple-server: 2023-08-28 07:33:59.996 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.002 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.002 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.003 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.004 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.006 | 79294 | Marked run 58 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.006 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.010 | 79302 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.011 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.014 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.016 | 79297 | Marked run 59 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.017 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.020 | 78073 | Recursively removing directory: /tmp/git.QkkEy6/ +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.019 | 79301 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.021 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.023 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.023 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.023 | 79304 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.024 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.027 | 79305 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.028 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.029 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.031 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.029 | 78076 | Recursively removing directory: /tmp/git.BmfeB1/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.031 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.031 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.034 | 79317 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.034 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.035 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.036 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.040 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.041 | 79325 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.042 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.043 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.043 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.044 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.046 | 79333 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.047 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.049 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.049 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 79335 | Added a new worker 20 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 78072 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 78072 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.051 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.052 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iCnDG5 +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.055 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.055 | 79330 | Added a new worker 21 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.055 | 78072 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.055 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.056 | 78072 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.056 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.056 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kPIH2D +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.064 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.065 | 79336 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.066 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.067 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.068 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.069 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.069 | 79326 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.070 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.072 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.073 | 79332 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.074 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.077 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.078 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.078 | 79328 | Marked run 60 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.078 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.083 | 79329 | Marked run 61 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.084 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.086 | 79337 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.086 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.088 | 79343 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.091 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.093 | 78076 | Recursively removing directory: /tmp/git.iCnDG5/ +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.096 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.096 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.097 | 79348 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.099 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.101 | 79349 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.101 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.103 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.105 | 78073 | Recursively removing directory: /tmp/git.kPIH2D/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.106 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.106 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.110 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.112 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.114 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.115 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.116 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.117 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.117 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.120 | 79367 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.120 | 79366 | Added a new worker 20 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.120 | 78072 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.120 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.120 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 78072 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 79365 | Added a new worker 15 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 78072 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 78072 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.121 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.121 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.115 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.123 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.123 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bAz3PQ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.123 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XcLDHd +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.125 | 79364 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.126 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.130 | 79368 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.130 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.134 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.138 | 79369 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.139 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.142 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.143 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.143 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.145 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.148 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.151 | 79362 | Marked run 62 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.152 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.152 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.154 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.154 | 79373 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.154 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.160 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.161 | 79363 | Marked run 63 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.161 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.163 | 79375 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.164 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.167 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.171 | 79377 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.173 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.176 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.180 | 78076 | Recursively removing directory: /tmp/git.bAz3PQ/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.182 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.182 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.185 | 79378 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.186 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.189 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.191 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.196 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.193 | 78073 | Recursively removing directory: /tmp/git.XcLDHd/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.194 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.194 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.197 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.197 | 79386 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.198 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.198 | 79401 | Added a new worker 7 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.199 | 78072 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.199 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.199 | 78072 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.199 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.200 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CdXvRk +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.202 | 79395 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.203 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.208 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.208 | 79397 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.209 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.213 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.213 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.215 | 79399 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.215 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.218 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.218 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.222 | 79407 | Added a new worker 19 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.223 | 78072 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.223 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.223 | 78072 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.223 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.223 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VXHlzr +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.224 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.226 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.226 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.231 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.233 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.233 | 79404 | Marked run 64 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.234 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.238 | 79400 | Marked run 65 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.239 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.241 | 79410 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.242 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.244 | 79405 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.245 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.246 | 78076 | Recursively removing directory: /tmp/git.CdXvRk/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.248 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.248 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.247 | 79409 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.249 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.251 | 79411 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.251 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.254 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.257 | 78073 | Recursively removing directory: /tmp/git.VXHlzr/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.258 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.258 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.261 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.263 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.266 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.266 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.269 | 79428 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.270 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.272 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.272 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.272 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.275 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.276 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.276 | 79437 | Added a new worker 23 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.276 | 78072 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.276 | 78072 | Removed worker 23 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.276 | 78072 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.277 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.suMALq +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.277 | 79434 | Added a new worker 23 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.277 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.277 | 78072 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.277 | 78072 | Removed worker 23 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.277 | 78072 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.278 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VOroBf +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.279 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.285 | 79432 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.285 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.286 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.286 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.289 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.293 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.293 | 79438 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.295 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.297 | 79435 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.297 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.297 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.300 | 79439 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.301 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.301 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.304 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.304 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.306 | 79431 | Marked run 66 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.307 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.310 | 79442 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.312 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.318 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.322 | 79433 | Marked run 67 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.323 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.323 | 78073 | Recursively removing directory: /tmp/git.suMALq/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.328 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.328 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.328 | 79444 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.329 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.334 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.334 | 78076 | Recursively removing directory: /tmp/git.VOroBf/ +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.335 | 79447 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.335 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.338 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.338 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.339 | 79449 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.340 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.342 | 79461 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.344 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.346 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.348 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.349 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.349 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.349 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.350 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.352 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.352 | 79473 | Added a new worker 20 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.352 | 78072 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.352 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.352 | 78072 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.352 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oh1XKc +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.353 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.354 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.358 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.359 | 79474 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.360 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.361 | 79472 | Added a new worker 18 to the queue +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.361 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.361 | 78072 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.361 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.361 | 78072 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.361 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.361 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jGLOvT +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.365 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.370 | 79470 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.371 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.373 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.373 | 79471 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.373 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.376 | 79478 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.376 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.378 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.378 | 79475 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.379 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.380 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.380 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.382 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.384 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.387 | 79488 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.387 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.389 | 78076 | Recursively removing directory: /tmp/git.oh1XKc/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.391 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.391 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.393 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.397 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.399 | 79469 | Marked run 69 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.400 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.401 | 79491 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.401 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.403 | 79493 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.405 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.408 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.409 | 79465 | Marked run 68 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.409 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.410 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.410 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.412 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.413 | 79506 | Added a new worker 17 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.413 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.413 | 78072 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.413 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.413 | 78072 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.413 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eUazMK +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.414 | 79498 | Marked run 70 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.415 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.418 | 79492 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.418 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.419 | 78073 | Recursively removing directory: /tmp/git.jGLOvT/ +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.421 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.421 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.422 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.425 | 79497 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.425 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.427 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.428 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.429 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.432 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.432 | 79505 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.433 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.434 | 79509 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.435 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.438 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.440 | 79507 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.438 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.440 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.442 | 79513 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.443 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.444 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.445 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.445 | 79518 | Added a new worker 12 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.445 | 78072 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.445 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.446 | 78072 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.446 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5ZF4Ct +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.447 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.453 | 79511 | Marked run 71 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.453 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.454 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.455 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.455 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.456 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.457 | 79521 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.457 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.460 | 79522 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.461 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.463 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.463 | 78076 | Recursively removing directory: /tmp/git.eUazMK/ +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.464 | 79527 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.464 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.464 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.464 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.466 | 79528 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.467 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.468 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.470 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.471 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.472 | 79535 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.473 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.476 | 79537 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.477 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.479 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.479 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.479 | 79532 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.480 | 79541 | Added a new worker 6 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.480 | 78072 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.480 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.480 | 78072 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.480 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PPRbiT +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.481 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.486 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.487 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.488 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.489 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.490 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.497 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.499 | 79536 | Marked run 72 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.499 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.501 | 79547 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.502 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.501 | 78073 | Recursively removing directory: /tmp/git.5ZF4Ct/ +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.504 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.504 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.504 | 79546 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.505 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.507 | 79549 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.508 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.509 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.510 | 79554 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.510 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.512 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.514 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.516 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.514 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.517 | 79565 | Added a new worker 15 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.517 | 78072 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.517 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.518 | 78072 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.518 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.krC8Eb +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.519 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.524 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.524 | 79563 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.526 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.527 | 79566 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.528 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.529 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.528 | 78076 | Recursively removing directory: /tmp/git.PPRbiT/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.529 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.529 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.529 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.530 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.533 | 79567 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.533 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.535 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.537 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.541 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.543 | 79579 | Added a new worker 16 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.543 | 78072 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.543 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.543 | 78072 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.543 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.545 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.540 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.550 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vfRfsv +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.550 | 78073 | Recursively removing directory: /tmp/git.krC8Eb/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.552 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.552 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.556 | 79562 | Marked run 73 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.557 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.557 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.558 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.559 | 79570 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.560 | 79575 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.561 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.563 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.565 | 79582 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.565 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.567 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.570 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.572 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.572 | 79574 | Marked run 74 as finished +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.573 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.575 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.576 | 79583 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.577 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.576 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.580 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.581 | 79590 | Added a new worker 17 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.581 | 78072 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.581 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.581 | 78072 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.581 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.npAxhA +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.582 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.584 | 79584 | Marked run 75 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.585 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.585 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.587 | 79589 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.588 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.588 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.590 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.591 | 79587 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.592 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.593 | 79594 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.594 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.595 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.595 | 79598 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.596 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.597 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.599 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.601 | 78076 | Recursively removing directory: /tmp/git.vfRfsv/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.602 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.602 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.602 | 79605 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.602 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.604 | 79607 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.605 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.607 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.609 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.610 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.613 | 79613 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.613 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.616 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.617 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 79617 | Added a new worker 17 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 78072 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 78072 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.618 | 79608 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.620 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.621 | 79611 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.622 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.617 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.623 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.626 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.626 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GV79b5 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.627 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.629 | 79623 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.630 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.631 | 79626 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.631 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.633 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.635 | 79627 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.635 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.636 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.641 | 79616 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.641 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.644 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.645 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.645 | 79630 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.646 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.648 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.649 | 79632 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.649 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.651 | 78073 | Recursively removing directory: /tmp/git.npAxhA/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.653 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.653 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.653 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.661 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.664 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.665 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.673 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.674 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.675 | 78076 | Recursively removing directory: /tmp/git.GV79b5/ +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.675 | 79612 | Marked run 76 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.676 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.677 | 79648 | Added a new worker 9 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.677 | 78072 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.677 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.677 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.677 | 78072 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.678 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.37K5kP +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.678 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.678 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.679 | 79639 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.680 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.683 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.684 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.687 | 79636 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.688 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.692 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.691 | 79646 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.693 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.693 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.694 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.695 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.697 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.698 | 79644 | Marked run 77 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.698 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.700 | 79647 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.701 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.704 | 79656 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.705 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 79654 | Added a new worker 17 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78072 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78072 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.707 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.707 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VEYdEL +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.709 | 79651 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.709 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.714 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.715 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.715 | 79662 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.716 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.717 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.718 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.720 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.724 | 79650 | Marked run 78 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.725 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.728 | 79661 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.729 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.730 | 78073 | Recursively removing directory: /tmp/git.37K5kP/ +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.730 | 79669 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.731 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.731 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.730 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.733 | 79668 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.734 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.736 | 79670 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.740 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.744 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.744 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.746 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.747 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.748 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.748 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.752 | 79685 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 79687 | Added a new worker 10 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 78072 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 78072 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.753 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.idEKOf +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.753 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.755 | 78076 | Recursively removing directory: /tmp/git.VEYdEL/ +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.758 | 79684 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.757 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.757 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.759 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.759 | 79686 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.761 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.764 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.764 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.768 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.769 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.774 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.774 | 79680 | Marked run 79 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.775 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.775 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.775 | 79688 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.776 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.777 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.782 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NUexzc +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.779 | 79695 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.781 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.781 | 79696 | Added a new worker 13 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.781 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.781 | 78072 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.781 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.782 | 78072 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.783 | 79692 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.784 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.786 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.790 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.792 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.794 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.796 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.798 | 79699 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.799 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.800 | 79703 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.801 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.807 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.808 | 79693 | Marked run 80 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.808 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.809 | 78073 | Recursively removing directory: /tmp/git.idEKOf/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.810 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.810 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.814 | 79704 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.816 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.817 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.818 | 79708 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.819 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.821 | 79714 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.822 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.824 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.822 | 78076 | Recursively removing directory: /tmp/git.NUexzc/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.824 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.824 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.827 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.828 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.830 | 79726 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.831 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.832 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.835 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.838 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.840 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.840 | 79721 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.840 | 79730 | Added a new worker 8 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.841 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.841 | 78072 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.841 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.841 | 78072 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.842 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.842 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JY7ymI +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.843 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.843 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.844 | 79733 | Added a new worker 18 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.844 | 78072 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.844 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.845 | 78072 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.845 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3CQwDy +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.846 | 79725 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.847 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.849 | 79729 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.849 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.850 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.852 | 79731 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.853 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.856 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.856 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.858 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.859 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.857 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.861 | 79722 | Marked run 81 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.862 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.862 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.865 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.866 | 79737 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.867 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.868 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.873 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.873 | 79738 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.874 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.878 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.880 | 79727 | Marked run 82 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.880 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.883 | 79744 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.883 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.886 | 79741 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.886 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.887 | 78076 | Recursively removing directory: /tmp/git.JY7ymI/ +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.890 | 79751 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.890 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.890 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.892 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.895 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.898 | 78073 | Recursively removing directory: /tmp/git.3CQwDy/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.899 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.899 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.901 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.901 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.905 | 79763 | Added a new worker 13 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.905 | 78072 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.905 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.905 | 78072 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.906 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.906 | 79756 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.907 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.907 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4LIrUI +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.909 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.911 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.912 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.914 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.918 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.919 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.920 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.923 | 79762 | Marked run 83 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.923 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.924 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.925 | 78073 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.925 | 79767 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.926 | 79772 | Added a new worker 19 to the queue +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.926 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Txij8W +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.926 | 78072 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.926 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.926 | 78072 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.926 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.927 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.927 | 79765 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.928 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.931 | 79770 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.932 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.932 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.937 | 79768 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.939 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.941 | 79778 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.943 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.944 | 78076 | Recursively removing directory: /tmp/git.4LIrUI/ +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.945 | 78076 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.945 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.947 | 78073 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.950 | 78073 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.950 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.951 | 79766 | Marked run 84 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.951 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.952 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.956 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.957 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.959 | 79784 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.959 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.960 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.963 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.963 | 79793 | Added a new worker 18 to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.963 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.960 | 78076 | Waiting for a new command +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.965 | 78072 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.965 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.965 | 78072 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.966 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VTlgfq +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.968 | 79787 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.969 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.973 | 79789 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.973 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.977 | 79794 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.978 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.976 | 78076 | Checking out revision HEAD +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.980 | 79790 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.981 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78076/cimple-worker: 2023-08-28 07:34:00.983 | 78076 | Going to run: ./ci +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.983 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.988 | 79785 | Marked run 85 as finished +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.988 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.990 | 78073 | Recursively removing directory: /tmp/git.Txij8W/ +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.991 | 78073 | Process exit code: 0 +2023-08-28 07:34:00 | INFO | 78073/cimple-worker: 2023-08-28 07:34:00.991 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.992 | 79802 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.992 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.994 | 79804 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.994 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.998 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | 78070/cimple-server: 2023-08-28 07:34:00.998 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.001 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.003 | 78070 | Waiting for new connections +2023-08-28 07:34:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.005 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.005 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.005 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.007 | 79816 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.008 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.011 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.011 | 79817 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.012 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.015 | 79815 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.016 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.017 | 79819 | Added a new worker 9 to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.017 | 78076 | Recursively removing directory: /tmp/git.VTlgfq/ +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.019 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.019 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.024 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.024 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.024 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.024 | 79821 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.025 | 78072 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.025 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.025 | 78072 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.025 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.025 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.026 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PJSHwb +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.032 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.035 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.037 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.038 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.038 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.039 | 79814 | Marked run 86 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.039 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.039 | 79818 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.039 | 79830 | Added a new worker 6 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.040 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.040 | 78072 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.040 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.040 | 78072 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.040 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VH3lHz +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.043 | 79825 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.044 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.045 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.047 | 79824 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.048 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.051 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.051 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.052 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.053 | 79826 | Marked run 87 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.053 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.056 | 79828 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.057 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.058 | 79833 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.059 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.061 | 79837 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.062 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.064 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.064 | 79835 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.065 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.068 | 78073 | Recursively removing directory: /tmp/git.PJSHwb/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.069 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.069 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.071 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.074 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.074 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.076 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.080 | 79849 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.081 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.082 | 79853 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.083 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.084 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.084 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.087 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.089 | 78076 | Recursively removing directory: /tmp/git.VH3lHz/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.089 | 79856 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.090 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.090 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.090 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.092 | 79851 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.093 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.095 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.097 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.097 | 79861 | Added a new worker 17 to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.098 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z8tlvA +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.098 | 78072 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.098 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.098 | 78072 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.100 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.101 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.101 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.101 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.102 | 79868 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.102 | 78072 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.102 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.102 | 78072 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.102 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R0ISWq +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.102 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.107 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.110 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.114 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.129 | 79852 | Marked run 88 as finished +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.129 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.130 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.130 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.133 | 79862 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.134 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.138 | 79866 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.139 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.141 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.143 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.149 | 79865 | Marked run 89 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.149 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.151 | 79867 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.153 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.157 | 79869 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.157 | 78073 | Recursively removing directory: /tmp/git.Z8tlvA/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.158 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.158 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.159 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.163 | 78076 | Recursively removing directory: /tmp/git.R0ISWq/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.164 | 79878 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.165 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.166 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.166 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.166 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.168 | 79879 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.169 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.170 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.170 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.173 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.174 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.174 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.175 | 79893 | Added a new worker 17 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.175 | 78072 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.175 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.175 | 78072 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.175 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.176 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JMC6GG +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.177 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.180 | 79896 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.182 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.182 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.184 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.183 | 79895 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.184 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.184 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.185 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.186 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.188 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.189 | 79900 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.189 | 78072 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.189 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.189 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.189 | 78072 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.190 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UScabm +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.196 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.197 | 79897 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.197 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.202 | 79903 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.202 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.203 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.204 | 79898 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.204 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.206 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.207 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.209 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.212 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.214 | 79894 | Marked run 91 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.214 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.218 | 78073 | Recursively removing directory: /tmp/git.JMC6GG/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.219 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.220 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.219 | 79891 | Marked run 90 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.220 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.224 | 79906 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.224 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.229 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.232 | 78076 | Recursively removing directory: /tmp/git.UScabm/ +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.233 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.233 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.230 | 79909 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.236 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.236 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.238 | 79916 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.238 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.238 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.243 | 79918 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.243 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.245 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.248 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.248 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.251 | 79928 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.252 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.253 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.253 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.252 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.255 | 79933 | Added a new worker 21 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.255 | 78072 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.255 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.255 | 78072 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.256 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.255 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.np1uqe +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.256 | 79927 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.256 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.258 | 79932 | Added a new worker 10 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.258 | 78072 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.258 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.258 | 78072 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.259 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cx3d5b +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.260 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.264 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.265 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.265 | 79925 | Marked run 92 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.265 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.266 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.269 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.270 | 79935 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.270 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.271 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.271 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.273 | 79934 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.274 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.277 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.277 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.282 | 79929 | Marked run 93 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.283 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.287 | 79940 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.289 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.293 | 79938 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.294 | 78073 | Recursively removing directory: /tmp/git.np1uqe/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.296 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.296 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.294 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.298 | 79946 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.300 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.300 | 78076 | Recursively removing directory: /tmp/git.cx3d5b/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.303 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.303 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.303 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.305 | 79947 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.305 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.307 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.309 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.311 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.313 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.313 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.313 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 79967 | Added a new worker 22 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78072 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78072 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.316 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.311 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.317 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MejFUK +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.321 | 79965 | Added a new worker 16 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.321 | 78072 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.321 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.321 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.321 | 78072 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.325 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LOchBP +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.326 | 79966 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.327 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.328 | 79968 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.329 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.333 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.335 | 79964 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.335 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.335 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.338 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.339 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.341 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.342 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.343 | 79969 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.343 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.345 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.347 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.347 | 79972 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.348 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.352 | 79961 | Marked run 94 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.353 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.353 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.355 | 79978 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.356 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.360 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.364 | 79963 | Marked run 95 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.364 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.366 | 78073 | Recursively removing directory: /tmp/git.MejFUK/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.367 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.367 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.367 | 79976 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.369 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.371 | 78076 | Recursively removing directory: /tmp/git.LOchBP/ +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.373 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.373 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.371 | 79980 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.373 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.373 | 79985 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.375 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.376 | 79995 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.376 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.378 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.379 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.381 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.383 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.384 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.387 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.387 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.389 | 79999 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.390 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.391 | 80006 | Added a new worker 23 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.391 | 78072 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.391 | 78072 | Removed worker 23 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.391 | 78072 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.391 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ohs8UG +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.392 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.392 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.397 | 80008 | Added a new worker 9 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.397 | 78072 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.397 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.397 | 78072 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.398 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.399 | 80002 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.400 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.400 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4mzR4Q +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.403 | 80001 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.404 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.407 | 80003 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.408 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.409 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.410 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.412 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.412 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.413 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.417 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.418 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.419 | 80004 | Marked run 96 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.420 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.422 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.425 | 80013 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.426 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.427 | 80014 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.429 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.430 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.434 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.436 | 80005 | Marked run 97 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.436 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.438 | 80016 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.438 | 78076 | Recursively removing directory: /tmp/git.4mzR4Q/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.440 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.440 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.440 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.444 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.445 | 80019 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.445 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.448 | 78073 | Recursively removing directory: /tmp/git.Ohs8UG/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.450 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.450 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.448 | 80030 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.451 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.456 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.456 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.457 | 80033 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.457 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.459 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.462 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.464 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.466 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.467 | 80041 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.467 | 78072 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.467 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.467 | 78072 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.467 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fbI2cu +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.468 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.472 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.472 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.472 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ASnYbO +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.472 | 80044 | Added a new worker 20 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.472 | 78072 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.472 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.472 | 78072 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.474 | 80042 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.474 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.476 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.476 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.477 | 80038 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.477 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.484 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.484 | 80043 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.485 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.486 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.487 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.487 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.488 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.489 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.491 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.492 | 80035 | Marked run 99 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.492 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.495 | 80046 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.495 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.499 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.508 | 80039 | Marked run 98 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.509 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.511 | 80050 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.511 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.513 | 78076 | Recursively removing directory: /tmp/git.fbI2cu/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.514 | 80049 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.515 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.515 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.515 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.517 | 78073 | Recursively removing directory: /tmp/git.ASnYbO/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.518 | 80053 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.518 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.520 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.520 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.522 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.522 | 80058 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.523 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.527 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.528 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.530 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.534 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.535 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.535 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.535 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.537 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.542 | 80078 | Added a new worker 23 to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.542 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.542 | 78072 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.542 | 78072 | Removed worker 23 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.542 | 78072 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.542 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s1Mib2 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.543 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.543 | 80079 | Added a new worker 14 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.544 | 78072 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.544 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.544 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.544 | 78072 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.544 | 80074 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.545 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.546 | 80077 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.547 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.547 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jz38mE +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.552 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.553 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.552 | 80071 | Marked run 100 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.553 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.556 | 80075 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.556 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.558 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.559 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.560 | 80076 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.560 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.561 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.562 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.564 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.565 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.569 | 80073 | Marked run 101 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.570 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.577 | 80084 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.578 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.580 | 80087 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.582 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.582 | 78073 | Recursively removing directory: /tmp/git.Jz38mE/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.584 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.584 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.586 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.588 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.588 | 80086 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.589 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.590 | 78076 | Recursively removing directory: /tmp/git.s1Mib2/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.596 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.591 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.591 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.596 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.596 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.597 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.598 | 80089 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.598 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 80109 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 78072 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 78072 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.600 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.600 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EoF7HC +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.602 | 80104 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.603 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.605 | 80105 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.606 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.610 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.612 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.616 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.616 | 80111 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.616 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.617 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.617 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.620 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.620 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.621 | 80117 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.621 | 78072 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.621 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.622 | 78072 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.622 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1mdGsT +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.623 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.625 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.627 | 80114 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.628 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.631 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.632 | 80115 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.632 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.634 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.634 | 80119 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.634 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.637 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.639 | 80108 | Marked run 102 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.640 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.641 | 80120 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.642 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.643 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.643 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.646 | 80107 | Marked run 103 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.646 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.648 | 80133 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.650 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.650 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.652 | 80129 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.653 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.653 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.656 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.656 | 78073 | Recursively removing directory: /tmp/git.EoF7HC/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.660 | 80134 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.660 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.660 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.661 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.667 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.667 | 80138 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.668 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.670 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.670 | 80140 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.671 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.672 | 78076 | Recursively removing directory: /tmp/git.1mdGsT/ +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.674 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.674 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.675 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.680 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.680 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.682 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.682 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.683 | 80152 | Added a new worker 21 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.683 | 78072 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.683 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.683 | 78072 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.683 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.688 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.688 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rrHjBf +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.688 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.690 | 80141 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.691 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.691 | 80155 | Added a new worker 11 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.691 | 78072 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.691 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.691 | 78072 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.692 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BEPtcZ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.693 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.698 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.699 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.699 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.699 | 80154 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.700 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.702 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.704 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.705 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.707 | 80151 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.708 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.709 | 80147 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.710 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.713 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.714 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.714 | 80149 | Marked run 104 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.715 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.719 | 80153 | Marked run 105 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.719 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.721 | 80159 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.722 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.726 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.724 | 78073 | Recursively removing directory: /tmp/git.rrHjBf/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.725 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.725 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.729 | 80160 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.729 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.731 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.733 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.734 | 80167 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.734 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.736 | 80168 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.736 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.739 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.739 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.740 | 80177 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.741 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.743 | 80185 | Added a new worker 7 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.744 | 78072 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.744 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.744 | 78072 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.748 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.748 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qnkhy1 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.749 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.750 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.751 | 80182 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.751 | 78076 | Recursively removing directory: /tmp/git.BEPtcZ/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.754 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.755 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.753 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.753 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.757 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.757 | 80188 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.758 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.759 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.760 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.762 | 80187 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.763 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.766 | 80193 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.766 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.767 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.771 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.772 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.774 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.774 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.774 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.779 | 80199 | Added a new worker 21 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.780 | 78072 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.780 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.780 | 78072 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.780 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.780 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RGNHRK +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.786 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.787 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.787 | 80198 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.788 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.788 | 80181 | Marked run 106 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.789 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.793 | 80196 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.794 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.794 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.794 | 78073 | Recursively removing directory: /tmp/git.qnkhy1/ +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.796 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.796 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.798 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.798 | 80201 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.799 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.803 | 80200 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.803 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.805 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.806 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.807 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.812 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.813 | 80211 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.814 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.814 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.816 | 80224 | Added a new worker 8 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.816 | 78072 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.816 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.816 | 78072 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.817 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.817 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.45qfPu +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.818 | 80192 | Marked run 107 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.818 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.820 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.820 | 80217 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.821 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.823 | 80212 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.824 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.826 | 80215 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.827 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.829 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.829 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.832 | 78076 | Recursively removing directory: /tmp/git.RGNHRK/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.832 | 80225 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.837 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.837 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.833 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.833 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.840 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.840 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.842 | 80232 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.843 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.844 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.847 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.848 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 80239 | Added a new worker 19 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 78072 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 78072 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 80216 | Marked run 108 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.848 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.849 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b7lNeh +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.856 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.858 | 80236 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.858 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.858 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.859 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.861 | 80234 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.862 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.863 | 80238 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.864 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.867 | 80244 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.868 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.869 | 78073 | Recursively removing directory: /tmp/git.45qfPu/ +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.870 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.871 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.871 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.873 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.876 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.878 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.880 | 80235 | Marked run 109 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.881 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.882 | 80248 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.882 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.884 | 80254 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.885 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.886 | 80251 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.887 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.888 | 80252 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.889 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.890 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.893 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.893 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.894 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.895 | 80266 | Added a new worker 14 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.896 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.896 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.896 | 78072 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.896 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.896 | 78072 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.897 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7eWokM +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.899 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.902 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.903 | 78073 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.905 | 80255 | Marked run 110 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.906 | 80265 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.906 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.906 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.908 | 80267 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.908 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.909 | 78076 | Recursively removing directory: /tmp/git.b7lNeh/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.910 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.914 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.914 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.914 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.916 | 80268 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.917 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.920 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.920 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.924 | 80269 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.925 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.927 | 80275 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.927 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.928 | 78076 | Waiting for a new command +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.928 | 80285 | Added a new worker 11 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.929 | 78072 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.929 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.929 | 78072 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.929 | 80273 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.930 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.931 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.931 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kKaM5W +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.933 | 80278 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.933 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.937 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.939 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.939 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.945 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.945 | 80277 | Marked run 111 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.945 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.946 | 78076 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.947 | 78073 | Recursively removing directory: /tmp/git.7eWokM/ +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.948 | 80289 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.949 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.949 | 78073 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.949 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.949 | 78076 | Going to run: ./ci +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.954 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.960 | 80291 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.961 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.961 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.963 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.964 | 80290 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.964 | 78073 | Waiting for a new command +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.964 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.967 | 80292 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.967 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.971 | 80302 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.971 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.973 | 78076 | Recursively removing directory: /tmp/git.kKaM5W/ +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.974 | 78076 | Process exit code: 0 +2023-08-28 07:34:01 | INFO | 78076/cimple-worker: 2023-08-28 07:34:01.974 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.976 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.978 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.981 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.982 | 80299 | Marked run 112 as finished +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.982 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.982 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.984 | 80308 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.985 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.985 | 80304 | Added a new worker 9 to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.986 | 78072 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.986 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.986 | 78072 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.986 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.986 | 80311 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.987 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.987 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MNppIg +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.988 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.989 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.991 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.994 | 80316 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:01 | INFO | 78070/cimple-server: 2023-08-28 07:34:01.996 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.998 | 78073 | Checking out revision HEAD +2023-08-28 07:34:01 | INFO | 78073/cimple-worker: 2023-08-28 07:34:01.999 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.000 | 80313 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.001 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.005 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.005 | 80315 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.005 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.008 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.009 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.009 | 80309 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.009 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.009 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.010 | 80323 | Added a new worker 11 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.010 | 78072 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.010 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.010 | 78072 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.010 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.011 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PU2ANH +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.011 | 80321 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.012 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.015 | 78070 | Waiting for new connections +2023-08-28 07:34:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.019 | 80327 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.019 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.023 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.025 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.026 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.026 | 80324 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.026 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.032 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.034 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.035 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.035 | 80310 | Marked run 113 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.039 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.040 | 80329 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.041 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.045 | 80331 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.046 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.048 | 78073 | Recursively removing directory: /tmp/git.MNppIg/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.050 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.050 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.052 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.053 | 80330 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.054 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.057 | 80338 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.058 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.060 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.061 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.062 | 80351 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.063 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.065 | 78076 | Recursively removing directory: /tmp/git.PU2ANH/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.066 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.070 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.071 | 80352 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.072 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.066 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.075 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.076 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.079 | 80355 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.079 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.081 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.081 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.085 | 80360 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.085 | 78072 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.085 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.086 | 78072 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.086 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.584hlJ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.086 | 80358 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.087 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.089 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.089 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.090 | 80348 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.091 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.093 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.094 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.097 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.097 | 80361 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.098 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.101 | 80363 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.101 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.107 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.108 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.109 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.110 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.111 | 80370 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.112 | 78072 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.112 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.112 | 78072 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.112 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Qck8t +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.112 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.117 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.118 | 80365 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.118 | 80357 | Marked run 115 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.119 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.125 | 80353 | Marked run 114 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.126 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.128 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.129 | 80372 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.130 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.131 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.133 | 80371 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.134 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.135 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.138 | 78076 | Recursively removing directory: /tmp/git.584hlJ/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.139 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.139 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.143 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.147 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.148 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.151 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.156 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.157 | 80376 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.158 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.163 | 80383 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.164 | 78073 | Recursively removing directory: /tmp/git.4Qck8t/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.165 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.165 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.164 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.167 | 80384 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.168 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.170 | 80387 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.171 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.171 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.173 | 80393 | Added a new worker 9 to the queue +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.173 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QQQUhf +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.173 | 78072 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.173 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.173 | 78072 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.173 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.174 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.179 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.181 | 80386 | Marked run 116 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.181 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.183 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.184 | 80399 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.184 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.185 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.186 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.187 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.187 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.190 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.190 | 80404 | Added a new worker 17 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.190 | 78072 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.190 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.190 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.191 | 78072 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.191 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cwKtVL +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.192 | 80403 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.193 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.194 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.195 | 80400 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.197 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.199 | 80405 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.199 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.200 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.201 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.204 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.205 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.205 | 80407 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.205 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.211 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.211 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.216 | 80398 | Marked run 117 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.217 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.219 | 80414 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.220 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.223 | 80413 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.225 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.225 | 78076 | Recursively removing directory: /tmp/git.QQQUhf/ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.228 | 80419 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.228 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.227 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.227 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.230 | 78073 | Recursively removing directory: /tmp/git.cwKtVL/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.232 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.232 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.232 | 80420 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.233 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.233 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.237 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.238 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.239 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.243 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.244 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.246 | 80431 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.247 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.247 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.253 | 80436 | Added a new worker 18 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.253 | 78072 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.253 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.253 | 78072 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.254 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.254 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.254 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xFIqLT +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.255 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.255 | 80440 | Added a new worker 15 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.256 | 78072 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.256 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.256 | 78072 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.256 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.256 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ifdLmR +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.257 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.263 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.263 | 80432 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.264 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.264 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.268 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.269 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.270 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.273 | 80434 | Marked run 119 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.274 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.278 | 80435 | Marked run 118 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.279 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.281 | 80437 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.282 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.284 | 78076 | Recursively removing directory: /tmp/git.ifdLmR/ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.286 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.288 | 80438 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.288 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.285 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.285 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.291 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.292 | 80441 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.292 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.295 | 80445 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.295 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.296 | 80459 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.296 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.298 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.300 | 78073 | Recursively removing directory: /tmp/git.xFIqLT/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.301 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.301 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.304 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.303 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.304 | 80462 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.304 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.306 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.306 | 80466 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.307 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.309 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.312 | 80470 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.313 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.314 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.317 | 80467 | Added a new worker 15 to the queue +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.317 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G9ms3h +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.317 | 78072 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.317 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.317 | 78072 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.320 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.323 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.324 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.325 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.326 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.326 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.328 | 80476 | Added a new worker 17 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.329 | 78072 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.329 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.329 | 78072 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.329 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5UP0dp +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.330 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.331 | 80469 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.333 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.337 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.338 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.338 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.346 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.346 | 80474 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.347 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.352 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.353 | 80479 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.353 | 80461 | Marked run 121 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.354 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.356 | 80487 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.365 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.365 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.365 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.375 | 78076 | Recursively removing directory: /tmp/git.G9ms3h/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.378 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.378 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.378 | 80473 | Marked run 120 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.378 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.380 | 78073 | Recursively removing directory: /tmp/git.5UP0dp/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.381 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.381 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.383 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.385 | 80484 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.386 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.387 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.387 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.390 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.390 | 80490 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.390 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.392 | 80502 | Added a new worker 11 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.392 | 78072 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.392 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.392 | 78072 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.392 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.392 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iwhh87 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.394 | 80498 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.394 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.397 | 80499 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.397 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.400 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.401 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.402 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.405 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.405 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.407 | 80507 | Added a new worker 14 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.407 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.407 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.408 | 78072 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.408 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.408 | 78072 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.409 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.409 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xbYYra +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.411 | 80500 | Marked run 122 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.412 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.412 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.415 | 80508 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.415 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.418 | 80509 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.418 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.421 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.423 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.423 | 80512 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.423 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.426 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.426 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.426 | 80511 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.428 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.430 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.433 | 80503 | Marked run 123 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.433 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.434 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.435 | 80517 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.436 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.439 | 80529 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.440 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.441 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.442 | 80524 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.443 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.445 | 80526 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.446 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.447 | 78076 | Recursively removing directory: /tmp/git.iwhh87/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.449 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.449 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.450 | 78073 | Recursively removing directory: /tmp/git.xbYYra/ +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.452 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.453 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.454 | 80535 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.455 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.456 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.457 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.462 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.465 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.466 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.466 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.466 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.467 | 80545 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.467 | 78072 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.467 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.467 | 78072 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.467 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dYd4oQ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.468 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.472 | 80543 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.473 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.475 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.475 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.475 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.476 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.477 | 80547 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.478 | 78072 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.478 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.478 | 78072 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.478 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.479 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L35k1z +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.481 | 80544 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.481 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.483 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.484 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.487 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.489 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.489 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.495 | 80542 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.497 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.498 | 80548 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.499 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.503 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.504 | 80540 | Marked run 124 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.504 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.507 | 80550 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.508 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.510 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.511 | 78073 | Recursively removing directory: /tmp/git.dYd4oQ/ +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.513 | 78076 | Recursively removing directory: /tmp/git.L35k1z/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.514 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.514 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.516 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.519 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.517 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.517 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.522 | 80541 | Marked run 125 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.522 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.523 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.524 | 80552 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.525 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.527 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.528 | 80568 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.528 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.530 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.529 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.529 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.531 | 80570 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.531 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.534 | 80571 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.535 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.536 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.538 | 80575 | Added a new worker 10 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.538 | 78072 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.538 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.538 | 78072 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.538 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q0IKeR +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.539 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 80577 | Added a new worker 14 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 78072 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 78072 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.543 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.544 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M5GPmC +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.549 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.550 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.551 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.556 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.560 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.560 | 80573 | Marked run 126 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.561 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.562 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.563 | 80582 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.564 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.569 | 80572 | Marked run 127 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.570 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.570 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.572 | 80580 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.573 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.577 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.579 | 80581 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.575 | 78076 | Recursively removing directory: /tmp/git.q0IKeR/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.577 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.577 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.579 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.582 | 80584 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.583 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.585 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.586 | 80594 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.586 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.588 | 80599 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.589 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.590 | 78073 | Recursively removing directory: /tmp/git.M5GPmC/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.592 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.592 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.595 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.597 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.600 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.600 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.601 | 80607 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.601 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.604 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.604 | 80610 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.605 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.612 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.612 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.614 | 80612 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.615 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.616 | 80608 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.616 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.617 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.620 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.621 | 80614 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.622 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.622 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.622 | 78072 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.622 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.622 | 78072 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.622 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tgGsRp +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.623 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.623 | 80618 | Added a new worker 15 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.623 | 78072 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.623 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.623 | 78072 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.623 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.623 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gQq1zL +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.625 | 80604 | Marked run 128 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.625 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.630 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.631 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.632 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.634 | 80617 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.635 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.639 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.641 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.642 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.645 | 80620 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.647 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.651 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.654 | 80609 | Marked run 129 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.655 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.655 | 78076 | Recursively removing directory: /tmp/git.tgGsRp/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.658 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.658 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.660 | 80619 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.662 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.664 | 80621 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.664 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.666 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.666 | 80626 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.666 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.669 | 78073 | Recursively removing directory: /tmp/git.gQq1zL/ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.669 | 80635 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.671 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.671 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.671 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.675 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.676 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.679 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.681 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.684 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.685 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.688 | 80645 | Added a new worker 21 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.689 | 78072 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.689 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.689 | 78072 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.689 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.689 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8OSi70 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.689 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.691 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.691 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.691 | 80651 | Added a new worker 22 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.691 | 78072 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.691 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.691 | 78072 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.692 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OH4uAJ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.693 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.693 | 80647 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.695 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.702 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.700 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.701 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.711 | 80648 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.713 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.716 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.716 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.717 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.725 | 80649 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.726 | 78073 | Recursively removing directory: /tmp/git.OH4uAJ/ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.726 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.728 | 80654 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.728 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.728 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.729 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.734 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.735 | 80642 | Marked run 130 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.735 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.736 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.737 | 80650 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.737 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.739 | 80662 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.740 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.742 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.742 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.744 | 80646 | Marked run 131 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.744 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.748 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.748 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.749 | 80676 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.749 | 78072 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.749 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.749 | 78072 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.750 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3d0B76 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.750 | 80671 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.751 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.751 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.753 | 80679 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.754 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.757 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.758 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.757 | 80674 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.758 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.760 | 80678 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.760 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.761 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.767 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.769 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.769 | 78076 | Recursively removing directory: /tmp/git.8OSi70/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.771 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.771 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.774 | 80670 | Marked run 133 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.774 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.775 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.780 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.782 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.783 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.784 | 80695 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.784 | 78072 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.784 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.784 | 78072 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.785 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IG1UCG +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.785 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.789 | 80685 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.791 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.792 | 80686 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.792 | 78073 | Recursively removing directory: /tmp/git.3d0B76/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.793 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.793 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.795 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.797 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.799 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.800 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.800 | 80687 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.800 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.805 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.807 | 80692 | Marked run 132 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.807 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.809 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.809 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.809 | 80696 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.810 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.810 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.812 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.813 | 80703 | Added a new worker 17 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.813 | 78072 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.813 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.814 | 78072 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.814 | 80699 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.814 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.815 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.815 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.phDQwN +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.817 | 80700 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.817 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.821 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.826 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.828 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.829 | 80705 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.829 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.829 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.832 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.834 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.837 | 80709 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.838 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.841 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.843 | 80701 | Marked run 134 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.843 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.845 | 80710 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.846 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.847 | 80714 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.848 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.848 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.850 | 80715 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.851 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.854 | 78076 | Recursively removing directory: /tmp/git.IG1UCG/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.855 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.855 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.855 | 78073 | Recursively removing directory: /tmp/git.phDQwN/ +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.856 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.856 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.857 | 80730 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.857 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.860 | 80724 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.861 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.862 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.863 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.866 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.867 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.867 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.870 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.872 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.872 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.874 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.875 | 80739 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.875 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.875 | 80738 | Added a new worker 14 to the queue +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.877 | 78072 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.877 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.877 | 78072 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.877 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hl6T7T +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.877 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.878 | 80741 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.879 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.880 | 80740 | Added a new worker 12 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.881 | 78072 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.881 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.881 | 78072 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.881 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.880 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.882 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H5eMgS +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.886 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.886 | 80742 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.886 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.887 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.888 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.891 | 80737 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.891 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.892 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.896 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.900 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.901 | 80746 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.902 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.904 | 80748 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.904 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.906 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.907 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.910 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.912 | 80736 | Marked run 135 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.913 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.913 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.915 | 80751 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.916 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.921 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.921 | 80735 | Marked run 136 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.921 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.924 | 78073 | Recursively removing directory: /tmp/git.Hl6T7T/ +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.925 | 80755 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.925 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.925 | 78073 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.925 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.928 | 80759 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.929 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.930 | 80762 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.931 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.933 | 80765 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.934 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.935 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.939 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.939 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.941 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.940 | 78073 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.943 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.948 | 80779 | Added a new worker 19 to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.949 | 78072 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.949 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.949 | 78072 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.949 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c2BAFl +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.949 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.951 | 78076 | Recursively removing directory: /tmp/git.H5eMgS/ +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.953 | 78076 | Process exit code: 0 +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.953 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.958 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.958 | 80776 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.959 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.963 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.964 | 78076 | Waiting for a new command +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.964 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.964 | 80784 | Added a new worker 21 to the queue +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.965 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pkOkR1 +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.966 | 78073 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.965 | 78072 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.965 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.965 | 78072 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.967 | 80778 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.967 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78073/cimple-worker: 2023-08-28 07:34:02.968 | 78073 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.970 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.972 | 80780 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.973 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.977 | 78076 | Checking out revision HEAD +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78076/cimple-worker: 2023-08-28 07:34:02.978 | 78076 | Going to run: ./ci +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.983 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.986 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.987 | 80777 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.987 | 80775 | Marked run 137 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.987 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.990 | 80783 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.991 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.992 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.995 | 80781 | Marked run 138 as finished +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.996 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.997 | 80791 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:02 | INFO | 78070/cimple-server: 2023-08-28 07:34:02.998 | 78070 | Waiting for new connections +2023-08-28 07:34:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.000 | 80792 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.001 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.001 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.004 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.005 | 80801 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.005 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.009 | 80806 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.008 | 78073 | Recursively removing directory: /tmp/git.c2BAFl/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.009 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.009 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.012 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.014 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.017 | 80809 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.017 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.019 | 80810 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.020 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.022 | 78076 | Recursively removing directory: /tmp/git.pkOkR1/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.023 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.024 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.024 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.027 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.027 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.029 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.030 | 80812 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.030 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.032 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.034 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.037 | 80817 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.037 | 78072 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.037 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.037 | 78072 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.037 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y6T6TF +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.038 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.040 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.040 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.042 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.044 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.044 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.050 | 80818 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.051 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.052 | 80823 | Added a new worker 13 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.052 | 78072 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.052 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.052 | 78072 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.053 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.053 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YWQ5mB +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.056 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.056 | 80821 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.057 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.060 | 80822 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.060 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.062 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.063 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.062 | 80824 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.063 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.065 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.066 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.068 | 80819 | Marked run 140 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.069 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.070 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.070 | 80828 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.071 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.074 | 80832 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.075 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.078 | 78073 | Recursively removing directory: /tmp/git.Y6T6TF/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.080 | 80814 | Marked run 139 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.081 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.081 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.081 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.082 | 80834 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.084 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.085 | 80840 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.086 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.088 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.090 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.092 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.092 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.090 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.094 | 80844 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.094 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.096 | 80851 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.097 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.100 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.101 | 80850 | Added a new worker 15 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.102 | 78072 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.102 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.102 | 78072 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.102 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.102 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7ERDhl +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.108 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.109 | 80849 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.109 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.109 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.110 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.111 | 80852 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.111 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.116 | 80856 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.117 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.119 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.119 | 80860 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.120 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.125 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.126 | 78076 | Recursively removing directory: /tmp/git.YWQ5mB/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.127 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.127 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.132 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.134 | 80848 | Marked run 141 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.134 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.135 | 78073 | Recursively removing directory: /tmp/git.7ERDhl/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.137 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.138 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.138 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.140 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.141 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.141 | 80869 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.142 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.143 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.145 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.146 | 80876 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.146 | 78072 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.146 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.146 | 78072 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.146 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yeDszH +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.148 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.148 | 80875 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.149 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.150 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.150 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.156 | 80873 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.156 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.156 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.156 | 80881 | Added a new worker 8 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.158 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.158 | 78072 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.158 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.158 | 78072 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.159 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.158 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Oe7n9u +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.159 | 80879 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.160 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.164 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.166 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.170 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.170 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.174 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.180 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.185 | 80883 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.186 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.189 | 80886 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.189 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.190 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.194 | 80888 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.194 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.196 | 78073 | Recursively removing directory: /tmp/git.Oe7n9u/ +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.198 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.198 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.200 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.202 | 80878 | Marked run 143 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.203 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.203 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.207 | 80874 | Marked run 142 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.207 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.210 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.212 | 78076 | Recursively removing directory: /tmp/git.yeDszH/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.211 | 80891 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.212 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.213 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.214 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.214 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.215 | 80900 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.216 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.218 | 80906 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.219 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.220 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.221 | 80907 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.221 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.223 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.225 | 80909 | Added a new worker 12 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.225 | 78072 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.225 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.225 | 78072 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.226 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oLfZtN +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.227 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.229 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.229 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.232 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.232 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.231 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.235 | 80919 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.236 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.239 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.240 | 80918 | Added a new worker 21 to the queue +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.241 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b0FpQy +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.241 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.240 | 78072 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.240 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.240 | 78072 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.242 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.245 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.249 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.251 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.251 | 80915 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.251 | 80908 | Marked run 145 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.253 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.255 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.257 | 80921 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.258 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.267 | 80913 | Marked run 144 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.268 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.269 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.270 | 78073 | Recursively removing directory: /tmp/git.oLfZtN/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.271 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.271 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.275 | 80917 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.276 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.277 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.278 | 80916 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.278 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.283 | 80927 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.284 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.287 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.290 | 80935 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.291 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.293 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.294 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.296 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.300 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.298 | 78076 | Recursively removing directory: /tmp/git.b0FpQy/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.299 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.299 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.300 | 80947 | Added a new worker 16 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.300 | 78072 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.300 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.300 | 78072 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.301 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emd6IV +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.301 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.306 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.310 | 80946 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.310 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.311 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.313 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.315 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.320 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.320 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.321 | 80941 | Marked run 146 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.321 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.322 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.322 | 80954 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.322 | 78072 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.322 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.322 | 78072 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.322 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.671rQe +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.323 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.324 | 80948 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.324 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.328 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.330 | 80944 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.331 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.337 | 80952 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.337 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.339 | 78073 | Recursively removing directory: /tmp/git.emd6IV/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.341 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.341 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.341 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.342 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.343 | 80955 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.344 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.346 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.349 | 80949 | Marked run 147 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.349 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.350 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.351 | 80958 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.351 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.351 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.353 | 80970 | Added a new worker 17 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.354 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.354 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.354 | 78072 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.354 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.354 | 78072 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.354 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sS12DD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.357 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.362 | 80966 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.362 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.365 | 80969 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.366 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.368 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.369 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.370 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.370 | 80972 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.370 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.373 | 80973 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.375 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.380 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.382 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.382 | 80968 | Marked run 148 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.382 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.384 | 80978 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.384 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.390 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.391 | 80984 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.391 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.394 | 78076 | Recursively removing directory: /tmp/git.671rQe/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.395 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.395 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.399 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.396 | 78073 | Recursively removing directory: /tmp/git.sS12DD/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.398 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.398 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.400 | 80988 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.401 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.402 | 80989 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.402 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.403 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.406 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.409 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.409 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.410 | 80996 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.410 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.412 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.413 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.413 | 81003 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.413 | 78072 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.413 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.413 | 78072 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.414 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.416 | 81002 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.416 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.417 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wBvFOo +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.418 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.417 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.418 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.421 | 81007 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.421 | 81006 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.422 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.422 | 78072 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.422 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.422 | 78072 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.422 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b7tlDX +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.423 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.423 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.426 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.426 | 81005 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.427 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.430 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.431 | 81009 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.431 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.432 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.434 | 81011 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.434 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.435 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.438 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.440 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.441 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.441 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.442 | 81012 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.443 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.447 | 81014 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.448 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.449 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.454 | 81001 | Marked run 150 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.455 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.457 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.459 | 80998 | Marked run 149 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.459 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.462 | 81020 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.462 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.462 | 78076 | Recursively removing directory: /tmp/git.b7tlDX/ +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.465 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.465 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.465 | 81019 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.466 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.467 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.469 | 81028 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.469 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.472 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.472 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.475 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.481 | 78073 | Recursively removing directory: /tmp/git.wBvFOo/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.482 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.483 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.483 | 81044 | Added a new worker 19 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.483 | 78072 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.483 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.483 | 78072 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.483 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.489 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nAFpNY +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.490 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.490 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.494 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.501 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.502 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.504 | 81046 | Added a new worker 22 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.505 | 78072 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.505 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.505 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.505 | 78072 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.505 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vqtoxf +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.641 | 81034 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.642 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.648 | 81038 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.648 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.649 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.652 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.654 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.655 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.657 | 81043 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.658 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.659 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.659 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.661 | 81042 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.662 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.664 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.665 | 81048 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.665 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.666 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.669 | 81041 | Marked run 152 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.669 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.669 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.671 | 81050 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.671 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.674 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.675 | 81045 | Marked run 151 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.676 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.678 | 81059 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.678 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.681 | 81061 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.682 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.684 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.684 | 81062 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.684 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.685 | 78076 | Recursively removing directory: /tmp/git.nAFpNY/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.686 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.686 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.687 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.690 | 81077 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.691 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.692 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.694 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.695 | 81067 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.695 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.700 | 81075 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.701 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.704 | 81080 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.704 | 81082 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.705 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.705 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.705 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.706 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.711 | 78073 | Recursively removing directory: /tmp/git.Vqtoxf/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.713 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.713 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.715 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.717 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.717 | 81083 | Added a new worker 10 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.717 | 78072 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.717 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.717 | 78072 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.718 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.717 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.718 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.720 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.718 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.liGmxs +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.728 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.732 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.733 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.734 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.734 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.735 | 81087 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.736 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.743 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.744 | 81093 | Added a new worker 22 to the queue +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.745 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4GlXPI +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.744 | 78072 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.744 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.745 | 78072 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.746 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.750 | 81078 | Marked run 153 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.752 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.757 | 81089 | Marked run 154 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.757 | 81090 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.758 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.760 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.761 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.761 | 81088 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.763 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.763 | 81091 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.764 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.766 | 78076 | Recursively removing directory: /tmp/git.liGmxs/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.767 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.767 | 78076 | Process output: 415085 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.771 | 81098 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.771 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.773 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.774 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.776 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.779 | 81115 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.779 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.780 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.782 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.784 | 81114 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.784 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.787 | 81116 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.787 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.787 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.788 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.796 | 78073 | Recursively removing directory: /tmp/git.4GlXPI/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.796 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.797 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.798 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.798 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.798 | 81121 | Added a new worker 15 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.801 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.801 | 81118 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.801 | 78072 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.801 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.801 | 78072 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.801 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mZeUde +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.803 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.803 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.806 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.808 | 81124 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.809 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.810 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.811 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.814 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.815 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.822 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.822 | 81113 | Marked run 155 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.822 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.823 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.823 | 81133 | Added a new worker 6 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.823 | 78072 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.823 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.823 | 78072 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.823 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iFHZ9o +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.825 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.826 | 81126 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.827 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.832 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.836 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.837 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.841 | 81122 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.842 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.846 | 78076 | Recursively removing directory: /tmp/git.mZeUde/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.848 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.849 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.849 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.851 | 81123 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.852 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.856 | 78073 | Recursively removing directory: /tmp/git.iFHZ9o/ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.857 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.859 | 81130 | Marked run 156 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.859 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.860 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.860 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.861 | 81131 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.861 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.862 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.863 | 81137 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.864 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.865 | 81148 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.865 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.866 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.868 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.871 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.872 | 81152 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.873 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.874 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.876 | 81156 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.876 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.872 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.880 | 81158 | Added a new worker 9 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.882 | 78072 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.882 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.882 | 78072 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.882 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CRgWgJ +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.882 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.885 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.886 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.888 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.888 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.890 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.892 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.892 | 81155 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.892 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.893 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.893 | 81163 | Added a new worker 7 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.893 | 78072 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.893 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.893 | 78072 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.894 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6fjlLm +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.895 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.907 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.907 | 81150 | Marked run 157 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.908 | 81162 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.909 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.908 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.912 | 81164 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.913 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.915 | 78076 | Recursively removing directory: /tmp/git.CRgWgJ/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.917 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.917 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.921 | 81157 | Marked run 158 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.922 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.924 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.926 | 81161 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.927 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.928 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.930 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.931 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.931 | 81174 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.932 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.937 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.941 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.941 | 81189 | Added a new worker 20 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.941 | 78072 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.941 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.941 | 78072 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.942 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.942 | 78076 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.942 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XI0v4z +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.944 | 81185 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.944 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.948 | 78073 | Recursively removing directory: /tmp/git.6fjlLm/ +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.950 | 78073 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.950 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.954 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.955 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.956 | 81186 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.957 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.961 | 78076 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.962 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.964 | 78076 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.964 | 81187 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.965 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.972 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.973 | 78073 | Waiting for a new command +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 81201 | Added a new worker 21 to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 78072 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 78072 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.974 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.976 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4lYGxa +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.976 | 81181 | Marked run 159 as finished +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.977 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.983 | 81190 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.984 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.986 | 81192 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.987 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.988 | 78073 | Checking out revision HEAD +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.990 | 81195 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.992 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78073/cimple-worker: 2023-08-28 07:34:03.990 | 78073 | Going to run: ./ci +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.993 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.996 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78070/cimple-server: 2023-08-28 07:34:03.996 | 78070 | Waiting for new connections +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.996 | 78076 | Recursively removing directory: /tmp/git.XI0v4z/ +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.998 | 78076 | Process exit code: 0 +2023-08-28 07:34:03 | INFO | 78076/cimple-worker: 2023-08-28 07:34:03.998 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.000 | 81200 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.001 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.003 | 81210 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.004 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.005 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.005 | 81212 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.006 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.009 | 81211 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.009 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.011 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.014 | 81193 | Marked run 160 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.014 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.014 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.019 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.019 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.020 | 81222 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.020 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.024 | 81226 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.025 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.028 | 81223 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.029 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.030 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.030 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.031 | 78073 | Recursively removing directory: /tmp/git.4lYGxa/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.033 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.033 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.035 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.037 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.040 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.041 | 81231 | Added a new worker 19 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.041 | 78072 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.041 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.041 | 78072 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.041 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.041 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P3AjDW +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.043 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.049 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.049 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.049 | 81236 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.049 | 78072 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.049 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.049 | 78072 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.050 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k3Ch2M +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.051 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.054 | 81218 | Marked run 161 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.054 | 81227 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.055 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.057 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.062 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.063 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.064 | 81232 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.064 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.069 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.070 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.070 | 81235 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.071 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.073 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.078 | 81234 | Marked run 162 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.078 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.079 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.080 | 81233 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.081 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.084 | 81239 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.089 | 78076 | Recursively removing directory: /tmp/git.P3AjDW/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.090 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.092 | 81244 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.095 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.092 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.092 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.097 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.100 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.101 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.102 | 81252 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.103 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.104 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.111 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.111 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.113 | 81265 | Added a new worker 17 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.113 | 78072 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.113 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.113 | 78072 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.113 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.113 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.txsdCu +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.115 | 78073 | Recursively removing directory: /tmp/git.k3Ch2M/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.115 | 81261 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.115 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.118 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.118 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.117 | 81264 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.120 | 81262 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.121 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.124 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.127 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.130 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.131 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.131 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.136 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.136 | 81260 | Marked run 163 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.136 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.137 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.137 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.138 | 81275 | Added a new worker 17 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.139 | 78072 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.139 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.139 | 78072 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.139 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.139 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ff7mjI +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.144 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.145 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.146 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.149 | 81270 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.150 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.154 | 81273 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.154 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.155 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.157 | 81271 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.158 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.163 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.169 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.171 | 81269 | Marked run 164 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.171 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.173 | 78073 | Recursively removing directory: /tmp/git.ff7mjI/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.175 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.175 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.174 | 81278 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.175 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.176 | 78076 | Recursively removing directory: /tmp/git.txsdCu/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.177 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.177 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.181 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.182 | 81285 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.184 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.186 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.187 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.188 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.189 | 81293 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.189 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.193 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d2NhPk +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 81299 | Added a new worker 15 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 78072 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 78072 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.192 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.202 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.203 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.206 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.210 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.210 | 81294 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.213 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.216 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.216 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.218 | 81309 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.218 | 78072 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.218 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.219 | 78072 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.219 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.218 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.219 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ma8uiB +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.221 | 81296 | Marked run 166 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.222 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.226 | 81298 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.227 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.229 | 81303 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.229 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.230 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.232 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.233 | 81308 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.233 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.235 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.240 | 81305 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.241 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.242 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.245 | 78073 | Recursively removing directory: /tmp/git.d2NhPk/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.246 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.246 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.251 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.254 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.261 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.262 | 78076 | Recursively removing directory: /tmp/git.ma8uiB/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.263 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.263 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.268 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.268 | 81301 | Marked run 165 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.269 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.269 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.269 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.272 | 81331 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.272 | 78072 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.272 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.273 | 78072 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.273 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Gun18 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.273 | 81318 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.275 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.275 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.279 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.280 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.280 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.281 | 81328 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.282 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.285 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.285 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.286 | 81320 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.287 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.290 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.291 | 81336 | Added a new worker 15 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.291 | 78072 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.291 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.291 | 78072 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.291 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X0PBJL +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.292 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.293 | 81327 | Marked run 167 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.294 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.297 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.298 | 81329 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.299 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.299 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.300 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.302 | 81333 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.304 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.305 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.308 | 78073 | Recursively removing directory: /tmp/git.2Gun18/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.310 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.310 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.315 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.316 | 81330 | Marked run 168 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.317 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.319 | 81340 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.319 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.321 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.321 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.322 | 81359 | Added a new worker 17 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.322 | 78072 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.322 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.322 | 78072 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.322 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7FDtOf +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.323 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.324 | 81345 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.325 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.329 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.330 | 78076 | Recursively removing directory: /tmp/git.X0PBJL/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.330 | 81349 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.332 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.331 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.331 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.334 | 81357 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.334 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.335 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.336 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.336 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.340 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.345 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.346 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.348 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.348 | 81370 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.348 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.349 | 78072 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.349 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.349 | 78072 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.349 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oliY5k +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.350 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.353 | 81356 | Marked run 169 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.353 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.355 | 81365 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.356 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.361 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.362 | 81366 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.362 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.363 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.366 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.366 | 81371 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.366 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.367 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.369 | 81369 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.369 | 78073 | Recursively removing directory: /tmp/git.7FDtOf/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.370 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.370 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.373 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.377 | 81364 | Marked run 170 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.378 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.378 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.379 | 81379 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.380 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.381 | 81381 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.382 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.382 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.384 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.386 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.390 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.392 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.393 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.397 | 81395 | Added a new worker 18 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.397 | 78072 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.397 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.397 | 78072 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.398 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.398 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s7IA6y +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.403 | 78076 | Recursively removing directory: /tmp/git.oliY5k/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.404 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.404 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.407 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.408 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.409 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.413 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.415 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.419 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0eDMAe +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 81389 | Marked run 171 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 81391 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 81399 | Added a new worker 14 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 78072 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.419 | 78072 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.421 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.422 | 81396 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.423 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.426 | 81393 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.426 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.426 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.428 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.429 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.433 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.436 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.439 | 81394 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.439 | 81398 | Marked run 172 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.439 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.442 | 81406 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.443 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.446 | 81407 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.447 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.449 | 78073 | Recursively removing directory: /tmp/git.s7IA6y/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.450 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.450 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.450 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.451 | 81411 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.452 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.454 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.455 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.458 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.459 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.464 | 81422 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.466 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.466 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.466 | 81429 | Added a new worker 19 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.467 | 78072 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.467 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.467 | 78072 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.467 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.467 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.469 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.voKpxm +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.471 | 81420 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.471 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.475 | 78076 | Recursively removing directory: /tmp/git.0eDMAe/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.482 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.477 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.478 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.476 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.477 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.487 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.488 | 81426 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.489 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.492 | 81427 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.496 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.504 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.507 | 81432 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.508 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.509 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.509 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.512 | 78073 | Recursively removing directory: /tmp/git.voKpxm/ +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.515 | 81445 | Added a new worker 19 to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.513 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.513 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.516 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.516 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.516 | 78072 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.516 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.516 | 78072 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.516 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZtFLCX +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.519 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.519 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.521 | 81423 | Marked run 173 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.521 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.524 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.524 | 81449 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.524 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.526 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.524 | 78072 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.524 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.524 | 78072 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.528 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.528 | 81439 | Marked run 174 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.528 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.529 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9hPb6x +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.531 | 81442 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.532 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.534 | 81443 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.535 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.536 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.537 | 81446 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.537 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.539 | 81448 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.540 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.540 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.544 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.545 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.546 | 81447 | Marked run 175 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.546 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.547 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.549 | 81454 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.549 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.550 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.553 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.553 | 81464 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.555 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.555 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.557 | 81463 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.558 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.561 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.561 | 81468 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.562 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.562 | 78076 | Recursively removing directory: /tmp/git.ZtFLCX/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.563 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.563 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.566 | 81470 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.566 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.569 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.570 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.570 | 81472 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.571 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.573 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.574 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.574 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.576 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.578 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.580 | 81481 | Added a new worker 19 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.580 | 81478 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.581 | 78072 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.581 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.581 | 78072 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.581 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MaOFTF +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.582 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.582 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.585 | 81480 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.586 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.587 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.589 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.590 | 81482 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.591 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.594 | 78073 | Recursively removing directory: /tmp/git.9hPb6x/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.594 | 81485 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.595 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.596 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.596 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.597 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.603 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.604 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.604 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.610 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.620 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.620 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.620 | 81477 | Marked run 176 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.621 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.622 | 81491 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.623 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.624 | 81502 | Added a new worker 6 to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.625 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lc5EaX +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.624 | 78072 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.624 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.624 | 78072 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.626 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.628 | 81493 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.629 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.630 | 78076 | Recursively removing directory: /tmp/git.MaOFTF/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.632 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.632 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.633 | 81494 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.633 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.633 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.634 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.635 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.637 | 81496 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.638 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.639 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.640 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.645 | 81495 | Marked run 177 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.645 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.646 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.648 | 81509 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.648 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.651 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.652 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.652 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.653 | 81516 | Added a new worker 17 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.653 | 81507 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.653 | 78072 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.653 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.654 | 78072 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.655 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.655 | 81511 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.655 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.655 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eHLDqL +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.658 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.662 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.662 | 81514 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.662 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.667 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.668 | 81510 | Marked run 178 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.668 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.669 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.670 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.671 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.671 | 81519 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.671 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.673 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.677 | 81521 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.678 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.678 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.682 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.682 | 81522 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.683 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.685 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.686 | 81525 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.687 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.688 | 81531 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.688 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.688 | 78073 | Recursively removing directory: /tmp/git.Lc5EaX/ +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.691 | 81534 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.693 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.691 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.691 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.697 | 81536 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.697 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.699 | 81539 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.700 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.700 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.702 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.703 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.704 | 81546 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.705 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.707 | 81549 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.707 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.708 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.710 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.712 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.714 | 81553 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.715 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.716 | 81554 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.717 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.717 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.718 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.719 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.718 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.723 | 81558 | Added a new worker 18 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.723 | 78072 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.723 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.723 | 78072 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.724 | 81557 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.724 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PgxL25 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.725 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.725 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.726 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.727 | 81559 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.728 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.729 | 78076 | Recursively removing directory: /tmp/git.eHLDqL/ +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.732 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.732 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.735 | 81552 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.737 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.737 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.743 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.744 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.745 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.745 | 81561 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.746 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.747 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.749 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.751 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.752 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.753 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BCAckG +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.752 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.752 | 81570 | Added a new worker 21 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.753 | 78072 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.753 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.753 | 78072 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.753 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.760 | 81548 | Marked run 179 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.761 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.762 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.763 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.766 | 81565 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.768 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.770 | 81566 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.771 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.773 | 81568 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.774 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.775 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.776 | 81572 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.777 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.780 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.780 | 81583 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.781 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.785 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.789 | 78073 | Recursively removing directory: /tmp/git.PgxL25/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.791 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.791 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.794 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.800 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.801 | 81563 | Marked run 180 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.801 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.802 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.804 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.804 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.807 | 81590 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.807 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.809 | 81596 | Added a new worker 10 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.809 | 78072 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.809 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.809 | 78072 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.809 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.809 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0QgZAa +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.810 | 81588 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.810 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.815 | 78076 | Recursively removing directory: /tmp/git.BCAckG/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.818 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.818 | 81591 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.819 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.817 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.817 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.821 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.824 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.825 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.827 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.830 | 81593 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.832 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.835 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.839 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.840 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.841 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.841 | 81609 | Added a new worker 22 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.842 | 78072 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.842 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.842 | 78072 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.842 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kPWY03 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.842 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.843 | 81602 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.843 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.848 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.848 | 81603 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.849 | 81592 | Marked run 181 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.849 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.850 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.854 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.854 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.859 | 81601 | Marked run 182 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.860 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.861 | 78073 | Recursively removing directory: /tmp/git.0QgZAa/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.862 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.862 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.866 | 81607 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.867 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.869 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.869 | 81608 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.871 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.872 | 81613 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.873 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.873 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.875 | 81617 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.875 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.877 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.877 | 81628 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.878 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.880 | 81632 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.881 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.881 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.883 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.883 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.885 | 81629 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.886 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.892 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.893 | 78076 | Recursively removing directory: /tmp/git.kPWY03/ +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.893 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.894 | 81636 | Added a new worker 18 to the queue +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.895 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.895 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.897 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.897 | 81626 | Marked run 183 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.898 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.901 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.901 | 78072 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.901 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.901 | 78072 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.901 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JahQQV +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.902 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.904 | 81638 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.905 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.908 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.911 | 78073 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.912 | 78073 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.912 | 81634 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.913 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.916 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.916 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.917 | 81645 | Added a new worker 13 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.917 | 78072 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.917 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.917 | 78072 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.918 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OiFwhU +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.918 | 81639 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.919 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.920 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.922 | 81640 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.922 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.923 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.925 | 81643 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.926 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.928 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.929 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.933 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.934 | 78076 | Checking out revision HEAD +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.935 | 78076 | Going to run: ./ci +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.937 | 81641 | Marked run 184 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.938 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.942 | 81652 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.943 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.948 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.957 | 78073 | Recursively removing directory: /tmp/git.JahQQV/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.959 | 78073 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.959 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.959 | 81651 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.959 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.964 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.965 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.969 | 81649 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.969 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.970 | 78076 | Recursively removing directory: /tmp/git.OiFwhU/ +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.970 | 78073 | Waiting for a new command +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.970 | 81653 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.973 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.975 | 81666 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.976 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.977 | 78076 | Process exit code: 0 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.977 | 81671 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.977 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.977 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.978 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.982 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.986 | 81674 | Added a new worker 15 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 81670 | Marked run 185 as finished +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 78072 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.990 | 78072 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.991 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78073/cimple-worker: 2023-08-28 07:34:04.992 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3D1upS +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.993 | 81676 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.994 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.995 | 78070 | Waiting for new connections +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.995 | 78076 | Waiting for a new command +2023-08-28 07:34:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.998 | 81682 | Added a new worker 10 to the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.998 | 78072 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.998 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:04 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.998 | 78072 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:04 | INFO | 78076/cimple-worker: 2023-08-28 07:34:04.999 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aiqI9N +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:04.999 | 81679 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.000 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.001 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.003 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.005 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.006 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.006 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.008 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.007 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.010 | 81680 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.011 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.012 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.017 | 81677 | Marked run 186 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.018 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.020 | 81684 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.021 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.024 | 81686 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.025 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.028 | 78076 | Recursively removing directory: /tmp/git.aiqI9N/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.029 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.029 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.029 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.029 | 81689 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.030 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.032 | 81694 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.033 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.035 | 81705 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.036 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.037 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.037 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.040 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.043 | 81710 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.045 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.048 | 81711 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.048 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.049 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.051 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.049 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.052 | 81714 | Added a new worker 13 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.052 | 78072 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.052 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.052 | 78072 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.053 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.053 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7eEygq +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.056 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.058 | 78073 | Recursively removing directory: /tmp/git.3D1upS/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.059 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.059 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.064 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.064 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.065 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.067 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.070 | 81715 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.070 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.071 | 81709 | Marked run 188 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.071 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.072 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.074 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.075 | 81723 | Added a new worker 17 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.075 | 78072 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.075 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.075 | 78072 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.075 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.075 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ez3Arn +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.076 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.077 | 81717 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.078 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.080 | 81716 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.081 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.086 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.087 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.085 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.089 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.090 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.093 | 81718 | Marked run 187 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.094 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.098 | 81722 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.098 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.102 | 78076 | Recursively removing directory: /tmp/git.7eEygq/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.103 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.103 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.106 | 81727 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.108 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.111 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.107 | 78073 | Recursively removing directory: /tmp/git.ez3Arn/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.109 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.109 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.114 | 81729 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.115 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.116 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.117 | 81728 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.118 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.122 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.122 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.122 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.122 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.126 | 81748 | Added a new worker 17 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.127 | 78072 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.127 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.128 | 78072 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.126 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.130 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.130 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.130 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.132 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ujCWL +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.134 | 81749 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.135 | 81750 | Added a new worker 22 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.135 | 78072 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.135 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.135 | 78072 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.135 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.136 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.136 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GKNEd9 +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.138 | 81747 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.139 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.141 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.142 | 81752 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.143 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.144 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.147 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.147 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.148 | 81751 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.149 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.149 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.150 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.151 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.154 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.158 | 81745 | Marked run 190 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.158 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.162 | 81755 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.163 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.167 | 78073 | Recursively removing directory: /tmp/git.0ujCWL/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.168 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.168 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.170 | 81743 | Marked run 189 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.171 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.174 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.178 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.177 | 78076 | Recursively removing directory: /tmp/git.GKNEd9/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.178 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.178 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.180 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.181 | 81758 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.183 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.183 | 81777 | Added a new worker 11 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.184 | 78072 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.184 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.184 | 78072 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.184 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.184 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gSZ6wR +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.186 | 81760 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.186 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.187 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.188 | 81763 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.189 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.190 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.191 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.192 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.196 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.197 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.202 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.202 | 81785 | Added a new worker 19 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.203 | 78072 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.203 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.203 | 78072 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.197 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.203 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.203 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DmNtFK +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.206 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.212 | 81776 | Marked run 191 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.212 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.213 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.216 | 78073 | Recursively removing directory: /tmp/git.gSZ6wR/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.220 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.220 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.220 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.222 | 81780 | Marked run 192 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.222 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.222 | 81782 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.224 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.225 | 81787 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.226 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.226 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.228 | 81788 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.229 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.232 | 81784 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.233 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.234 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.237 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.234 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.240 | 81803 | Added a new worker 15 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.240 | 78072 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.241 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.241 | 78072 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.241 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6fdbKC +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.241 | 81801 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.241 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.242 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.246 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.249 | 81804 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.250 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.252 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.252 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.253 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.255 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.259 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.262 | 78076 | Recursively removing directory: /tmp/git.DmNtFK/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.264 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.264 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.268 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.269 | 81811 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.270 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.272 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.283 | 81796 | Marked run 193 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.285 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.284 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.286 | 81826 | Added a new worker 7 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.286 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.286 | 78072 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.286 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.286 | 78072 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.286 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q5bhWu +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.287 | 78073 | Recursively removing directory: /tmp/git.6fdbKC/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.288 | 81814 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.289 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.289 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.289 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.293 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.295 | 81819 | Marked run 194 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.296 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.298 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.301 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.302 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.302 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.303 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.303 | 81813 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.304 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.308 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.308 | 81830 | Added a new worker 19 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.309 | 78072 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.309 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.309 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.309 | 78072 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.309 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hCTxLE +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.310 | 81816 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.310 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.312 | 81828 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.312 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.313 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.315 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.320 | 81823 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.321 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.323 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.324 | 81838 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.325 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.328 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.329 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.332 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.334 | 81829 | Marked run 195 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.335 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.336 | 81834 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.337 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.340 | 78076 | Recursively removing directory: /tmp/git.Q5bhWu/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.340 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.341 | 81837 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.342 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.342 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.343 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.346 | 81846 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.346 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.348 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.349 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.352 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.352 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.353 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.355 | 81861 | Added a new worker 20 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.355 | 78072 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.355 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.355 | 78072 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.355 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DekFgM +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.356 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.356 | 81852 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.357 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.364 | 81848 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.365 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.367 | 78073 | Recursively removing directory: /tmp/git.hCTxLE/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.367 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.368 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.368 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.370 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.371 | 81860 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.371 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.374 | 81862 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.375 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.378 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.378 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.380 | 81859 | Marked run 196 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.380 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.381 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.383 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.383 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.384 | 81866 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.384 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.384 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.385 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.389 | 81865 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.389 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.391 | 81874 | Added a new worker 13 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.391 | 78072 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.391 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.391 | 78072 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.392 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.392 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I26qj6 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.392 | 81870 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.394 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.397 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.399 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.400 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.400 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.400 | 81872 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.400 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.401 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.405 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.410 | 81869 | Marked run 197 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.411 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.413 | 81877 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.414 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.416 | 81881 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.417 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.416 | 78076 | Recursively removing directory: /tmp/git.DekFgM/ +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.419 | 81878 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.421 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.423 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.423 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.419 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.419 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.426 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.427 | 81883 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.427 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.430 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.432 | 81898 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.433 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.435 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.438 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.437 | 78073 | Recursively removing directory: /tmp/git.I26qj6/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.439 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.439 | 78073 | Process output: 415085 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.440 | 81900 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.441 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.444 | 81902 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.445 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.445 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.445 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.448 | 81904 | Added a new worker 15 to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.449 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.450 | 78072 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.450 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.450 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.450 | 78072 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.450 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q6nNJ9 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.451 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.452 | 81899 | Marked run 198 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.452 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.454 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.455 | 81908 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.455 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.458 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.458 | 81909 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.459 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.460 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.462 | 81910 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.463 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.464 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.464 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.464 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.465 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.468 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.468 | 81917 | Added a new worker 18 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.468 | 78072 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.468 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.468 | 78072 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.468 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YhN9om +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.469 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.472 | 81916 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.473 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.476 | 81919 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.476 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.477 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.479 | 81914 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.479 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.480 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.481 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.483 | 81911 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.483 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.487 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.488 | 81907 | Marked run 199 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.489 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.490 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.492 | 81923 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.492 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.494 | 81926 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.494 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.502 | 81929 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.502 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.504 | 81931 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.505 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.506 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.507 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.508 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.510 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.512 | 81945 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.512 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.517 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.518 | 78073 | Recursively removing directory: /tmp/git.YhN9om/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.519 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.519 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.519 | 78076 | Recursively removing directory: /tmp/git.Q6nNJ9/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.521 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.521 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.521 | 81948 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.522 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.525 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.526 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.531 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.531 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.531 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.534 | 81946 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.534 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 81955 | Added a new worker 9 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 81954 | Added a new worker 9 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.535 | 78072 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.535 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.536 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R33qom +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.536 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.537 | 81947 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.538 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.538 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5i9htu +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.541 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.543 | 81950 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.544 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.549 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.550 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.552 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.553 | 81958 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.553 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.554 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.556 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.547 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.557 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.561 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.564 | 81953 | Marked run 200 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.565 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.567 | 81960 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.569 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.572 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.574 | 81952 | Marked run 201 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.575 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.580 | 78076 | Recursively removing directory: /tmp/git.5i9htu/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.582 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.582 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.584 | 81962 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.586 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.588 | 81964 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.590 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.592 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.593 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.595 | 78073 | Recursively removing directory: /tmp/git.R33qom/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.595 | 81967 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.596 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.596 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.596 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.598 | 81976 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.599 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.601 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.603 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.607 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.607 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.607 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.607 | 81989 | Added a new worker 19 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.607 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.607 | 78072 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.608 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.608 | 78072 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.608 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZLaIdy +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.619 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.621 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.621 | 81992 | Added a new worker 21 to the queue +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.621 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.621 | 78072 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.621 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.621 | 78072 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.622 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.623 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5ad3Xd +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.625 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.626 | 81984 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.627 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.629 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.630 | 81990 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.631 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.631 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.633 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.632 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.634 | 81988 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.635 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.640 | 81987 | Marked run 203 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.642 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.643 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.643 | 81991 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.645 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.649 | 81983 | Marked run 202 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.650 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.652 | 81996 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.653 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.654 | 82009 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.655 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.656 | 82000 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.657 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.659 | 82001 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.661 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.662 | 78076 | Recursively removing directory: /tmp/git.5ad3Xd/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.663 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.663 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.665 | 78073 | Recursively removing directory: /tmp/git.ZLaIdy/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.666 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.666 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.668 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.672 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.673 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.675 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.679 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.680 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.680 | 82022 | Added a new worker 16 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.680 | 78072 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.680 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.680 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.680 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9tcaMj +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.680 | 78072 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.684 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.685 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.686 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.686 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.686 | 82026 | Added a new worker 21 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.687 | 78072 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.687 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.687 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.687 | 78072 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.688 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EtZgEO +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.691 | 82023 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.691 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.695 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.696 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.698 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.699 | 82019 | Marked run 205 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.699 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.702 | 82021 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.703 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.706 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.706 | 82024 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.707 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.709 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.709 | 82025 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.711 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.712 | 82029 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.713 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.716 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.723 | 82020 | Marked run 204 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.724 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.724 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.725 | 82040 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.726 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.727 | 82041 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.729 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.731 | 82045 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.732 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.732 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.735 | 78073 | Recursively removing directory: /tmp/git.EtZgEO/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.736 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.737 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.737 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.741 | 78076 | Recursively removing directory: /tmp/git.9tcaMj/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.742 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.744 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.744 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.745 | 82052 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.747 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.750 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.751 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.754 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.755 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.756 | 82054 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.761 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.762 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.764 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.764 | 82060 | Added a new worker 19 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.772 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.772 | 82056 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.772 | 82055 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.772 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.772 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 82063 | Added a new worker 22 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.773 | 78072 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.773 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ed1m7n +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.773 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CDc83P +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.775 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.779 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.781 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.781 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.782 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.782 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.786 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.793 | 82058 | Marked run 206 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.794 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.795 | 82062 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.796 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.800 | 78073 | Recursively removing directory: /tmp/git.CDc83P/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.801 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.802 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.804 | 78076 | Recursively removing directory: /tmp/git.Ed1m7n/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.806 | 82064 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.806 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.806 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.808 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.808 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.811 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.812 | 82059 | Marked run 207 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.813 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.815 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.816 | 82068 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.818 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.818 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.821 | 82071 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.822 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.824 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.824 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.817 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.827 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.828 | 82088 | Added a new worker 21 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.828 | 82087 | Added a new worker 22 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.828 | 78072 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.828 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.829 | 78072 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.829 | 78072 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.829 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.829 | 78072 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.830 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PAH4Bt +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.831 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ZDWw7 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.834 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.834 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.844 | 82092 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.845 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.844 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.845 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.845 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.847 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.849 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.849 | 82093 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.850 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.853 | 82089 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.853 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.857 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.860 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.863 | 82085 | Marked run 209 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.863 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.870 | 78073 | Recursively removing directory: /tmp/git.4ZDWw7/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.872 | 82086 | Marked run 208 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.872 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.872 | 78076 | Recursively removing directory: /tmp/git.PAH4Bt/ +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.875 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.875 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.875 | 82094 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.876 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.882 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.887 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.887 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.887 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.884 | 82098 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.886 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.888 | 82106 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.890 | 82112 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.890 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.890 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.894 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.896 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.896 | 82117 | Added a new worker 13 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.896 | 78072 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.896 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.896 | 78072 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.897 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6tFS2t +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.897 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.899 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.903 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.910 | 82122 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.912 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.913 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.915 | 78076 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.915 | 82123 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.916 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.918 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.919 | 78076 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.919 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.919 | 82126 | Added a new worker 19 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.920 | 78072 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.920 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.920 | 78072 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.920 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.920 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZyuqbY +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.924 | 82116 | Marked run 210 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.924 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.929 | 78073 | Checking out revision HEAD +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.929 | 78073 | Going to run: ./ci +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.931 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.931 | 82124 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.932 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.938 | 82121 | Marked run 211 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.938 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.940 | 82128 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.941 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.949 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.949 | 78076 | Recursively removing directory: /tmp/git.6tFS2t/ +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.950 | 82129 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.950 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.952 | 78076 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.952 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.953 | 82134 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.957 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.960 | 82146 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.962 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.962 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.964 | 82141 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.964 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.968 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.969 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.969 | 78076 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.972 | 82155 | Added a new worker 15 to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.973 | 78072 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.973 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.973 | 78072 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:05 | INFO | 78076/cimple-worker: 2023-08-28 07:34:05.974 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.12PyE8 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.976 | 78073 | Recursively removing directory: /tmp/git.ZyuqbY/ +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.978 | 78073 | Process exit code: 0 +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.978 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.979 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.980 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.980 | 82152 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.982 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.982 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.983 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.985 | 82150 | Marked run 212 as finished +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.985 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.987 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.989 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | 78073/cimple-worker: 2023-08-28 07:34:05.989 | 78073 | Waiting for a new command +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.991 | 82156 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.991 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.995 | 82161 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.996 | 78070 | Waiting for new connections +2023-08-28 07:34:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:05 | INFO | 78070/cimple-server: 2023-08-28 07:34:05.999 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.000 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.000 | 82162 | Added a new worker 10 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.000 | 78072 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.000 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.000 | 78072 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.001 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5WnBa2 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.001 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.001 | 82159 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.001 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.004 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.005 | 82157 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.005 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.006 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.010 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.011 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.013 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.015 | 82160 | Marked run 213 as finished +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.015 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.016 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.017 | 82169 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.019 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.021 | 82165 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.023 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.024 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.025 | 82170 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.026 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.027 | 82171 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.028 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.031 | 82182 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.031 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.035 | 82181 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.035 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.036 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.034 | 78076 | Recursively removing directory: /tmp/git.12PyE8/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.036 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.036 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.041 | 82188 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.041 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.043 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.044 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.046 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.049 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.050 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.048 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.050 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.053 | 82199 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.056 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.056 | 82198 | Added a new worker 14 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.057 | 78072 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.057 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.057 | 78072 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.057 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.057 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YMEZR5 +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.062 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.064 | 82200 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.065 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.069 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.069 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.075 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.075 | 78073 | Recursively removing directory: /tmp/git.5WnBa2/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.076 | 82194 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.076 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.078 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.078 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.080 | 82196 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.080 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.082 | 82202 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.082 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.084 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.085 | 82204 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.085 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.087 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.090 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.094 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.094 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.094 | 82192 | Marked run 214 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.095 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.096 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.097 | 82212 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.097 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.097 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.101 | 82216 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.103 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.103 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.104 | 82215 | Added a new worker 12 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 78072 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 78072 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.106 | 82213 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.107 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.108 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pGlXC4 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.111 | 82217 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.112 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.115 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.115 | 82224 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.116 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.119 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.119 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.120 | 78076 | Recursively removing directory: /tmp/git.YMEZR5/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.121 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.121 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.122 | 82225 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.122 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.122 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.126 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.129 | 82210 | Marked run 215 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.129 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.131 | 82231 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.131 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.132 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.133 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.136 | 82238 | Added a new worker 15 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.136 | 78072 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.136 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.136 | 78072 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.133 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.136 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wAfTcU +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.138 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.138 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.139 | 82229 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.140 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.144 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.144 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.145 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.150 | 82233 | Marked run 216 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.150 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.151 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.152 | 82241 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.153 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.155 | 78073 | Recursively removing directory: /tmp/git.pGlXC4/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.157 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.157 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.158 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.159 | 82237 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.159 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.162 | 82245 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.162 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.168 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.168 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.171 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.173 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.173 | 82259 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.174 | 78072 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.174 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.174 | 78072 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.174 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.178 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UbT2iV +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.179 | 82248 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.179 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.183 | 82251 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.183 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.183 | 78076 | Recursively removing directory: /tmp/git.wAfTcU/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.184 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.185 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.187 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.189 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.194 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.195 | 82255 | Marked run 217 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.196 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.197 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.198 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.199 | 82260 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.200 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.202 | 82261 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.203 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.205 | 82266 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.205 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.206 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.208 | 82264 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.208 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.209 | 82270 | Added a new worker 8 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.209 | 78072 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.209 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.209 | 78072 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.209 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.210 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RfTrSI +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.211 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.216 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.219 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.219 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.220 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.222 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.224 | 82265 | Marked run 218 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.224 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.227 | 82276 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.228 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.229 | 82279 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.229 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.231 | 78073 | Recursively removing directory: /tmp/git.UbT2iV/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.232 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.232 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.233 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.235 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.235 | 82274 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.235 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.239 | 82280 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.239 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.240 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.241 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.242 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.242 | 82289 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.242 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.244 | 82296 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.245 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.246 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.248 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.249 | 82288 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.249 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.252 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.255 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.255 | 82304 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.256 | 78072 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.256 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.256 | 78072 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.252 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.256 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6r0dM6 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.257 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.263 | 78076 | Recursively removing directory: /tmp/git.RfTrSI/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.266 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.266 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.266 | 82298 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.267 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.269 | 82301 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.270 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.270 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.272 | 82302 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.272 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.273 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.273 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.274 | 82305 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.275 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.277 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.279 | 82297 | Marked run 219 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.279 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.285 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.286 | 82312 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.286 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.286 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.288 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.288 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.290 | 82314 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.290 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.291 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.292 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.292 | 82320 | Added a new worker 17 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.292 | 78072 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.292 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.292 | 78072 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.293 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.296 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.298 | 82315 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.297 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xln35h +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.299 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.301 | 82317 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.301 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.305 | 82318 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.306 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.307 | 82322 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.307 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.312 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.312 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.313 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.314 | 78073 | Recursively removing directory: /tmp/git.6r0dM6/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.315 | 82308 | Marked run 220 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.315 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.314 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.316 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.316 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.318 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.319 | 82332 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.320 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.321 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.322 | 82331 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.322 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.325 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.328 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.329 | 82338 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.329 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.328 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.332 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.333 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.335 | 82341 | Added a new worker 17 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.335 | 78072 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.335 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.335 | 78072 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.336 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.336 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JhmsgZ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.337 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.339 | 82334 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.341 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.344 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.344 | 82343 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.345 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.347 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.348 | 78076 | Recursively removing directory: /tmp/git.xln35h/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.349 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.349 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.350 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.350 | 82335 | Marked run 221 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.350 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.352 | 82344 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.353 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.354 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.354 | 82345 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.355 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.357 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.358 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.361 | 82353 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.361 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.366 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.366 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.363 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.367 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.368 | 82362 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.368 | 78072 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.368 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.368 | 78072 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.368 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hQ5mxr +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.369 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.371 | 82359 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.371 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.374 | 82358 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.374 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.375 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.377 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.377 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.380 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.381 | 82355 | Marked run 222 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.381 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.383 | 82363 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.384 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.386 | 82364 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.386 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.388 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.388 | 82369 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.388 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.390 | 82372 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.392 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.397 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.398 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.400 | 82382 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.400 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.404 | 78076 | Recursively removing directory: /tmp/git.hQ5mxr/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.405 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.405 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.405 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.408 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.409 | 78073 | Recursively removing directory: /tmp/git.JhmsgZ/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.410 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.410 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.411 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.414 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.415 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.415 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.419 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.420 | 82386 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.421 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.422 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.422 | 82393 | Added a new worker 11 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.422 | 78072 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.422 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.422 | 78072 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.422 | 82392 | Added a new worker 11 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.423 | 78072 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.423 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.423 | 78072 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.423 | 82385 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.423 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.424 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjoG3C +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.424 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.425 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WZNBS5 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.425 | 82388 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.426 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.429 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.434 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.435 | 82389 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.435 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.438 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.439 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.441 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.444 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.445 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.447 | 82390 | Marked run 224 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.448 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.448 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.456 | 82391 | Marked run 223 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.457 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.458 | 82397 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.459 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.462 | 82401 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.462 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.464 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.461 | 78076 | Recursively removing directory: /tmp/git.WZNBS5/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.462 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.462 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.467 | 82398 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.468 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.470 | 82405 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.470 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.472 | 82417 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.473 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.473 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.475 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.475 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.476 | 82420 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.476 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.478 | 82421 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.479 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.479 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.480 | 82424 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.481 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.481 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.482 | 82425 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.483 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.484 | 78073 | Recursively removing directory: /tmp/git.qjoG3C/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.484 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.485 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.486 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.488 | 82429 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.489 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.491 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.498 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.500 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.500 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.500 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.501 | 82431 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.502 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.503 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.504 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.507 | 82438 | Added a new worker 21 to the queue +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.508 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sxVI4A +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.508 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SJUjh5 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 82433 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 82437 | Added a new worker 22 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.508 | 78072 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.509 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.515 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.516 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.517 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.518 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.519 | 82426 | Marked run 226 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.519 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.521 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.523 | 82435 | Marked run 225 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.524 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.527 | 82440 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.527 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.529 | 82436 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.530 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.531 | 82441 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.533 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.535 | 82445 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.535 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.539 | 78076 | Recursively removing directory: /tmp/git.sxVI4A/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.541 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.541 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.542 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.544 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.545 | 82461 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.546 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.547 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.548 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.549 | 82463 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.550 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.553 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.553 | 78073 | Recursively removing directory: /tmp/git.SJUjh5/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.556 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.556 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.557 | 82469 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.558 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.560 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.560 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.563 | 82471 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.564 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.564 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.564 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 82473 | Added a new worker 18 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 78072 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 78072 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.567 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.568 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vF9dfD +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.570 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.571 | 82475 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.571 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.572 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.573 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.574 | 82464 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.574 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.576 | 82467 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.577 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.583 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.584 | 82476 | Added a new worker 12 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.584 | 78072 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.584 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.584 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.584 | 78072 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.585 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3xtfw4 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.589 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.591 | 82472 | Marked run 228 as finished +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.586 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.591 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.593 | 82478 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.593 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.594 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.595 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.596 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.597 | 82481 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.599 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.602 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.603 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.604 | 82465 | Marked run 227 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.605 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.607 | 82483 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.607 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.611 | 82482 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.612 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.616 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.619 | 82491 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.619 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.617 | 78076 | Recursively removing directory: /tmp/git.vF9dfD/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.618 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.618 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.623 | 82490 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.624 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.624 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.626 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.626 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.631 | 82502 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.632 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.632 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.634 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.634 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.635 | 82513 | Added a new worker 17 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.635 | 78072 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.635 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.635 | 78072 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.635 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.636 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0gHayV +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.640 | 82510 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.641 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.644 | 82511 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.645 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.646 | 78073 | Recursively removing directory: /tmp/git.3xtfw4/ +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.647 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.648 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.648 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.649 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.650 | 82507 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.651 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.651 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.653 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.654 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.659 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.660 | 82520 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.661 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.661 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.664 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.665 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.665 | 82526 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.666 | 78072 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.666 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.666 | 78072 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.666 | 82509 | Marked run 229 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.667 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.667 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q71ytm +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.673 | 82515 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.673 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.675 | 82522 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.675 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.677 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.677 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.679 | 82523 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.680 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.681 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.682 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.684 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.686 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.686 | 78076 | Recursively removing directory: /tmp/git.0gHayV/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.686 | 82519 | Marked run 230 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.686 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.687 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.687 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.689 | 82535 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.690 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.693 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.693 | 82536 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.693 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.694 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.696 | 82537 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.697 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.701 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.701 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.701 | 82540 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.702 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.704 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.704 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.706 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.706 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.707 | 82547 | Added a new worker 18 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.707 | 78072 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.707 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.707 | 78072 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.708 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.708 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jQYcv1 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.713 | 82548 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.713 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.718 | 82545 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.718 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.722 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.725 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.729 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.730 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.731 | 82544 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.732 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.734 | 82549 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.734 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.738 | 78073 | Recursively removing directory: /tmp/git.Q71ytm/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.738 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.739 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.739 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.741 | 82539 | Marked run 231 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.741 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.746 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.747 | 82555 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.747 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.748 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.749 | 82558 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.750 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.756 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.756 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.756 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.759 | 82563 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.760 | 82574 | Added a new worker 11 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78072 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78072 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.761 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.762 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RRjnvg +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.762 | 82571 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.763 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.769 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.769 | 78076 | Recursively removing directory: /tmp/git.jQYcv1/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.771 | 82569 | Marked run 232 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.771 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.773 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.774 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.774 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.774 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.775 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.777 | 82576 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.778 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.779 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.780 | 82573 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.781 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.783 | 82578 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.784 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.785 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.787 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.787 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.788 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.789 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.790 | 82588 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.790 | 78072 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.791 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.791 | 78072 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.791 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.791 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bHkDCp +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.793 | 82580 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.794 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.795 | 82586 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.796 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.800 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.800 | 82587 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.801 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.804 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.806 | 78073 | Recursively removing directory: /tmp/git.RRjnvg/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.807 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.807 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.808 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.807 | 82589 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.808 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.809 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.812 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.814 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.814 | 82599 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.816 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.816 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.819 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.819 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.820 | 82581 | Marked run 233 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.821 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.821 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.822 | 82602 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.823 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.824 | 82606 | Added a new worker 12 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.824 | 78072 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.824 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.825 | 78072 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.825 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.827 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.827 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zWyApi +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.829 | 82597 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.829 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.832 | 82604 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.833 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.836 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.837 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.838 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.840 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.845 | 82607 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.846 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.850 | 82610 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.852 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.853 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.853 | 78076 | Recursively removing directory: /tmp/git.bHkDCp/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.858 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.863 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.863 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.866 | 78073 | Recursively removing directory: /tmp/git.zWyApi/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.868 | 82603 | Marked run 234 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.868 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.868 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.868 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.869 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.870 | 82614 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.871 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.874 | 82618 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.874 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.874 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.876 | 82626 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.876 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.876 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.878 | 82630 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.878 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.884 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.887 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.887 | 82633 | Added a new worker 16 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.887 | 78072 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.887 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.888 | 78072 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.888 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lM76O0 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.888 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.890 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.891 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.891 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.891 | 82641 | Added a new worker 18 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.891 | 78072 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.891 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.891 | 78072 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.892 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5wzWjD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.893 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.895 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.896 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.897 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.899 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.901 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.903 | 82631 | Marked run 235 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.904 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.909 | 82638 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.910 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.912 | 82639 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.913 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.916 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.918 | 82636 | Marked run 236 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.918 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.920 | 78073 | Recursively removing directory: /tmp/git.5wzWjD/ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.920 | 82640 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.921 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.922 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.922 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.923 | 82643 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.923 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.924 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.926 | 82659 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.926 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.927 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.928 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.931 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.934 | 78076 | Recursively removing directory: /tmp/git.lM76O0/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.935 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.935 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.936 | 82665 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.936 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.940 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.941 | 82662 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.942 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.943 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.943 | 78073 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.945 | 78076 | Waiting for a new command +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.945 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.945 | 82664 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.946 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.949 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.952 | 82669 | Added a new worker 17 to the queue +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.953 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3CjpgZ +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.953 | 78072 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.953 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.953 | 78072 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.955 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 82671 | Added a new worker 19 to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 78072 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 78072 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.957 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.958 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d8fqmF +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.958 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.960 | 78073 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.962 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.964 | 82663 | Marked run 238 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.965 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.965 | 78073 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.967 | 78076 | Checking out revision HEAD +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.968 | 78076 | Going to run: ./ci +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.970 | 82673 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.971 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.973 | 82674 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.974 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.977 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.980 | 82668 | Marked run 237 as finished +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.980 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.982 | 82675 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.984 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.988 | 82676 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.987 | 78073 | Recursively removing directory: /tmp/git.3CjpgZ/ +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.989 | 78073 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78073/cimple-worker: 2023-08-28 07:34:06.989 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.989 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.991 | 82689 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.991 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.994 | 78076 | Recursively removing directory: /tmp/git.d8fqmF/ +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.995 | 78076 | Process exit code: 0 +2023-08-28 07:34:06 | INFO | 78076/cimple-worker: 2023-08-28 07:34:06.995 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.996 | 82693 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.996 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | 78070/cimple-server: 2023-08-28 07:34:06.997 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.000 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.001 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.006 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.007 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.007 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.008 | 78070 | Waiting for new connections +2023-08-28 07:34:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.010 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.010 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.012 | 82701 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.013 | 82703 | Added a new worker 21 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.013 | 78072 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.013 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.013 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.013 | 78072 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.013 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7DbsBR +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.019 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.016 | 82705 | Added a new worker 11 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.020 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.020 | 82704 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.021 | 78072 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.021 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.021 | 78072 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.021 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dGGcuB +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.023 | 82702 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.025 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.025 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.026 | 82707 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.027 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.030 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.030 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.032 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.033 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.036 | 82700 | Marked run 240 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.037 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.037 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.040 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.041 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.046 | 82698 | Marked run 239 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.047 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.054 | 82715 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.055 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.056 | 78073 | Recursively removing directory: /tmp/git.7DbsBR/ +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.057 | 82714 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.058 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.058 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.058 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.061 | 82713 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.062 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.062 | 82712 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.063 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.063 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.064 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.066 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.069 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.070 | 82731 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.071 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.071 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.075 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.075 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.075 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.080 | 82740 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.081 | 82733 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.081 | 78072 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.081 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.081 | 78072 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.082 | 78076 | Recursively removing directory: /tmp/git.dGGcuB/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.083 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.083 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.084 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.085 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ijorEv +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.088 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.089 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.091 | 82736 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.092 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.093 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.095 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 82745 | Added a new worker 21 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 78072 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.097 | 78072 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.098 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eMwNU5 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.100 | 82738 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.101 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.105 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.107 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.108 | 82732 | Marked run 241 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.109 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.110 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.111 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.111 | 82739 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.112 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.113 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.116 | 82743 | Marked run 242 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.117 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.117 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.119 | 82742 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.120 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.122 | 82746 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.123 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.125 | 82748 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.126 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.127 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.128 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.130 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.130 | 82753 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.130 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.133 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.134 | 82765 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.135 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.138 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.138 | 82768 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.139 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.141 | 78076 | Recursively removing directory: /tmp/git.eMwNU5/ +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.142 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.142 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.142 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.147 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.148 | 82764 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.149 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.151 | 82772 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.152 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.153 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.156 | 82770 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.157 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.159 | 82774 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.160 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.160 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.162 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.162 | 82780 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.162 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.162 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.167 | 82775 | Marked run 244 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.167 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.167 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.168 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.168 | 82784 | Added a new worker 15 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.168 | 78072 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.168 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.168 | 78072 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.169 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.169 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eXk0CV +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.171 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.172 | 82783 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.172 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.175 | 82786 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.176 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.176 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.177 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.178 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.178 | 82788 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.179 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.181 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.183 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.188 | 78073 | Recursively removing directory: /tmp/git.ijorEv/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.191 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.191 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.193 | 82787 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.194 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.196 | 82791 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.197 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.198 | 82794 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.199 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.201 | 82796 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.201 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.203 | 78076 | Recursively removing directory: /tmp/git.eXk0CV/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.205 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.205 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.207 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.208 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.209 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.210 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.212 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.215 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.216 | 82809 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.216 | 78072 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.216 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.216 | 78072 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.217 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GJfU3C +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.217 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.219 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.220 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.221 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.221 | 82813 | Added a new worker 22 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.221 | 78072 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.221 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.221 | 78072 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.221 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rlxxCC +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.223 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.225 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.226 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.228 | 82803 | Marked run 243 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.228 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.230 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.231 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.233 | 82808 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.234 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.238 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.238 | 82807 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.239 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.241 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.244 | 82812 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.244 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.246 | 78073 | Recursively removing directory: /tmp/git.GJfU3C/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.247 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.247 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.252 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.253 | 82811 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.254 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.256 | 82824 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.257 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.260 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.261 | 78076 | Recursively removing directory: /tmp/git.rlxxCC/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.262 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.262 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.263 | 82810 | Marked run 245 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.264 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.265 | 82826 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.266 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.267 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.268 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.268 | 82833 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.269 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.271 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.271 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.272 | 82839 | Added a new worker 13 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.272 | 78072 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.272 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.272 | 78072 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.273 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0td1eA +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.274 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.274 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.276 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.276 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.280 | 82842 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.281 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.285 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.285 | 82843 | Added a new worker 17 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 82841 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 78072 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.287 | 78072 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.288 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S52r36 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.289 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.289 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.292 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.293 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.294 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.298 | 82836 | Marked run 246 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.299 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.300 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.301 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.302 | 82845 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.303 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.304 | 82847 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.306 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.307 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.310 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.311 | 82838 | Marked run 247 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.312 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.313 | 82846 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.314 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.317 | 82849 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.318 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.319 | 78076 | Recursively removing directory: /tmp/git.S52r36/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.320 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.320 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.321 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.323 | 82856 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.323 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.326 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.327 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.327 | 82861 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.328 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.329 | 82870 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.329 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.330 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.335 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.336 | 82875 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.336 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.339 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.339 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.341 | 82873 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.342 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.342 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.344 | 82877 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.345 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.346 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.348 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.349 | 82879 | Added a new worker 18 to the queue +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.349 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dcifkw +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.349 | 78072 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.349 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.349 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.349 | 78072 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.351 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.354 | 78073 | Recursively removing directory: /tmp/git.0td1eA/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.356 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.356 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.360 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.364 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.368 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.368 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.368 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.369 | 82887 | Added a new worker 22 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.369 | 78072 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.369 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.369 | 78072 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.369 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KU3meb +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.371 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.373 | 82872 | Marked run 249 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.373 | 82881 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.373 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.376 | 82883 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.377 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.378 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.379 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.380 | 82885 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.381 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.381 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.385 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.385 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.387 | 82884 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.387 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.390 | 82895 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.390 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.391 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.399 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.401 | 78076 | Recursively removing directory: /tmp/git.Dcifkw/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.402 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.402 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.405 | 82886 | Marked run 248 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.405 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.408 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.409 | 78073 | Recursively removing directory: /tmp/git.KU3meb/ +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.410 | 82898 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.411 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.411 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.412 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.416 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.416 | 82899 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.417 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.418 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.419 | 82905 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.419 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.419 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.421 | 82911 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.422 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.423 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.423 | 82916 | Added a new worker 8 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.424 | 78072 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.424 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.424 | 78072 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.424 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GY4zOe +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.425 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.428 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.431 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.428 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.432 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.433 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.436 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.437 | 82920 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.437 | 78072 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.437 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.437 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.437 | 78072 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.438 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5JXHw1 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.439 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.444 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.446 | 82912 | Marked run 250 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.446 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.448 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.458 | 82914 | Marked run 251 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.458 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.459 | 78076 | Recursively removing directory: /tmp/git.GY4zOe/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.460 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.460 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.462 | 78073 | Recursively removing directory: /tmp/git.5JXHw1/ +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.465 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.467 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.463 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.463 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.470 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.470 | 82921 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.471 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.472 | 82919 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.473 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.473 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.474 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.475 | 82922 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.475 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.476 | 82941 | Added a new worker 7 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.476 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 82940 | Added a new worker 12 to the queue +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.477 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uvFKji +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 82924 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.477 | 78072 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.478 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.479 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oOQ9M7 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.479 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.483 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.484 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.489 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.486 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.492 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.493 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.497 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.498 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.501 | 82946 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.501 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.505 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.508 | 82939 | Marked run 253 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.508 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.510 | 82947 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.511 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.514 | 78076 | Recursively removing directory: /tmp/git.uvFKji/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.515 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.515 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.517 | 82938 | Marked run 252 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.519 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.521 | 78073 | Recursively removing directory: /tmp/git.oOQ9M7/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.522 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.522 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.522 | 82949 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.522 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.524 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.527 | 82950 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.528 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.530 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.531 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.531 | 82961 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.532 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.537 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.537 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.538 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.539 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.540 | 82976 | Added a new worker 21 to the queue +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.541 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toD6KB +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.540 | 78072 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.540 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.540 | 78072 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.540 | 82967 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.541 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.545 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.547 | 82972 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.548 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.550 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.550 | 82975 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.551 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.552 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.554 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.555 | 82974 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.555 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.559 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.559 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 82984 | Added a new worker 17 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 78072 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 78072 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.560 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.561 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NX96q9 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.563 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.564 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.568 | 82969 | Marked run 254 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.569 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.570 | 82981 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.571 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.572 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.574 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.574 | 82985 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.574 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.576 | 82988 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.577 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.580 | 78073 | Recursively removing directory: /tmp/git.toD6KB/ +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.581 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.581 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.584 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.584 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.586 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.587 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.588 | 82971 | Marked run 255 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.589 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.590 | 82987 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.592 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.594 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.595 | 82999 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.595 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.598 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.598 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.602 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.602 | 83010 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.602 | 78072 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.602 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.603 | 78072 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.603 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4KIAxb +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.604 | 82998 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.604 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.604 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.608 | 82997 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.609 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.611 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.613 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.614 | 83006 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.615 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.617 | 78076 | Recursively removing directory: /tmp/git.NX96q9/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.619 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.619 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.620 | 83011 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.621 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.622 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.625 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.628 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.630 | 83000 | Marked run 256 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.631 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.632 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.632 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.634 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.636 | 83017 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.636 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.637 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.637 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PVHhZZ +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.637 | 83023 | Added a new worker 7 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.637 | 78072 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.637 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.637 | 78072 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.637 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.644 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.648 | 83020 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.648 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.652 | 83022 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.652 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.654 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.655 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.655 | 78073 | Recursively removing directory: /tmp/git.4KIAxb/ +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.657 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.657 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.656 | 83021 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.656 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.662 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.663 | 83030 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.664 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.666 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.668 | 83018 | Marked run 257 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.668 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.671 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.671 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.673 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.678 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.678 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.679 | 83047 | Added a new worker 17 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.680 | 78072 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.680 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.680 | 78072 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.680 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bPfKHj +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.681 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.683 | 83037 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.683 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.686 | 78076 | Recursively removing directory: /tmp/git.PVHhZZ/ +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.689 | 83041 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.690 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.688 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.688 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.690 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.692 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.692 | 83040 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.693 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.694 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.697 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.698 | 83035 | Marked run 258 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.699 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.699 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.700 | 83042 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.701 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.701 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.703 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.706 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.706 | 83056 | Added a new worker 16 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.706 | 78072 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.706 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.706 | 78072 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.706 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VzCs5V +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.708 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.714 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.725 | 78073 | Recursively removing directory: /tmp/git.bPfKHj/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.726 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.726 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.731 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.734 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.735 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.736 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.736 | 83066 | Added a new worker 21 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.736 | 78072 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.736 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.736 | 78072 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.737 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.737 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.738 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R1d9yq +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.753 | 83052 | Marked run 259 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.754 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.754 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.757 | 78076 | Recursively removing directory: /tmp/git.VzCs5V/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.758 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.758 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.763 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.766 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.767 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.767 | 83075 | Added a new worker 21 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.767 | 78072 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.767 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.767 | 78072 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.767 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5cKvET +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.768 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.778 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.786 | 83065 | Marked run 260 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.786 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.786 | 83054 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.787 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.788 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.791 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.792 | 83074 | Marked run 261 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.792 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.794 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.796 | 83053 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.797 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.799 | 83058 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.800 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.803 | 83060 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.803 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.804 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.806 | 83083 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.806 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.805 | 78073 | Recursively removing directory: /tmp/git.R1d9yq/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.806 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.806 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.809 | 83090 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.810 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.813 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.814 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.815 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.817 | 83093 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.818 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.819 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.824 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.825 | 83100 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.825 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.827 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.830 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.830 | 83095 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.831 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.833 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.834 | 83105 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.834 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.838 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.839 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.840 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.840 | 83111 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.840 | 78072 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.840 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.840 | 78072 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.841 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.842 | 83106 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.843 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.844 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CYC7XB +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.844 | 83103 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.844 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.847 | 83108 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.847 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.850 | 78076 | Recursively removing directory: /tmp/git.5cKvET/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.852 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.853 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.854 | 83110 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.854 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.858 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.860 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.861 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.862 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.862 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.864 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.866 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.870 | 83096 | Marked run 262 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.871 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.873 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.873 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.874 | 83124 | Added a new worker 19 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.874 | 78072 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.874 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.874 | 78072 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.874 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OKkTGk +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.874 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.875 | 83117 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.875 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.879 | 83118 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.879 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.879 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.883 | 83119 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.884 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.885 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.886 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.888 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.889 | 83116 | Marked run 263 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.889 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.891 | 83120 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.893 | 78073 | Recursively removing directory: /tmp/git.CYC7XB/ +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.894 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.894 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.893 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.896 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.897 | 83130 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.898 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.899 | 83135 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.899 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.901 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.901 | 83132 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.902 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.905 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.905 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.908 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.908 | 83146 | Added a new worker 16 to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.908 | 78072 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.908 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.908 | 78072 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.909 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UTDkQR +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.910 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.911 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.912 | 83147 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.912 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.915 | 83138 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.916 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.917 | 78073 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.919 | 78073 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.920 | 83149 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.921 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.925 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.926 | 83151 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.926 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.925 | 78076 | Recursively removing directory: /tmp/git.OKkTGk/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.926 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.926 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.929 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.931 | 83144 | Marked run 264 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.931 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.932 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.932 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.934 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.936 | 83158 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.936 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.937 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.939 | 83159 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.940 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.937 | 78076 | Waiting for a new command +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.943 | 83163 | Added a new worker 6 to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.943 | 83156 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.944 | 78072 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.944 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.944 | 78072 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.944 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.944 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jisYrL +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.945 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.947 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.947 | 83161 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.948 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.949 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.950 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.954 | 83168 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.954 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.954 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.956 | 78076 | Checking out revision HEAD +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.957 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.958 | 78076 | Going to run: ./ci +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.962 | 83160 | Marked run 265 as finished +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.963 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.967 | 83171 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.967 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.970 | 83169 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.971 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.972 | 83176 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.973 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.974 | 78073 | Recursively removing directory: /tmp/git.UTDkQR/ +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.975 | 78073 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.975 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.976 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.980 | 83172 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.980 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.981 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.983 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.983 | 83189 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.984 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.984 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.987 | 83191 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.988 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.993 | 78076 | Recursively removing directory: /tmp/git.jisYrL/ +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.994 | 78076 | Process exit code: 0 +2023-08-28 07:34:07 | INFO | 78076/cimple-worker: 2023-08-28 07:34:07.994 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.996 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.996 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.996 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78073/cimple-worker: 2023-08-28 07:34:07.997 | 78073 | Waiting for a new command +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.998 | 78070 | Waiting for new connections +2023-08-28 07:34:07 | INFO | 78070/cimple-server: 2023-08-28 07:34:07.999 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.002 | 83192 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.003 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.004 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.004 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.005 | 83198 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.006 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.007 | 83197 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.008 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.008 | 83199 | Added a new worker 6 to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.009 | 78072 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.009 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.009 | 78072 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.009 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EJTeeu +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.010 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.012 | 83202 | Added a new worker 6 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.013 | 78072 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.013 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.013 | 78072 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.013 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.013 | 83196 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.014 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.014 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RyxzNm +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.016 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.018 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.019 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.020 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.021 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.022 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.024 | 83193 | Marked run 266 as finished +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.024 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.025 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.026 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.030 | 83209 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.031 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.034 | 83206 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.036 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.041 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.042 | 83200 | Marked run 267 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.043 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.045 | 78076 | Recursively removing directory: /tmp/git.RyxzNm/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.046 | 83207 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.046 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.046 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.046 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.049 | 83211 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.050 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.052 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.053 | 83221 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.053 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.055 | 78073 | Recursively removing directory: /tmp/git.EJTeeu/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.057 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.058 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.059 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.059 | 83225 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.059 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.061 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.062 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.067 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.072 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.072 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.073 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.073 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.073 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.073 | 83237 | Added a new worker 23 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.073 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.074 | 83232 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.074 | 78072 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.074 | 78072 | Removed worker 23 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.074 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.074 | 78072 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.074 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wBUQ0m +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.078 | 83235 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.080 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.082 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.083 | 83234 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.084 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.083 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.086 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.087 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.088 | 83239 | Added a new worker 13 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.090 | 78072 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.090 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.090 | 78072 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.090 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.090 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tiRflC +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.093 | 83238 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.094 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.099 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.100 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.101 | 83230 | Marked run 269 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.102 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.102 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.104 | 83245 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.104 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.105 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.106 | 83244 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.107 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.110 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.113 | 83236 | Marked run 268 as finished +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.113 | 78076 | Recursively removing directory: /tmp/git.wBUQ0m/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.113 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.116 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.116 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.116 | 83254 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.117 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.118 | 83256 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.119 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.121 | 83258 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.121 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.122 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.123 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.124 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.126 | 83268 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.127 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.129 | 83266 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.129 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.131 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.133 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.134 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.137 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.141 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.142 | 83273 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.142 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.143 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.144 | 83277 | Added a new worker 7 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.144 | 78072 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.144 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.144 | 78072 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.144 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KPrayS +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.145 | 78073 | Recursively removing directory: /tmp/git.tiRflC/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.146 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.146 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.146 | 83275 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.147 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.152 | 83267 | Marked run 270 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.152 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.153 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.155 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.155 | 83274 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.156 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.157 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.159 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.159 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.160 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.161 | 83284 | Added a new worker 17 to the queue +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.162 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wxlu8y +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.162 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.162 | 78072 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.162 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.162 | 78072 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.162 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.162 | 83276 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.163 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.167 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.169 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.171 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.172 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.175 | 83283 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.176 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.178 | 83282 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.179 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.181 | 83285 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.183 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.186 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.187 | 83280 | Marked run 271 as finished +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.188 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.191 | 83288 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.192 | 78073 | Recursively removing directory: /tmp/git.wxlu8y/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.193 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.193 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.191 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.196 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.196 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.198 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.198 | 83297 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.199 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.206 | 78076 | Recursively removing directory: /tmp/git.KPrayS/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.208 | 83304 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.208 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.208 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.208 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.209 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.211 | 83309 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.212 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.213 | 83308 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.214 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.214 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.215 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.217 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.219 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.220 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.221 | 83316 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.224 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.224 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.229 | 83313 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.230 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.232 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.232 | 83321 | Added a new worker 10 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.232 | 78072 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.232 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.232 | 78072 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.233 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.233 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wmGxH3 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 83322 | Added a new worker 18 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 78072 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 78072 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.234 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.236 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rlbGHI +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.239 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.242 | 83317 | Marked run 272 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.242 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.242 | 83319 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.243 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.245 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.246 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.247 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.249 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.250 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.251 | 83318 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.252 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.254 | 83324 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.254 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.256 | 83327 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.257 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.258 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.261 | 83310 | Marked run 273 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.262 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.263 | 83325 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.264 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.266 | 83334 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.267 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.267 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.270 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.270 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.271 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.273 | 83346 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.274 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.274 | 83348 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.275 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.278 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.281 | 78076 | Recursively removing directory: /tmp/git.rlbGHI/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.281 | 83351 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.283 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.283 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.283 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.284 | 83347 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.284 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.287 | 83354 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.287 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.289 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.291 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.291 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.294 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.295 | 83358 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.295 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.297 | 78073 | Recursively removing directory: /tmp/git.wmGxH3/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.298 | 83360 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.298 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.299 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.299 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.299 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.301 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.303 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.308 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.310 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.311 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.314 | 83361 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.314 | 83368 | Added a new worker 21 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.314 | 78072 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.314 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.314 | 78072 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.315 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OD4yxa +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.315 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.315 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.316 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.316 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.318 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.318 | 83370 | Added a new worker 22 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.318 | 78072 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.318 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.318 | 78072 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.319 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.319 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.73wJ12 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.321 | 83364 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.322 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.325 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.328 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.331 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.331 | 83367 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.333 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.335 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.336 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.337 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.339 | 83365 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.340 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.342 | 83371 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.343 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.345 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.347 | 83359 | Marked run 275 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.347 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.349 | 83373 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.350 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.351 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.354 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.356 | 78076 | Recursively removing directory: /tmp/git.73wJ12/ +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.357 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.357 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.360 | 83366 | Marked run 274 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.360 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.363 | 83377 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.364 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.364 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.366 | 78073 | Recursively removing directory: /tmp/git.OD4yxa/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.367 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.367 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.369 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.369 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.369 | 83398 | Added a new worker 17 to the queue +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.370 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AqubUd +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 78072 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 78072 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 83387 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.370 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.373 | 83395 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.374 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.375 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.376 | 83394 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.377 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.378 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.379 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.380 | 83401 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.380 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.382 | 83403 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.383 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.384 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.386 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.390 | 83407 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.391 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.392 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.392 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.393 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.395 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.396 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.396 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.397 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.398 | 83408 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.399 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.400 | 83410 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.401 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.403 | 83414 | Added a new worker 8 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.404 | 78072 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.404 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.404 | 78072 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.404 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Rru6d +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.405 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.406 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.411 | 83397 | Marked run 277 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.412 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.413 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.414 | 83413 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.414 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.415 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.417 | 83412 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.417 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.420 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.421 | 83424 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.422 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.423 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.423 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.426 | 83426 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.426 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.429 | 83418 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.430 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.432 | 83429 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.433 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.435 | 78076 | Recursively removing directory: /tmp/git.AqubUd/ +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.437 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.437 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.438 | 83404 | Marked run 276 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.439 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.440 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.441 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.442 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.444 | 83435 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.444 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.446 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.447 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.447 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.449 | 83438 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.449 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.455 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.456 | 83444 | Added a new worker 17 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.456 | 78072 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.456 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.456 | 78072 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.456 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O3XKC6 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.457 | 83441 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.459 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.460 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.462 | 78073 | Recursively removing directory: /tmp/git.2Rru6d/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.463 | 83443 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.463 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.464 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.464 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.469 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.470 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.473 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.474 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.471 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.476 | 83437 | Marked run 278 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.476 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.478 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.479 | 83448 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.479 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.481 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.482 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.482 | 83453 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.482 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.482 | 83459 | Added a new worker 6 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.483 | 78072 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.483 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.483 | 78072 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.483 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.483 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ll8Xft +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.485 | 83452 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.486 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.488 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.492 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.493 | 83455 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.494 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.496 | 83461 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.496 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.497 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.497 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.498 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.500 | 83463 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.501 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.501 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.506 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.508 | 83451 | Marked run 279 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.508 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.512 | 83468 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.513 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.515 | 83470 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.516 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.515 | 78076 | Recursively removing directory: /tmp/git.O3XKC6/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.516 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.520 | 83473 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.520 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.519 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.519 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.521 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.523 | 83479 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.524 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.526 | 83483 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.527 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.530 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.526 | 78073 | Recursively removing directory: /tmp/git.ll8Xft/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.528 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.528 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.536 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.538 | 83485 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.540 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.545 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.546 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.546 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.549 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.550 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.550 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.550 | 83495 | Added a new worker 19 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.551 | 78072 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.551 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.551 | 78072 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.551 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GoRxvl +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.552 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.556 | 83492 | Added a new worker 16 to the queue +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.558 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.558 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.558 | 78072 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.558 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.558 | 78072 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.558 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nCjllJ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.558 | 83494 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.559 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.560 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.561 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.562 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.564 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.564 | 83493 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.565 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.566 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.567 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.571 | 83496 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.572 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.573 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.575 | 83498 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.576 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.577 | 83505 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.578 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.581 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.581 | 83502 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.581 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.582 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.586 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.588 | 83487 | Marked run 280 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.597 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.602 | 78076 | Recursively removing directory: /tmp/git.nCjllJ/ +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.603 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.603 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.612 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.614 | 78073 | Recursively removing directory: /tmp/git.GoRxvl/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.616 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.617 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.617 | 83525 | Added a new worker 21 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.617 | 78072 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.617 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.617 | 78072 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.617 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.83EaCW +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.618 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.730 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.730 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.733 | 83512 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.733 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.735 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.738 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.739 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.740 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.740 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.740 | 83490 | Marked run 281 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.741 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.744 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.744 | 83529 | Added a new worker 21 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.744 | 78072 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.744 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.744 | 78072 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.745 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.744 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I4uGV0 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.745 | 83524 | Marked run 283 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.745 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.748 | 83514 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.748 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.751 | 83518 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.751 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.756 | 83523 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.756 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.759 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.760 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.761 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.762 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.781 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.782 | 83530 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.782 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.789 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.789 | 83527 | Marked run 282 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.789 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.791 | 83535 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.792 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.794 | 83536 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.795 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.796 | 78076 | Recursively removing directory: /tmp/git.83EaCW/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.797 | 83537 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.797 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.797 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.798 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.800 | 83546 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.800 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.801 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.802 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.805 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.807 | 83554 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.808 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.811 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.811 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.811 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.812 | 83553 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.812 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.813 | 83561 | Added a new worker 8 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.813 | 78072 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.813 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.813 | 78072 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.814 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.814 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T9UV5v +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.820 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.822 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.823 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.824 | 83560 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.825 | 78073 | Recursively removing directory: /tmp/git.I4uGV0/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.826 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.826 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.826 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.828 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.830 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.830 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.833 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.835 | 83566 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.836 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.838 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.840 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.841 | 83551 | Marked run 284 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.841 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.843 | 83563 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.844 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.844 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.845 | 83567 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.846 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.849 | 83573 | Added a new worker 10 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.850 | 78072 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.850 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.850 | 78072 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.850 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4eb3sG +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.851 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.851 | 83570 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.851 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.856 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.857 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.859 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.859 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.861 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.865 | 78076 | Recursively removing directory: /tmp/git.T9UV5v/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.866 | 83577 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.866 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.866 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.869 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.873 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.877 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.879 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.879 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.880 | 83594 | Added a new worker 21 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.880 | 78072 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.880 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.880 | 78072 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.880 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XOGRHZ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.881 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.882 | 83568 | Marked run 285 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.883 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.885 | 83584 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.886 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.889 | 83585 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.890 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.892 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.892 | 83583 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.892 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.895 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.894 | 78073 | Recursively removing directory: /tmp/git.4eb3sG/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.895 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.895 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.898 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.899 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.900 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.903 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.905 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.905 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.906 | 83605 | Added a new worker 21 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.906 | 78072 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.906 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.906 | 78072 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.907 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.907 | 83591 | Marked run 286 as finished +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.908 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZfLewz +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.907 | 83595 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.907 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.907 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.910 | 83600 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.910 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.913 | 83603 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.914 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.916 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.917 | 83599 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.917 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.920 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.922 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.923 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.924 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.926 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.926 | 83602 | Marked run 287 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.926 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.929 | 83615 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.930 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.933 | 83610 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.934 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.936 | 83612 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.936 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.938 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.939 | 78076 | Recursively removing directory: /tmp/git.XOGRHZ/ +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.940 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.940 | 78076 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.940 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.942 | 83619 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.944 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.945 | 83625 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.945 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.946 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.947 | 83628 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.948 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.950 | 83629 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.950 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.951 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.953 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.956 | 83637 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.956 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.959 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.960 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.962 | 78073 | Recursively removing directory: /tmp/git.ZfLewz/ +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.963 | 78073 | Process exit code: 0 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.963 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.963 | 78076 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.964 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.968 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.970 | 83640 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.970 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.974 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.974 | 83638 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.975 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.976 | 83641 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.976 | 83642 | Added a new worker 7 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.978 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.978 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.978 | 78072 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.978 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.978 | 78072 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.978 | 78073 | Waiting for a new command +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.980 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lkoWjm +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.980 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.983 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gpsy4R +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 83648 | Added a new worker 15 to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 78072 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 78072 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.983 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.986 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.988 | 78076 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78076/cimple-worker: 2023-08-28 07:34:08.989 | 78076 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.990 | 78073 | Checking out revision HEAD +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.992 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78073/cimple-worker: 2023-08-28 07:34:08.992 | 78073 | Going to run: ./ci +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.993 | 83633 | Marked run 288 as finished +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.993 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.995 | 83645 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:08 | INFO | 78070/cimple-server: 2023-08-28 07:34:08.996 | 78070 | Waiting for new connections +2023-08-28 07:34:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.000 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.006 | 83643 | Marked run 289 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.006 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.008 | 83649 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.009 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.010 | 78076 | Recursively removing directory: /tmp/git.lkoWjm/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.011 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.011 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.015 | 78073 | Recursively removing directory: /tmp/git.Gpsy4R/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.017 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.017 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.017 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.018 | 83650 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.019 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.021 | 83652 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.022 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.023 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.023 | 83658 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.023 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.027 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.029 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.029 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.029 | 83669 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.030 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.037 | 83676 | Added a new worker 10 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78072 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78072 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.038 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Bs4dQ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.038 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.039 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.040 | 83678 | Added a new worker 10 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.040 | 78072 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.040 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.040 | 78072 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.041 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bHQtIq +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.045 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.045 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.045 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.047 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.048 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.051 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.052 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.054 | 83672 | Marked run 291 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.054 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.064 | 83673 | Marked run 290 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.064 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.066 | 83675 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.066 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.069 | 83679 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.072 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.068 | 78073 | Recursively removing directory: /tmp/git.0Bs4dQ/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.070 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.070 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.075 | 83680 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.075 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.076 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.077 | 83681 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.077 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.088 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.088 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.093 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.093 | 83702 | Added a new worker 17 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.093 | 78072 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.093 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.094 | 78072 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.094 | 78076 | Recursively removing directory: /tmp/git.bHQtIq/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.094 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8FiItw +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.095 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.096 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.097 | 83697 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.097 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.097 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.097 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.102 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.103 | 83703 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.103 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.103 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.107 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.107 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.111 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.112 | 83706 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.113 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.114 | 83708 | Added a new worker 8 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.114 | 78072 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.114 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.115 | 78072 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.115 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MYtyMf +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.116 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.116 | 83704 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.117 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.118 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.123 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.123 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.125 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.125 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.126 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.127 | 83699 | Marked run 292 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.127 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.129 | 83710 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.131 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.131 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.132 | 83715 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.133 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.134 | 83714 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.134 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.137 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.139 | 83707 | Marked run 293 as finished +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.140 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.142 | 83722 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.143 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.146 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.147 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.147 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.148 | 83719 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.149 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.151 | 83732 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.153 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.154 | 83734 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.155 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.158 | 83733 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.160 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.162 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.159 | 78076 | Recursively removing directory: /tmp/git.MYtyMf/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.161 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.161 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.163 | 78073 | Recursively removing directory: /tmp/git.8FiItw/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.164 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.164 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.166 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.170 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.171 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.172 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.170 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.175 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.176 | 83746 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.176 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.177 | 83742 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.177 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.179 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.179 | 83745 | Added a new worker 14 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.179 | 78072 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.179 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.179 | 78072 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.180 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.179 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rV4BE6 +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.183 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.184 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.186 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.188 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.189 | 83747 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.190 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.194 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.194 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.195 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.197 | 83750 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.197 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 83756 | Added a new worker 21 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 78072 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 78072 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.200 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.200 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pioIOe +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.201 | 83751 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.202 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.206 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.209 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.211 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.219 | 83752 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.220 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.221 | 83755 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.221 | 83743 | Marked run 295 as finished +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.222 | 78076 | Recursively removing directory: /tmp/git.rV4BE6/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.222 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.223 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.223 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.226 | 83759 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.227 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.229 | 83764 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.230 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.230 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.233 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.233 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.236 | 83744 | Marked run 294 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.236 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.237 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.238 | 83774 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.239 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.241 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.244 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.244 | 83771 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.246 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.247 | 83780 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.248 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.250 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.252 | 83777 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.253 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.254 | 83784 | Added a new worker 6 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.254 | 78072 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.254 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.254 | 78072 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.255 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5bHwm7 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.256 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.257 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.261 | 83776 | Marked run 296 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.261 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.261 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.262 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.262 | 78073 | Recursively removing directory: /tmp/git.pioIOe/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.264 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.264 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.265 | 83789 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.266 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.269 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.269 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.269 | 83790 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.269 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.272 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.272 | 83791 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.273 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.274 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.274 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.275 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.277 | 83787 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.278 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.278 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.280 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.282 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.283 | 83797 | Added a new worker 19 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.283 | 78072 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.283 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.283 | 78072 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.283 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ar1QAq +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.283 | 83800 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.284 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.285 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.291 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.293 | 83798 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.293 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.294 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.296 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.297 | 83801 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.298 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.300 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.302 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.303 | 78076 | Recursively removing directory: /tmp/git.5bHwm7/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.305 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.305 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.309 | 83793 | Marked run 297 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.309 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.312 | 83802 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.317 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.317 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.317 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.320 | 83824 | Added a new worker 17 to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.322 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZrFIXq +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.321 | 83809 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.321 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.321 | 78072 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.321 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.321 | 78072 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.322 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.324 | 83814 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.325 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.326 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.327 | 83815 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.328 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.330 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.331 | 78073 | Recursively removing directory: /tmp/git.ar1QAq/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.332 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.332 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.336 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.338 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.340 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.342 | 83818 | Marked run 298 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.342 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.342 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.345 | 83827 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.346 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.347 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.347 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.348 | 83829 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.349 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.350 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.351 | 83836 | Added a new worker 18 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.352 | 78072 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.352 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.352 | 78072 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.352 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pxLbTD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.352 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.353 | 83832 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.354 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.357 | 83833 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.357 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.358 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.362 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.363 | 83839 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.363 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.366 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.367 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.367 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.372 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.372 | 78076 | Recursively removing directory: /tmp/git.ZrFIXq/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.374 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.374 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.376 | 83830 | Marked run 299 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.377 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.379 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.380 | 83844 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.382 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.384 | 83849 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.384 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.384 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.387 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.387 | 83862 | Added a new worker 9 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.387 | 78072 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.387 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.387 | 78072 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.387 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.387 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ji5j8A +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.388 | 83847 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.390 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.393 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.394 | 83851 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.395 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.397 | 83860 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.397 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.400 | 78073 | Recursively removing directory: /tmp/git.pxLbTD/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.402 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.402 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.401 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.404 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.403 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.406 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.407 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.408 | 83864 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.410 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.410 | 83867 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.410 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.413 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.415 | 83856 | Marked run 300 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.415 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.418 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.420 | 83869 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.420 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.428 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.429 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.429 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.429 | 83882 | Added a new worker 15 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.429 | 78072 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.429 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.430 | 78072 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.430 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.431 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.434 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bsy72k +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.435 | 83876 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.436 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.438 | 83873 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.438 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.440 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.438 | 78076 | Recursively removing directory: /tmp/git.ji5j8A/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.439 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.439 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.445 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.447 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.448 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.448 | 83870 | Marked run 301 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.449 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.450 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.452 | 83883 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.454 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.456 | 83884 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.456 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.457 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.457 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.458 | 83886 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.459 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.460 | 83888 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.461 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.461 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.462 | 83894 | Added a new worker 8 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.462 | 78072 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.462 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.462 | 78072 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.462 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HqTyGJ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.462 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.467 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.471 | 83897 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.471 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.472 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.474 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.476 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.476 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.480 | 83889 | Marked run 302 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.481 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.482 | 83899 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.482 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.484 | 83903 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.485 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.487 | 83906 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.489 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.490 | 78073 | Recursively removing directory: /tmp/git.Bsy72k/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.492 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.492 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.495 | 83907 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.495 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.495 | 78076 | Recursively removing directory: /tmp/git.HqTyGJ/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.496 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.496 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.497 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.501 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.505 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.506 | 83917 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.508 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.509 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.510 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.510 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.510 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.508 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.517 | 83925 | Added a new worker 21 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.517 | 78072 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.517 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.517 | 78072 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.517 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7l5WPM +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.518 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.520 | 83926 | Added a new worker 12 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.520 | 78072 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.520 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.520 | 78072 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.521 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.521 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.521 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8dLQ3e +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.525 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.526 | 83924 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.527 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.528 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.529 | 83922 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.530 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.530 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.532 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.533 | 83927 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.534 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.535 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.539 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.541 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.554 | 83919 | Marked run 303 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.555 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.557 | 83928 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.558 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.562 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.564 | 78076 | Recursively removing directory: /tmp/git.7l5WPM/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.565 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.565 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.570 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.568 | 78073 | Recursively removing directory: /tmp/git.8dLQ3e/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.569 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.569 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.571 | 83921 | Marked run 304 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.572 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.574 | 83934 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.574 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.575 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.576 | 83936 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.577 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.579 | 83937 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.579 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.582 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.582 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.583 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.583 | 83950 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.585 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.586 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.586 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.586 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.588 | 83960 | Added a new worker 19 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.588 | 78072 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.588 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.588 | 78072 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.589 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.589 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.589 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fo8Kbe +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.590 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.590 | 83956 | Added a new worker 21 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.591 | 78072 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.591 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.591 | 78072 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.591 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.591 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s08osA +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.596 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.598 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.598 | 83957 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.600 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.601 | 83959 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.602 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.604 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.606 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.606 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.607 | 83961 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.608 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.611 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.611 | 83962 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.612 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.612 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.615 | 83966 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.615 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.617 | 83967 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.617 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.620 | 83971 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.621 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.621 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.623 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.625 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.627 | 83951 | Marked run 305 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.628 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.630 | 83980 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.630 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.633 | 78076 | Recursively removing directory: /tmp/git.fo8Kbe/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.634 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.634 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.636 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.636 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.640 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.640 | 83953 | Marked run 306 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.641 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.643 | 83983 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.643 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.648 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.649 | 83984 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.649 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.650 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.652 | 83989 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.652 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.653 | 78073 | Recursively removing directory: /tmp/git.s08osA/ +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.655 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.655 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.657 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.657 | 83995 | Added a new worker 13 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.657 | 78072 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.657 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.657 | 78072 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.657 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SAcfNu +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.658 | 83990 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.658 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.659 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.660 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.662 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.665 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.667 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.667 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.667 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.668 | 84004 | Added a new worker 21 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.668 | 78072 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.668 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.668 | 78072 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.669 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.669 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EA0fQm +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.670 | 83998 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.670 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.673 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.674 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.678 | 84003 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.679 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.681 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.684 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.684 | 84002 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.685 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.686 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.688 | 84001 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.688 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.691 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.696 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.697 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.698 | 83993 | Marked run 307 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.699 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.702 | 84000 | Marked run 308 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.703 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.704 | 84008 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.705 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.708 | 84013 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.708 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.713 | 84018 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.714 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.714 | 78076 | Recursively removing directory: /tmp/git.SAcfNu/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.717 | 84016 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.717 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.717 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.717 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.722 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.719 | 78073 | Recursively removing directory: /tmp/git.EA0fQm/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.721 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.721 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.726 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.727 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.729 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.730 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.731 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.731 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.734 | 84035 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.734 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.736 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.736 | 84032 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.737 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.738 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.738 | 84036 | Added a new worker 19 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.738 | 78072 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.738 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.738 | 78072 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.739 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.738 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.740 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ACTW86 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.743 | 84040 | Added a new worker 16 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.743 | 78072 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.743 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.743 | 78072 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.743 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9RjlJR +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.746 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.747 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.748 | 84034 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.748 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.749 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.750 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.752 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.754 | 84038 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.756 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.760 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.762 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.764 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.766 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.772 | 84031 | Marked run 309 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.773 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.777 | 78076 | Recursively removing directory: /tmp/git.ACTW86/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.779 | 84041 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.780 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.780 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.780 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.782 | 84046 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.782 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.787 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.792 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.791 | 78073 | Recursively removing directory: /tmp/git.9RjlJR/ +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.793 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.793 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.794 | 84033 | Marked run 310 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.794 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.795 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.795 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.795 | 84064 | Added a new worker 14 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.796 | 78072 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.796 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.796 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.796 | 78072 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.796 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qYtf7Q +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.798 | 84047 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.798 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.802 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.803 | 84049 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.804 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.807 | 84065 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.807 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.809 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.811 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.813 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.809 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.816 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.817 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.818 | 84071 | Added a new worker 17 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.818 | 78072 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.818 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.818 | 78072 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.819 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.819 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.819 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7u09oV +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.825 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.827 | 84063 | Marked run 311 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.828 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.829 | 84070 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.830 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.833 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.833 | 84072 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.834 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.838 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.838 | 84074 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.838 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.842 | 78076 | Recursively removing directory: /tmp/git.qYtf7Q/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.844 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.844 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.849 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.849 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.850 | 84067 | Marked run 312 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.850 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.852 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.852 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.852 | 84077 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.853 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.856 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.860 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.860 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.861 | 84095 | Added a new worker 19 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.861 | 78072 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.861 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.861 | 78072 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.861 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.861 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ruqsOx +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.869 | 84090 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.870 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.871 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.872 | 84089 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.873 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.874 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.876 | 84087 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.876 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.879 | 84096 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.879 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.880 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.882 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.883 | 78073 | Recursively removing directory: /tmp/git.7u09oV/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.887 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.885 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.885 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.887 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.890 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.891 | 84088 | Marked run 313 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.892 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.893 | 84104 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.894 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.895 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.896 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.897 | 84108 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.899 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.902 | 84109 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.902 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.906 | 78076 | Recursively removing directory: /tmp/git.ruqsOx/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.908 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.908 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.905 | 84106 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.908 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.911 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.913 | 84116 | Added a new worker 14 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.913 | 78072 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.913 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.913 | 78072 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.913 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3aSlAu +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.914 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.915 | 84120 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.919 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.919 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.921 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.922 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.923 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.924 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.925 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.925 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.926 | 84128 | Added a new worker 21 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.926 | 78072 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.926 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.926 | 78072 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.926 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.927 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ixxa7O +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.936 | 84112 | Marked run 314 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.937 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.936 | 78076 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.936 | 78076 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.945 | 84122 | Marked run 315 as finished +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.945 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.948 | 84124 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.947 | 78073 | Recursively removing directory: /tmp/git.3aSlAu/ +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.948 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.949 | 78073 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.949 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.953 | 84127 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.954 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.955 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.957 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.958 | 84126 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.959 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.961 | 78073 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.961 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.961 | 84121 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.962 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.962 | 78076 | Recursively removing directory: /tmp/git.ixxa7O/ +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.964 | 78076 | Process exit code: 0 +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.964 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.965 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.966 | 84147 | Added a new worker 15 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.966 | 78072 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.966 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.966 | 78072 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.966 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.967 | 84145 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.968 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.968 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YzQuRi +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.969 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.975 | 84149 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.976 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.976 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.977 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.980 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.984 | 84154 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.985 | 78076 | Waiting for a new command +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.985 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.985 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.986 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.987 | 84155 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.988 | 84158 | Added a new worker 19 to the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.988 | 78072 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.988 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.988 | 78072 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.989 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.989 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78076/cimple-worker: 2023-08-28 07:34:09.990 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.USYWZH +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.992 | 78073 | Checking out revision HEAD +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.993 | 84153 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:09 | INFO | 78073/cimple-worker: 2023-08-28 07:34:09.993 | 78073 | Going to run: ./ci +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.994 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.996 | 78070 | Waiting for new connections +2023-08-28 07:34:09 | INFO | 78070/cimple-server: 2023-08-28 07:34:09.998 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.001 | 84156 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.002 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.007 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.007 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.008 | 84144 | Marked run 316 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.008 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.009 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.010 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.013 | 84163 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.013 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.018 | 84151 | Marked run 317 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.019 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.019 | 78073 | Recursively removing directory: /tmp/git.YzQuRi/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.021 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.021 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.021 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.021 | 84162 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.022 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.024 | 84168 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.025 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.027 | 84167 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.027 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.029 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.029 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.030 | 84177 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.030 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.031 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.034 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.035 | 84184 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.035 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.038 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.038 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.041 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.043 | 84186 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.044 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.044 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.049 | 78076 | Recursively removing directory: /tmp/git.USYWZH/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.050 | 84189 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.051 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.051 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.051 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.053 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.056 | 84191 | Added a new worker 17 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.056 | 78072 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.056 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.056 | 78072 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.056 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.057 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wUX4QB +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.058 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.058 | 84183 | Marked run 318 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.059 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.061 | 84194 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.061 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.063 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.065 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.068 | 84196 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.069 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.069 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.071 | 84192 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.071 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.072 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.073 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.073 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.074 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.074 | 84205 | Added a new worker 16 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.074 | 78072 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.074 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.074 | 78072 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.074 | 84197 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.075 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RJFbIj +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.075 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.076 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.078 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.080 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.084 | 84200 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.084 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.088 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.089 | 84204 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.092 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.096 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.099 | 84207 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.100 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.103 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.105 | 84208 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.107 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.108 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.110 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.113 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.112 | 78073 | Recursively removing directory: /tmp/git.wUX4QB/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.114 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.114 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.119 | 84199 | Marked run 319 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.120 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.120 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.123 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.123 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.124 | 84226 | Added a new worker 19 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.124 | 78072 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.124 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.124 | 78072 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.125 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cqWExb +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.126 | 84210 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.130 | 84213 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.131 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.131 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.133 | 84222 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.134 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.137 | 84223 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.138 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.137 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.139 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.139 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.141 | 84234 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.142 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.145 | 84237 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.146 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.149 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.149 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.153 | 84224 | Marked run 320 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.154 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.155 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.158 | 78076 | Recursively removing directory: /tmp/git.RJFbIj/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.159 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.159 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.161 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.164 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.170 | 84242 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.169 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.171 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.172 | 84241 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.174 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.175 | 78073 | Recursively removing directory: /tmp/git.cqWExb/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.177 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qFBGAV +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.177 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.177 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.177 | 84252 | Added a new worker 8 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.177 | 78072 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.177 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.177 | 78072 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.181 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.184 | 84245 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.184 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.185 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.185 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.188 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.190 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.193 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.196 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.199 | 84251 | Marked run 321 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.200 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.200 | 84250 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.202 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.204 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.205 | 84258 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.205 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.207 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.207 | 84261 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.207 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.208 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.212 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.212 | 84270 | Added a new worker 17 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.212 | 78072 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.213 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.213 | 78072 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.213 | 84259 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.213 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TQc0uk +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.214 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.214 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.221 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.222 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.224 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.226 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.227 | 84268 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.227 | 84257 | Marked run 322 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.227 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.229 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.229 | 84272 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.230 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.231 | 78076 | Recursively removing directory: /tmp/git.qFBGAV/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.231 | 84275 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.232 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.233 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.233 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.234 | 84274 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.235 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.237 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.239 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.239 | 84282 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.240 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.244 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.246 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.248 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.249 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.249 | 84288 | Added a new worker 14 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.250 | 78072 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.250 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.250 | 78072 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.250 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.251 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZQNf72 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.253 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.255 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.259 | 84292 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.260 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.261 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.262 | 84291 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.263 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.265 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.266 | 78073 | Recursively removing directory: /tmp/git.TQc0uk/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.267 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.267 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.269 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.270 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.271 | 84294 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.272 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.278 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.280 | 84293 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.281 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.283 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.285 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.285 | 84283 | Marked run 323 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.286 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.287 | 84298 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.288 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.291 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.291 | 84299 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.292 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.293 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.296 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.299 | 84312 | Added a new worker 13 to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.300 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rsBrT1 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.300 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.300 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.300 | 78072 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.300 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.300 | 78072 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.302 | 78076 | Recursively removing directory: /tmp/git.ZQNf72/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.303 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.303 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.304 | 84309 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.305 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.308 | 84310 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.309 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.310 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.315 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.316 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.319 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.321 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.326 | 84307 | Marked run 324 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.326 | 84314 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.327 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.329 | 84317 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.329 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.331 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.333 | 84320 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.333 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.335 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.336 | 84315 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.336 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.337 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.337 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.339 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.340 | 84333 | Added a new worker 17 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.340 | 78072 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.340 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.341 | 78072 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.341 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.341 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C8JgMK +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.344 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.347 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.347 | 84328 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.348 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.349 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.350 | 84330 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.350 | 84321 | Marked run 325 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.350 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.353 | 84335 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.353 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.355 | 78073 | Recursively removing directory: /tmp/git.rsBrT1/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.357 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.357 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.357 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.358 | 84336 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.359 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.362 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.363 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.364 | 84342 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.365 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.368 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.368 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.370 | 84344 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.370 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.372 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.371 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.375 | 84347 | Added a new worker 15 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.375 | 78072 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.375 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.375 | 78072 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.375 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FJE6Ml +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.376 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.377 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.379 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.382 | 84348 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.384 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.386 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.387 | 84350 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.387 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.388 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.389 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.392 | 78076 | Recursively removing directory: /tmp/git.C8JgMK/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.393 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.393 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.397 | 84345 | Marked run 326 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.398 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.399 | 84355 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.400 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.401 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.403 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.404 | 84352 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.404 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.406 | 84360 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.406 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.408 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.411 | 84366 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.411 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.413 | 84365 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.413 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.415 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.415 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.415 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.416 | 84373 | Added a new worker 15 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.416 | 84370 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.417 | 78072 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.417 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.417 | 78072 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.417 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1XFjRH +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.418 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.418 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.420 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.422 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.425 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.433 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.429 | 78073 | Recursively removing directory: /tmp/git.FJE6Ml/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.430 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.430 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.434 | 84363 | Marked run 327 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.435 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.435 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.435 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.440 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.441 | 84374 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.442 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.443 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.444 | 84379 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.445 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.447 | 84378 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.447 | 84386 | Added a new worker 10 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.448 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.448 | 78072 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.448 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.448 | 78072 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.449 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ess3zk +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.450 | 84382 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.451 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.455 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.456 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.458 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.457 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.460 | 84383 | Marked run 328 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.460 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.460 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.461 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.462 | 84391 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.463 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.465 | 84394 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.465 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.467 | 84393 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.468 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.470 | 84396 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.470 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.471 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.472 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.475 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.476 | 84408 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.476 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.477 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.479 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.484 | 84407 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.484 | 78076 | Recursively removing directory: /tmp/git.1XFjRH/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.485 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.485 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.489 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.491 | 84412 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.491 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.493 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.495 | 84411 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.495 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.497 | 78073 | Recursively removing directory: /tmp/git.Ess3zk/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.498 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.498 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.499 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.502 | 84414 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.499 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.503 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.504 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.505 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 84421 | Added a new worker 15 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 78072 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 78072 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.506 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.506 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z4ruU9 +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.509 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.513 | 84423 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.514 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.512 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.514 | 84425 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.515 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.516 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.517 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.520 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.520 | 84426 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.523 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.524 | 84430 | Added a new worker 6 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.524 | 78072 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.524 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.524 | 78072 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.524 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.517 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.528 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GNQOSE +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.531 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.532 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.533 | 84419 | Marked run 329 as finished +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.533 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.536 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.542 | 84431 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.542 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.545 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.546 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.546 | 84436 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.546 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.549 | 78076 | Recursively removing directory: /tmp/git.Z4ruU9/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.550 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.550 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.552 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.552 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.557 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.558 | 84424 | Marked run 330 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.558 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.560 | 84435 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.568 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.569 | 84439 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.570 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.570 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.570 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.572 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 84457 | Added a new worker 19 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 78072 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 78072 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.575 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FkByzz +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.575 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.580 | 78073 | Recursively removing directory: /tmp/git.GNQOSE/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.580 | 84445 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.581 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.583 | 84446 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.584 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.583 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.583 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.584 | 84449 | Marked run 331 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.584 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.586 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.587 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.589 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.591 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.591 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.594 | 84459 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.595 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.597 | 84462 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.598 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.598 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.599 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.599 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.599 | 84470 | Added a new worker 17 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.600 | 84458 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.601 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.601 | 78072 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.601 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.601 | 78072 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.602 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.602 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lf5lZc +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.604 | 84464 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.604 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.609 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.610 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.611 | 84469 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.611 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.611 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.614 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.616 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.616 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.623 | 84463 | Marked run 332 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.624 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.626 | 84479 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.626 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.629 | 84478 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.630 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.633 | 78073 | Recursively removing directory: /tmp/git.lf5lZc/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.634 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.635 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.636 | 84477 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.637 | 78076 | Recursively removing directory: /tmp/git.FkByzz/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.638 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.638 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.640 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.640 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.642 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.643 | 84474 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.643 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.645 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.645 | 84493 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.646 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.648 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.649 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.651 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.653 | 84500 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.653 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.656 | 84501 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.656 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.658 | 84494 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.659 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.660 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.661 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.664 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.664 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.665 | 84495 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.666 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.666 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.668 | 84506 | Added a new worker 14 to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.668 | 78072 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.668 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.668 | 78072 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.669 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8cPs16 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.670 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.672 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.672 | 84505 | Added a new worker 17 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.673 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.673 | 78072 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.673 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.673 | 78072 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.673 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.674 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OjiM25 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.675 | 84508 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.675 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.677 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.679 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.684 | 84510 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.684 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.684 | 84497 | Marked run 333 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.685 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.685 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.687 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.687 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.688 | 84511 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.688 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.690 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.691 | 84509 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.691 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.693 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.696 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.696 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.697 | 84499 | Marked run 334 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.697 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.699 | 84513 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.699 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.702 | 84520 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.702 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.704 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.704 | 84522 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.705 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.706 | 84521 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.707 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.709 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.710 | 84532 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.710 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.711 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.714 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.719 | 84539 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.717 | 78076 | Recursively removing directory: /tmp/git.OjiM25/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.719 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.719 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.720 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.726 | 84541 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.723 | 78073 | Recursively removing directory: /tmp/git.8cPs16/ +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.724 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.724 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.727 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.728 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.729 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.730 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.731 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.734 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.734 | 84547 | Added a new worker 19 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.735 | 78072 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.735 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.735 | 78072 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.735 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.736 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.736 | 84542 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.736 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.730 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.737 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9hQVjj +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.743 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.744 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.744 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.744 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.745 | 84552 | Added a new worker 12 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.745 | 78072 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.745 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.745 | 78072 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.746 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VncIZ4 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.746 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.746 | 84548 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.746 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.752 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.752 | 84549 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.753 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.753 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.756 | 84550 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.757 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.759 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.757 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.762 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.762 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.769 | 84556 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.770 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.773 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.775 | 84558 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.776 | 78076 | Recursively removing directory: /tmp/git.9hQVjj/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.776 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.779 | 84561 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.779 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.782 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.782 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.785 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.787 | 84544 | Marked run 336 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.788 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.789 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.789 | 84564 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.791 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.795 | 78073 | Recursively removing directory: /tmp/git.VncIZ4/ +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.796 | 84546 | Marked run 335 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.797 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.799 | 84570 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.799 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.797 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.797 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.800 | 84578 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.801 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.802 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.803 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.803 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.804 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.805 | 84585 | Added a new worker 15 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.805 | 78072 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.805 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.805 | 78072 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.806 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.806 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.52lm7f +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.807 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.813 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.813 | 84583 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.814 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.815 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.815 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.818 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.819 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.815 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.820 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.822 | 84586 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.822 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.823 | 84590 | Added a new worker 15 to the queue +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.823 | 78072 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.823 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.823 | 78072 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.824 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JoRgQP +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.824 | 84587 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.825 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.826 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.827 | 84589 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.828 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.829 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.830 | 84591 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.831 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.833 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.836 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.839 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.840 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.842 | 84579 | Marked run 337 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.842 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.844 | 84598 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.845 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.848 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.850 | 84584 | Marked run 338 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.850 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.854 | 84596 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.854 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.856 | 78076 | Recursively removing directory: /tmp/git.52lm7f/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.858 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.858 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.857 | 84601 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.861 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.863 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.864 | 84606 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.864 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.868 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.870 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.871 | 78073 | Recursively removing directory: /tmp/git.JoRgQP/ +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.873 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.872 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.872 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.875 | 84608 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.875 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.878 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.878 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.880 | 84620 | Added a new worker 19 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.881 | 78072 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.881 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.881 | 78072 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.881 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.881 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nldyt7 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.883 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.884 | 84617 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.885 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.887 | 84622 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.887 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.890 | 84624 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.890 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.891 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.892 | 84626 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.892 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.894 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.897 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.897 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.897 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.903 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.902 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.903 | 84633 | Added a new worker 19 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.903 | 78072 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.904 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.904 | 78072 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.904 | 84630 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.904 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c5xw6t +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.905 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.906 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.907 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.909 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.911 | 78073 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.913 | 78073 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.915 | 84619 | Marked run 339 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.915 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.919 | 84625 | Marked run 340 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.920 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.922 | 84632 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.922 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.925 | 84637 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.926 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.927 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.928 | 84638 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.928 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.931 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.931 | 84634 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.932 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.935 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.936 | 84654 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.936 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.937 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.938 | 78076 | Recursively removing directory: /tmp/git.nldyt7/ +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.940 | 78076 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.940 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.940 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.942 | 84656 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.944 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.946 | 84658 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.947 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.947 | 78073 | Recursively removing directory: /tmp/git.c5xw6t/ +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.948 | 84660 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.950 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.951 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.952 | 78073 | Process exit code: 0 +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.952 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.953 | 84661 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.953 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.956 | 84665 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.957 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.958 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.958 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.960 | 84666 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.961 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.961 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.963 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.963 | 84669 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.964 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.965 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.968 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.971 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.973 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.979 | 84675 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.980 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.980 | 78073 | Waiting for a new command +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.982 | 84676 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.982 | 78076 | Waiting for a new command +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.982 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 84679 | Added a new worker 9 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78072 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78072 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.983 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6L2q2q +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 84678 | Added a new worker 9 to the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78072 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.983 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.984 | 78072 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.984 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VVDSnE +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.985 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.991 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.993 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.995 | 78076 | Checking out revision HEAD +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.996 | 84673 | Marked run 342 as finished +2023-08-28 07:34:10 | INFO | 78070/cimple-server: 2023-08-28 07:34:10.997 | 78070 | Waiting for new connections +2023-08-28 07:34:10 | INFO | 78076/cimple-worker: 2023-08-28 07:34:10.998 | 78076 | Going to run: ./ci +2023-08-28 07:34:10 | INFO | 78073/cimple-worker: 2023-08-28 07:34:10.999 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.000 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.003 | 84671 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.003 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.006 | 84677 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.006 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.008 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.009 | 84682 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.010 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.013 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.014 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.015 | 84670 | Marked run 341 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.015 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.019 | 84683 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.019 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.024 | 78076 | Recursively removing directory: /tmp/git.VVDSnE/ +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.025 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.025 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.028 | 84693 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.030 | 78073 | Recursively removing directory: /tmp/git.6L2q2q/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.029 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.030 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.032 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.032 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.032 | 84696 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.032 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.034 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.038 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.038 | 84701 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.038 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.040 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.040 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.040 | 84708 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.041 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.043 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.044 | 84711 | Added a new worker 8 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.044 | 78072 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.044 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.044 | 78072 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.044 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.045 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wVqg4E +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.047 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.049 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.043 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.054 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.056 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.056 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.057 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.060 | 84713 | Added a new worker 21 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.060 | 78072 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.060 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.060 | 78072 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.060 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.061 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qM2nws +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.064 | 84714 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.066 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.069 | 84715 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.070 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.072 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.072 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.073 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.074 | 84716 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.075 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.078 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.079 | 84709 | Marked run 343 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.079 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.081 | 84717 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.082 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.085 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.086 | 84705 | Marked run 344 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.087 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.089 | 84723 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.090 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.095 | 84728 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.096 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.098 | 78076 | Recursively removing directory: /tmp/git.wVqg4E/ +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.099 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.099 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.102 | 78073 | Recursively removing directory: /tmp/git.qM2nws/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.104 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.104 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.104 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.106 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.109 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.110 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.111 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.112 | 84741 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.113 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.115 | 84733 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.115 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.116 | 84746 | Added a new worker 7 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.116 | 78072 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.116 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.117 | 78072 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.117 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vqmqnl +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.117 | 84737 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.117 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.117 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.119 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.119 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.124 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.125 | 84743 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.126 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.128 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.131 | 84749 | Added a new worker 12 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.132 | 78072 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.132 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.132 | 78072 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.132 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i0X1ha +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.133 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.135 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.135 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.136 | 84745 | Marked run 346 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.136 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.138 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.141 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.141 | 84751 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.141 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.145 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.146 | 84753 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.147 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.149 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.150 | 84754 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.150 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.153 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.153 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.156 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.160 | 84744 | Marked run 345 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.160 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.162 | 84755 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.163 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.167 | 84760 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.168 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.169 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.170 | 84763 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.171 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.172 | 84764 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.173 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.174 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.175 | 84773 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.175 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.177 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.179 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.181 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.183 | 78076 | Recursively removing directory: /tmp/git.vqmqnl/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.184 | 84781 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.184 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.185 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.185 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.188 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.189 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.193 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.194 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.195 | 84779 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.195 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.197 | 78073 | Recursively removing directory: /tmp/git.i0X1ha/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.198 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.198 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.198 | 84782 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.200 | 84783 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.205 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.207 | 84789 | Added a new worker 7 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.207 | 78072 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.207 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.207 | 78072 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.208 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.whLjgW +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.208 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.213 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.214 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.215 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.215 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.217 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.218 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.224 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.224 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.225 | 84802 | Added a new worker 22 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.225 | 78072 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.225 | 78072 | Removed worker 22 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.225 | 78072 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.225 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e75oeZ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.226 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.230 | 84788 | Marked run 347 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.231 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.233 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.234 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.234 | 84787 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.236 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.240 | 78076 | Recursively removing directory: /tmp/git.whLjgW/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.241 | 84795 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.241 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.241 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.242 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.245 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.246 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.247 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.247 | 84796 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.247 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.250 | 84794 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.252 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.252 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.255 | 84815 | Added a new worker 7 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.255 | 78072 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.255 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.255 | 78072 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.255 | 84797 | Marked run 348 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.256 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.256 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.256 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.isg2es +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.257 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.259 | 84809 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.260 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.261 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.267 | 84818 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.268 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.270 | 84811 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.270 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.274 | 84819 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.274 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.271 | 78073 | Recursively removing directory: /tmp/git.e75oeZ/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.273 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.273 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.278 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.281 | 84810 | Marked run 349 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.282 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.282 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.283 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.284 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.287 | 84828 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.288 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.293 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.294 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.294 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.297 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.298 | 84834 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.299 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.300 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.300 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.301 | 84835 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.302 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.304 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.304 | 84841 | Added a new worker 17 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.305 | 78072 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.305 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.305 | 78072 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.305 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FPePpx +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.306 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.307 | 84836 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.307 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.312 | 84837 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.313 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.316 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.317 | 78076 | Recursively removing directory: /tmp/git.isg2es/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.316 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.320 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.320 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.320 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.322 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.323 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.325 | 84826 | Marked run 350 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.325 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.326 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.328 | 84843 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.329 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.330 | 84846 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.330 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.333 | 84848 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.333 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.334 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.335 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.336 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.336 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.337 | 84862 | Added a new worker 13 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.337 | 78072 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.337 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.338 | 78072 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.338 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.339 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.339 | 84849 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.341 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.340 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KMVFei +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.345 | 84860 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.346 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.350 | 78073 | Recursively removing directory: /tmp/git.FPePpx/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.351 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.351 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.351 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.352 | 84861 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.352 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.356 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.358 | 84863 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.359 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.360 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.360 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.361 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.362 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.364 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.365 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.365 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.366 | 84870 | Added a new worker 21 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.368 | 78072 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.368 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.368 | 78072 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.368 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IrqBaH +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.371 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.374 | 84850 | Marked run 351 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.375 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.377 | 84871 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.377 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.377 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.379 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.381 | 84873 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.381 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.383 | 84874 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.383 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.386 | 78076 | Recursively removing directory: /tmp/git.KMVFei/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.386 | 84866 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.387 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.387 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.387 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.392 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.396 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.396 | 84867 | Marked run 352 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.396 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.397 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.397 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.398 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.401 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.403 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 84888 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 84887 | Added a new worker 16 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 78072 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.404 | 78072 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.405 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.406 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5HPtC1 +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.408 | 84889 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.409 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.412 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.413 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.414 | 84891 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.416 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.416 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.417 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.420 | 84886 | Marked run 353 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.420 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.423 | 84892 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.423 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.423 | 78073 | Recursively removing directory: /tmp/git.IrqBaH/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.426 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.426 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.429 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.431 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.431 | 84898 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.432 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.436 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.436 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.436 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.437 | 84901 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.438 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.441 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.441 | 84906 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.442 | 84910 | Added a new worker 17 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.442 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.442 | 78072 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.442 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.443 | 78072 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.443 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dSCTxM +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.444 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.447 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.448 | 84911 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.449 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.449 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.450 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.452 | 84913 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.452 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.453 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.454 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.458 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.459 | 84917 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.459 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.461 | 84919 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.461 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.466 | 84908 | Marked run 354 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.466 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.467 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.468 | 78076 | Recursively removing directory: /tmp/git.5HPtC1/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.470 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.471 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.471 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.470 | 84922 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.471 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.473 | 84925 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.474 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.475 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.477 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.479 | 84931 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.480 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.481 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.483 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.483 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.483 | 84934 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.485 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.486 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.486 | 84929 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.487 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.488 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.490 | 84939 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.492 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DiM7iM +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.491 | 84940 | Added a new worker 17 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.491 | 78072 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.491 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.491 | 78072 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.492 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.492 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.493 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.495 | 84946 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.495 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.499 | 84944 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.499 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.499 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.500 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.505 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.506 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.507 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.508 | 78073 | Recursively removing directory: /tmp/git.dSCTxM/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.509 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.509 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.512 | 84948 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.512 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.514 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.517 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.518 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.518 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.519 | 84962 | Added a new worker 21 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.520 | 78072 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.520 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.520 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.520 | 78072 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.520 | 84952 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.521 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.524 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LS3L28 +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.527 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.527 | 84953 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.528 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.535 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.536 | 84937 | Marked run 355 as finished +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.537 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.537 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.538 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.539 | 84954 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.541 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.540 | 78076 | Recursively removing directory: /tmp/git.DiM7iM/ +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.542 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.542 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.544 | 84961 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.545 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.548 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.549 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.553 | 84960 | Marked run 356 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.556 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.557 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.557 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.557 | 84980 | Added a new worker 16 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.557 | 78072 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.557 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.557 | 78072 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.557 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.52QA67 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.558 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.559 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.560 | 84966 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.560 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.563 | 84968 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.564 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.568 | 84973 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.569 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.570 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.572 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.573 | 84981 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.573 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.573 | 78073 | Recursively removing directory: /tmp/git.LS3L28/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.574 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.574 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.577 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.579 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.580 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.580 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.582 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.582 | 84974 | Marked run 357 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.583 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.585 | 84985 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.585 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.587 | 84987 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.587 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.587 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.588 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.590 | 84988 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.591 | 84994 | Added a new worker 7 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.591 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.591 | 78072 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.591 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.591 | 78072 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.592 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.592 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xlJlSM +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.593 | 84991 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.594 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.597 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.599 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.600 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.602 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.602 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.610 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.617 | 78073 | Recursively removing directory: /tmp/git.xlJlSM/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.618 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.618 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.617 | 84989 | Marked run 358 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.620 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.622 | 78076 | Recursively removing directory: /tmp/git.52QA67/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.624 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.624 | 84999 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.625 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.625 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.625 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.627 | 85002 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.628 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.629 | 85010 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.630 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.631 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.632 | 85001 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.633 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.636 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.636 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.638 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.641 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.642 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.644 | 85022 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.644 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.647 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.649 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.649 | 85023 | Added a new worker 18 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.649 | 78072 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.649 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.649 | 78072 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.649 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.650 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.650 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fcpv9u +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.651 | 85020 | Added a new worker 19 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.651 | 78072 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.651 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.651 | 78072 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.651 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.651 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FmP1pA +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.658 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.659 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.660 | 85025 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.662 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.662 | 85021 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.662 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.663 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.665 | 85026 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.666 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.667 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.669 | 85029 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.669 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.670 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.675 | 85014 | Marked run 360 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.676 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.676 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.678 | 85031 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.678 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.682 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.683 | 85038 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.684 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.687 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.689 | 85018 | Marked run 359 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.689 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.691 | 85039 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.692 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.693 | 85035 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.693 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.695 | 85046 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.696 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.698 | 85051 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.698 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.699 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.702 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.702 | 78076 | Recursively removing directory: /tmp/git.FmP1pA/ +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.703 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.703 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.705 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.706 | 85058 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.707 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.708 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.713 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.716 | 78073 | Recursively removing directory: /tmp/git.Fcpv9u/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.715 | 85060 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.717 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.717 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.717 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.720 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.722 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.724 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.713 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.725 | 85063 | Added a new worker 21 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.725 | 78072 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.725 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.725 | 78072 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.725 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.727 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.728 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Aw3LW8 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.730 | 85059 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.730 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.733 | 85065 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.734 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.735 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.736 | 85069 | Added a new worker 9 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.736 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.736 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.737 | 78072 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.737 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.737 | 78072 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.738 | 85061 | Marked run 362 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.738 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.738 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.739 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ocF5fz +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.741 | 85066 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.742 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.744 | 85073 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.745 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.746 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.748 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.748 | 85071 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.749 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.750 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.751 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.752 | 85068 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.753 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.760 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.761 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.764 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.765 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.769 | 85079 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.770 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.772 | 85075 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.773 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.775 | 78076 | Recursively removing directory: /tmp/git.Aw3LW8/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.778 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.777 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.777 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.780 | 85067 | Marked run 361 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.780 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.782 | 85077 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.782 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.783 | 85081 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.784 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.784 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.784 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.786 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.788 | 85101 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.789 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.790 | 85098 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.790 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.792 | 85096 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.793 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.794 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.794 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.798 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.801 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.802 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.803 | 85107 | Added a new worker 17 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.803 | 78072 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.803 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.803 | 78072 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.803 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gAaQ1v +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.804 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.805 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.810 | 85099 | Marked run 363 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.811 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.812 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.813 | 85108 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.814 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.813 | 78073 | Recursively removing directory: /tmp/git.ocF5fz/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.814 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.814 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.816 | 85109 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.817 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.819 | 85110 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.820 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.822 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.822 | 85111 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.823 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.824 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.825 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.828 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.824 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.832 | 85118 | Added a new worker 15 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.833 | 78072 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.833 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.833 | 78072 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.834 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.833 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sG0qFr +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.835 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.840 | 85120 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.841 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.841 | 85114 | Marked run 364 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.842 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.839 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.843 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.845 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.848 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.847 | 78076 | Recursively removing directory: /tmp/git.gAaQ1v/ +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.848 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.848 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.851 | 85116 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.851 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.853 | 85122 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.854 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.855 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.857 | 85129 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.857 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.858 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.862 | 85131 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.862 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.863 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.865 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.868 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.868 | 85139 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.871 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.872 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.872 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.873 | 85144 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.875 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.875 | 85145 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.876 | 85148 | Added a new worker 6 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.877 | 78072 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.877 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.877 | 78072 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.877 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.877 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.877 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.up9n3G +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.879 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.882 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.886 | 78073 | Recursively removing directory: /tmp/git.sG0qFr/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.887 | 85138 | Marked run 365 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.888 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.888 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.888 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.887 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.889 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.892 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.898 | 85146 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.899 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.902 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.902 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.903 | 85150 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.903 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.905 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.906 | 85152 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.907 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.908 | 78076 | Recursively removing directory: /tmp/git.up9n3G/ +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.909 | 85163 | Added a new worker 10 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.909 | 78072 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.909 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.909 | 78072 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.910 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XpWhUl +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.910 | 85154 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.911 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.910 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.910 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.912 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.915 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.915 | 78073 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.916 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.917 | 78073 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.921 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.924 | 85165 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.925 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.928 | 78076 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.932 | 85171 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.932 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.932 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.933 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.935 | 85176 | Added a new worker 19 to the queue +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.936 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mas8dU +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.936 | 78072 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.936 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.936 | 78072 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.938 | 85168 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.940 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.941 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.943 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.946 | 85156 | Marked run 366 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.947 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.949 | 78076 | Checking out revision HEAD +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.949 | 85177 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.950 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.951 | 78076 | Going to run: ./ci +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.953 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.955 | 85169 | Marked run 367 as finished +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.956 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.958 | 78073 | Recursively removing directory: /tmp/git.XpWhUl/ +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.959 | 78073 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.959 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.961 | 85179 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.963 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.964 | 85182 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.965 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.966 | 85183 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.968 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.970 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.973 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.974 | 78076 | Recursively removing directory: /tmp/git.mas8dU/ +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.975 | 78076 | Process exit code: 0 +2023-08-28 07:34:11 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.975 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.985 | 85188 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.985 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.986 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.987 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.989 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.988 | 78073 | Waiting for a new command +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.989 | 85200 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.989 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.992 | 85203 | Added a new worker 11 to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.992 | 85197 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.992 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.993 | 78072 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.993 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.993 | 78072 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:11 | INFO | 78073/cimple-worker: 2023-08-28 07:34:11.993 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dPWNft +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.994 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.997 | 85202 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.997 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | 78070/cimple-server: 2023-08-28 07:34:11.997 | 78070 | Waiting for new connections +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.000 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:11.997 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.003 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.004 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.004 | 85207 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.004 | 78072 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.004 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.005 | 78072 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.005 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.005 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lYwUdj +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.009 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.018 | 85209 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.019 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.019 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.020 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.021 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.022 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.023 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.028 | 85199 | Marked run 368 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.029 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.033 | 85204 | Marked run 369 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.033 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.039 | 85210 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.040 | 78076 | Recursively removing directory: /tmp/git.lYwUdj/ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.041 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.041 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.040 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.043 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.045 | 85211 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.046 | 78073 | Recursively removing directory: /tmp/git.dPWNft/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.046 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.048 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.049 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.049 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.052 | 85212 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.053 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.054 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.054 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.055 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.056 | 85216 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.057 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.060 | 85230 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.060 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.064 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.065 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.065 | 85234 | Added a new worker 14 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.066 | 78072 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.066 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.066 | 78072 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.066 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.066 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1bUsEL +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.067 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.070 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.070 | 85239 | Added a new worker 14 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.071 | 78072 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.071 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.071 | 78072 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.071 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MVMgoD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.072 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.074 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.071 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.077 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.078 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.080 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.080 | 85240 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.081 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.081 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.084 | 85241 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.084 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.088 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.089 | 85235 | Marked run 370 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.091 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.101 | 85238 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.102 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.102 | 78073 | Recursively removing directory: /tmp/git.MVMgoD/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.104 | 78076 | Recursively removing directory: /tmp/git.1bUsEL/ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.104 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.104 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.106 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.106 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.109 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.112 | 85232 | Marked run 371 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.112 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.114 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.113 | 85242 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.115 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.115 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.117 | 85249 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.117 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.120 | 85252 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.121 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.122 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.124 | 85265 | Added a new worker 11 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.124 | 78072 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.124 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.125 | 78072 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.125 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.125 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qik0Ax +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.126 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.127 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.128 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.132 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.134 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.134 | 85270 | Added a new worker 21 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.134 | 78072 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.134 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.134 | 78072 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.134 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9YxbRs +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.135 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.137 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.137 | 85262 | Marked run 373 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.137 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.138 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.141 | 85269 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.142 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.144 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.145 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.145 | 85268 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.146 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.147 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.149 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.151 | 85264 | Marked run 372 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.151 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.153 | 85271 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.154 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.157 | 85272 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.159 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.160 | 78073 | Recursively removing directory: /tmp/git.Qik0Ax/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.161 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.161 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.164 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.164 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.165 | 85281 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.166 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.168 | 85282 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.169 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.170 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.170 | 78076 | Recursively removing directory: /tmp/git.9YxbRs/ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.173 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.173 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.173 | 85293 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.173 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.175 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.176 | 85294 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.177 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.178 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.179 | 85299 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.180 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.181 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.182 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.183 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.187 | 85305 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.187 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.189 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.189 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.190 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.192 | 85308 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.192 | 78072 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.192 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.192 | 78072 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.193 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0rF50o +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.193 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.194 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.198 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.199 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.204 | 85301 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.206 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.206 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.207 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.208 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.208 | 85318 | Added a new worker 21 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.208 | 78072 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.208 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.208 | 78072 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.209 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KrsdBF +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.209 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.214 | 78073 | Recursively removing directory: /tmp/git.0rF50o/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.217 | 85303 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.217 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.217 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.218 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.223 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.223 | 85307 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.224 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.225 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.227 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.228 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.229 | 85309 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.230 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.233 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.232 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.234 | 85297 | Marked run 374 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.234 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.235 | 85327 | Added a new worker 6 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.235 | 78072 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.235 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.235 | 78072 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.236 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EXApaB +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.237 | 85319 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.239 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.239 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.244 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.244 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.245 | 85322 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.245 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.247 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.247 | 85325 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.248 | 85304 | Marked run 375 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.248 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.249 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.252 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.252 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.254 | 85323 | Marked run 376 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.254 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.256 | 85330 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.257 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.262 | 78076 | Recursively removing directory: /tmp/git.KrsdBF/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.264 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.264 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.265 | 85335 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.266 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.268 | 85336 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.269 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.269 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.271 | 85337 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.272 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.274 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.274 | 85350 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.274 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.275 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.277 | 85352 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.277 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.278 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.280 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.285 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.285 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.289 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.290 | 85356 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.291 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.292 | 78073 | Recursively removing directory: /tmp/git.EXApaB/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.293 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.293 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.293 | 85360 | Added a new worker 7 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.293 | 78072 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.293 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.294 | 78072 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.294 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eUHANu +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.295 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.298 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.302 | 85358 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.302 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.303 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.304 | 85359 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.304 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.306 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.307 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.307 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.308 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.308 | 85367 | Added a new worker 6 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.308 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.309 | 85361 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.309 | 78072 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.309 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.309 | 78072 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.309 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.310 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PAKpPQ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.315 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.317 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.317 | 85354 | Marked run 377 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.318 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.320 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.324 | 85366 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.325 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.327 | 85371 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.329 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.327 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.328 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.331 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.332 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.337 | 78076 | Recursively removing directory: /tmp/git.eUHANu/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.338 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.338 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.339 | 85363 | Marked run 378 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.340 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.342 | 85372 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.342 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.343 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.345 | 85374 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.345 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.347 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.349 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.349 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.350 | 85382 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.350 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.352 | 85383 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.352 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.353 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.355 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.357 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.357 | 85392 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.358 | 78072 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.358 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.358 | 78072 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.358 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.358 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hn1PUF +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.362 | 85391 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.363 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.365 | 85398 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.365 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.367 | 85399 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.368 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.369 | 78073 | Recursively removing directory: /tmp/git.PAKpPQ/ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.370 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.371 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.371 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.372 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.372 | 85397 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.372 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.376 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.379 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.381 | 85387 | Marked run 379 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.382 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.382 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.385 | 85406 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.386 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.386 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.387 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.387 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.389 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.390 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.391 | 85412 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.391 | 78072 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.391 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.391 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.391 | 78072 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.391 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bRyvRm +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.394 | 85408 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.394 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.396 | 85411 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.397 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.402 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.403 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.405 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.405 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.409 | 85405 | Marked run 380 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.410 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.412 | 85413 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.412 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.416 | 78076 | Recursively removing directory: /tmp/git.Hn1PUF/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.417 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.417 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.422 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.423 | 85416 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.423 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.426 | 85422 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.427 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.427 | 78073 | Recursively removing directory: /tmp/git.bRyvRm/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.428 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.428 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.436 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.437 | 85423 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.437 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.438 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.439 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.441 | 85434 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.441 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.441 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.444 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.445 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.445 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.449 | 85437 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.450 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.453 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.456 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.456 | 85440 | Added a new worker 20 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.456 | 78072 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.456 | 78072 | Removed worker 20 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.456 | 78072 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.457 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DO41Ij +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.457 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.458 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.458 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.459 | 85445 | Added a new worker 21 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.459 | 78072 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.459 | 78072 | Removed worker 21 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.459 | 78072 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.460 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.585YYh +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.462 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.465 | 85431 | Marked run 381 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.465 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.466 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.469 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.472 | 85436 | Marked run 382 as finished +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.472 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.473 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.475 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.475 | 85438 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.475 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.477 | 85441 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.478 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.480 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.481 | 85443 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.482 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.486 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.487 | 85444 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.488 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.492 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.492 | 85452 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.493 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.496 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.496 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.497 | 85456 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.502 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.504 | 85467 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.505 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.507 | 78073 | Recursively removing directory: /tmp/git.585YYh/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.509 | 85466 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.509 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.509 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.509 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.514 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.515 | 85460 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.516 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.518 | 78076 | Recursively removing directory: /tmp/git.DO41Ij/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.519 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.519 | 78076 | Process output: 415085 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.521 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.523 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.524 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.532 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.538 | 85473 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.538 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.539 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.541 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.544 | 85476 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.545 | 78072 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.545 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.545 | 78072 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.545 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.545 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.546 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MzpOEF +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.547 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.547 | 85474 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.547 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.547 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.553 | 85479 | Added a new worker 10 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.553 | 78072 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.553 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.553 | 78072 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.554 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NiM1mi +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.554 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.555 | 85481 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.557 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.559 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.564 | 85480 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.565 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.566 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.563 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.567 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.573 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.574 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.578 | 85484 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.579 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.580 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.584 | 85471 | Marked run 384 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.584 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.586 | 85486 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.586 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.588 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.592 | 85475 | Marked run 383 as finished +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.593 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.594 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.598 | 85490 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.599 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.602 | 85493 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.602 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.603 | 78073 | Recursively removing directory: /tmp/git.NiM1mi/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.605 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.605 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.609 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.609 | 78076 | Recursively removing directory: /tmp/git.MzpOEF/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.610 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.610 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.615 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.618 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.620 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.622 | 85501 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.623 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.623 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.623 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.624 | 85511 | Added a new worker 18 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.624 | 78072 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.624 | 78072 | Removed worker 18 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.624 | 78072 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.625 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.625 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.627 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.620 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.629 | 85514 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.628 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4i3heR +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.629 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.632 | 85515 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.633 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.635 | 85510 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.636 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.638 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.639 | 85512 | Added a new worker 15 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.639 | 78072 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.639 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.639 | 78072 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.640 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3jF9x4 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.643 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.644 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.643 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.646 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.646 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.648 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.650 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.651 | 85509 | Marked run 385 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.651 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.659 | 85508 | Marked run 386 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.660 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.662 | 85519 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.663 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.665 | 85520 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.666 | 78073 | Recursively removing directory: /tmp/git.3jF9x4/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.667 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.668 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.668 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.669 | 78076 | Recursively removing directory: /tmp/git.4i3heR/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.671 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.672 | 85523 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.673 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.673 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.673 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.674 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.677 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.678 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.678 | 85538 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.679 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.682 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.682 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.683 | 85544 | Added a new worker 15 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.683 | 78072 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.683 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.683 | 78072 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.683 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.684 | 85540 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.685 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.686 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.687 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Yuy4x +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.689 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.689 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.696 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.697 | 85546 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.698 | 85547 | Added a new worker 8 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.698 | 78072 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.698 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.698 | 78072 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.698 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N9CfR4 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.698 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.699 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.699 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.702 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.705 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.706 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.706 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.712 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.714 | 85541 | Marked run 388 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.714 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.717 | 85548 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.718 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.720 | 85552 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.721 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.726 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.726 | 78076 | Recursively removing directory: /tmp/git.0Yuy4x/ +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.727 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.728 | 85542 | Marked run 387 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.729 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.728 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.729 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.732 | 85551 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.734 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.736 | 85564 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.737 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.739 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.740 | 78073 | Recursively removing directory: /tmp/git.N9CfR4/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.741 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.741 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.742 | 85565 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.744 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.746 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.747 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.747 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.750 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.750 | 85575 | Added a new worker 14 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.750 | 78072 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.750 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.750 | 78072 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.751 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.weYME2 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.752 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.756 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.756 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.757 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.762 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.764 | 85576 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.764 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.766 | 85578 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.767 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.771 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.771 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.773 | 85572 | Marked run 389 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.773 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.773 | 85582 | Added a new worker 7 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.773 | 78072 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.773 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.774 | 78072 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.774 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r3pQRo +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.774 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.775 | 85577 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.776 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.780 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.781 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.781 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.782 | 85574 | Marked run 390 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.782 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.783 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.784 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.791 | 85587 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.792 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.798 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.799 | 78076 | Recursively removing directory: /tmp/git.weYME2/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.801 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.801 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.800 | 85588 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.805 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.806 | 78073 | Recursively removing directory: /tmp/git.r3pQRo/ +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.810 | 85586 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.810 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.811 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.810 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.810 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.813 | 85601 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.814 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.816 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.817 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.817 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.820 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.820 | 85607 | Added a new worker 14 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.820 | 78072 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.820 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.820 | 78072 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.821 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.821 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eiTyXv +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.823 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.824 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.826 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.821 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.828 | 85609 | Added a new worker 19 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.832 | 78072 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.832 | 78072 | Removed worker 19 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.832 | 78072 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.833 | 85610 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.833 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pmtJp1 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.833 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.833 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.834 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.835 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.838 | 85611 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.839 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.842 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.843 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.843 | 85608 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.844 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.849 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.850 | 85603 | Marked run 391 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.851 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.855 | 85606 | Marked run 392 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.855 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.857 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.865 | 85618 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.867 | 78076 | Recursively removing directory: /tmp/git.eiTyXv/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.869 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.869 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.873 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.874 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.874 | 85622 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.875 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.880 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.883 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.883 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.891 | 85627 | Added a new worker 13 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.892 | 78072 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.892 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.892 | 78072 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.892 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.893 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Not8Ce +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.894 | 85629 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.894 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.907 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.911 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.912 | 78076 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.917 | 78073 | Recursively removing directory: /tmp/git.pmtJp1/ +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.918 | 78073 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.918 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.922 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.935 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.934 | 78073 | Waiting for a new command +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.935 | 85625 | Marked run 393 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.935 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.937 | 85635 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.938 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.938 | 85639 | Added a new worker 6 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.938 | 78072 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.938 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.939 | 78072 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.939 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rVxhiv +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.940 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.943 | 78073 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | 78073/cimple-worker: 2023-08-28 07:34:12.944 | 78073 | Going to run: ./ci +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.954 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.955 | 85638 | Marked run 394 as finished +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.955 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.965 | 85645 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.967 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.967 | 78076 | Recursively removing directory: /tmp/git.Not8Ce/ +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.968 | 78076 | Process exit code: 0 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.968 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.973 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.982 | 78076 | Waiting for a new command +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.980 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.981 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.989 | 85655 | Added a new worker 13 to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.989 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.989 | 78072 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.989 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.989 | 78072 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.990 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aBP1LY +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.995 | 85654 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:12 | INFO | 78070/cimple-server: 2023-08-28 07:34:12.996 | 78070 | Waiting for new connections +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.996 | 78076 | Checking out revision HEAD +2023-08-28 07:34:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:12 | INFO | 78076/cimple-worker: 2023-08-28 07:34:12.998 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.003 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.004 | 78073 | Recursively removing directory: /tmp/git.rVxhiv/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.006 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.006 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.009 | 85651 | Marked run 395 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.010 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.010 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.012 | 85661 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.012 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.018 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.030 | 78076 | Recursively removing directory: /tmp/git.aBP1LY/ +2023-08-28 07:34:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2023-08-28 07:34:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '38171', 'run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.015 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.037 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kwssNW +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.043 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.045 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.031 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.031 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.041 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.041 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3GtSLd +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.048 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.049 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.018 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.035 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.036 | 85669 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.036 | 78072 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.036 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.037 | 78072 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.037 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.037 | 85664 | Marked run 396 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.037 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.041 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.041 | 85672 | Added a new worker 9 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.041 | 78072 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.041 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.041 | 78072 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.042 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.043 | 85670 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.044 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.056 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.065 | 85671 | Marked run 397 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.066 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.067 | 85677 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.068 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.086 | 78073 | Recursively removing directory: /tmp/git.kwssNW/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.088 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.088 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.096 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.099 | 78076 | Recursively removing directory: /tmp/git.3GtSLd/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.100 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.100 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.103 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.104 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.104 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.112 | 85690 | Added a new worker 13 to the queue +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.112 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uxcpvF +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.112 | 78072 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.112 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.112 | 78072 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.114 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.114 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.114 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.115 | 85692 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.115 | 78072 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.115 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.115 | 78072 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.118 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.120 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.118 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1oRCmR +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.123 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.123 | 85689 | Marked run 398 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.123 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.132 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.135 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.138 | 85691 | Marked run 399 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.138 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.153 | 78076 | Recursively removing directory: /tmp/git.1oRCmR/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.154 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.154 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.156 | 78073 | Recursively removing directory: /tmp/git.uxcpvF/ +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.158 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.162 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.163 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.163 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.157 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.157 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 85709 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 85710 | Added a new worker 10 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.166 | 78072 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.166 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.166 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XZrMW3 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.167 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lOXu11 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.168 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.177 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.177 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.178 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.179 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.185 | 85707 | Marked run 401 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.186 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.194 | 85708 | Marked run 400 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.195 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.196 | 78076 | Recursively removing directory: /tmp/git.lOXu11/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.197 | 78073 | Recursively removing directory: /tmp/git.XZrMW3/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.199 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.199 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.197 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.197 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.202 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.206 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.207 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.208 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.211 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.211 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.211 | 85727 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.212 | 78072 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.212 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.212 | 78072 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.212 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.213 | 85728 | Added a new worker 10 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.213 | 78072 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.213 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.213 | 78072 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.212 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QICixd +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.213 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ig7FJm +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.214 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.220 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.222 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.221 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.223 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.230 | 85725 | Marked run 402 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.232 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.237 | 85726 | Marked run 403 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.237 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.239 | 78073 | Recursively removing directory: /tmp/git.ig7FJm/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.243 | 78076 | Recursively removing directory: /tmp/git.QICixd/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.244 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.244 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.245 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.245 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.248 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.249 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.253 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.253 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.254 | 85745 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.254 | 78072 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.254 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.254 | 78072 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.254 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XJvijA +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.255 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.257 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.260 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.260 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.261 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.261 | 85746 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.261 | 78072 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.261 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.261 | 78072 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.262 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.263 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bY0BZ3 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.281 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.283 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.283 | 78076 | Recursively removing directory: /tmp/git.XJvijA/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.286 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.286 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.290 | 85744 | Marked run 404 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.290 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.294 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.296 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.296 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 85743 | Marked run 405 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 85758 | Added a new worker 6 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 78072 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.299 | 78072 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.299 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rnxB0L +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.300 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.305 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.305 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.312 | 85757 | Marked run 406 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.312 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.318 | 78073 | Recursively removing directory: /tmp/git.bY0BZ3/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.319 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.319 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.322 | 78076 | Recursively removing directory: /tmp/git.rnxB0L/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.323 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.323 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.324 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.327 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.328 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.328 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.329 | 85772 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.329 | 78072 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.329 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.329 | 78072 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.329 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5DZt30 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.330 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.333 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.333 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.337 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.338 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.338 | 85773 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.338 | 78072 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.339 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.339 | 78072 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.339 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.340 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.igUnw2 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.348 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.349 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.353 | 85771 | Marked run 408 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.354 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.363 | 85770 | Marked run 407 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.363 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.364 | 78073 | Recursively removing directory: /tmp/git.5DZt30/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.365 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.365 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.370 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.371 | 78076 | Recursively removing directory: /tmp/git.igUnw2/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.372 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.372 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.375 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.375 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.376 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.380 | 85789 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.380 | 78072 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.380 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.381 | 78072 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.381 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LSyhRE +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.382 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.382 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.382 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.385 | 85791 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.385 | 78072 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.385 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.385 | 78072 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.385 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.386 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7q8IBv +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.389 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.390 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.390 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.391 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.406 | 85788 | Marked run 409 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.407 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.408 | 78076 | Recursively removing directory: /tmp/git.7q8IBv/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.410 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.410 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.412 | 85790 | Marked run 410 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.413 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.414 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.419 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.419 | 78073 | Recursively removing directory: /tmp/git.LSyhRE/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.420 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.420 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.418 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.424 | 85807 | Added a new worker 10 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.424 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.425 | 78072 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.425 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.425 | 78072 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.426 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aSHQCU +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.427 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.430 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.431 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.432 | 85809 | Added a new worker 13 to the queue +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.433 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.433 | 78072 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.433 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.433 | 78072 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.433 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.437 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PoSh3I +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.438 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.441 | 85806 | Marked run 412 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.441 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.445 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.446 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.450 | 85808 | Marked run 411 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.451 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.457 | 78076 | Recursively removing directory: /tmp/git.aSHQCU/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.459 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.459 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.463 | 78073 | Recursively removing directory: /tmp/git.PoSh3I/ +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.463 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.464 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.464 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.467 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.468 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.469 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.472 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.472 | 85825 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.473 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.473 | 78072 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.473 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.473 | 78072 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.473 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xYiSDA +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.474 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.475 | 85827 | Added a new worker 8 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.475 | 78072 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.475 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.475 | 78072 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.476 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.476 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rc2aJB +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.481 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.481 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.486 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.487 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.490 | 85824 | Marked run 413 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.491 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.497 | 85826 | Marked run 414 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.498 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.498 | 78076 | Recursively removing directory: /tmp/git.xYiSDA/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.499 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.499 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.503 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.506 | 78073 | Recursively removing directory: /tmp/git.rc2aJB/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.507 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.507 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.507 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.508 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.512 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.515 | 85843 | Added a new worker 13 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.515 | 78072 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.515 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.515 | 78072 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.516 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.516 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MuXATK +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.517 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.517 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.517 | 85845 | Added a new worker 13 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.517 | 78072 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.517 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.517 | 78072 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.518 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.97B6Hk +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.518 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.521 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.522 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.526 | 85842 | Marked run 415 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.527 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.527 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.528 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.538 | 85844 | Marked run 416 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.539 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.543 | 78076 | Recursively removing directory: /tmp/git.MuXATK/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.548 | 78073 | Recursively removing directory: /tmp/git.97B6Hk/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.544 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.545 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.549 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.549 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.549 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.553 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.554 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.554 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.557 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 85862 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 85863 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.557 | 78072 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.558 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.62yaLh +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.558 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.558 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.558 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MVsxKT +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.566 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.567 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.568 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.569 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.573 | 85860 | Marked run 417 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.574 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.583 | 85861 | Marked run 418 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.584 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.585 | 78073 | Recursively removing directory: /tmp/git.62yaLh/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.586 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.586 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.591 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.593 | 78076 | Recursively removing directory: /tmp/git.MVsxKT/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.595 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.595 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.599 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.604 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.604 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.607 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.607 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.607 | 85881 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.607 | 78072 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.607 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.607 | 78072 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.608 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5hqprz +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.608 | 85880 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.608 | 78072 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.608 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.608 | 78072 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.608 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.609 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.609 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oKezN0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.614 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.615 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.615 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.616 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.619 | 85878 | Marked run 420 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.619 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.624 | 85879 | Marked run 419 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.624 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.632 | 78076 | Recursively removing directory: /tmp/git.oKezN0/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.633 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.633 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.635 | 78073 | Recursively removing directory: /tmp/git.5hqprz/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.636 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.636 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.638 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.641 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.642 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.642 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.642 | 85898 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.642 | 78072 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.642 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.642 | 78072 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.642 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uOAU1t +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.643 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.646 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.649 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.649 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.649 | 85899 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.649 | 78072 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.649 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.649 | 78072 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.650 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.650 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AQSMwR +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.650 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.668 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.670 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.670 | 78076 | Recursively removing directory: /tmp/git.uOAU1t/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.672 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.672 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.677 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.684 | 85896 | Marked run 422 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.685 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.686 | 78073 | Recursively removing directory: /tmp/git.AQSMwR/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.687 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.687 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.692 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.692 | 85897 | Marked run 421 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.692 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.696 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.697 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.699 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 85917 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 78072 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 78072 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.699 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.699 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mUR0xm +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.700 | 85916 | Added a new worker 14 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.701 | 78072 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.701 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.701 | 78072 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.701 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QUa937 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.705 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.705 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.706 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.707 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.712 | 85914 | Marked run 423 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.716 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.717 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.732 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.726 | 78076 | Recursively removing directory: /tmp/git.mUR0xm/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.728 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.728 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.737 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.737 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.740 | 85928 | Added a new worker 13 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.740 | 78072 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.740 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.741 | 78072 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.741 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ygsJhI +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.741 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.750 | 78073 | Recursively removing directory: /tmp/git.QUa937/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.751 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.751 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.756 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.761 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.762 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.770 | 85935 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.770 | 78072 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.770 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.770 | 78072 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.771 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.De40TI +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.771 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.877 | 85915 | Marked run 424 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.877 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.878 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.879 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.880 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.881 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.885 | 85926 | Marked run 425 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.885 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.893 | 85934 | Marked run 426 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.894 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.895 | 78073 | Recursively removing directory: /tmp/git.De40TI/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.897 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.897 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.901 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.905 | 78076 | Recursively removing directory: /tmp/git.ygsJhI/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.906 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.906 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.907 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.907 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.907 | 85951 | Added a new worker 10 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.907 | 78072 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.907 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.907 | 78072 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.907 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z6WwVm +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.908 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.910 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.913 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.914 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.914 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.914 | 85954 | Added a new worker 12 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.915 | 78072 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.915 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.915 | 78072 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.914 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.915 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H3xVCv +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.915 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.921 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.921 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.938 | 78073 | Recursively removing directory: /tmp/git.Z6WwVm/ +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.939 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.939 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.944 | 85950 | Marked run 428 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.944 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.945 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.950 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.947 | 78076 | Recursively removing directory: /tmp/git.H3xVCv/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.948 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.948 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.952 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.952 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.956 | 85969 | Added a new worker 15 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.957 | 78072 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.957 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.957 | 78072 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.957 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jW2KtI +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.958 | 85952 | Marked run 427 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.958 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.959 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.960 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.962 | 78076 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.964 | 85971 | Added a new worker 11 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.964 | 78072 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.964 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.964 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.964 | 78072 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.965 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DFtl9a +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.965 | 78073 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.966 | 78073 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.971 | 78076 | Checking out revision HEAD +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.973 | 78076 | Going to run: ./ci +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.974 | 85968 | Marked run 429 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.975 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.984 | 78073 | Recursively removing directory: /tmp/git.jW2KtI/ +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.988 | 85970 | Marked run 430 as finished +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.988 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.989 | 78073 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.989 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.997 | 78073 | Waiting for a new command +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.992 | 78076 | Recursively removing directory: /tmp/git.DFtl9a/ +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.993 | 78076 | Process exit code: 0 +2023-08-28 07:34:13 | INFO | 78076/cimple-worker: 2023-08-28 07:34:13.993 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.997 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.997 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.998 | 85987 | Added a new worker 10 to the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.998 | 78072 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.998 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.998 | 78072 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:13 | INFO | 78070/cimple-server: 2023-08-28 07:34:13.998 | 78070 | Waiting for new connections +2023-08-28 07:34:13 | INFO | 78073/cimple-worker: 2023-08-28 07:34:13.999 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RmxPds +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.000 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.004 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.003 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.007 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.008 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.013 | 85990 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.013 | 78072 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.013 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.013 | 78072 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.014 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.013 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.at1s6M +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.019 | 85988 | Marked run 432 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.021 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.026 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.027 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.033 | 78073 | Recursively removing directory: /tmp/git.RmxPds/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.034 | 85986 | Marked run 431 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.034 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.035 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.035 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.040 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.045 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.046 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.047 | 86006 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.047 | 78076 | Recursively removing directory: /tmp/git.at1s6M/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.047 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.048 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.048 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.053 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.055 | 78072 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.055 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.055 | 78072 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.056 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8tYupH +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.056 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.057 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.057 | 86008 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.057 | 78072 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.057 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.057 | 78072 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.057 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9neCu3 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.058 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.066 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.066 | 86005 | Marked run 433 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.066 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.067 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.073 | 86007 | Marked run 434 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.074 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.075 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.076 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.088 | 78073 | Recursively removing directory: /tmp/git.8tYupH/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.090 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.090 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.094 | 78076 | Recursively removing directory: /tmp/git.9neCu3/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.095 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.095 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.096 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.099 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.100 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.100 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.100 | 86025 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.100 | 78072 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.100 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.100 | 78072 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.101 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OzR53t +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.101 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.105 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.105 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.105 | 86026 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.105 | 78072 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.105 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.106 | 78072 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.106 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eq3kpm +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.106 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.107 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.108 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.112 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.112 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.129 | 78073 | Recursively removing directory: /tmp/git.OzR53t/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.130 | 86024 | Marked run 436 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.130 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.130 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.130 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.135 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.140 | 78076 | Recursively removing directory: /tmp/git.eq3kpm/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.141 | 86023 | Marked run 435 as finished +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.142 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.142 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.142 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.142 | 86042 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.143 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.143 | 78072 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.143 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.143 | 78072 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.143 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oxmpEl +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.144 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.144 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.149 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.149 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.150 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.154 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.154 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.157 | 86045 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.157 | 78072 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.157 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.157 | 78072 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.158 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FPED3m +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.158 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.167 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.168 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.170 | 86041 | Marked run 437 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.171 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.177 | 86043 | Marked run 438 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.178 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.178 | 78073 | Recursively removing directory: /tmp/git.oxmpEl/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.180 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.180 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.184 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.186 | 78076 | Recursively removing directory: /tmp/git.FPED3m/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.187 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.187 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.188 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.188 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.191 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.192 | 86060 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.192 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.192 | 78072 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.192 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.192 | 78072 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.192 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZWocBg +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.197 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.197 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.201 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.202 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.202 | 86062 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.202 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.202 | 78072 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.202 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.202 | 78072 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.203 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2jpSaV +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.212 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.213 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.219 | 86059 | Marked run 439 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.220 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.224 | 78073 | Recursively removing directory: /tmp/git.ZWocBg/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.226 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.226 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.228 | 86061 | Marked run 440 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.228 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.230 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.233 | 78076 | Recursively removing directory: /tmp/git.2jpSaV/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.234 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.234 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.235 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.235 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.239 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.239 | 86078 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.239 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.240 | 78072 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.240 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.240 | 78072 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.240 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0c79GP +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.244 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.248 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.248 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.249 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.249 | 86080 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.250 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.250 | 78072 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.250 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.250 | 78072 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.250 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jn390A +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.255 | 86077 | Marked run 441 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.255 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.257 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.258 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.265 | 86079 | Marked run 442 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.265 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.266 | 78073 | Recursively removing directory: /tmp/git.0c79GP/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.267 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.267 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.271 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.276 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.277 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.278 | 86096 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.278 | 78072 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.278 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.278 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.278 | 78072 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.279 | 78076 | Recursively removing directory: /tmp/git.jn390A/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.280 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.280 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.284 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.284 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dof610 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.290 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 86098 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 78072 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.290 | 78072 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.291 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IWq2k0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.296 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.298 | 86095 | Marked run 443 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.299 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.300 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.300 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.302 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.307 | 86097 | Marked run 444 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.308 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.320 | 78073 | Recursively removing directory: /tmp/git.dof610/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.321 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.321 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.323 | 78076 | Recursively removing directory: /tmp/git.IWq2k0/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.325 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.325 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.325 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.329 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.329 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.329 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.334 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.336 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.337 | 86114 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.337 | 78072 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.337 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.337 | 78072 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.337 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.337 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eVkFOz +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.342 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.343 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.343 | 86116 | Added a new worker 8 to the queue +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.344 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jhpjdd +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.343 | 78072 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.343 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.343 | 78072 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.343 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.352 | 86113 | Marked run 445 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.353 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.358 | 86115 | Marked run 446 as finished +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.358 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.358 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.359 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.359 | 78073 | Recursively removing directory: /tmp/git.eVkFOz/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.361 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.361 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.365 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.371 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.372 | 86132 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.372 | 78072 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.372 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.372 | 78072 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.373 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.372 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.372 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SFkVPM +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.378 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.379 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.382 | 78076 | Recursively removing directory: /tmp/git.jhpjdd/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.384 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.384 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.389 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.393 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.393 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 86139 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 78072 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 78072 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.394 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M9MHkE +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.394 | 86129 | Marked run 447 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.395 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.399 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.399 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.404 | 78073 | Recursively removing directory: /tmp/git.SFkVPM/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.409 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.409 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.413 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.417 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.417 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.419 | 86136 | Marked run 448 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.419 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.423 | 86150 | Added a new worker 6 to the queue +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.423 | 78076 | Recursively removing directory: /tmp/git.M9MHkE/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.425 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.425 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.430 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.431 | 78072 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.431 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.431 | 78072 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.431 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TAqPsy +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.433 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.438 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.438 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H7Vc4v +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 86152 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 78072 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.438 | 78072 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.446 | 86147 | Marked run 449 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.447 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.447 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.448 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.448 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.449 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.459 | 86151 | Marked run 450 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.460 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.464 | 78073 | Recursively removing directory: /tmp/git.TAqPsy/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.466 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.466 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.476 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.470 | 78076 | Recursively removing directory: /tmp/git.H7Vc4v/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.472 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.472 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.476 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.476 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.476 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.480 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.480 | 86168 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.480 | 78072 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.480 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 78072 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 86170 | Added a new worker 8 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 78072 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.481 | 78072 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.482 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.483 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2ZvjDx +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.481 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.482 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WpOx5o +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.488 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.489 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.495 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.496 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.497 | 86169 | Marked run 452 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.498 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.504 | 86167 | Marked run 451 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.505 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.511 | 78073 | Recursively removing directory: /tmp/git.2ZvjDx/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.513 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.513 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.518 | 78076 | Recursively removing directory: /tmp/git.WpOx5o/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.519 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.519 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.519 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.524 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.525 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.529 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.529 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.529 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.530 | 86188 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.532 | 78072 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.532 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.532 | 78072 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.533 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.537 | 86187 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.537 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HarR2L +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.538 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rflDpn +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.537 | 78072 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.537 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.537 | 78072 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.540 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.550 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.551 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.554 | 86185 | Marked run 453 as finished +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.555 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.555 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.557 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.562 | 86186 | Marked run 454 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.566 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.570 | 78076 | Recursively removing directory: /tmp/git.HarR2L/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.572 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.572 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.576 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.578 | 78073 | Recursively removing directory: /tmp/git.rflDpn/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.579 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.579 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.581 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.581 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.584 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.589 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.589 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.590 | 86206 | Added a new worker 15 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.590 | 78072 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.590 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.590 | 78072 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.590 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3QNM6m +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.591 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.591 | 86204 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.591 | 78072 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.591 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.591 | 78072 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.592 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.592 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UrG4uR +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.598 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.601 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.602 | 86203 | Marked run 455 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.603 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.602 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.605 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.609 | 86205 | Marked run 456 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.609 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.619 | 78076 | Recursively removing directory: /tmp/git.UrG4uR/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.620 | 78073 | Recursively removing directory: /tmp/git.3QNM6m/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.621 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.621 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.624 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.620 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.620 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.626 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.630 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 86224 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78072 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78072 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.630 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3MxI1s +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.630 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.631 | 86223 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.634 | 78072 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.634 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.634 | 78072 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.631 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.634 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uh0zbo +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.635 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.641 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.642 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.652 | 86222 | Marked run 457 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.652 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.653 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.657 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.659 | 86221 | Marked run 458 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.659 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.661 | 78073 | Recursively removing directory: /tmp/git.3MxI1s/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.662 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.662 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.666 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.670 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.671 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.671 | 86240 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.671 | 78072 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.671 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.671 | 78072 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.672 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o26kBf +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.673 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.677 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.678 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.686 | 78076 | Recursively removing directory: /tmp/git.uh0zbo/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.687 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.687 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.692 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.693 | 78073 | Recursively removing directory: /tmp/git.o26kBf/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.695 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.695 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.698 | 86239 | Marked run 459 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.698 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.699 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.699 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.701 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.705 | 86249 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.705 | 78072 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.705 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.705 | 78072 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.705 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.705 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R6cJrc +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.708 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.705 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.709 | 86251 | Added a new worker 6 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.709 | 78072 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.709 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.709 | 78072 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.709 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7CuKW2 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.710 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.710 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.711 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.717 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.719 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.722 | 86248 | Marked run 460 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.723 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.727 | 86250 | Marked run 461 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.727 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.735 | 78076 | Recursively removing directory: /tmp/git.R6cJrc/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.736 | 78073 | Recursively removing directory: /tmp/git.7CuKW2/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.737 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.738 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.740 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.742 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.736 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.736 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.745 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.745 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.746 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 86268 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 86269 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.746 | 78072 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.747 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cQ2g6r +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.747 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.747 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YGTvEB +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.748 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.752 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.753 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.755 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.756 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.769 | 78076 | Recursively removing directory: /tmp/git.YGTvEB/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.772 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.772 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.776 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.778 | 86267 | Marked run 463 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.779 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.782 | 86266 | Marked run 462 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.783 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.783 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.783 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.787 | 86285 | Added a new worker 8 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.787 | 78072 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.787 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.787 | 78072 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.787 | 78073 | Recursively removing directory: /tmp/git.cQ2g6r/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.787 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jQwspi +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.789 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.789 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.793 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.795 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.796 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.796 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.798 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.799 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.799 | 86288 | Added a new worker 13 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.801 | 78072 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.801 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.801 | 78072 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.801 | 86282 | Marked run 464 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.801 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.802 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NZk2Ch +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.809 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.811 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.812 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.814 | 86286 | Marked run 465 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.815 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.823 | 78076 | Recursively removing directory: /tmp/git.jQwspi/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.825 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.825 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.829 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.830 | 78073 | Recursively removing directory: /tmp/git.NZk2Ch/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.832 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.832 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.834 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.834 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.836 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.841 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.841 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.841 | 86303 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.841 | 78072 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.841 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.841 | 78072 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.842 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vZCEKB +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.843 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.844 | 86305 | Added a new worker 9 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.844 | 78072 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.844 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.844 | 78072 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.844 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.845 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0zXdu7 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.847 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.848 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.852 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.856 | 86302 | Marked run 466 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.856 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.856 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.863 | 86304 | Marked run 467 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.863 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.868 | 78076 | Recursively removing directory: /tmp/git.vZCEKB/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.870 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.870 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.875 | 78073 | Recursively removing directory: /tmp/git.0zXdu7/ +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.875 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.876 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.876 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.880 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.881 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.884 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.885 | 86321 | Added a new worker 12 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.885 | 78072 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.885 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.886 | 78072 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.886 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.juKT7B +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.886 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.886 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.887 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.889 | 86323 | Added a new worker 8 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.889 | 78072 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.889 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.889 | 78072 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.889 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.889 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hajjnj +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.895 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.898 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.898 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.899 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.903 | 86320 | Marked run 468 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.905 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.911 | 86322 | Marked run 469 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.911 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.914 | 78073 | Recursively removing directory: /tmp/git.hajjnj/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.916 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.916 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.920 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.923 | 78076 | Recursively removing directory: /tmp/git.juKT7B/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.924 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.924 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.925 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.925 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.931 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.936 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.936 | 86339 | Added a new worker 15 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.936 | 78072 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.936 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.936 | 78072 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.936 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xye9Vi +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.937 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.937 | 86341 | Added a new worker 16 to the queue +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.936 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.938 | 78072 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.938 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.938 | 78072 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.938 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.940 | 86338 | Marked run 471 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.940 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.942 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.943 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.944 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W6RWx8 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.949 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.950 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.952 | 86340 | Marked run 470 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.953 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.964 | 78073 | Recursively removing directory: /tmp/git.Xye9Vi/ +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.966 | 78073 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.966 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.964 | 78076 | Recursively removing directory: /tmp/git.W6RWx8/ +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.966 | 78076 | Process exit code: 0 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.966 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.970 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.971 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.974 | 78076 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.974 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.975 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.976 | 78073 | Waiting for a new command +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.976 | 86358 | Added a new worker 14 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.976 | 78072 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.976 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.976 | 78072 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.976 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mCYkFM +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.976 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.977 | 86359 | Added a new worker 10 to the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.977 | 78072 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.977 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.977 | 78072 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.977 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oZQqgA +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.978 | 78070 | Waiting for new connections +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.985 | 78076 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.986 | 78073 | Checking out revision HEAD +2023-08-28 07:34:14 | INFO | 78076/cimple-worker: 2023-08-28 07:34:14.987 | 78076 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78073/cimple-worker: 2023-08-28 07:34:14.987 | 78073 | Going to run: ./ci +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.997 | 86356 | Marked run 472 as finished +2023-08-28 07:34:14 | INFO | 78070/cimple-server: 2023-08-28 07:34:14.998 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.003 | 86357 | Marked run 473 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.003 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.010 | 78076 | Recursively removing directory: /tmp/git.mCYkFM/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.011 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.011 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.013 | 78073 | Recursively removing directory: /tmp/git.oZQqgA/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.014 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.014 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.018 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.021 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.023 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.023 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.027 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.027 | 86376 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.027 | 78072 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.027 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.027 | 78072 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.028 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.028 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.028 | 86377 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.028 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pFotyf +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.029 | 78072 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.029 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.029 | 78072 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.029 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CoHmTZ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.034 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.036 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.039 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.048 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.050 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.053 | 86374 | Marked run 475 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.053 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.058 | 86375 | Marked run 474 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.058 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.062 | 78073 | Recursively removing directory: /tmp/git.pFotyf/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.064 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.064 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.069 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.074 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.074 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.075 | 86393 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.075 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.074 | 78076 | Recursively removing directory: /tmp/git.CoHmTZ/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.076 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.076 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.076 | 78072 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.076 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.076 | 78072 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.081 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.084 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K9hrCL +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.085 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.085 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.086 | 86395 | Added a new worker 13 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.086 | 78072 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.086 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.086 | 78072 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.086 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.089 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uHXJ1S +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.094 | 86392 | Marked run 476 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.095 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.099 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.100 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.101 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.102 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.109 | 86394 | Marked run 477 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.110 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.115 | 78076 | Recursively removing directory: /tmp/git.uHXJ1S/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.117 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.117 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.121 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.122 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.117 | 78073 | Recursively removing directory: /tmp/git.K9hrCL/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.118 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.118 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.126 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.126 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.128 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 86412 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 86413 | Added a new worker 15 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.128 | 78072 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.128 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CULrqA +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.132 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O18oBV +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.135 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.137 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.140 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.141 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.157 | 78073 | Recursively removing directory: /tmp/git.CULrqA/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.159 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.159 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.160 | 86411 | Marked run 478 as finished +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.162 | 78076 | Recursively removing directory: /tmp/git.O18oBV/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.163 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.163 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.161 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.164 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.169 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 86410 | Marked run 479 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 86429 | Added a new worker 6 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 78072 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.169 | 78072 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.169 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CAMD1w +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.170 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.170 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.175 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.175 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.180 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.180 | 86431 | Added a new worker 12 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.180 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.180 | 78072 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.180 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.181 | 78072 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.176 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.181 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1ZVRA6 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.189 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.191 | 86430 | Marked run 480 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.192 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.193 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.202 | 78073 | Recursively removing directory: /tmp/git.CAMD1w/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.204 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.204 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.208 | 78076 | Recursively removing directory: /tmp/git.1ZVRA6/ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.209 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.210 | 86428 | Marked run 481 as finished +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.211 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.211 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.212 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.214 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.214 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.215 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.220 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 86447 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 78072 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.220 | 78072 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.220 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m3q6Zd +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.222 | 86449 | Added a new worker 8 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.222 | 78072 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.222 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.222 | 78072 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.223 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wfm2vG +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.226 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.227 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.228 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.235 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.235 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.238 | 86448 | Marked run 483 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.239 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.243 | 86446 | Marked run 482 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.244 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.246 | 78073 | Recursively removing directory: /tmp/git.m3q6Zd/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.247 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.247 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.251 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.252 | 78076 | Recursively removing directory: /tmp/git.wfm2vG/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.254 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.254 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.256 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.257 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.260 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.263 | 86465 | Added a new worker 13 to the queue +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.264 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b5qnal +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.264 | 78072 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.264 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.264 | 78072 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.265 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.271 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.275 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.276 | 86464 | Marked run 484 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.277 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.280 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.280 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.282 | 86469 | Added a new worker 9 to the queue +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.282 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.70rVye +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.282 | 78072 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.282 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.282 | 78072 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.283 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.288 | 86466 | Marked run 485 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.289 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.290 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.291 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.297 | 78073 | Recursively removing directory: /tmp/git.b5qnal/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.299 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.299 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.303 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.304 | 78076 | Recursively removing directory: /tmp/git.70rVye/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.305 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.305 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.309 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.310 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.312 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.314 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.314 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.316 | 86483 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.317 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RZ5VLo +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 86485 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.317 | 78072 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.317 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yt4J1T +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.318 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.318 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.324 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.325 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.327 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.328 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.332 | 86482 | Marked run 486 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.332 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.337 | 86484 | Marked run 487 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.337 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.341 | 78073 | Recursively removing directory: /tmp/git.RZ5VLo/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.342 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.343 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.347 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.347 | 78076 | Recursively removing directory: /tmp/git.yt4J1T/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.349 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.349 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.352 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.352 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.354 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.357 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.357 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.357 | 86501 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.358 | 78072 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.358 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.358 | 78072 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.358 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uWILKN +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.359 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.360 | 86503 | Added a new worker 8 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.360 | 78072 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.360 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.360 | 78072 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.360 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W15A7c +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.362 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.364 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.368 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.371 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.372 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.376 | 86500 | Marked run 488 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.377 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.381 | 86502 | Marked run 489 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.382 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.385 | 78073 | Recursively removing directory: /tmp/git.uWILKN/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.387 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.387 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.391 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.393 | 78076 | Recursively removing directory: /tmp/git.W15A7c/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.394 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.394 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.397 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.398 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.400 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.402 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.402 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.407 | 86520 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.407 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.407 | 86522 | Added a new worker 16 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.408 | 78072 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.408 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o94Y1o +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.408 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.38wsks +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.413 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.413 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.414 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.414 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.415 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.420 | 86519 | Marked run 490 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.420 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.427 | 86521 | Marked run 491 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.428 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.431 | 78073 | Recursively removing directory: /tmp/git.38wsks/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.433 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.433 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.436 | 78076 | Recursively removing directory: /tmp/git.o94Y1o/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.438 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.438 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.439 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.442 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.442 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.443 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.447 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.448 | 86539 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.448 | 78072 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.448 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.448 | 78072 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.448 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.449 | 86540 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.449 | 78072 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.449 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.449 | 78072 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.448 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mkuRWg +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.448 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.449 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dcV337 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.451 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.454 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.455 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.460 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.461 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.474 | 86538 | Marked run 493 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.474 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.477 | 78076 | Recursively removing directory: /tmp/git.dcV337/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.479 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.479 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.480 | 78073 | Recursively removing directory: /tmp/git.mkuRWg/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.482 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.482 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.483 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.486 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.487 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.487 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.491 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.491 | 86557 | Added a new worker 17 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.491 | 78072 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.491 | 78072 | Removed worker 17 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.491 | 78072 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.492 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KruM2w +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.492 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.493 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.493 | 86558 | Added a new worker 13 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.493 | 78072 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.493 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.493 | 78072 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.494 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uWxv7b +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.494 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.495 | 86537 | Marked run 492 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.495 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.504 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.505 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.505 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.506 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.511 | 86555 | Marked run 495 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.512 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.516 | 86556 | Marked run 494 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.517 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.523 | 78073 | Recursively removing directory: /tmp/git.uWxv7b/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.524 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.524 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.526 | 78076 | Recursively removing directory: /tmp/git.KruM2w/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.527 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.527 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.529 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.532 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.533 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.533 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.536 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 86575 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 86576 | Added a new worker 15 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78072 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78072 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78072 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.536 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.537 | 78072 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.537 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w5fAyk +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.537 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.537 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V99JmJ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.547 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.548 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.549 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.551 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.554 | 86573 | Marked run 497 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.555 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.559 | 86574 | Marked run 496 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.559 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.565 | 78073 | Recursively removing directory: /tmp/git.V99JmJ/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.566 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.566 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.567 | 78076 | Recursively removing directory: /tmp/git.w5fAyk/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.569 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.569 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.573 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.576 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.577 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.577 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.580 | 86593 | Added a new worker 12 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.581 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.581 | 78072 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.581 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.581 | 78072 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.581 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rx2cPb +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.582 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.582 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.582 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hDIxK8 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.582 | 86594 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.582 | 78072 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.582 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.582 | 78072 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.583 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.589 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.590 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.597 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.601 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.611 | 78073 | Recursively removing directory: /tmp/git.hDIxK8/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.613 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.613 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.615 | 86592 | Marked run 498 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.615 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.619 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.622 | 86591 | Marked run 499 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.623 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.628 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.630 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.630 | 86605 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.630 | 78072 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.630 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.630 | 78072 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.631 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LW9V2R +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.631 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.636 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.637 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.648 | 86603 | Marked run 501 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.649 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.655 | 78073 | Recursively removing directory: /tmp/git.LW9V2R/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.657 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.657 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.661 | 78076 | Recursively removing directory: /tmp/git.rx2cPb/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.662 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.662 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.666 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.668 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.681 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 86620 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 78072 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.681 | 78072 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.682 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.682 | 86621 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.682 | 78072 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.682 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.683 | 78072 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.681 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.682 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EXP9dk +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.683 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g1fPbr +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.685 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.693 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.694 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.695 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.695 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.700 | 86618 | Marked run 500 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.701 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.706 | 86619 | Marked run 502 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.706 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.712 | 78076 | Recursively removing directory: /tmp/git.g1fPbr/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.713 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.713 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.717 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.722 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.722 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.723 | 86633 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.723 | 78072 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.723 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.723 | 78072 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.723 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a4HfuP +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.724 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.730 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.731 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.739 | 86631 | Marked run 504 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.740 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.747 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.741 | 78073 | Recursively removing directory: /tmp/git.EXP9dk/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.742 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.742 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.751 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.751 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.751 | 86646 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.751 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OwmciQ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.751 | 78072 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.751 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.751 | 78072 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.754 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.756 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.757 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.764 | 78076 | Recursively removing directory: /tmp/git.a4HfuP/ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.766 | 86645 | Marked run 503 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.766 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.767 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.767 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.772 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.776 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.776 | 78073 | Recursively removing directory: /tmp/git.OwmciQ/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.776 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.776 | 86655 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.777 | 78072 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.777 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.777 | 78072 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.777 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iscRFR +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.777 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.777 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.778 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.782 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.785 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.787 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 86658 | Added a new worker 13 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 78072 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.793 | 78072 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.793 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.796 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f2yHCd +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.802 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.804 | 86654 | Marked run 505 as finished +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.805 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.805 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.809 | 86656 | Marked run 506 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.809 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.814 | 78076 | Recursively removing directory: /tmp/git.iscRFR/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.816 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.816 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.821 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.823 | 78073 | Recursively removing directory: /tmp/git.f2yHCd/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.824 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.824 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.826 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.828 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.828 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.832 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.832 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.832 | 86673 | Added a new worker 14 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.833 | 78072 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.833 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.833 | 78072 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.833 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PWQAr7 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.834 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.835 | 86675 | Added a new worker 8 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.835 | 78072 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.835 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.835 | 78072 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.835 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.835 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pXxxip +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.841 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.842 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.845 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.847 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.850 | 86672 | Marked run 507 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.850 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.854 | 86674 | Marked run 508 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.854 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.860 | 78076 | Recursively removing directory: /tmp/git.PWQAr7/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.861 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.861 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.865 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.866 | 78073 | Recursively removing directory: /tmp/git.pXxxip/ +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.867 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.867 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.870 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.870 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.874 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.879 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.880 | 86691 | Added a new worker 15 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.880 | 78072 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.880 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.880 | 78072 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.880 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.880 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IYvBIo +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.881 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.881 | 86693 | Added a new worker 9 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.881 | 78072 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.881 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.881 | 78072 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.882 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oO5lps +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.883 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.885 | 86690 | Marked run 509 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.886 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.888 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.889 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.893 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.893 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.903 | 86692 | Marked run 510 as finished +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.903 | 78076 | Recursively removing directory: /tmp/git.IYvBIo/ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.904 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.905 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.905 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.912 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.913 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.914 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.920 | 86709 | Added a new worker 10 to the queue +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.920 | 78073 | Recursively removing directory: /tmp/git.oO5lps/ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.921 | 78072 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.921 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.921 | 78072 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.922 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.922 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.921 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KIWOVL +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.923 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.926 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.926 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.927 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.931 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.931 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.932 | 86708 | Marked run 511 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.932 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.933 | 86713 | Added a new worker 6 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.933 | 78072 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.933 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.933 | 78072 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.934 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.934 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xrkKdL +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.943 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.944 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.947 | 78076 | Recursively removing directory: /tmp/git.KIWOVL/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.949 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.949 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.952 | 86710 | Marked run 512 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.952 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.954 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.960 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.958 | 78076 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.966 | 86727 | Added a new worker 11 to the queue +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.967 | 78073 | Recursively removing directory: /tmp/git.xrkKdL/ +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.966 | 78072 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.966 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.967 | 78072 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.967 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UoPMTa +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.968 | 78073 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.968 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.969 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.972 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.972 | 78076 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.976 | 78076 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.976 | 78073 | Waiting for a new command +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.976 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.977 | 86724 | Marked run 513 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.977 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.981 | 86729 | Added a new worker 6 to the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.981 | 78072 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.981 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.981 | 78072 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.981 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ul3qUE +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.981 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.987 | 78073 | Checking out revision HEAD +2023-08-28 07:34:15 | INFO | 78073/cimple-worker: 2023-08-28 07:34:15.988 | 78073 | Going to run: ./ci +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.994 | 86728 | Marked run 514 as finished +2023-08-28 07:34:15 | INFO | 78070/cimple-server: 2023-08-28 07:34:15.994 | 78070 | Waiting for new connections +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.997 | 78076 | Recursively removing directory: /tmp/git.UoPMTa/ +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.998 | 78076 | Process exit code: 0 +2023-08-28 07:34:15 | INFO | 78076/cimple-worker: 2023-08-28 07:34:15.998 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.002 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.006 | 78073 | Recursively removing directory: /tmp/git.ul3qUE/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.006 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.007 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.008 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.008 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.012 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.016 | 86745 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.017 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.017 | 78072 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.017 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.017 | 78072 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.017 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ymL1IM +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.019 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.019 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.022 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.022 | 86747 | Added a new worker 8 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.022 | 78072 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.022 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.022 | 78072 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.022 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oFUDgq +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.023 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.023 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.026 | 86744 | Marked run 515 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.026 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.029 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.029 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.036 | 86746 | Marked run 516 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.036 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.040 | 78076 | Recursively removing directory: /tmp/git.ymL1IM/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.041 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.041 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.045 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.048 | 78073 | Recursively removing directory: /tmp/git.oFUDgq/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.049 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.049 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.050 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.050 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.053 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.057 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.058 | 86763 | Added a new worker 15 to the queue +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.060 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.060 | 86765 | Added a new worker 16 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.061 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YDJpEQ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.061 | 78072 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.066 | 86762 | Marked run 517 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.067 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.067 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9mX4X0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.068 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.068 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.073 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.073 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.078 | 86764 | Marked run 518 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.079 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.084 | 78076 | Recursively removing directory: /tmp/git.YDJpEQ/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.085 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.085 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.090 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.090 | 78073 | Recursively removing directory: /tmp/git.9mX4X0/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.091 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.091 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.094 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.094 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.094 | 86781 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.094 | 78072 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.094 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.094 | 78072 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.094 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ckz2Lh +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.098 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.101 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.102 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.102 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.113 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.109 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.116 | 86790 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.116 | 78072 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.116 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.116 | 78072 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.116 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rEXHZV +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.120 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.121 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.122 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.124 | 78076 | Recursively removing directory: /tmp/git.Ckz2Lh/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.126 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.126 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.131 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.135 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 86799 | Added a new worker 15 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 78072 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 78072 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.136 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.137 | 86780 | Marked run 519 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.137 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.138 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FMFHWb +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.141 | 86782 | Marked run 520 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.142 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.152 | 86798 | Marked run 521 as finished +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.149 | 78073 | Recursively removing directory: /tmp/git.rEXHZV/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.150 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.150 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.153 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.154 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.157 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.158 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.159 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.159 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.159 | 86802 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.159 | 78072 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.159 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.159 | 78072 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.160 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Us155b +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.161 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.164 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.165 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.171 | 86800 | Marked run 522 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.172 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.187 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.181 | 78076 | Recursively removing directory: /tmp/git.FMFHWb/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.183 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.183 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.182 | 78073 | Recursively removing directory: /tmp/git.Us155b/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.184 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.184 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.188 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.192 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.193 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.193 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.196 | 86818 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.196 | 78072 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.196 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.196 | 78072 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.197 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.196 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.197 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1FgeoB +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.198 | 86819 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.199 | 78072 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.199 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.199 | 78072 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.199 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.72JuGO +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.201 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.208 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.209 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.213 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.215 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.217 | 86817 | Marked run 524 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.218 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.221 | 86816 | Marked run 523 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.222 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.229 | 78073 | Recursively removing directory: /tmp/git.72JuGO/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.230 | 78076 | Recursively removing directory: /tmp/git.1FgeoB/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.231 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.231 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.230 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.230 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.234 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.236 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.238 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.238 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.240 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.240 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.240 | 86836 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.241 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e8FGkC +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 86837 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.241 | 78072 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.242 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GxglYt +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.242 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.252 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.252 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.253 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.254 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.259 | 86834 | Marked run 526 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.260 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.264 | 86835 | Marked run 525 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.264 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.270 | 78076 | Recursively removing directory: /tmp/git.GxglYt/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.271 | 78073 | Recursively removing directory: /tmp/git.e8FGkC/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.272 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.272 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.275 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.271 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.271 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.277 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.279 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.279 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.279 | 86854 | Added a new worker 12 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.280 | 78072 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.280 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.280 | 78072 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.280 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MJsmxP +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.281 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.282 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.282 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.282 | 86855 | Added a new worker 12 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.282 | 78072 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.282 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.282 | 78072 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.283 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TUYYxm +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.283 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.289 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.289 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.290 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.290 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.303 | 86853 | Marked run 527 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.303 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.307 | 86852 | Marked run 528 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.308 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.316 | 78073 | Recursively removing directory: /tmp/git.TUYYxm/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.321 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.321 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.318 | 78076 | Recursively removing directory: /tmp/git.MJsmxP/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.319 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.319 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.324 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.325 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.329 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.329 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.332 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 86872 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 86873 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.332 | 78072 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.332 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m33h6J +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.333 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KQ1UZ8 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.333 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.341 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.342 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.347 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.349 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.354 | 86871 | Marked run 530 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.354 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.359 | 86870 | Marked run 529 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.359 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.369 | 78073 | Recursively removing directory: /tmp/git.m33h6J/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.371 | 78076 | Recursively removing directory: /tmp/git.KQ1UZ8/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.372 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.372 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.374 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.370 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.370 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.377 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.378 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.378 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.378 | 86890 | Added a new worker 12 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.378 | 78072 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.378 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.379 | 78072 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.379 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jN7ACT +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.380 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.382 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.383 | 86891 | Added a new worker 12 to the queue +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.384 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.385 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.385 | 78072 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.385 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.385 | 78072 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.386 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.382 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.388 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KrXjgw +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.397 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.398 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.404 | 78073 | Recursively removing directory: /tmp/git.jN7ACT/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.407 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.407 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.412 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.416 | 86889 | Marked run 531 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.417 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.420 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.422 | 86888 | Marked run 532 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.422 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.427 | 78076 | Recursively removing directory: /tmp/git.KrXjgw/ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.427 | 86907 | Added a new worker 6 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.427 | 78072 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.427 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.427 | 78072 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.427 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0J0X92 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.430 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.431 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.433 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.435 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.439 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 86909 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.440 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 78072 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 78072 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.440 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.441 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.njIvmA +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.441 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.454 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.455 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.456 | 86906 | Marked run 533 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.456 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.469 | 78073 | Recursively removing directory: /tmp/git.0J0X92/ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.470 | 86908 | Marked run 534 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.470 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.471 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.471 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.475 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.478 | 78076 | Recursively removing directory: /tmp/git.njIvmA/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.479 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.479 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.482 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.482 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.484 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.488 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.488 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.488 | 86925 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.488 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.488 | 86927 | Added a new worker 8 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.489 | 78072 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.489 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zlLhEh +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.489 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M0Hn6a +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.490 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.494 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.495 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.495 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.496 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.501 | 86924 | Marked run 535 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.502 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.511 | 86926 | Marked run 536 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.511 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.513 | 78076 | Recursively removing directory: /tmp/git.M0Hn6a/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.515 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.515 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.519 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 86943 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 78072 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.523 | 78072 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.523 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.523 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nnOGRa +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.528 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.529 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.529 | 78073 | Recursively removing directory: /tmp/git.zlLhEh/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.530 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.531 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.535 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.540 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.541 | 86948 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.541 | 78072 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.541 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.541 | 78072 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.541 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.542 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.542 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lTf5EM +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.548 | 86942 | Marked run 538 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.548 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.553 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.557 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.559 | 78076 | Recursively removing directory: /tmp/git.nnOGRa/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.560 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.560 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.564 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.564 | 86947 | Marked run 537 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.565 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.568 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.568 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.574 | 86961 | Added a new worker 9 to the queue +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.573 | 78073 | Recursively removing directory: /tmp/git.lTf5EM/ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.574 | 78072 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.574 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.574 | 78072 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.574 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.575 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.575 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.576 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8aehgR +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.580 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.584 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.583 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.584 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.585 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.585 | 86963 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.585 | 78072 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.585 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.585 | 78072 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.586 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.587 | 86958 | Marked run 539 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.587 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.587 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E65xXy +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.598 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.600 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.600 | 86962 | Marked run 540 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.601 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.604 | 78076 | Recursively removing directory: /tmp/git.8aehgR/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.605 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.605 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.609 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.615 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.615 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.616 | 78073 | Recursively removing directory: /tmp/git.E65xXy/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.617 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.617 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.620 | 86979 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.620 | 78072 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.620 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.620 | 78072 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.621 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3W3GWP +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.622 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.622 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.626 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.626 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.627 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.628 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.633 | 86981 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.633 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.633 | 78072 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.633 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.633 | 78072 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.633 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N04rsa +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.634 | 86978 | Marked run 541 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.635 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.640 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.641 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.642 | 86980 | Marked run 542 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.642 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.648 | 78076 | Recursively removing directory: /tmp/git.3W3GWP/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.649 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.649 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.653 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.655 | 78073 | Recursively removing directory: /tmp/git.N04rsa/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.656 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.656 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.657 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.657 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.660 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.664 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.664 | 86997 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.668 | 78072 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.668 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.669 | 78072 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.670 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.671 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ry4y25 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.670 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.672 | 86999 | Added a new worker 8 to the queue +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.676 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1xclEB +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.676 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.676 | 78072 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.676 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.676 | 78072 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.676 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.677 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.682 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.684 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.685 | 86996 | Marked run 543 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.685 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.689 | 86998 | Marked run 544 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.689 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.694 | 78076 | Recursively removing directory: /tmp/git.Ry4y25/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.696 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.696 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.699 | 78073 | Recursively removing directory: /tmp/git.1xclEB/ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.700 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.701 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.701 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.704 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.704 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.706 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 87015 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 78072 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 78072 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.710 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.710 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PGirZX +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.712 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.715 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.716 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.718 | 87017 | Added a new worker 9 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.719 | 78072 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.719 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.719 | 78072 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.719 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eOkNgd +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.719 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.725 | 87016 | Marked run 546 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.725 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.726 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.727 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.738 | 87014 | Marked run 545 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.738 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.740 | 78076 | Recursively removing directory: /tmp/git.PGirZX/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.741 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.741 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.746 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.755 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.755 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.757 | 78073 | Recursively removing directory: /tmp/git.eOkNgd/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.758 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.758 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.760 | 87033 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.760 | 78072 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.760 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.761 | 78072 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.761 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.761 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UwaMWZ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.763 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.767 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.768 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.768 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.770 | 87035 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.770 | 78072 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.770 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.770 | 78072 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.770 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cUtAUB +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.771 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.773 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.778 | 87032 | Marked run 547 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.778 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.787 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.788 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.791 | 87034 | Marked run 548 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.791 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.797 | 78076 | Recursively removing directory: /tmp/git.UwaMWZ/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.798 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.798 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.802 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.806 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.810 | 87051 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.807 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.806 | 78073 | Recursively removing directory: /tmp/git.cUtAUB/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.807 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.807 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.811 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gbCgbi +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.810 | 78072 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.810 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.811 | 78072 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.812 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.815 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.816 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.816 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.822 | 87053 | Added a new worker 12 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.822 | 78072 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.822 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.822 | 78072 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.822 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.822 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h6VAWN +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.825 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.826 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.833 | 87050 | Marked run 549 as finished +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.833 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.834 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.835 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.840 | 87052 | Marked run 550 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.840 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.847 | 78076 | Recursively removing directory: /tmp/git.gbCgbi/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.849 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.849 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.856 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.852 | 78073 | Recursively removing directory: /tmp/git.h6VAWN/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.854 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.854 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.858 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.858 | 87069 | Added a new worker 10 to the queue +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.858 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.858 | 78072 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.858 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.858 | 78072 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.859 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.859 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uD1Kei +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.859 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.863 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.864 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.864 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.865 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.872 | 87071 | Added a new worker 13 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.872 | 78072 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.873 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.873 | 78072 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.873 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.873 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bKxNDm +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.879 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.880 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.882 | 87068 | Marked run 551 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.883 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.886 | 87070 | Marked run 552 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.888 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.895 | 78076 | Recursively removing directory: /tmp/git.uD1Kei/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.896 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.896 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.898 | 78073 | Recursively removing directory: /tmp/git.bKxNDm/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.899 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.899 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.901 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.904 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.906 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.906 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.912 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.912 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.912 | 87088 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.913 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.egYZtd +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.913 | 78072 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.913 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.913 | 78072 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.914 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.916 | 87089 | Added a new worker 11 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.917 | 78072 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.917 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.917 | 78072 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.917 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.917 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u2lrcQ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.920 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.921 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.925 | 87087 | Marked run 554 as finished +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.925 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.925 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.926 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.931 | 87086 | Marked run 553 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.931 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.938 | 78073 | Recursively removing directory: /tmp/git.u2lrcQ/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.939 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.939 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.942 | 78076 | Recursively removing directory: /tmp/git.egYZtd/ +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.943 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.943 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.944 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.947 | 78073 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.947 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.949 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.953 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.953 | 87105 | Added a new worker 14 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.953 | 78072 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.953 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.953 | 78072 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.954 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eedEmF +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.954 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.959 | 78073 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.959 | 78076 | Waiting for a new command +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.960 | 78073 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.962 | 87107 | Added a new worker 9 to the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.963 | 78072 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.963 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.963 | 78072 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.963 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.964 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wkb6wL +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.971 | 78076 | Checking out revision HEAD +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.971 | 87104 | Marked run 556 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.972 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.973 | 78076 | Going to run: ./ci +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.977 | 87106 | Marked run 555 as finished +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.978 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.987 | 78073 | Recursively removing directory: /tmp/git.eedEmF/ +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.988 | 78073 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78073/cimple-worker: 2023-08-28 07:34:16.988 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.992 | 78076 | Recursively removing directory: /tmp/git.Wkb6wL/ +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.993 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.993 | 78076 | Process exit code: 0 +2023-08-28 07:34:16 | INFO | 78076/cimple-worker: 2023-08-28 07:34:16.993 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.998 | 78070 | Waiting for new connections +2023-08-28 07:34:16 | INFO | 78070/cimple-server: 2023-08-28 07:34:16.999 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.001 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.002 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.002 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.002 | 87124 | Added a new worker 14 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.002 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.002 | 87125 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.002 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.003 | 78072 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.003 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vlcdhA +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.003 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xtW5Ga +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.008 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.009 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.020 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.021 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.027 | 78076 | Recursively removing directory: /tmp/git.vlcdhA/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.027 | 87122 | Marked run 557 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.028 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.029 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.029 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.032 | 87123 | Marked run 558 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.032 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.035 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.042 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.042 | 87139 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.042 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.041 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.045 | 78072 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.045 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.045 | 78072 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.046 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hBYJGl +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.053 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.055 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.055 | 78073 | Recursively removing directory: /tmp/git.xtW5Ga/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.057 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.057 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.061 | 87134 | Marked run 560 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.061 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.062 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.066 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.073 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.074 | 87150 | Added a new worker 11 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.074 | 78072 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.074 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.074 | 78072 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.075 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.075 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hOTwVh +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.079 | 87147 | Marked run 559 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.080 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.082 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.083 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.084 | 78076 | Recursively removing directory: /tmp/git.hBYJGl/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.085 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.085 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.090 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.094 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.096 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.102 | 87159 | Added a new worker 11 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.102 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.103 | 78072 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.103 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.104 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NboAkZ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.104 | 78072 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.108 | 87154 | Marked run 561 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.108 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.113 | 78073 | Recursively removing directory: /tmp/git.hOTwVh/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.114 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.115 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.115 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.115 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.119 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.123 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.123 | 87166 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.124 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.123 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.126 | 78072 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.126 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.126 | 78072 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.127 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4GTXdr +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.135 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.135 | 87163 | Marked run 562 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.135 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.136 | 78076 | Recursively removing directory: /tmp/git.NboAkZ/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.137 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.137 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.137 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.141 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.145 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 87173 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 78072 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.145 | 78072 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.146 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.smH4nB +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.150 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.151 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.159 | 78073 | Recursively removing directory: /tmp/git.4GTXdr/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.160 | 87172 | Marked run 563 as finished +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.160 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.160 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.164 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.165 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.170 | 78076 | Recursively removing directory: /tmp/git.smH4nB/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.171 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.171 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.172 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.176 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.176 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.179 | 87186 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.180 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fz0I3t +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.179 | 78072 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.179 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.179 | 78072 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.180 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.182 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.182 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.182 | 87188 | Added a new worker 8 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.185 | 78072 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.185 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.185 | 78072 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.186 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GZSxto +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.187 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.189 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.189 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.191 | 87185 | Marked run 564 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.191 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.192 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.193 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.196 | 87187 | Marked run 565 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.196 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.206 | 78073 | Recursively removing directory: /tmp/git.fz0I3t/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.207 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.207 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.216 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.210 | 78076 | Recursively removing directory: /tmp/git.GZSxto/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.211 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.211 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.211 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.215 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.216 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.222 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.224 | 87205 | Added a new worker 14 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.224 | 78072 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.224 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.224 | 78072 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.224 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rzsrJw +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.225 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.222 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.227 | 87206 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.228 | 78072 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.228 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.228 | 78072 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.228 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jXO7Ct +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.229 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.230 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.231 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.239 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.241 | 87203 | Marked run 566 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.241 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.243 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.246 | 87204 | Marked run 567 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.246 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.252 | 78073 | Recursively removing directory: /tmp/git.rzsrJw/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.253 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.253 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.258 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.262 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.262 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.263 | 87222 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.263 | 78072 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.263 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.263 | 78072 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.263 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YjsnJw +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.264 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.268 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.269 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.274 | 78076 | Recursively removing directory: /tmp/git.jXO7Ct/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.275 | 87221 | Marked run 568 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.276 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.276 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.276 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.281 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.285 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.285 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.287 | 78073 | Recursively removing directory: /tmp/git.YjsnJw/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.289 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.289 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.289 | 87231 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.289 | 78072 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.289 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.289 | 78072 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.289 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CQS9RN +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.290 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.293 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.297 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.297 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.297 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.298 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.300 | 87233 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.300 | 78072 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.300 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.300 | 78072 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.300 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.302 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KIaSc4 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.307 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.308 | 87230 | Marked run 569 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.309 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.308 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.317 | 87232 | Marked run 570 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.317 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.322 | 78076 | Recursively removing directory: /tmp/git.CQS9RN/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.323 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.323 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.327 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.336 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.333 | 78073 | Recursively removing directory: /tmp/git.KIaSc4/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.334 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.334 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.333 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.337 | 87249 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.337 | 78072 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.337 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.337 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.337 | 78072 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.339 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.340 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NiwWAC +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.348 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.348 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.348 | 87251 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.348 | 78072 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.349 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.349 | 78072 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.349 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OpkxZE +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.350 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.357 | 87248 | Marked run 571 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.357 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.357 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.358 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.362 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.363 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.367 | 87250 | Marked run 572 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.368 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.374 | 78076 | Recursively removing directory: /tmp/git.NiwWAC/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.375 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.375 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.378 | 78073 | Recursively removing directory: /tmp/git.OpkxZE/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.380 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.380 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.380 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.384 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 87267 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 78072 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 78072 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.384 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.384 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6KhPoz +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.385 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.388 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.389 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.389 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.392 | 87269 | Added a new worker 12 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.392 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.392 | 78072 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.392 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.393 | 78072 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.393 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L4IUBJ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.394 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.400 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.401 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.403 | 87266 | Marked run 573 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.403 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.408 | 87268 | Marked run 574 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.408 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.415 | 78076 | Recursively removing directory: /tmp/git.6KhPoz/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.420 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.416 | 78073 | Recursively removing directory: /tmp/git.L4IUBJ/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.417 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.417 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.416 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.416 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.422 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.424 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.424 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.426 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.426 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.426 | 87286 | Added a new worker 14 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.426 | 78072 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.426 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 78072 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 87287 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.427 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Fm8ks +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 78072 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.427 | 78072 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oeZCQy +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.429 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.434 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.435 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.438 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.439 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.455 | 78076 | Recursively removing directory: /tmp/git.0Fm8ks/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.457 | 87285 | Marked run 576 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.457 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.458 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.458 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.460 | 78073 | Recursively removing directory: /tmp/git.oeZCQy/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.463 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.464 | 87284 | Marked run 575 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.465 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.467 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.467 | 87303 | Added a new worker 8 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.467 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.465 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.465 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.467 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.468 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OzoeCB +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.468 | 78072 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.468 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.468 | 78072 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.470 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.475 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.475 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.475 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.476 | 87305 | Added a new worker 12 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.476 | 78072 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.476 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.476 | 78072 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.476 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GGA6nf +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.477 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.481 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.483 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.484 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.485 | 87302 | Marked run 577 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.485 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.494 | 87304 | Marked run 578 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.494 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.500 | 78076 | Recursively removing directory: /tmp/git.OzoeCB/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.501 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.501 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.509 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.505 | 78073 | Recursively removing directory: /tmp/git.GGA6nf/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.506 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.506 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.509 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.509 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.510 | 87321 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.510 | 78072 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.510 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.510 | 78072 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.510 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xSuwyj +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.511 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.512 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.515 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.515 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.515 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.517 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.523 | 87323 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.523 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.523 | 78072 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.523 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.523 | 78072 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.523 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1QAV2T +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.529 | 87322 | Marked run 580 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.530 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.532 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.533 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.535 | 87320 | Marked run 579 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.535 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.547 | 78076 | Recursively removing directory: /tmp/git.xSuwyj/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.548 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.548 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.554 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.554 | 78073 | Recursively removing directory: /tmp/git.1QAV2T/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.555 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.555 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.560 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.564 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.564 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.565 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.564 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 87340 | Added a new worker 15 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 87341 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78072 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.568 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.568 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j39mwj +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.569 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jb2C7Y +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.578 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.577 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.579 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.580 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.581 | 87338 | Marked run 581 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.582 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.585 | 87339 | Marked run 582 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.586 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.593 | 78076 | Recursively removing directory: /tmp/git.jb2C7Y/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.594 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.594 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.599 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.603 | 78073 | Recursively removing directory: /tmp/git.j39mwj/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.604 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.604 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.604 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.605 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NSQMV0 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.604 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.604 | 87357 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.604 | 78072 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.604 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.605 | 78072 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.606 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.608 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.609 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.610 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.621 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.622 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.622 | 87361 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.623 | 78072 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.623 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.623 | 78072 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.624 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.627 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UrWBVP +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.632 | 87356 | Marked run 584 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.632 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.637 | 78076 | Recursively removing directory: /tmp/git.NSQMV0/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.638 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.639 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.640 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.640 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.643 | 87358 | Marked run 583 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.643 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.644 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.648 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.648 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.648 | 87375 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.648 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.652 | 78072 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.652 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.652 | 78072 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.653 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hpusy9 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.658 | 78073 | Recursively removing directory: /tmp/git.UrWBVP/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.659 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.659 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.660 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.660 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.665 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.670 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.671 | 87382 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.672 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.671 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.672 | 78072 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.672 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.672 | 78072 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.672 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E2aqhr +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.674 | 87370 | Marked run 585 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.674 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.680 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.681 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.684 | 87379 | Marked run 586 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.684 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.687 | 78076 | Recursively removing directory: /tmp/git.hpusy9/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.688 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.688 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.692 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.696 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.696 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.700 | 87393 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.700 | 78072 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.700 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.700 | 78072 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.701 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oOT38K +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.698 | 78073 | Recursively removing directory: /tmp/git.E2aqhr/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.700 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.700 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.701 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.704 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.706 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.709 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.709 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.712 | 87395 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.712 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.713 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P5xbSA +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.712 | 78072 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.713 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.713 | 78072 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.715 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.721 | 87392 | Marked run 587 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.721 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.725 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.726 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.733 | 87394 | Marked run 588 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.733 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.736 | 78076 | Recursively removing directory: /tmp/git.oOT38K/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.737 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.737 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.741 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.743 | 78073 | Recursively removing directory: /tmp/git.P5xbSA/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.745 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.745 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.750 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.752 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.751 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.755 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 87415 | Added a new worker 14 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 78072 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.755 | 78072 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.755 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OiPiU9 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.756 | 87414 | Added a new worker 12 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.756 | 78072 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.757 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.757 | 78072 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.757 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rieqVn +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.757 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.761 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.762 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.765 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.766 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.772 | 87410 | Marked run 589 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.773 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.780 | 87413 | Marked run 590 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.780 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.783 | 78073 | Recursively removing directory: /tmp/git.OiPiU9/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.785 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.785 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.790 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.792 | 78076 | Recursively removing directory: /tmp/git.rieqVn/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.795 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.795 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.793 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.793 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.795 | 87432 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.795 | 78072 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.795 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.796 | 78072 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.796 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UeYatv +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.798 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.798 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.802 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.803 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.803 | 87434 | Added a new worker 12 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.803 | 78072 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.803 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.803 | 78072 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.803 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PukstH +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.804 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.804 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.805 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.813 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.817 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.822 | 87433 | Marked run 592 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.822 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.828 | 87431 | Marked run 591 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.829 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.831 | 78073 | Recursively removing directory: /tmp/git.UeYatv/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.832 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.832 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.837 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.842 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.842 | 87450 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.842 | 78072 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.842 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.842 | 78072 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.843 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.840 | 78076 | Recursively removing directory: /tmp/git.PukstH/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.842 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.842 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.842 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.842 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fDHAS9 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.847 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.848 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.849 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.858 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.859 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.863 | 87449 | Marked run 593 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.864 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.864 | 87454 | Added a new worker 6 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.864 | 78072 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.864 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.864 | 78072 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.864 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9vuT9C +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.865 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.870 | 87451 | Marked run 594 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.870 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.871 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.872 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.876 | 78073 | Recursively removing directory: /tmp/git.fDHAS9/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.878 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.878 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.882 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.887 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.888 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.895 | 87468 | Added a new worker 11 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.895 | 78072 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.895 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.895 | 78072 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.893 | 78076 | Recursively removing directory: /tmp/git.9vuT9C/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.895 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.895 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.896 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uncNyB +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.896 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.901 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.901 | 87463 | Marked run 595 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.901 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.904 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.905 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.906 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.906 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.906 | 87470 | Added a new worker 10 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.906 | 78072 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.906 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.906 | 78072 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.907 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MWxMkk +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.907 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.912 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.913 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.920 | 87469 | Marked run 596 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.921 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.923 | 78073 | Recursively removing directory: /tmp/git.uncNyB/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.925 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.925 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.929 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.933 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.934 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.936 | 78076 | Recursively removing directory: /tmp/git.MWxMkk/ +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.941 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.941 | 87486 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.942 | 78072 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.942 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.942 | 78072 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.942 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2adhz5 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.937 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.937 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.943 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.945 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.945 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.948 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.950 | 78073 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.950 | 87488 | Added a new worker 14 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.951 | 78072 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.951 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.951 | 78072 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.951 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.951 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BDJndw +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.954 | 87485 | Marked run 597 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.955 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.956 | 78076 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.957 | 78076 | Going to run: ./ci +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.964 | 87487 | Marked run 598 as finished +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.965 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.972 | 78073 | Recursively removing directory: /tmp/git.2adhz5/ +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.973 | 78073 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.973 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.977 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.981 | 78076 | Recursively removing directory: /tmp/git.BDJndw/ +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.983 | 78076 | Process exit code: 0 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.983 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.984 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.982 | 78073 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.990 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.992 | 87504 | Added a new worker 13 to the queue +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.993 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BPLaBN +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.993 | 78072 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.993 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.993 | 78072 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.994 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.998 | 78073 | Checking out revision HEAD +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.998 | 78076 | Waiting for a new command +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.998 | 87506 | Added a new worker 15 to the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.998 | 78070 | Waiting for new connections +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.998 | 78072 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.998 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:17 | INFO | 78070/cimple-server: 2023-08-28 07:34:17.998 | 78072 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:17 | INFO | 78076/cimple-worker: 2023-08-28 07:34:17.999 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.42emg3 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:17.999 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.000 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.005 | 87503 | Marked run 599 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.005 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.006 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.007 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.011 | 87505 | Marked run 600 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.011 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.020 | 78073 | Recursively removing directory: /tmp/git.BPLaBN/ +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.026 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.027 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.022 | 78076 | Recursively removing directory: /tmp/git.42emg3/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.023 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.023 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.022 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.022 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.031 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.031 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.031 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.032 | 87524 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.032 | 78072 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.032 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.032 | 78072 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.032 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jpUGcV +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.033 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.040 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.040 | 87523 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.040 | 78072 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.040 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.040 | 78072 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.041 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.041 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.npnkym +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.037 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.043 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.049 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.049 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.051 | 87522 | Marked run 602 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.052 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.055 | 87521 | Marked run 601 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.056 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.066 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.068 | 78073 | Recursively removing directory: /tmp/git.npnkym/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.061 | 78076 | Recursively removing directory: /tmp/git.jpUGcV/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.062 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.062 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.069 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.069 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.071 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.074 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.071 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.079 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.080 | 87540 | Added a new worker 15 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.080 | 78072 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.080 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.080 | 78072 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.080 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vAF3ep +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.081 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.081 | 87542 | Added a new worker 8 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.081 | 78072 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.081 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.081 | 78072 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.081 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.082 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.082 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2cjPCL +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.088 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.091 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.091 | 87539 | Marked run 603 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.092 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.097 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.098 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.104 | 87541 | Marked run 604 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.104 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.109 | 78076 | Recursively removing directory: /tmp/git.vAF3ep/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.110 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.110 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.114 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.115 | 78073 | Recursively removing directory: /tmp/git.2cjPCL/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.117 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.117 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.119 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.121 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.121 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.125 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.125 | 87558 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.126 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.126 | 78072 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.126 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.126 | 78072 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.126 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.127 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Oi1Mu7 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.131 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.132 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.134 | 87560 | Added a new worker 9 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.134 | 78072 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.134 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.134 | 78072 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.134 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VZ0Mja +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.134 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.142 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.143 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.145 | 87559 | Marked run 606 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.145 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.150 | 87557 | Marked run 605 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.150 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.155 | 78076 | Recursively removing directory: /tmp/git.Oi1Mu7/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.156 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.156 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.159 | 78073 | Recursively removing directory: /tmp/git.VZ0Mja/ +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.160 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.160 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.161 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.164 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.164 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.165 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.169 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.170 | 87576 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.170 | 78072 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.170 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.170 | 78072 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.170 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.170 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.15RZmx +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.174 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.175 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.176 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.178 | 87578 | Added a new worker 9 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.178 | 78072 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.178 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.178 | 78072 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.179 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.179 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mzjKL1 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.183 | 87575 | Marked run 607 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.183 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.186 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.187 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.190 | 87577 | Marked run 608 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.190 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.196 | 78076 | Recursively removing directory: /tmp/git.15RZmx/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.197 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.197 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.203 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.205 | 78073 | Recursively removing directory: /tmp/git.mzjKL1/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.207 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.207 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.211 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.215 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.215 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.216 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.216 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.217 | 87596 | Added a new worker 15 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.217 | 78072 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.217 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.217 | 78072 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.218 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h50ISV +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 87595 | Added a new worker 12 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 78072 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 78072 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.219 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.220 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fVOLiF +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.226 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.227 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.229 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.229 | 87593 | Marked run 609 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.229 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.231 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.234 | 87594 | Marked run 610 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.234 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.243 | 78076 | Recursively removing directory: /tmp/git.h50ISV/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.245 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.245 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.249 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.245 | 78073 | Recursively removing directory: /tmp/git.fVOLiF/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.246 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.246 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.250 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.253 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.253 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.255 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.255 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.255 | 87613 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.256 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OxbRA6 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 87614 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.256 | 78072 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.257 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2nAjSb +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.258 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.267 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.267 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.268 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.270 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.273 | 87612 | Marked run 612 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.274 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.281 | 87611 | Marked run 611 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.281 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.286 | 78073 | Recursively removing directory: /tmp/git.2nAjSb/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.287 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.287 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.292 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.296 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.296 | 87630 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.296 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.297 | 78072 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.297 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.297 | 78072 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.294 | 78076 | Recursively removing directory: /tmp/git.OxbRA6/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.296 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.296 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.296 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.297 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Llxyg3 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.302 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.302 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.303 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.306 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.306 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.309 | 87633 | Added a new worker 12 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.309 | 78072 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.309 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.309 | 78072 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.310 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mn1oEC +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.311 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.314 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.317 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.324 | 87629 | Marked run 614 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.324 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.328 | 87631 | Marked run 613 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.328 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.334 | 78073 | Recursively removing directory: /tmp/git.Llxyg3/ +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.339 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.335 | 78076 | Recursively removing directory: /tmp/git.Mn1oEC/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.336 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.336 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.335 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.335 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.341 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.343 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.343 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.345 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.345 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.345 | 87649 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.345 | 78072 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.345 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.346 | 78072 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.346 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.346 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bQ7hZ3 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.349 | 87650 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.349 | 78072 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.349 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.349 | 78072 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.350 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7hb1UA +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.354 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.355 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.356 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.357 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.355 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.365 | 87648 | Marked run 616 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.366 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.370 | 87647 | Marked run 615 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.370 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.374 | 78076 | Recursively removing directory: /tmp/git.7hb1UA/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.375 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.375 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.380 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.385 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.381 | 78073 | Recursively removing directory: /tmp/git.bQ7hZ3/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.383 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.383 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.387 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.387 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.388 | 87666 | Added a new worker 12 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.388 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.388 | 78072 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.388 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.388 | 78072 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.389 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.026qtT +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.392 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.392 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.397 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.397 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.399 | 87668 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.400 | 78072 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.400 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.400 | 78072 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.401 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.35vE7d +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.402 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.408 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.410 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.411 | 87665 | Marked run 618 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.412 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.416 | 87667 | Marked run 617 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.416 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.419 | 78076 | Recursively removing directory: /tmp/git.026qtT/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.421 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.421 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.426 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.430 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.427 | 78073 | Recursively removing directory: /tmp/git.35vE7d/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.429 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.429 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.430 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.434 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.436 | 87684 | Added a new worker 12 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.436 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.436 | 78072 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.436 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.436 | 78072 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.437 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zz0pmT +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.439 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.440 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.441 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.442 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.444 | 87686 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.444 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.444 | 78072 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.444 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.444 | 78072 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.445 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qVW9bd +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.450 | 87683 | Marked run 619 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.450 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.454 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.455 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.459 | 78076 | Recursively removing directory: /tmp/git.zz0pmT/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.460 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.460 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.462 | 87685 | Marked run 620 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.462 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.464 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.468 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.468 | 87702 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.468 | 78072 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.468 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.468 | 78072 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.469 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.468 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.469 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x8PtjS +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.474 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.475 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.480 | 78073 | Recursively removing directory: /tmp/git.qVW9bd/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.482 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.482 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.482 | 87697 | Marked run 621 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.486 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.487 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.494 | 78076 | Recursively removing directory: /tmp/git.x8PtjS/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.491 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.492 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.495 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.495 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.499 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.499 | 87711 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.499 | 78072 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.499 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.499 | 78072 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.499 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aduijD +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.500 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.505 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.506 | 87710 | Marked run 622 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.506 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.506 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.515 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.515 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.515 | 87720 | Added a new worker 9 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.516 | 78072 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.516 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.516 | 78072 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.516 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KJ2yC2 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.518 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.521 | 78073 | Recursively removing directory: /tmp/git.aduijD/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.522 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.522 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.527 | 87712 | Marked run 623 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.527 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.527 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.528 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.529 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.531 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.531 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.536 | 87723 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.536 | 78072 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.536 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.536 | 78072 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.537 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XeKFad +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.537 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.544 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.545 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.548 | 78076 | Recursively removing directory: /tmp/git.KJ2yC2/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.549 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.549 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.554 | 87721 | Marked run 624 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.555 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.558 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.558 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.559 | 87736 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.559 | 78072 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.559 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.559 | 78072 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.560 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.560 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cHZt21 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.565 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.565 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.572 | 87732 | Marked run 625 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.572 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.572 | 78073 | Recursively removing directory: /tmp/git.XeKFad/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.574 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.574 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.578 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.580 | 78076 | Recursively removing directory: /tmp/git.cHZt21/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.581 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.581 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.583 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.583 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.584 | 87747 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.584 | 78072 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.584 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.585 | 78072 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.585 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gEEUdV +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.585 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.587 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.590 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.591 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.599 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.599 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.601 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xddK9V +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.601 | 87753 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.601 | 78072 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.601 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.601 | 78072 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.602 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.603 | 87746 | Marked run 626 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.603 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.606 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.607 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.614 | 87748 | Marked run 627 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.615 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.616 | 78073 | Recursively removing directory: /tmp/git.gEEUdV/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.617 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.617 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.621 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.625 | 78076 | Recursively removing directory: /tmp/git.xddK9V/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.626 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.626 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.628 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.626 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.631 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.634 | 87765 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.634 | 78072 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.634 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.634 | 78072 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.634 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wvXpPg +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.635 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.636 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.639 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.636 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.639 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.639 | 87767 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.640 | 78072 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.640 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.640 | 78072 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.640 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.640 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A5VRyr +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.646 | 87764 | Marked run 628 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.646 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.654 | 78073 | Recursively removing directory: /tmp/git.wvXpPg/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.655 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.656 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.656 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.656 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.660 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.661 | 87766 | Marked run 629 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.661 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.666 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.666 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.667 | 87783 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.667 | 78072 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.667 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.667 | 78072 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.667 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8HDzRp +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.668 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.673 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.674 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.678 | 87777 | Marked run 630 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.679 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.680 | 78076 | Recursively removing directory: /tmp/git.A5VRyr/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.682 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.682 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.686 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.688 | 78073 | Recursively removing directory: /tmp/git.8HDzRp/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.690 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.692 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.689 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.689 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.694 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.698 | 87792 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.698 | 78072 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.698 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.698 | 78072 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.698 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tNUNsz +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.698 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.699 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.700 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.700 | 87794 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.700 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.700 | 78072 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.700 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.700 | 78072 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.701 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eN4oHU +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.705 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.706 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.708 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.708 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.712 | 87791 | Marked run 631 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.712 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.716 | 87793 | Marked run 632 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.716 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.728 | 78076 | Recursively removing directory: /tmp/git.tNUNsz/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.730 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.730 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.733 | 78073 | Recursively removing directory: /tmp/git.eN4oHU/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.734 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.734 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.735 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.738 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.740 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.740 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.742 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 87811 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 87812 | Added a new worker 10 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.742 | 78072 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.743 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ySLWOC +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.743 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V6hNsg +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.743 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.753 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.754 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.756 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.758 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.767 | 87809 | Marked run 633 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.767 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.771 | 87810 | Marked run 634 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.771 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.774 | 78073 | Recursively removing directory: /tmp/git.ySLWOC/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.775 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.775 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.779 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.780 | 78076 | Recursively removing directory: /tmp/git.V6hNsg/ +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.783 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.783 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.781 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.781 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.786 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.790 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.790 | 87828 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.790 | 78072 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.790 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.790 | 78072 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.791 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I4dfZN +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.790 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.791 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.795 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.796 | 87830 | Added a new worker 8 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.796 | 78072 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.796 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.796 | 78072 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.796 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.796 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yk9QVp +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.797 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.802 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.803 | 78076 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.805 | 87827 | Marked run 636 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.805 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.810 | 87829 | Marked run 635 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.810 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.818 | 78076 | Recursively removing directory: /tmp/git.Yk9QVp/ +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.819 | 78076 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.819 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.824 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.824 | 78073 | Recursively removing directory: /tmp/git.I4dfZN/ +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.825 | 78073 | Process exit code: 0 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.825 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.829 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.831 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.831 | 78076 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.835 | 78073 | Waiting for a new command +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.839 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.842 | 87848 | Added a new worker 14 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.842 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.843 | 78072 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.843 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.843 | 78072 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.843 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3srCIo +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.845 | 87846 | Added a new worker 13 to the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.846 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.846 | 78072 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.846 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.846 | 78072 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.848 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lMS1Ng +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.991 | 87847 | Marked run 637 as finished +2023-08-28 07:34:18 | INFO | 78070/cimple-server: 2023-08-28 07:34:18.992 | 78070 | Waiting for new connections +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.992 | 78073 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78073/cimple-worker: 2023-08-28 07:34:18.993 | 78073 | Going to run: ./ci +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.997 | 78076 | Checking out revision HEAD +2023-08-28 07:34:18 | INFO | 78076/cimple-worker: 2023-08-28 07:34:18.999 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.003 | 87845 | Marked run 638 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.003 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.005 | 78073 | Recursively removing directory: /tmp/git.3srCIo/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.006 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.006 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.011 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.015 | 78076 | Recursively removing directory: /tmp/git.lMS1Ng/ +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.016 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.016 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.016 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.016 | 87864 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.017 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.016 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.020 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.020 | 78072 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.020 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.020 | 78072 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.020 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CjB5Ih +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.025 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.025 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.026 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.027 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.027 | 87866 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.027 | 78072 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.027 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.027 | 78072 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.028 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.032 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dh8RPD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.039 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.040 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.046 | 87865 | Marked run 640 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.047 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.045 | 78073 | Recursively removing directory: /tmp/git.CjB5Ih/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.046 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.046 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.051 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.052 | 87863 | Marked run 639 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.053 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.055 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.056 | 87882 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.056 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.055 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.056 | 78072 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.056 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.056 | 78072 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.057 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U7u1Zo +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.063 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.065 | 78076 | Recursively removing directory: /tmp/git.dh8RPD/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.066 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.071 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.067 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.067 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.075 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.075 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.076 | 87889 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.076 | 78072 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.076 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.076 | 78072 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.077 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.isRxBY +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.078 | 87879 | Marked run 641 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.081 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.081 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.082 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.083 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.097 | 78073 | Recursively removing directory: /tmp/git.U7u1Zo/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.099 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.099 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.099 | 87886 | Marked run 642 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.101 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.103 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.104 | 78076 | Recursively removing directory: /tmp/git.isRxBY/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.108 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.108 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.105 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.105 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.111 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.112 | 87900 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.112 | 78072 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.112 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.112 | 78072 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.113 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sllEGc +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.114 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.115 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.115 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.118 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.119 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.118 | 87902 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.119 | 78072 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.119 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.119 | 78072 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.119 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1tBqZt +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.121 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.129 | 87899 | Marked run 643 as finished +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.130 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.130 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.131 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.137 | 87901 | Marked run 644 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.137 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.141 | 78073 | Recursively removing directory: /tmp/git.sllEGc/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.143 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.143 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.148 | 78076 | Recursively removing directory: /tmp/git.1tBqZt/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.150 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.150 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.153 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.155 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.157 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.157 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.157 | 87919 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.158 | 78072 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.158 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.158 | 78072 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.158 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lsFNct +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.159 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.162 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.168 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.170 | 87920 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.170 | 78072 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.170 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.170 | 78072 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.170 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.171 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cExix6 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.174 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.175 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.178 | 87917 | Marked run 645 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.178 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.179 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.180 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.185 | 87918 | Marked run 646 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.186 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.192 | 78073 | Recursively removing directory: /tmp/git.lsFNct/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.193 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.193 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.197 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.201 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.202 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.203 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.195 | 78076 | Recursively removing directory: /tmp/git.cExix6/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.196 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.196 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.206 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.206 | 87937 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.206 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.206 | 87938 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.206 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.206 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.207 | 78072 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.207 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.foywyp +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.207 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nntsww +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.212 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.213 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.219 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.227 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.232 | 87936 | Marked run 648 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.233 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.233 | 78076 | Recursively removing directory: /tmp/git.foywyp/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.234 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.234 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.238 | 87935 | Marked run 647 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.238 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.239 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.243 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.243 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wyQdjB +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.247 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.249 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.243 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.243 | 87952 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.243 | 78072 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.243 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.243 | 78072 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.249 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.255 | 87947 | Marked run 650 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.255 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.257 | 78073 | Recursively removing directory: /tmp/git.nntsww/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.258 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.258 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.263 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.266 | 78076 | Recursively removing directory: /tmp/git.wyQdjB/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.267 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.267 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.270 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.271 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.274 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 87963 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 78072 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.276 | 78072 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.276 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IewXdC +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.275 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.280 | 87965 | Added a new worker 8 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.280 | 78072 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.280 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.280 | 78072 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.281 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K9hKCk +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.282 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.282 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.283 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.289 | 87962 | Marked run 649 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.290 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.289 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.291 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.296 | 87964 | Marked run 651 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.296 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.301 | 78073 | Recursively removing directory: /tmp/git.IewXdC/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.303 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.303 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.307 | 78076 | Recursively removing directory: /tmp/git.K9hKCk/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.308 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.308 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.311 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.308 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.313 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.315 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.319 | 87981 | Added a new worker 15 to the queue +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.319 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.319 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78072 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78072 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 87983 | Added a new worker 16 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78072 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.320 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.321 | 78072 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.321 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.322 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iLsX0E +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.322 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kA5iu2 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.327 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.328 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.332 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.332 | 87980 | Marked run 652 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.332 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.333 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.343 | 87982 | Marked run 653 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.344 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.346 | 78076 | Recursively removing directory: /tmp/git.kA5iu2/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.348 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.348 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.353 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.355 | 78073 | Recursively removing directory: /tmp/git.iLsX0E/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.356 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.356 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.360 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.364 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.364 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.365 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.365 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.368 | 88000 | Added a new worker 15 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.368 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.368 | 88001 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.368 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.369 | 78072 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.369 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e7hCz8 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.370 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fxBfNL +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.375 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.375 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.376 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.376 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.382 | 87998 | Marked run 655 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.382 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.388 | 87999 | Marked run 654 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.389 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.391 | 78073 | Recursively removing directory: /tmp/git.e7hCz8/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.392 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.392 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.396 | 78076 | Recursively removing directory: /tmp/git.fxBfNL/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.398 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.398 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.400 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.403 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.406 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.406 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.406 | 88018 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.406 | 78072 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.406 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.406 | 78072 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.406 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P0bzJh +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.407 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.409 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.409 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.410 | 88019 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.410 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.410 | 78072 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.410 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.410 | 78072 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.410 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.37uAHo +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.420 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.421 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.421 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.421 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.428 | 88017 | Marked run 657 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.429 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.434 | 88016 | Marked run 656 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.435 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.437 | 78073 | Recursively removing directory: /tmp/git.P0bzJh/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.439 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.439 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.441 | 78076 | Recursively removing directory: /tmp/git.37uAHo/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.443 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.443 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.445 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.447 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.447 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.447 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.452 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.452 | 88035 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.453 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.453 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.453 | 88037 | Added a new worker 8 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.453 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.456 | 78072 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.456 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FoY1zR +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.457 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rzb5ZB +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.462 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.464 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.464 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.467 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.472 | 88034 | Marked run 658 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.472 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.477 | 88036 | Marked run 659 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.477 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.483 | 78073 | Recursively removing directory: /tmp/git.FoY1zR/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.485 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.485 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.487 | 78076 | Recursively removing directory: /tmp/git.rzb5ZB/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.488 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.488 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.489 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.493 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.493 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.494 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.494 | 88054 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.494 | 78072 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.494 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.494 | 78072 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.495 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sqQzUm +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.496 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.499 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.500 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.501 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.499 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.501 | 88055 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.501 | 78072 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.501 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.501 | 78072 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.502 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.504 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vnmwqp +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.518 | 88053 | Marked run 661 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.518 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.519 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.520 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.523 | 88052 | Marked run 660 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.524 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.526 | 78073 | Recursively removing directory: /tmp/git.sqQzUm/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.527 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.527 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.532 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.537 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.540 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.541 | 88071 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.541 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.542 | 78072 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.542 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.542 | 78072 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.542 | 78076 | Recursively removing directory: /tmp/git.Vnmwqp/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.543 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.543 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.548 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.548 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6umk9g +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.553 | 88070 | Marked run 662 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.553 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.553 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.554 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.554 | 88073 | Added a new worker 6 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.554 | 78072 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.554 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.554 | 78072 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.554 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LRvVFr +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.555 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.558 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.559 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.559 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.560 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.573 | 88072 | Marked run 663 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.574 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.576 | 78076 | Recursively removing directory: /tmp/git.LRvVFr/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.577 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.577 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.581 | 78073 | Recursively removing directory: /tmp/git.6umk9g/ +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.582 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.582 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.582 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.586 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.586 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.587 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.590 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.590 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.590 | 88089 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.590 | 78072 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.591 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.591 | 78072 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.591 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mZhWwp +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.592 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.593 | 88091 | Added a new worker 8 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.593 | 78072 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.593 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.593 | 78072 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.594 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZXVCB0 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.595 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.600 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.601 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.604 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.605 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.609 | 88088 | Marked run 665 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.609 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.613 | 88090 | Marked run 664 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.614 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.619 | 78076 | Recursively removing directory: /tmp/git.mZhWwp/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.620 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.620 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.624 | 78073 | Recursively removing directory: /tmp/git.ZXVCB0/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.626 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.626 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.628 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.629 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.629 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.631 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.635 | 88107 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.635 | 78072 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.635 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.635 | 78072 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.635 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jComBO +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.636 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.635 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.641 | 88109 | Added a new worker 9 to the queue +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.642 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9G8Ek4 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.641 | 78072 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.641 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.641 | 78072 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.643 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.644 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.644 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.654 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.655 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.657 | 88106 | Marked run 666 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.658 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.662 | 88108 | Marked run 667 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.662 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.664 | 78076 | Recursively removing directory: /tmp/git.jComBO/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.666 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.666 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.671 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.676 | 78073 | Recursively removing directory: /tmp/git.9G8Ek4/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.677 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.677 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.678 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 88125 | Added a new worker 10 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 78072 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.678 | 78072 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.679 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lFJGad +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.682 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.687 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 88127 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 78072 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.687 | 78072 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.687 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yIIEl4 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.688 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.689 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.692 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.693 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.707 | 88126 | Marked run 669 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.708 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.711 | 78076 | Recursively removing directory: /tmp/git.lFJGad/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.713 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.713 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.717 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.718 | 88124 | Marked run 668 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.718 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.721 | 78073 | Recursively removing directory: /tmp/git.yIIEl4/ +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.722 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.723 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.723 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.727 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.727 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.727 | 88143 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.727 | 78072 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.727 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.727 | 78072 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.728 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B25C5B +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.729 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.732 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.735 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.735 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.736 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.737 | 88145 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.737 | 78072 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.737 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.737 | 78072 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.737 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.737 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bhzZvt +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.742 | 88142 | Marked run 670 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.743 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.747 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.747 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.751 | 88144 | Marked run 671 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.752 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.755 | 78076 | Recursively removing directory: /tmp/git.B25C5B/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.756 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.757 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.762 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.767 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.767 | 78073 | Recursively removing directory: /tmp/git.bhzZvt/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.768 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.768 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.768 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.773 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.775 | 88161 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.776 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qBOQUU +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.775 | 78072 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.775 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.775 | 78072 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.778 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.778 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.778 | 88163 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.778 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.779 | 78072 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.779 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.779 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.779 | 78072 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.779 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.luGDDs +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.782 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.783 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.786 | 88160 | Marked run 672 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.786 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.787 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.788 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.799 | 88162 | Marked run 673 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.800 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.802 | 78076 | Recursively removing directory: /tmp/git.qBOQUU/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.804 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.804 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.809 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.808 | 78073 | Recursively removing directory: /tmp/git.luGDDs/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.809 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.809 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.813 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.813 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.814 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.818 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.818 | 88179 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.819 | 78072 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.819 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.819 | 78072 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.819 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GAsaHR +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.818 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.820 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.823 | 88181 | Added a new worker 8 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.824 | 78072 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.824 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.824 | 78072 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.824 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.825 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FM9do2 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.829 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.830 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.831 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.831 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.836 | 88178 | Marked run 674 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.836 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.842 | 88180 | Marked run 675 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.842 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.848 | 78076 | Recursively removing directory: /tmp/git.GAsaHR/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.849 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.849 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.853 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.858 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.859 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.859 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.853 | 78073 | Recursively removing directory: /tmp/git.FM9do2/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.854 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.854 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.864 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.864 | 88197 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.864 | 78072 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.864 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.864 | 78072 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.865 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NHr1Ot +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.866 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.864 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.867 | 88199 | Added a new worker 8 to the queue +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.870 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z6uHP2 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.870 | 78072 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.870 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.870 | 78072 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.870 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.878 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.879 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.880 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.880 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.886 | 88196 | Marked run 676 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.887 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.891 | 88198 | Marked run 677 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.891 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.897 | 78073 | Recursively removing directory: /tmp/git.Z6uHP2/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.899 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.899 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.903 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.905 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.900 | 78076 | Recursively removing directory: /tmp/git.NHr1Ot/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.901 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.901 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.910 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.910 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.911 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.911 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.912 | 88217 | Added a new worker 14 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.912 | 78072 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.912 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.913 | 78072 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zbJk9I +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.913 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.923 | 88216 | Added a new worker 13 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.923 | 78072 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.923 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.923 | 78072 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.923 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QLVyDI +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.924 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.928 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.929 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.931 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.933 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.945 | 78076 | Recursively removing directory: /tmp/git.QLVyDI/ +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.948 | 88215 | Marked run 678 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.949 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.950 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.950 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.953 | 78073 | Recursively removing directory: /tmp/git.zbJk9I/ +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.954 | 78073 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.954 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.955 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.957 | 88214 | Marked run 679 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.957 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.960 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.960 | 78076 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.960 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.961 | 88234 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.961 | 78072 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.961 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.961 | 78072 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.961 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.961 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I6M6x4 +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.965 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.965 | 78073 | Waiting for a new command +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.966 | 88235 | Added a new worker 12 to the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.966 | 78072 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.966 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.966 | 78072 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.967 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e9sRiZ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.970 | 78076 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.972 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.973 | 78076 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.973 | 78073 | Checking out revision HEAD +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.974 | 78073 | Going to run: ./ci +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.989 | 88233 | Marked run 680 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.990 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.994 | 88232 | Marked run 681 as finished +2023-08-28 07:34:19 | INFO | 78070/cimple-server: 2023-08-28 07:34:19.995 | 78070 | Waiting for new connections +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.996 | 78076 | Recursively removing directory: /tmp/git.I6M6x4/ +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.997 | 78076 | Process exit code: 0 +2023-08-28 07:34:19 | INFO | 78076/cimple-worker: 2023-08-28 07:34:19.997 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:19 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.998 | 78073 | Recursively removing directory: /tmp/git.e9sRiZ/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.999 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:19.999 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.002 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.004 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.006 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.006 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.006 | 88252 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.007 | 78072 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.007 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.007 | 78072 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.007 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nEMcMk +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.008 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.009 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.009 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.012 | 88253 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.012 | 78072 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.012 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.012 | 78072 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.012 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F3nWgV +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.013 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.014 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.015 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.028 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.028 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.031 | 78076 | Recursively removing directory: /tmp/git.nEMcMk/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.032 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.032 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.035 | 88251 | Marked run 683 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.036 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.037 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.040 | 88250 | Marked run 682 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.040 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.042 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.042 | 88268 | Added a new worker 8 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.042 | 78072 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.042 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.043 | 78072 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.042 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.043 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mXFQLS +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.044 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.049 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.049 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.056 | 88263 | Marked run 684 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.056 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.056 | 78073 | Recursively removing directory: /tmp/git.F3nWgV/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.058 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.058 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.064 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.065 | 78076 | Recursively removing directory: /tmp/git.mXFQLS/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.067 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.067 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.071 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.075 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.075 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.075 | 88279 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.075 | 78072 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.075 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.075 | 78072 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.075 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f1QwMO +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.076 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.076 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.077 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.077 | 88280 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.077 | 78072 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.077 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.077 | 78072 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.077 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7jlRAS +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.078 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.081 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.082 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.092 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.096 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.098 | 78076 | Recursively removing directory: /tmp/git.f1QwMO/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.099 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.099 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.100 | 88277 | Marked run 685 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.101 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.104 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.108 | 88278 | Marked run 686 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.108 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.109 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.109 | 88296 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.109 | 78072 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.109 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.109 | 78072 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.110 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.109 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.109 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4BVTyq +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.114 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.115 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.122 | 78073 | Recursively removing directory: /tmp/git.7jlRAS/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.123 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.123 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.128 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.131 | 78076 | Recursively removing directory: /tmp/git.4BVTyq/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.135 | 88293 | Marked run 687 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.135 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.132 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.132 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.136 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.136 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.137 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.142 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.143 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.143 | 88307 | Added a new worker 15 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.143 | 78072 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.143 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.143 | 78072 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.143 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.144 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DDXixF +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.146 | 88305 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.146 | 78072 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.146 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.146 | 78072 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.146 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.146 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OBsZaW +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.150 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.152 | 88304 | Marked run 688 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.152 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.153 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.157 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.158 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.166 | 88306 | Marked run 689 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.167 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.173 | 78076 | Recursively removing directory: /tmp/git.DDXixF/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.175 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.175 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.179 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.183 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.183 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.183 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.177 | 78073 | Recursively removing directory: /tmp/git.OBsZaW/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.179 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.179 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.187 | 88324 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 78072 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 78072 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.187 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.188 | 88325 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.189 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uE78NK +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.189 | 78072 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.189 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.189 | 78072 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.189 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6GozlL +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.190 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.196 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.197 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.197 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.198 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.204 | 88322 | Marked run 690 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.206 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.214 | 88323 | Marked run 691 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.214 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.216 | 78073 | Recursively removing directory: /tmp/git.6GozlL/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.217 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.217 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.221 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.225 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.225 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.228 | 78076 | Recursively removing directory: /tmp/git.uE78NK/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.229 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.229 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.230 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PQF5qj +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.230 | 88341 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.230 | 78072 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.230 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.230 | 78072 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.231 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.234 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.235 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.235 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.239 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.239 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.243 | 88344 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.243 | 78072 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.243 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.243 | 78072 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.243 | 88340 | Marked run 693 as finished +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.244 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NtFEM0 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.244 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.245 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.252 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.253 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.256 | 78073 | Recursively removing directory: /tmp/git.PQF5qj/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.258 | 88342 | Marked run 692 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.258 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.258 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.258 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.262 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.266 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.272 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.274 | 88359 | Added a new worker 11 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.275 | 78072 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.275 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.275 | 78072 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.273 | 78076 | Recursively removing directory: /tmp/git.NtFEM0/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.274 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.274 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.275 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.277 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KHxOcR +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.279 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.280 | 88356 | Marked run 694 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.280 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.283 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.283 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.285 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.286 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.288 | 88361 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.288 | 78072 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.288 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.288 | 78072 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.288 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NjDCLk +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.289 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.293 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.293 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.300 | 88360 | Marked run 695 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.301 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.308 | 78076 | Recursively removing directory: /tmp/git.NjDCLk/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.306 | 78073 | Recursively removing directory: /tmp/git.KHxOcR/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.307 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.307 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.309 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.309 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.311 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.314 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.316 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 88378 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 78072 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.316 | 78072 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.316 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Xumzk +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.321 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.321 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.321 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.322 | 88379 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.322 | 78072 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.322 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.322 | 78072 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.322 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MuVpc4 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.322 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.327 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.327 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.328 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.341 | 88377 | Marked run 697 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.342 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.346 | 88376 | Marked run 696 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.346 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.350 | 78076 | Recursively removing directory: /tmp/git.MuVpc4/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.351 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.351 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.354 | 78073 | Recursively removing directory: /tmp/git.0Xumzk/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.355 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.355 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.357 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.360 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.360 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 88395 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 78072 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 78072 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.361 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.361 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lZ8QPK +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.365 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.366 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.367 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.368 | 88397 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.369 | 78072 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.369 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.369 | 78072 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.368 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.369 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.369 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a8UBge +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.384 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.385 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.392 | 78076 | Recursively removing directory: /tmp/git.lZ8QPK/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.393 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.393 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.397 | 88396 | Marked run 698 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.397 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.400 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.402 | 88394 | Marked run 699 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.402 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.403 | 78073 | Recursively removing directory: /tmp/git.a8UBge/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.405 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.406 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.406 | 88413 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.406 | 78072 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.406 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.406 | 78072 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.405 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.405 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.406 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.naiknl +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.408 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.409 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.412 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.413 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.423 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.422 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.426 | 88412 | Marked run 700 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.426 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.428 | 88418 | Added a new worker 9 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.430 | 78072 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.430 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.430 | 78072 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.430 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.430 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LZYdgZ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.438 | 78076 | Recursively removing directory: /tmp/git.naiknl/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.439 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.439 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.437 | 88414 | Marked run 701 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.440 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.443 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.443 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.444 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.448 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.448 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.449 | 88426 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.449 | 78072 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.449 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.449 | 78072 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.449 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lsQe6U +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.450 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.454 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.454 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.462 | 88423 | Marked run 702 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.462 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.469 | 78076 | Recursively removing directory: /tmp/git.lsQe6U/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.471 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.471 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.472 | 78073 | Recursively removing directory: /tmp/git.LZYdgZ/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.474 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.474 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.476 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.478 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.480 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.483 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.483 | 88441 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.483 | 78072 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.483 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.484 | 78072 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.484 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B6DWnx +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.484 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.485 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.485 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.490 | 88442 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.490 | 78072 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.490 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.491 | 78072 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.491 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JYCJYX +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.491 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.493 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.494 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.501 | 88440 | Marked run 703 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.502 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.502 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.504 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.507 | 88439 | Marked run 704 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.507 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.511 | 78076 | Recursively removing directory: /tmp/git.B6DWnx/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.512 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.512 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.517 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.521 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.522 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X6T292 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.521 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.521 | 88458 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.521 | 78072 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.521 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.521 | 78072 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.522 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.527 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.528 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.533 | 78073 | Recursively removing directory: /tmp/git.JYCJYX/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.536 | 88455 | Marked run 705 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.536 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.537 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.537 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.541 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.545 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.545 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.547 | 78076 | Recursively removing directory: /tmp/git.X6T292/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.548 | 88467 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.548 | 78072 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.548 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.548 | 78072 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.549 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sVaJLX +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.552 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.549 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.549 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.554 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.555 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.559 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.559 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.559 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.560 | 88469 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.560 | 78072 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.560 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.560 | 78072 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.560 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.560 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hmvKfe +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.566 | 88466 | Marked run 706 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.566 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.568 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.569 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.576 | 88468 | Marked run 707 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.576 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.579 | 78073 | Recursively removing directory: /tmp/git.sVaJLX/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.581 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.581 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.586 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.587 | 78076 | Recursively removing directory: /tmp/git.hmvKfe/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.588 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.589 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.593 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.598 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.598 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.598 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.598 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.598 | 88487 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.598 | 78072 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.598 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.599 | 78072 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.599 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.599 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pUYqrh +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.604 | 88486 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.604 | 78072 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.604 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.604 | 78072 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.604 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Eg6Ve +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.605 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.607 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.608 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.610 | 88484 | Marked run 708 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.611 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.616 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.616 | 88485 | Marked run 709 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.616 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.617 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.627 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.622 | 78073 | Recursively removing directory: /tmp/git.pUYqrh/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.624 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.624 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.636 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.633 | 78076 | Recursively removing directory: /tmp/git.3Eg6Ve/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.634 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.634 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.639 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.640 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.642 | 88503 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.642 | 78072 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.642 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.642 | 78072 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.642 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.642 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4MG4yV +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.643 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 88505 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 78072 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.643 | 78072 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.644 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VASNQO +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.652 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.653 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.653 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.654 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.660 | 88502 | Marked run 710 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.660 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.664 | 88504 | Marked run 711 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.664 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.669 | 78076 | Recursively removing directory: /tmp/git.VASNQO/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.671 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.671 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.673 | 78073 | Recursively removing directory: /tmp/git.4MG4yV/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.674 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.674 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.676 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.679 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.680 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.680 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.683 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.683 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.683 | 88522 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.683 | 88523 | Added a new worker 15 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.684 | 78072 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.684 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZNQD6O +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.685 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.52KnG7 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.690 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.691 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.696 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.698 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.706 | 88520 | Marked run 713 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.707 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.711 | 78073 | Recursively removing directory: /tmp/git.52KnG7/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.711 | 88521 | Marked run 712 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.711 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.713 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.713 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.718 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.717 | 78076 | Recursively removing directory: /tmp/git.ZNQD6O/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.718 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.718 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.723 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.723 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.723 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.724 | 88540 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.724 | 78072 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.724 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.724 | 78072 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.724 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.724 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nGTGDh +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.728 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.728 | 88541 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.728 | 78072 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.728 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.728 | 78072 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.728 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.728 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gWsijf +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.729 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.731 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.731 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.747 | 78073 | Recursively removing directory: /tmp/git.nGTGDh/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.741 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.749 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.749 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.749 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.754 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.755 | 88539 | Marked run 714 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.755 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.759 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.759 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.760 | 88555 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.760 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.760 | 78072 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.760 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.760 | 78072 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.761 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GFeCEy +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.763 | 88538 | Marked run 715 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.763 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.770 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.772 | 88551 | Marked run 716 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.772 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.772 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.776 | 78076 | Recursively removing directory: /tmp/git.gWsijf/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.777 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.777 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.781 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.786 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.788 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.795 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.795 | 88566 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.795 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.789 | 78073 | Recursively removing directory: /tmp/git.GFeCEy/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.790 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.790 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.796 | 78072 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.796 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.796 | 78072 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.796 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5mofse +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.800 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.801 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.802 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.800 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.805 | 88569 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.805 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.806 | 78072 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.806 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.806 | 78072 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.806 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dGrEQv +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.813 | 88565 | Marked run 717 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.814 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.815 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.816 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.821 | 88568 | Marked run 718 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.821 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.834 | 78076 | Recursively removing directory: /tmp/git.5mofse/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.836 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.836 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.841 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.838 | 78073 | Recursively removing directory: /tmp/git.dGrEQv/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.839 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.839 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.843 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.845 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.845 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.848 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.848 | 88586 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.848 | 78072 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.848 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.848 | 78072 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.848 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aqgYZx +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.849 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.848 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.852 | 88587 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.853 | 78072 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.853 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.853 | 78072 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.853 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mHlQZF +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.854 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.857 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.857 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.859 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.860 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.867 | 88584 | Marked run 719 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.868 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.871 | 88585 | Marked run 720 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.872 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.883 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.878 | 78076 | Recursively removing directory: /tmp/git.aqgYZx/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.879 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.879 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.887 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.887 | 88603 | Added a new worker 10 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.887 | 78072 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.887 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.887 | 78072 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.887 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.887 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vG3hiF +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.887 | 78073 | Recursively removing directory: /tmp/git.mHlQZF/ +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.888 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.889 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.889 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.893 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.893 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.898 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.900 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.901 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.901 | 88605 | Added a new worker 13 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.904 | 78072 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.904 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.905 | 78072 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.905 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.905 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7th0Pa +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.910 | 88602 | Marked run 721 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.911 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.912 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.913 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.921 | 88604 | Marked run 722 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.921 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.924 | 78076 | Recursively removing directory: /tmp/git.vG3hiF/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.926 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.926 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.931 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.937 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.938 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.943 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.938 | 78073 | Recursively removing directory: /tmp/git.7th0Pa/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.939 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.939 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.944 | 88621 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.945 | 78072 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.945 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.945 | 78072 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.945 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.945 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I44A49 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.949 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.949 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.949 | 88623 | Added a new worker 12 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.949 | 78072 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.949 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.949 | 78072 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.950 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Laxna +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.951 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.953 | 78076 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.955 | 78073 | Checking out revision HEAD +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.957 | 78073 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.957 | 78076 | Going to run: ./ci +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.965 | 88620 | Marked run 723 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.966 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.972 | 88622 | Marked run 724 as finished +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.973 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.979 | 78073 | Recursively removing directory: /tmp/git.6Laxna/ +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.981 | 78073 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.981 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.982 | 78076 | Recursively removing directory: /tmp/git.I44A49/ +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.983 | 78076 | Process exit code: 0 +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.983 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.987 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.990 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.991 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.991 | 78073 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.996 | 78076 | Waiting for a new command +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 88640 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78073/cimple-worker: 2023-08-28 07:34:20.997 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XYtj4A +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 88641 | Added a new worker 14 to the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.997 | 78072 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.998 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78070/cimple-server: 2023-08-28 07:34:20.998 | 78070 | Waiting for new connections +2023-08-28 07:34:20 | INFO | 78076/cimple-worker: 2023-08-28 07:34:20.998 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wX3UBo +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.006 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.008 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.009 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.009 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.012 | 88638 | Marked run 726 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.012 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.016 | 88639 | Marked run 725 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.017 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.024 | 78076 | Recursively removing directory: /tmp/git.wX3UBo/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.025 | 78073 | Recursively removing directory: /tmp/git.XYtj4A/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.026 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.026 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.025 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.025 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.030 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.031 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.034 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.034 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 88658 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 88659 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.035 | 78072 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.035 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.035 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NUo6Vn +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.036 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.036 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.02SGkC +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.036 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.041 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.044 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.045 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.045 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.055 | 88656 | Marked run 728 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.056 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.060 | 88657 | Marked run 727 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.060 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.064 | 78073 | Recursively removing directory: /tmp/git.NUo6Vn/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.065 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.065 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.067 | 78076 | Recursively removing directory: /tmp/git.02SGkC/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.068 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.068 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.070 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.073 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.074 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.074 | 88676 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.074 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.074 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.075 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3uu5f4 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.075 | 78072 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.075 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.075 | 78072 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.082 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.082 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.083 | 88677 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.083 | 78072 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.083 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.083 | 78072 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.083 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aUcXa7 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.084 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.085 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.086 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.088 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.092 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.099 | 88675 | Marked run 729 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.100 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.107 | 78073 | Recursively removing directory: /tmp/git.3uu5f4/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.108 | 88674 | Marked run 730 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.109 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.109 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.109 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.112 | 78076 | Recursively removing directory: /tmp/git.aUcXa7/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.114 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.114 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.116 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.117 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 88693 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 78072 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.117 | 78072 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.118 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FAq96l +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.119 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.123 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.123 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.123 | 88695 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.123 | 78072 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.123 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.123 | 78072 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.123 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zsqE0k +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.123 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.124 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.124 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.128 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.130 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.142 | 88692 | Marked run 731 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.143 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.146 | 78076 | Recursively removing directory: /tmp/git.zsqE0k/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.147 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.147 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.148 | 88694 | Marked run 732 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.149 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.152 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.156 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.163 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.164 | 88711 | Added a new worker 11 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.164 | 78072 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.164 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.165 | 78072 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.165 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B6og2s +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.166 | 78073 | Recursively removing directory: /tmp/git.FAq96l/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.166 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.168 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.168 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.173 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.173 | 88710 | Marked run 734 as finished +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.174 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.174 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.175 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.178 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.180 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.184 | 88715 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.184 | 78072 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.184 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.184 | 78072 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.185 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8j4TUV +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.185 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.196 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.197 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.199 | 78076 | Recursively removing directory: /tmp/git.B6og2s/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.201 | 88712 | Marked run 733 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.201 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.202 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.202 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.216 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.216 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.213 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.219 | 88729 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.219 | 78072 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.219 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.219 | 78072 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.220 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1dQnQw +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.221 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.224 | 78073 | Recursively removing directory: /tmp/git.8j4TUV/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.230 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.230 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.226 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.227 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.234 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.238 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.238 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.240 | 88732 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.240 | 78072 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.240 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.240 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.240 | 78072 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.240 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HRO0lA +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.242 | 88728 | Marked run 735 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.243 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.246 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.246 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.255 | 88731 | Marked run 736 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.256 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.256 | 78076 | Recursively removing directory: /tmp/git.1dQnQw/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.258 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.258 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.262 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.265 | 78073 | Recursively removing directory: /tmp/git.HRO0lA/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.266 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.266 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.268 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.270 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.271 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.274 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.274 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.275 | 88747 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.275 | 78072 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.275 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.275 | 78072 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.275 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xzoNw2 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.276 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.280 | 88749 | Added a new worker 8 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.280 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.280 | 78072 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.280 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.281 | 78072 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.281 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ktxXs +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.281 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.285 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.285 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.286 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.291 | 88746 | Marked run 737 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.292 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.296 | 88748 | Marked run 738 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.296 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.304 | 78073 | Recursively removing directory: /tmp/git.0ktxXs/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.306 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.306 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.304 | 78076 | Recursively removing directory: /tmp/git.xzoNw2/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.306 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.306 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.310 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.310 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.315 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.315 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.317 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.320 | 88766 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.321 | 78072 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.321 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.321 | 78072 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.321 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.321 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zg9cab +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.321 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.321 | 88767 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.322 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.322 | 78072 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.322 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.322 | 78072 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.322 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z1pZ26 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.326 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.327 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.331 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.333 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.334 | 88765 | Marked run 739 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.334 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.339 | 88764 | Marked run 740 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.339 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.343 | 78076 | Recursively removing directory: /tmp/git.zg9cab/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.344 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.344 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.349 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.354 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.351 | 78073 | Recursively removing directory: /tmp/git.Z1pZ26/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.352 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.352 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.356 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 88783 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 78072 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.358 | 78072 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.358 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n8G2HG +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.364 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.367 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.372 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.373 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.373 | 88789 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.373 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.374 | 78072 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.374 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.374 | 78072 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.374 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wnfUR9 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.375 | 88782 | Marked run 741 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.376 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.380 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.381 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.383 | 78076 | Recursively removing directory: /tmp/git.n8G2HG/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.387 | 88784 | Marked run 742 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.387 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.387 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.388 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.392 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.396 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.396 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.400 | 78073 | Recursively removing directory: /tmp/git.wnfUR9/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.401 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.401 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.402 | 88801 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.402 | 78072 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.402 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.402 | 78072 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.403 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UYGDLY +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.404 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.406 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.409 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.410 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.411 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.412 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.416 | 88803 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.416 | 78072 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.416 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.417 | 78072 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.417 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B1iT9x +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.418 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.420 | 88800 | Marked run 743 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.420 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.425 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.426 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.442 | 88802 | Marked run 744 as finished +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.443 | 78076 | Recursively removing directory: /tmp/git.UYGDLY/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.443 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.444 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.444 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.449 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.451 | 78073 | Recursively removing directory: /tmp/git.B1iT9x/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.452 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.452 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.453 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.453 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.456 | 88819 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.456 | 78072 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.456 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.456 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.457 | 78072 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.457 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y4gdMg +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.457 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.462 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.463 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.463 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.464 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.469 | 88821 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.469 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.469 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wuNl5X +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.469 | 78072 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.469 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.469 | 78072 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.476 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.477 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.479 | 88818 | Marked run 745 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.480 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.487 | 88820 | Marked run 746 as finished +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.487 | 78076 | Recursively removing directory: /tmp/git.y4gdMg/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.489 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.489 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.491 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.495 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.499 | 78073 | Recursively removing directory: /tmp/git.wuNl5X/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.501 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.501 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.501 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.501 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.506 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.510 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.511 | 88837 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.511 | 78072 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.511 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.511 | 78072 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.511 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TOH1Vj +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.511 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.512 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.518 | 88839 | Added a new worker 9 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.518 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.518 | 78072 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.518 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.519 | 78072 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.519 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zAeYwa +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.520 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.523 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.528 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.530 | 88836 | Marked run 747 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.530 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.531 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.538 | 88838 | Marked run 748 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.538 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.542 | 78076 | Recursively removing directory: /tmp/git.TOH1Vj/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.543 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.543 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.548 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.552 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.551 | 78073 | Recursively removing directory: /tmp/git.zAeYwa/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.552 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.552 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.552 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.561 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.561 | 88855 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.561 | 78072 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.561 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.561 | 78072 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.562 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.562 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.562 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i1qlhJ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.563 | 88857 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.563 | 78072 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.563 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.563 | 78072 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.563 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.563 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IWD2sM +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.571 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.572 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.574 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.577 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.579 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.582 | 88856 | Marked run 750 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.583 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.586 | 88854 | Marked run 749 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.587 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.593 | 78073 | Recursively removing directory: /tmp/git.IWD2sM/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.594 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.594 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.601 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.601 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.596 | 78076 | Recursively removing directory: /tmp/git.i1qlhJ/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.597 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.597 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.605 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.606 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 88875 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 78072 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 78072 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.606 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IpkSIj +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.606 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.608 | 88874 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.610 | 78072 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.610 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.610 | 78072 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.607 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.610 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.610 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aGiWTp +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.613 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.619 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.626 | 88872 | Marked run 752 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.627 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.627 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.631 | 88873 | Marked run 751 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.631 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.632 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.640 | 78076 | Recursively removing directory: /tmp/git.IpkSIj/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.641 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.641 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.645 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.650 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.650 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.651 | 88887 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.653 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.653 | 78072 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.653 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.653 | 78072 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.654 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h0XKUP +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.661 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.662 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.669 | 78073 | Recursively removing directory: /tmp/git.aGiWTp/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.670 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.670 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.673 | 88886 | Marked run 753 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.674 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.674 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.679 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.679 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.685 | 88895 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.685 | 78072 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.685 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.685 | 78072 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.685 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YgiTyn +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.686 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.690 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.691 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.699 | 78076 | Recursively removing directory: /tmp/git.h0XKUP/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.700 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.700 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.704 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.704 | 88894 | Marked run 754 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.705 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.709 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.709 | 88905 | Added a new worker 8 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.709 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.709 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.710 | 78072 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.710 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.710 | 78072 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.711 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iDjNt1 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.715 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.716 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.722 | 88903 | Marked run 755 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.724 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.725 | 78073 | Recursively removing directory: /tmp/git.YgiTyn/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.726 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.726 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.731 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.735 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.736 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.736 | 88918 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.736 | 78072 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.736 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.736 | 78072 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.736 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RuhvzO +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.737 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.743 | 78076 | Recursively removing directory: /tmp/git.iDjNt1/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.745 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.745 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.748 | 88915 | Marked run 756 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.749 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.749 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.750 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.750 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.755 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.755 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.764 | 88925 | Added a new worker 11 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.764 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.764 | 78072 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.764 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.765 | 78072 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.765 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4sXvW2 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.768 | 78073 | Recursively removing directory: /tmp/git.RuhvzO/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.769 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.769 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.772 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.774 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.777 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.778 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.778 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.778 | 88929 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.779 | 78072 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.779 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.779 | 78072 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.779 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.781 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k5WyHT +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.781 | 88919 | Marked run 757 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.781 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.790 | 88928 | Marked run 758 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.790 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.790 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.791 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.798 | 78076 | Recursively removing directory: /tmp/git.4sXvW2/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.799 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.799 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.804 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.806 | 78073 | Recursively removing directory: /tmp/git.k5WyHT/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.808 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.808 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.809 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.812 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.809 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.816 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.820 | 88945 | Added a new worker 15 to the queue +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.820 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 88944 | Marked run 759 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 88947 | Added a new worker 14 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.821 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qRLpEY +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.821 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rzdngt +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.821 | 78072 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.826 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.826 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.827 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.828 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.837 | 88946 | Marked run 760 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.837 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.841 | 78076 | Recursively removing directory: /tmp/git.qRLpEY/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.842 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.842 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.847 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 88963 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 78072 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.851 | 78072 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.851 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.852 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x7fXuc +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.856 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.857 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.860 | 78073 | Recursively removing directory: /tmp/git.rzdngt/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.862 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.862 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.865 | 88962 | Marked run 761 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.865 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.866 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.870 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.871 | 88972 | Added a new worker 10 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.871 | 78072 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.871 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.871 | 78072 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.872 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.871 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.871 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gULjMM +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.878 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.878 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.886 | 88966 | Marked run 762 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.886 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.888 | 78076 | Recursively removing directory: /tmp/git.x7fXuc/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.889 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.889 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.893 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.897 | 78073 | Recursively removing directory: /tmp/git.gULjMM/ +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.898 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.898 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.898 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.897 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.903 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.903 | 88981 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.903 | 78072 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.903 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.903 | 78072 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.903 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G2ZA55 +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.905 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.907 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.907 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.909 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.910 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.913 | 88983 | Added a new worker 13 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.913 | 78072 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.913 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.913 | 78072 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7HZS0u +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.914 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.918 | 88980 | Marked run 763 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.918 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.920 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.921 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.926 | 88982 | Marked run 764 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.927 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.934 | 78076 | Recursively removing directory: /tmp/git.G2ZA55/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.935 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.935 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.938 | 78073 | Recursively removing directory: /tmp/git.7HZS0u/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.940 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.940 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.939 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.944 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.944 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.944 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.948 | 88999 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.948 | 78072 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.948 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.948 | 78072 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.948 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UbWJsx +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.949 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.950 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.949 | 78073 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.958 | 89001 | Added a new worker 8 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.960 | 78072 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.960 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.960 | 78072 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.960 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R26exr +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.962 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.963 | 78076 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.965 | 78076 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.969 | 78073 | Checking out revision HEAD +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.970 | 78073 | Going to run: ./ci +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.970 | 89000 | Marked run 766 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.971 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.977 | 88998 | Marked run 765 as finished +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.978 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.988 | 78076 | Recursively removing directory: /tmp/git.UbWJsx/ +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.989 | 78076 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.989 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.994 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.990 | 78073 | Recursively removing directory: /tmp/git.R26exr/ +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.991 | 78073 | Process exit code: 0 +2023-08-28 07:34:21 | INFO | 78073/cimple-worker: 2023-08-28 07:34:21.991 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.995 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.998 | 78070 | Waiting for new connections +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.998 | 78076 | Waiting for a new command +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.999 | 89018 | Added a new worker 12 to the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.999 | 78072 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.999 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:21 | INFO | 78070/cimple-server: 2023-08-28 07:34:21.999 | 78072 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:21 | INFO | 78076/cimple-worker: 2023-08-28 07:34:21.999 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZJTPwi +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.000 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.001 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.001 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.005 | 89019 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.005 | 78072 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.005 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.005 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.005 | 78072 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.006 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.006 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iJ9wmV +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.007 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.020 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.021 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.024 | 89016 | Marked run 767 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.024 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.025 | 78076 | Recursively removing directory: /tmp/git.ZJTPwi/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.028 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.028 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.031 | 89017 | Marked run 768 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.032 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.035 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.039 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.039 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.040 | 78073 | Recursively removing directory: /tmp/git.iJ9wmV/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.042 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.042 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.044 | 89035 | Added a new worker 10 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.044 | 78072 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.044 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.044 | 78072 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.045 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.045 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DnolbC +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.047 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.049 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.050 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.051 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.051 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.057 | 89038 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.058 | 78072 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.058 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.058 | 78072 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.058 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.058 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vkKZxY +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.064 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.065 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.066 | 89034 | Marked run 769 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.067 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.073 | 89036 | Marked run 770 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.073 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.079 | 78076 | Recursively removing directory: /tmp/git.DnolbC/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.081 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.081 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.091 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.084 | 78073 | Recursively removing directory: /tmp/git.vkKZxY/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.086 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.086 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 89053 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 78072 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.091 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.092 | 78072 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.092 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jp5pOf +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.093 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.097 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.097 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.101 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.101 | 89055 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.101 | 78072 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.101 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.101 | 78072 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.101 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.102 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.103 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lv4pLU +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.110 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.112 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.117 | 89052 | Marked run 771 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.118 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.121 | 89054 | Marked run 772 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.122 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.126 | 78076 | Recursively removing directory: /tmp/git.jp5pOf/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.128 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.128 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.130 | 78073 | Recursively removing directory: /tmp/git.lv4pLU/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.131 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.131 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.133 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.136 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.137 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 89072 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 78072 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.138 | 78072 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.139 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hGxteC +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.142 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.144 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.145 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.143 | 89073 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.145 | 78072 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.145 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.145 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.145 | 78072 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.142 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.149 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z7jvxe +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.160 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.161 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.167 | 78076 | Recursively removing directory: /tmp/git.hGxteC/ +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.167 | 89071 | Marked run 774 as finished +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.168 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.168 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.172 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.177 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.177 | 89089 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.178 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.178 | 78072 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.178 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.178 | 78072 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.177 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.178 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v0F82T +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.184 | 89070 | Marked run 773 as finished +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.180 | 78073 | Recursively removing directory: /tmp/git.z7jvxe/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.182 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.182 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.184 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.186 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.186 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.191 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.187 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.191 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.197 | 89091 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.197 | 78072 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.197 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.197 | 78072 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.197 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.197 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V8AoRa +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.207 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.208 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.214 | 89088 | Marked run 775 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.214 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.218 | 89090 | Marked run 776 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.219 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.220 | 78076 | Recursively removing directory: /tmp/git.v0F82T/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.221 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.221 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.225 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.226 | 78073 | Recursively removing directory: /tmp/git.V8AoRa/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.228 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.228 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.229 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.229 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.232 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.236 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.237 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.236 | 89107 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 89109 | Added a new worker 16 to the queue +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.238 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vqcm1F +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 78072 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 78072 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 78072 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.238 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.239 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.239 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.239 | 78072 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.240 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eTto2Q +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.243 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.244 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.257 | 78076 | Recursively removing directory: /tmp/git.vqcm1F/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.258 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.258 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.263 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.268 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.268 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.268 | 89118 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.268 | 78072 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.268 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.269 | 78072 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.269 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4QFbUr +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.270 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.319 | 89106 | Marked run 777 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.319 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.320 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.322 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.326 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.327 | 89108 | Marked run 778 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.328 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.328 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.332 | 89117 | Marked run 779 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.332 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.340 | 78073 | Recursively removing directory: /tmp/git.eTto2Q/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.343 | 78076 | Recursively removing directory: /tmp/git.4QFbUr/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.341 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.341 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.344 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.344 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.346 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.348 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.350 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.350 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.353 | 89135 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.353 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.353 | 78072 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.353 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.353 | 78072 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.353 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gbFnSc +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.354 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.354 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.358 | 89136 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.358 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.358 | 78072 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.358 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.358 | 78072 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.358 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r9Z6lQ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.358 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.359 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.367 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.369 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.371 | 89133 | Marked run 780 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.371 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.375 | 89134 | Marked run 781 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.375 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.380 | 78073 | Recursively removing directory: /tmp/git.gbFnSc/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.381 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.381 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.385 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.387 | 78076 | Recursively removing directory: /tmp/git.r9Z6lQ/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.388 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.388 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.389 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.389 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.392 | 89152 | Added a new worker 10 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.392 | 78072 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.392 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.392 | 78072 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.392 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j6dOPe +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.393 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.394 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.397 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.397 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.402 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.403 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.403 | 89154 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.403 | 78072 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.403 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.403 | 78072 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.403 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.405 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fUdg2d +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.409 | 89151 | Marked run 782 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.409 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.412 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.413 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.420 | 78073 | Recursively removing directory: /tmp/git.j6dOPe/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.421 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.421 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.422 | 89153 | Marked run 783 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.422 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.427 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.432 | 78076 | Recursively removing directory: /tmp/git.fUdg2d/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.433 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.433 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.438 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.438 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.438 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.441 | 89171 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.441 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.441 | 78072 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.441 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.442 | 78072 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.442 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0OfmgD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.442 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.442 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.443 | 89172 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.443 | 78072 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.443 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.443 | 78072 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.443 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.443 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q4hf3z +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.450 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.453 | 89169 | Marked run 784 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.453 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.453 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.455 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.456 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.459 | 89170 | Marked run 785 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.460 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.469 | 78076 | Recursively removing directory: /tmp/git.q4hf3z/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.470 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.470 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.474 | 78073 | Recursively removing directory: /tmp/git.0OfmgD/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.475 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.475 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.477 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.478 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.478 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.480 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UHJjJP +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.480 | 89188 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.480 | 78072 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.480 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.480 | 78072 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.481 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.481 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.485 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.485 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.486 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.486 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.492 | 89190 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.492 | 78072 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.492 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.492 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.493 | 78072 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.493 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ALQaUX +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.499 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.500 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.502 | 89187 | Marked run 787 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.503 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.507 | 89189 | Marked run 786 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.508 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.508 | 78076 | Recursively removing directory: /tmp/git.UHJjJP/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.509 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.509 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.513 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.517 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.517 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.524 | 89206 | Added a new worker 11 to the queue +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.525 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tCNJsH +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.525 | 78072 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.525 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.525 | 78072 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.528 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.525 | 78073 | Recursively removing directory: /tmp/git.ALQaUX/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.526 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.526 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.530 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.531 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.532 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.535 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.535 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.535 | 89210 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.536 | 78072 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.536 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.536 | 78072 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.537 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uh7okD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.538 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.542 | 89203 | Marked run 788 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.542 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.545 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.547 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.551 | 89207 | Marked run 789 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.551 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.559 | 78076 | Recursively removing directory: /tmp/git.tCNJsH/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.561 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.561 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.566 | 78073 | Recursively removing directory: /tmp/git.uh7okD/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.568 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.568 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.569 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.573 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.574 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.576 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.577 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.577 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.577 | 89225 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.577 | 78072 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.577 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.577 | 78072 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.578 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BapY2k +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.578 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.578 | 89226 | Added a new worker 10 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.578 | 78072 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.578 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.578 | 78072 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.579 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7WipIB +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.581 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.585 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.586 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.593 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.594 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.602 | 78073 | Recursively removing directory: /tmp/git.7WipIB/ +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.604 | 89224 | Marked run 791 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.604 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.605 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.605 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.608 | 89223 | Marked run 790 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.608 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.610 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.614 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.614 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.614 | 89242 | Added a new worker 10 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.614 | 78072 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.614 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.614 | 78072 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.614 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TXEjD5 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.615 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.620 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.620 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.623 | 78076 | Recursively removing directory: /tmp/git.BapY2k/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.624 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.624 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.631 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.636 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.636 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.640 | 89249 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.640 | 78072 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.640 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.640 | 78072 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.640 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.640 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iFVOtN +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.641 | 89241 | Marked run 793 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.641 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.646 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.648 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.651 | 78073 | Recursively removing directory: /tmp/git.TXEjD5/ +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.652 | 89248 | Marked run 792 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.653 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.654 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.654 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.658 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.663 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.669 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.670 | 78076 | Recursively removing directory: /tmp/git.iFVOtN/ +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.670 | 89260 | Added a new worker 11 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.670 | 78072 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.670 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.670 | 78072 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.670 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.671 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.671 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.672 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4m5a6o +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.675 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.679 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.679 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.679 | 89262 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.679 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.680 | 78072 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.680 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.680 | 78072 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.680 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CV9g9H +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.681 | 89254 | Marked run 794 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.681 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.682 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.683 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.685 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.685 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.698 | 89261 | Marked run 795 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.699 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.701 | 78076 | Recursively removing directory: /tmp/git.CV9g9H/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.702 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.702 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.711 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.706 | 78073 | Recursively removing directory: /tmp/git.4m5a6o/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.707 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.707 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.707 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.711 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.712 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 89278 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 78072 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.716 | 78072 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.717 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0szSeZ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.716 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.720 | 89280 | Added a new worker 8 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.721 | 78072 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.721 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.721 | 78072 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.721 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qJ4p8G +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.721 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.722 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.723 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.729 | 89277 | Marked run 797 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.729 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.730 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.733 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.740 | 89279 | Marked run 796 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.740 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.740 | 78076 | Recursively removing directory: /tmp/git.0szSeZ/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.742 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.742 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.746 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.750 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.756 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.757 | 89296 | Added a new worker 10 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.757 | 78072 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.757 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.757 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.757 | 78072 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.757 | 78073 | Recursively removing directory: /tmp/git.qJ4p8G/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.758 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.758 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.760 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aQpNyJ +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.765 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.767 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.768 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.772 | 89298 | Added a new worker 8 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.772 | 78072 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.772 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.772 | 78072 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.772 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DH87MD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.773 | 89293 | Marked run 798 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.773 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.773 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.773 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.775 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.779 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.780 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.785 | 89297 | Marked run 799 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.785 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.788 | 78076 | Recursively removing directory: /tmp/git.aQpNyJ/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.790 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.790 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.794 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.798 | 78073 | Recursively removing directory: /tmp/git.DH87MD/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.799 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.799 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.802 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.802 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.803 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.807 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.807 | 89314 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.810 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.810 | 78072 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.810 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.810 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.810 | 78072 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.811 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lNd11J +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.811 | 89316 | Added a new worker 16 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.816 | 78072 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.816 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.816 | 78072 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.816 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.817 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.817 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.73gr2i +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.818 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.820 | 89313 | Marked run 800 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.821 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.824 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.825 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.827 | 89315 | Marked run 801 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.827 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.837 | 78076 | Recursively removing directory: /tmp/git.lNd11J/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.838 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.838 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.843 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.845 | 78073 | Recursively removing directory: /tmp/git.73gr2i/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.847 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.847 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.849 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.852 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.856 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.849 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.856 | 89332 | Added a new worker 15 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.857 | 78072 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.857 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.857 | 78072 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.857 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IJKcYV +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.857 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.858 | 89334 | Added a new worker 8 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.858 | 78072 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.858 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.858 | 78072 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.858 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.858 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.862 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gliqoR +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.863 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.864 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.868 | 89331 | Marked run 802 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.869 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.873 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.873 | 89333 | Marked run 803 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.875 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.876 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.884 | 78076 | Recursively removing directory: /tmp/git.IJKcYV/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.885 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.885 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.890 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.894 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.899 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.899 | 89350 | Added a new worker 12 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.899 | 78072 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.899 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.899 | 78072 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.894 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.894 | 78073 | Recursively removing directory: /tmp/git.gliqoR/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.895 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.895 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.900 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M2tc6F +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.900 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.903 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.903 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.905 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.906 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.908 | 89352 | Added a new worker 13 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.909 | 78072 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.909 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.909 | 78072 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.909 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.909 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vPfrlQ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.915 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.916 | 89349 | Marked run 804 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.917 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.917 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.923 | 89351 | Marked run 805 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.923 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.928 | 78076 | Recursively removing directory: /tmp/git.M2tc6F/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.929 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.929 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.933 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.935 | 78073 | Recursively removing directory: /tmp/git.vPfrlQ/ +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.937 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.937 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.938 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.938 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.941 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.945 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.945 | 89368 | Added a new worker 15 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.946 | 78072 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.946 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.946 | 78072 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.946 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.946 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.946 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Al4Yxt +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.948 | 89370 | Added a new worker 8 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.948 | 78072 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.948 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.948 | 78072 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.948 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.949 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qiDnDh +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.952 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.953 | 78076 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.957 | 89367 | Marked run 806 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.957 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.958 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.958 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.965 | 89369 | Marked run 807 as finished +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.965 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.975 | 78073 | Recursively removing directory: /tmp/git.qiDnDh/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.971 | 78076 | Recursively removing directory: /tmp/git.Al4Yxt/ +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.973 | 78076 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.973 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.976 | 78073 | Process exit code: 0 +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.976 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.977 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.981 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.983 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.983 | 78076 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.984 | 78073 | Waiting for a new command +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.985 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.985 | 89387 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.985 | 78072 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.985 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.986 | 78072 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.986 | 89388 | Added a new worker 14 to the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.986 | 78072 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.986 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.986 | 78072 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.987 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.986 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gEfhu3 +2023-08-28 07:34:22 | INFO | 78070/cimple-server: 2023-08-28 07:34:22.987 | 78070 | Waiting for new connections +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.987 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2A6jYI +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.991 | 78073 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78073/cimple-worker: 2023-08-28 07:34:22.993 | 78073 | Going to run: ./ci +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.996 | 78076 | Checking out revision HEAD +2023-08-28 07:34:22 | INFO | 78076/cimple-worker: 2023-08-28 07:34:22.997 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.007 | 89386 | Marked run 809 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.007 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.011 | 89385 | Marked run 808 as finished +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.012 | 78076 | Recursively removing directory: /tmp/git.2A6jYI/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.014 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.014 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.012 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.015 | 78073 | Recursively removing directory: /tmp/git.gEfhu3/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.016 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.016 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.018 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.020 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.023 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.023 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.024 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 89405 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 78072 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 78072 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.024 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.025 | 89406 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.025 | 78072 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.025 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.025 | 78072 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.025 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YM64W6 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.025 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m5FJor +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.026 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.030 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.030 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.037 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.038 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.047 | 78076 | Recursively removing directory: /tmp/git.m5FJor/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.048 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.048 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.049 | 89404 | Marked run 811 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.050 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.053 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.053 | 89403 | Marked run 810 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.054 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.057 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.057 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.057 | 89422 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.057 | 78072 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.057 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.057 | 78072 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.058 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.grqZc4 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.059 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.062 | 78073 | Recursively removing directory: /tmp/git.YM64W6/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.063 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.063 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.063 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.064 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.075 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.080 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.080 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.080 | 89429 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.081 | 78072 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.081 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.081 | 78072 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.081 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bE9JoK +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.082 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.089 | 89420 | Marked run 812 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.089 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.091 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.095 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.099 | 78076 | Recursively removing directory: /tmp/git.grqZc4/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.101 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.101 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.105 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.105 | 89426 | Marked run 813 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.106 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.110 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.110 | 89439 | Added a new worker 8 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.111 | 78072 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.111 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.111 | 78072 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.109 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.111 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tACtcB +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.115 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.117 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.119 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.121 | 89435 | Marked run 814 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.122 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.124 | 78073 | Recursively removing directory: /tmp/git.bE9JoK/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.125 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.125 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.129 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.133 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.133 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.133 | 89449 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.133 | 78072 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.133 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.133 | 78072 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.133 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.itZdAd +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.134 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.138 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.139 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.145 | 78076 | Recursively removing directory: /tmp/git.tACtcB/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.146 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.146 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.151 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.155 | 89447 | Marked run 815 as finished +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.155 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.156 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.160 | 89458 | Added a new worker 6 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.160 | 78072 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.160 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.161 | 78072 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.161 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0pkObT +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.161 | 78073 | Recursively removing directory: /tmp/git.itZdAd/ +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.162 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.163 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.163 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.166 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.167 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.168 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.171 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.171 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.171 | 89461 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.172 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.172 | 78072 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.172 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.172 | 78072 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.172 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4EGyU8 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.177 | 89457 | Marked run 816 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.177 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.183 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.184 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.190 | 89459 | Marked run 817 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.191 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.192 | 78076 | Recursively removing directory: /tmp/git.0pkObT/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.193 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.193 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.198 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.202 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.202 | 78073 | Recursively removing directory: /tmp/git.4EGyU8/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.204 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.204 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.204 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.208 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.210 | 89476 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.210 | 78072 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.210 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.210 | 78072 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.210 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.211 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.edjp3v +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.214 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.214 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.214 | 89478 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.214 | 78072 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.214 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.214 | 78072 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.215 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.214 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HrmiyO +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.218 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.219 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.220 | 89475 | Marked run 818 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.221 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.223 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.224 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.236 | 89477 | Marked run 819 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.236 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.238 | 78076 | Recursively removing directory: /tmp/git.edjp3v/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.239 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.239 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.243 | 78073 | Recursively removing directory: /tmp/git.HrmiyO/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.244 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.244 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.248 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.243 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.248 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.249 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.252 | 89494 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.252 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.252 | 78072 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.252 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.252 | 78072 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.253 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.enPEE8 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.254 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.254 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.260 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.261 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.261 | 89496 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.262 | 78072 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.262 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.262 | 78072 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.262 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.262 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nYmhSs +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.267 | 89493 | Marked run 820 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.267 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.273 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.275 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.276 | 89495 | Marked run 821 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.276 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.277 | 78076 | Recursively removing directory: /tmp/git.enPEE8/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.278 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.278 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.282 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.286 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.287 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.293 | 89512 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.293 | 78072 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.293 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.293 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.293 | 78072 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.293 | 78073 | Recursively removing directory: /tmp/git.nYmhSs/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.294 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dunu8e +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.295 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.295 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.299 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.301 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.303 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.304 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.304 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.304 | 89515 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.304 | 78072 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.304 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.305 | 78072 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.305 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.305 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3AMOyy +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.307 | 89509 | Marked run 822 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.307 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.313 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.314 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.324 | 89513 | Marked run 823 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.324 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.330 | 78076 | Recursively removing directory: /tmp/git.Dunu8e/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.331 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.331 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.335 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.339 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.340 | 89530 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.340 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.337 | 78073 | Recursively removing directory: /tmp/git.3AMOyy/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.338 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.338 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.340 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lmiakA +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.340 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.340 | 78072 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.340 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.340 | 78072 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.343 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.345 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.346 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.347 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.348 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.352 | 89533 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.352 | 78072 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.352 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.352 | 78072 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.353 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Sh5hb +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.354 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.361 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.361 | 89529 | Marked run 824 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.362 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.362 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.370 | 89531 | Marked run 825 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.371 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.374 | 78076 | Recursively removing directory: /tmp/git.lmiakA/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.375 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.375 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.379 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.377 | 78073 | Recursively removing directory: /tmp/git.1Sh5hb/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.378 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.378 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.383 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.385 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.385 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.387 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 89549 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 89550 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.387 | 78072 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.388 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B5jmU1 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.388 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.388 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3dTBNm +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.389 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.393 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.395 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.395 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.396 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.405 | 89547 | Marked run 826 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.406 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.409 | 89548 | Marked run 827 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.410 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.416 | 78076 | Recursively removing directory: /tmp/git.3dTBNm/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.418 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.418 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.419 | 78073 | Recursively removing directory: /tmp/git.B5jmU1/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.420 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.420 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.422 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.424 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.427 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.428 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 89567 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 89568 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.428 | 78072 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zNz8eo +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.428 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.429 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RLx17D +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.429 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.438 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.438 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.440 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.441 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.447 | 89565 | Marked run 828 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.448 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.453 | 89566 | Marked run 829 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.453 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.459 | 78076 | Recursively removing directory: /tmp/git.RLx17D/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.460 | 78073 | Recursively removing directory: /tmp/git.zNz8eo/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.461 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.461 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.465 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.465 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.461 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.461 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.469 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.470 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.471 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.471 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.471 | 89585 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.471 | 78072 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.471 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.471 | 78072 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.472 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JSwtEr +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.472 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.472 | 89586 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.473 | 78072 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.473 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.473 | 78072 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.473 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bF09VO +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.474 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.481 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.482 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.483 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.483 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.489 | 89584 | Marked run 830 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.490 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.497 | 89583 | Marked run 831 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.498 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.504 | 78076 | Recursively removing directory: /tmp/git.bF09VO/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.505 | 78073 | Recursively removing directory: /tmp/git.JSwtEr/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.506 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.506 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.510 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.510 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.505 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.505 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.514 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.515 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.515 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.516 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.516 | 89604 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.516 | 78072 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.516 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.516 | 78072 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.516 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kUFOTe +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.517 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.517 | 89603 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.518 | 78072 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.518 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.518 | 78072 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.518 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0gALnw +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.519 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.525 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.526 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.527 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.528 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.535 | 89601 | Marked run 833 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.535 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.539 | 89602 | Marked run 832 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.539 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.545 | 78076 | Recursively removing directory: /tmp/git.kUFOTe/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.546 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.546 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.547 | 78073 | Recursively removing directory: /tmp/git.0gALnw/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.549 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.549 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.551 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.553 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.556 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.555 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 89621 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 89622 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.558 | 78072 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.558 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.558 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J8vLX0 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.559 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.560 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ehrn3s +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.566 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.567 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.569 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.573 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.575 | 89619 | Marked run 834 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.576 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.581 | 89620 | Marked run 835 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.582 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.585 | 78073 | Recursively removing directory: /tmp/git.J8vLX0/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.586 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.586 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.591 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.592 | 78076 | Recursively removing directory: /tmp/git.ehrn3s/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.596 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.597 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.597 | 89638 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.598 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.598 | 78072 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.598 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.598 | 78072 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.598 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FGcyf7 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.599 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.603 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.604 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.604 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.604 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.608 | 89640 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.609 | 78072 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.609 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.609 | 78072 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.609 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5HH4M0 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.609 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.614 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.615 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.623 | 89637 | Marked run 837 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.623 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.628 | 78073 | Recursively removing directory: /tmp/git.FGcyf7/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.631 | 78076 | Recursively removing directory: /tmp/git.5HH4M0/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.629 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.629 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.633 | 89639 | Marked run 836 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.633 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.634 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.634 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.634 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.638 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.639 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.639 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.642 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 89657 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 89658 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.642 | 78072 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.642 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8pgW2y +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.643 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.643 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.643 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JGRiAB +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.649 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.652 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.653 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.653 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.663 | 89655 | Marked run 838 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.664 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.667 | 89656 | Marked run 839 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.667 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.673 | 78076 | Recursively removing directory: /tmp/git.8pgW2y/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.670 | 78073 | Recursively removing directory: /tmp/git.JGRiAB/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.672 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.672 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.674 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.674 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.676 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.679 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.681 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.680 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.681 | 89675 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.681 | 78072 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.681 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.681 | 78072 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.681 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8qZAY9 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.683 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.683 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.684 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.687 | 89676 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.687 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.689 | 78072 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.689 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.689 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.689 | 78072 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.689 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c7a6HU +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.692 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.696 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.697 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.701 | 89673 | Marked run 840 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.702 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.706 | 89674 | Marked run 841 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.706 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.714 | 78073 | Recursively removing directory: /tmp/git.8qZAY9/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.715 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.715 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.716 | 78076 | Recursively removing directory: /tmp/git.c7a6HU/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.717 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.717 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.720 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.721 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.724 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.724 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.725 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.725 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 89693 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 89694 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.726 | 78072 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.726 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8oBgbt +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.727 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YoEMyS +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.728 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.731 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.733 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.737 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.737 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.746 | 89691 | Marked run 842 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.747 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.754 | 89692 | Marked run 843 as finished +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.754 | 78076 | Recursively removing directory: /tmp/git.8oBgbt/ +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.755 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.756 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.756 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.758 | 78073 | Recursively removing directory: /tmp/git.YoEMyS/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.759 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.759 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.760 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.765 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.765 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.765 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.769 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.770 | 89711 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.770 | 78072 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.770 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.770 | 78072 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.770 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H2RTCF +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.771 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 89712 | Added a new worker 10 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 78072 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.771 | 78072 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.772 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R7vivs +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.775 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.777 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.782 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.785 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.788 | 89710 | Marked run 844 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.789 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.794 | 89709 | Marked run 845 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.795 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.797 | 78076 | Recursively removing directory: /tmp/git.H2RTCF/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.800 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.800 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.804 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.806 | 78073 | Recursively removing directory: /tmp/git.R7vivs/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.807 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.807 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.808 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.808 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.812 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.816 | 89728 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.816 | 78072 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.816 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.816 | 78072 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.816 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oSmjQN +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.817 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.818 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 89730 | Added a new worker 13 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 78072 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.818 | 78072 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.819 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xZWRdC +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.823 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.824 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.826 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.826 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.829 | 89727 | Marked run 846 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.829 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.837 | 89729 | Marked run 847 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.839 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.847 | 78073 | Recursively removing directory: /tmp/git.xZWRdC/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.848 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.848 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.849 | 78076 | Recursively removing directory: /tmp/git.oSmjQN/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.850 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.850 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.853 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.855 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.858 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.858 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.858 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 89747 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 89748 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.859 | 78072 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.859 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.859 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KPwtlc +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.860 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.860 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x2Nz7d +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.860 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.869 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.870 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.874 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.875 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.882 | 89745 | Marked run 849 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.883 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.887 | 89746 | Marked run 848 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.887 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.890 | 78073 | Recursively removing directory: /tmp/git.x2Nz7d/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.892 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.892 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.894 | 78076 | Recursively removing directory: /tmp/git.KPwtlc/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.895 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.895 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.896 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.899 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.901 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.901 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.902 | 89765 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.902 | 78072 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.902 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.902 | 78072 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.902 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qqcKgD +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.903 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.904 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.904 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.908 | 78073 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.909 | 78073 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.905 | 89766 | Added a new worker 12 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.909 | 78072 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.909 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.909 | 78072 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.909 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.910 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GmU6Tl +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.921 | 78076 | Checking out revision HEAD +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.922 | 78076 | Going to run: ./ci +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.928 | 89763 | Marked run 850 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.928 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.931 | 78073 | Recursively removing directory: /tmp/git.qqcKgD/ +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.933 | 78073 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.933 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.937 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.938 | 78076 | Recursively removing directory: /tmp/git.GmU6Tl/ +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.939 | 78076 | Process exit code: 0 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.939 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.941 | 89764 | Marked run 851 as finished +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.941 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.943 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.943 | 78073 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.944 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.949 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.949 | 89782 | Added a new worker 14 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.949 | 78072 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.949 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.949 | 78072 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:23 | INFO | 78073/cimple-worker: 2023-08-28 07:34:23.949 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ZsWUd +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.950 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.949 | 78076 | Waiting for a new command +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.956 | 89784 | Added a new worker 6 to the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.956 | 78070 | Waiting for new connections +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.960 | 78072 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.960 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:23 | INFO | 78070/cimple-server: 2023-08-28 07:34:23.960 | 78072 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:23 | INFO | 78076/cimple-worker: 2023-08-28 07:34:23.961 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SJRsnG +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.100 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.106 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.111 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.111 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.112 | 89783 | Marked run 853 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.112 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.118 | 89781 | Marked run 852 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.118 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.123 | 78073 | Recursively removing directory: /tmp/git.4ZsWUd/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.125 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.125 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.129 | 78076 | Recursively removing directory: /tmp/git.SJRsnG/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.131 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.131 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.134 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.134 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.134 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.134 | 89800 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.134 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.135 | 78072 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.135 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.135 | 78072 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.135 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vx4hgQ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.136 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.140 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.140 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.141 | 89802 | Added a new worker 12 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.141 | 78072 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.141 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.141 | 78072 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.141 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Sl2hmM +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.141 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.142 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.143 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.152 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.153 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.159 | 89799 | Marked run 854 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.159 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.165 | 89801 | Marked run 855 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.165 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.165 | 78073 | Recursively removing directory: /tmp/git.Vx4hgQ/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.167 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.167 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.171 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.173 | 78076 | Recursively removing directory: /tmp/git.Sl2hmM/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.175 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.175 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.176 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.176 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.179 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.180 | 89818 | Added a new worker 12 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.180 | 78072 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.180 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.180 | 78072 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.181 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bokO7V +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.182 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.186 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.186 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.189 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.190 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.191 | 89820 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.191 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DQ6HMB +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.191 | 78072 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.191 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.191 | 78072 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.198 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.206 | 89819 | Marked run 857 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.209 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.209 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.211 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.212 | 78073 | Recursively removing directory: /tmp/git.bokO7V/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.213 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.213 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.217 | 89817 | Marked run 856 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.217 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.218 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.223 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.223 | 89836 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.223 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.223 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.224 | 78072 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.224 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.224 | 78072 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.225 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qugn9i +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.231 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.234 | 78076 | Recursively removing directory: /tmp/git.DQ6HMB/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.235 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.235 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.234 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.243 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.243 | 89833 | Marked run 858 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.244 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.248 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.248 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.249 | 78073 | Recursively removing directory: /tmp/git.qugn9i/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.250 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.250 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.255 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.255 | 89845 | Added a new worker 12 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.255 | 78072 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.255 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.255 | 78072 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.255 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I8Ka15 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.256 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.260 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.259 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.261 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.262 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.262 | 89847 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.262 | 78072 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.262 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.262 | 78072 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.263 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YjwDEI +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.263 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.268 | 89844 | Marked run 859 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.269 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.270 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.271 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.279 | 89846 | Marked run 860 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.279 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.283 | 78076 | Recursively removing directory: /tmp/git.I8Ka15/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.285 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.285 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.289 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.291 | 78073 | Recursively removing directory: /tmp/git.YjwDEI/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.293 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.294 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.294 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.293 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.301 | 89863 | Added a new worker 11 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.301 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.301 | 78072 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.301 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.302 | 78072 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.302 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JdyyzL +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.303 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.307 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.309 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.309 | 89865 | Added a new worker 11 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.310 | 78072 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.310 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.310 | 78072 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.310 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.311 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.310 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.27X5nW +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.312 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.312 | 89862 | Marked run 861 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.313 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.335 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.335 | 89864 | Marked run 862 as finished +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.336 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.340 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.335 | 78076 | Recursively removing directory: /tmp/git.JdyyzL/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.337 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.337 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.341 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.346 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.346 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.346 | 89881 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.346 | 78072 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.346 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.346 | 78072 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.347 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OGvf8I +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.348 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.352 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.353 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.358 | 78073 | Recursively removing directory: /tmp/git.27X5nW/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.361 | 89878 | Marked run 863 as finished +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.362 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.362 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.364 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.366 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.370 | 78076 | Recursively removing directory: /tmp/git.OGvf8I/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.371 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.371 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.373 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.376 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.377 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.380 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.380 | 89890 | Added a new worker 14 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.380 | 78072 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.380 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.380 | 78072 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.381 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DTwDpi +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.381 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.387 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.380 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.388 | 89892 | Added a new worker 9 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.388 | 78072 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.388 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.388 | 78072 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.388 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jveLv9 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.388 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.389 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.393 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.394 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.399 | 89891 | Marked run 865 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.399 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.404 | 89889 | Marked run 864 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.404 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.405 | 78073 | Recursively removing directory: /tmp/git.DTwDpi/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.406 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.406 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.410 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.411 | 78076 | Recursively removing directory: /tmp/git.jveLv9/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.414 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.413 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.413 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.414 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.417 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 89908 | Added a new worker 14 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 78072 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 78072 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.421 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.422 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S2UeZw +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.422 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.426 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.427 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.428 | 89910 | Added a new worker 9 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.429 | 78072 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.429 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.429 | 78072 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.429 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.430 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eAZoLF +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.435 | 89907 | Marked run 866 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.436 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.438 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.439 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.444 | 89909 | Marked run 867 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.445 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.445 | 78073 | Recursively removing directory: /tmp/git.S2UeZw/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.447 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.447 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.451 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.455 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.455 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.455 | 89926 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.456 | 78072 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.456 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.456 | 78072 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.456 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1A69m1 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.457 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.462 | 78076 | Recursively removing directory: /tmp/git.eAZoLF/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.464 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.464 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.464 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.467 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.469 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.472 | 89925 | Marked run 868 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.473 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.473 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.473 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.479 | 89929 | Added a new worker 8 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.479 | 78072 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.479 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.479 | 78072 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.480 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.479 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LDEILh +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.486 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.487 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.487 | 89928 | Marked run 869 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.488 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.491 | 78073 | Recursively removing directory: /tmp/git.1A69m1/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.493 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.493 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.497 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.502 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.508 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.508 | 89944 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.509 | 78072 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.509 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.509 | 78072 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.509 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DYCRhn +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.510 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.510 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.505 | 78076 | Recursively removing directory: /tmp/git.LDEILh/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.506 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.506 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.515 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.514 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.516 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.514 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.518 | 89946 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.519 | 78072 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.519 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.519 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bSZPhA +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.519 | 78072 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.520 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.523 | 89943 | Marked run 870 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.523 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.528 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.529 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.533 | 89945 | Marked run 871 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.533 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.534 | 78073 | Recursively removing directory: /tmp/git.DYCRhn/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.536 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.536 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.541 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.548 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.549 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.552 | 78076 | Recursively removing directory: /tmp/git.bSZPhA/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.555 | 89962 | Added a new worker 11 to the queue +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.556 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p5AGjo +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.556 | 78072 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.556 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.556 | 78072 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.559 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.553 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.553 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.561 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.562 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.563 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.564 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.567 | 89961 | Marked run 872 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.567 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.567 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.568 | 89965 | Added a new worker 6 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.569 | 78072 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.569 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.569 | 78072 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.569 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JPXidh +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.569 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.578 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.579 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.582 | 89963 | Marked run 873 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.582 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.584 | 78073 | Recursively removing directory: /tmp/git.p5AGjo/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.585 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.585 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.589 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.593 | 78076 | Recursively removing directory: /tmp/git.JPXidh/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.594 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.594 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.596 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.593 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.600 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.601 | 89980 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.601 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k9JajV +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.601 | 78072 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.601 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.601 | 78072 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.603 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.604 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.604 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.604 | 89982 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.605 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.605 | 78072 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.605 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.605 | 78072 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.605 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.46o20t +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.611 | 89979 | Marked run 874 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.611 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.612 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.613 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.615 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.616 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.618 | 89981 | Marked run 875 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.618 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.628 | 78073 | Recursively removing directory: /tmp/git.k9JajV/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.629 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.629 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.632 | 78076 | Recursively removing directory: /tmp/git.46o20t/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.634 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.634 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.637 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.637 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.637 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.641 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.646 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.646 | 89998 | Added a new worker 15 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.646 | 78072 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.646 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.646 | 78072 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.647 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.647 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.647 | 90000 | Added a new worker 8 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.647 | 78072 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.647 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.647 | 78072 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.648 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.649 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xYqDeL +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.649 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.scnU5q +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.657 | 89997 | Marked run 876 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.657 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.657 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.658 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.662 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.664 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.665 | 89999 | Marked run 877 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.666 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.673 | 78073 | Recursively removing directory: /tmp/git.xYqDeL/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.675 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.675 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.679 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.681 | 78076 | Recursively removing directory: /tmp/git.scnU5q/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.682 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.682 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.683 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.684 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.687 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.688 | 90016 | Added a new worker 12 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.688 | 78072 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.688 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.688 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.688 | 78072 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.688 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jAixJK +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.692 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.696 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.697 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.698 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.698 | 90018 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.698 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.698 | 78072 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.698 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.698 | 78072 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.699 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0AX1b7 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.705 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.707 | 90015 | Marked run 878 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.707 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.708 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.711 | 90017 | Marked run 879 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.711 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.715 | 78073 | Recursively removing directory: /tmp/git.jAixJK/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.716 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.716 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.720 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.725 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.725 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.727 | 78076 | Recursively removing directory: /tmp/git.0AX1b7/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.728 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.728 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.728 | 90034 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.728 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.732 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.732 | 78072 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.732 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.733 | 78072 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.734 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.koqbOq +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.738 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.738 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.738 | 90036 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.738 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.738 | 78072 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.738 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.739 | 78072 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.739 | 90033 | Marked run 880 as finished +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.739 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LU3JcA +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.740 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.740 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.741 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.753 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.754 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.757 | 78073 | Recursively removing directory: /tmp/git.koqbOq/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.757 | 90035 | Marked run 881 as finished +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.758 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.758 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.760 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.763 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.767 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.767 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.770 | 90052 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.770 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.771 | 78076 | Recursively removing directory: /tmp/git.LU3JcA/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.771 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TK2v0A +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.771 | 78072 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.771 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.771 | 78072 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.773 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.773 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.777 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.779 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.782 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.782 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.785 | 90054 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.785 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.785 | 78072 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.786 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.786 | 78072 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.782 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.787 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mpROMx +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.790 | 90051 | Marked run 882 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.790 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.793 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.798 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.801 | 90053 | Marked run 883 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.802 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.804 | 78073 | Recursively removing directory: /tmp/git.TK2v0A/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.805 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.805 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.809 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.814 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.816 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.817 | 78076 | Recursively removing directory: /tmp/git.mpROMx/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.818 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.818 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.818 | 90070 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.818 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.822 | 78072 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.822 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.822 | 78072 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.822 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t4O85j +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.823 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.827 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.827 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.829 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.828 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.830 | 90073 | Added a new worker 13 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.831 | 90069 | Marked run 884 as finished +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.831 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IHjhUR +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.831 | 78072 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.831 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.831 | 78072 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.835 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.836 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.837 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.843 | 90071 | Marked run 885 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.843 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.856 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.850 | 78073 | Recursively removing directory: /tmp/git.t4O85j/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.852 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.852 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.860 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.856 | 78076 | Recursively removing directory: /tmp/git.IHjhUR/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.857 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.857 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.860 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.863 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 90088 | Added a new worker 14 to the queue +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.867 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rVUXGv +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 78072 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 78072 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.867 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.867 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.872 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.873 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.874 | 90090 | Added a new worker 9 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.875 | 78072 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.875 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.875 | 78072 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.875 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.875 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DOHzOY +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.884 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.885 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.889 | 90087 | Marked run 886 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.889 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.893 | 90089 | Marked run 887 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.893 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.896 | 78073 | Recursively removing directory: /tmp/git.rVUXGv/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.898 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.898 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.902 | 78076 | Recursively removing directory: /tmp/git.DOHzOY/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.904 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.904 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.904 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.907 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.907 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.908 | 90106 | Added a new worker 10 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.908 | 78072 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.908 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.908 | 78072 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.908 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.909 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MHx23X +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.913 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.913 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.913 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.916 | 90108 | Added a new worker 8 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.916 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.916 | 78072 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.916 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.917 | 78072 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.917 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5aA4zt +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.918 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.919 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.925 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.926 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.928 | 90105 | Marked run 888 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.929 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.933 | 90107 | Marked run 889 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.933 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.941 | 78073 | Recursively removing directory: /tmp/git.MHx23X/ +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.942 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.942 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.944 | 78076 | Recursively removing directory: /tmp/git.5aA4zt/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.945 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.945 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.947 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.949 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.951 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.951 | 78073 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.954 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.954 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.954 | 90125 | Added a new worker 14 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.954 | 78072 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.954 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 78072 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 90126 | Added a new worker 14 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 78072 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.955 | 78072 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.955 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jig6t2 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.956 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9zl8YE +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.957 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.960 | 78076 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.961 | 78076 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.969 | 78073 | Checking out revision HEAD +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.969 | 78073 | Going to run: ./ci +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.975 | 90123 | Marked run 890 as finished +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.975 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.978 | 78076 | Recursively removing directory: /tmp/git.9zl8YE/ +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.979 | 78076 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.979 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.984 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.989 | 90124 | Marked run 891 as finished +2023-08-28 07:34:24 | INFO | 78076/cimple-worker: 2023-08-28 07:34:24.989 | 78076 | Waiting for a new command +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.990 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.993 | 78073 | Recursively removing directory: /tmp/git.jig6t2/ +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.994 | 90142 | Added a new worker 8 to the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.994 | 78072 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.994 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.994 | 78072 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.994 | 78070 | Waiting for new connections +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.995 | 78073 | Process exit code: 0 +2023-08-28 07:34:24 | INFO | 78073/cimple-worker: 2023-08-28 07:34:24.995 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:24 | INFO | 78070/cimple-server: 2023-08-28 07:34:24.999 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.000 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QhteTn +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.002 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 90144 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 78072 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.003 | 78072 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.003 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DFiiZD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.006 | 90141 | Marked run 893 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.006 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.009 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.010 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.015 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.016 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.023 | 90143 | Marked run 892 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.023 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.028 | 78076 | Recursively removing directory: /tmp/git.QhteTn/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.030 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.030 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.034 | 78073 | Recursively removing directory: /tmp/git.DFiiZD/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.036 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.036 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.036 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.040 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.041 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.041 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.041 | 90161 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.041 | 78072 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.041 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.041 | 78072 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.042 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aIoYMi +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.043 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.044 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.044 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.052 | 90162 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.053 | 78072 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.053 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.053 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.053 | 78072 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.049 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.053 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mIVAl4 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.055 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.062 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.066 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.067 | 90160 | Marked run 895 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.068 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.074 | 90159 | Marked run 894 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.074 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.080 | 78076 | Recursively removing directory: /tmp/git.aIoYMi/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.081 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.081 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.086 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.090 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.090 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.086 | 78073 | Recursively removing directory: /tmp/git.mIVAl4/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.088 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.088 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.092 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.096 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.097 | 90178 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.097 | 78072 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.097 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.097 | 78072 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.096 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.097 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.097 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lQq85Q +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.101 | 90180 | Added a new worker 8 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.101 | 78072 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.101 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.101 | 78072 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.102 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K27oTW +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.102 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.103 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.105 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.116 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.117 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.116 | 90177 | Marked run 896 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.117 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.122 | 90179 | Marked run 897 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.122 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.128 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.123 | 78076 | Recursively removing directory: /tmp/git.lQq85Q/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.124 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.124 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.130 | 78073 | Recursively removing directory: /tmp/git.K27oTW/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.131 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.131 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.132 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.136 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.132 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.140 | 90196 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.141 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P9Ey86 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.140 | 78072 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.140 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.141 | 78072 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.145 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.145 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.146 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.146 | 90198 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.146 | 78072 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.146 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.146 | 78072 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.146 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.147 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.147 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.148 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wlmGEc +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.150 | 90195 | Marked run 898 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.150 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.157 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.157 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.164 | 90197 | Marked run 899 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.164 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.167 | 78076 | Recursively removing directory: /tmp/git.P9Ey86/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.168 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.168 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.172 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.176 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.176 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.174 | 78073 | Recursively removing directory: /tmp/git.wlmGEc/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.176 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.176 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.176 | 90214 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.177 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.177 | 78072 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.177 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.177 | 78072 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.177 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.txFL5g +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.181 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.182 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.183 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.191 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.193 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.199 | 90223 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.199 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.199 | 78072 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.199 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.199 | 78072 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.200 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W362pl +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.201 | 78076 | Recursively removing directory: /tmp/git.txFL5g/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.202 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.202 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.202 | 90213 | Marked run 900 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.205 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.206 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.207 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.207 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.212 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.216 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.216 | 90230 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.217 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.217 | 78072 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.217 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.217 | 78072 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.217 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WjDTJD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.227 | 78073 | Recursively removing directory: /tmp/git.W362pl/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.228 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.228 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.229 | 90215 | Marked run 901 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.230 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.231 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.233 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.233 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.235 | 90225 | Marked run 902 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.235 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.238 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 90236 | Added a new worker 8 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 78072 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.238 | 78072 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.239 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v9dfxI +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.244 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.245 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.250 | 90233 | Marked run 903 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.250 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.257 | 78076 | Recursively removing directory: /tmp/git.WjDTJD/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.258 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.258 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.262 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.265 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.267 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.267 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.260 | 78073 | Recursively removing directory: /tmp/git.v9dfxI/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.261 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.261 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 90251 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 90252 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78072 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.270 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.270 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.chOJkD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.270 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.270 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Zpqm2 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.271 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.277 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.279 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.281 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.282 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.293 | 90250 | Marked run 905 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.294 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.297 | 90249 | Marked run 904 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.298 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.302 | 78076 | Recursively removing directory: /tmp/git.3Zpqm2/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.303 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.303 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.306 | 78073 | Recursively removing directory: /tmp/git.chOJkD/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.307 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.307 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.308 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.312 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.313 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.313 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.316 | 90269 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.317 | 78072 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.317 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.317 | 78072 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.317 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N5LeKt +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.317 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.318 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 90270 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 78072 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.318 | 78072 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.319 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cyEjcA +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.326 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.328 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.328 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.329 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.338 | 90267 | Marked run 906 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.338 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.347 | 90268 | Marked run 907 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.348 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.349 | 78073 | Recursively removing directory: /tmp/git.cyEjcA/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.350 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.351 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.353 | 78076 | Recursively removing directory: /tmp/git.N5LeKt/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.354 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.354 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.355 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.358 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.360 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.361 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.362 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 90287 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 78072 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 78072 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.362 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.363 | 90288 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.363 | 78072 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.363 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.363 | 78072 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.363 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EurWdH +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.363 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KeybEG +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.364 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.367 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.368 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.371 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.372 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.388 | 90286 | Marked run 908 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.388 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.388 | 78076 | Recursively removing directory: /tmp/git.EurWdH/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.390 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.390 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.394 | 90285 | Marked run 909 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.394 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.394 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.398 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.399 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.405 | 90304 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.405 | 78072 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.405 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.405 | 78072 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.405 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XbSN0b +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.406 | 78073 | Recursively removing directory: /tmp/git.KeybEG/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.408 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.408 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.410 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.411 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.411 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.412 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.419 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.421 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.424 | 78076 | Recursively removing directory: /tmp/git.XbSN0b/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.425 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.425 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.426 | 90313 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.427 | 78072 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.427 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.427 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.427 | 78072 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2NTgQO +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.430 | 90301 | Marked run 911 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.430 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.432 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.437 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.437 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 90315 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 78072 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 78072 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 90306 | Marked run 910 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.438 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.438 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3wBZXv +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.439 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.443 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.444 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.445 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.445 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.456 | 90314 | Marked run 912 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.456 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.461 | 78073 | Recursively removing directory: /tmp/git.2NTgQO/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.462 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.462 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.466 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 90331 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.471 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 78072 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.471 | 78072 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.471 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.soHUbd +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.476 | 78076 | Recursively removing directory: /tmp/git.3wBZXv/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.478 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.478 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.482 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.482 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.486 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.486 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.486 | 90333 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.486 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.486 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.487 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B1FAsl +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.487 | 78072 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.487 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.487 | 78072 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.488 | 90330 | Marked run 913 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.489 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.492 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.493 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.501 | 90332 | Marked run 914 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.501 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.509 | 78073 | Recursively removing directory: /tmp/git.soHUbd/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.510 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.510 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.513 | 78076 | Recursively removing directory: /tmp/git.B1FAsl/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.514 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.514 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.516 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.519 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.520 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.520 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.522 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 90350 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 90351 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.523 | 78072 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.523 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yly6k4 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.523 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jUp0I1 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.530 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.532 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.532 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.533 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.541 | 90348 | Marked run 915 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.541 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.545 | 90349 | Marked run 916 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.545 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.554 | 78073 | Recursively removing directory: /tmp/git.jUp0I1/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.550 | 78076 | Recursively removing directory: /tmp/git.yly6k4/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.551 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.551 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.556 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.556 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.560 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.561 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.561 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.561 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.565 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.565 | 90367 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 90369 | Added a new worker 8 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.566 | 78072 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.567 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.566 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.566 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GURzFB +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.567 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x8r1Zq +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.577 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.578 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.581 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.582 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.585 | 90366 | Marked run 918 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.586 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.590 | 90368 | Marked run 917 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.590 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.597 | 78073 | Recursively removing directory: /tmp/git.GURzFB/ +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.603 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.603 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.598 | 78076 | Recursively removing directory: /tmp/git.x8r1Zq/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.599 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.599 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.598 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.598 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.608 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.608 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.608 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.609 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.609 | 90387 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.609 | 78072 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.609 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.609 | 78072 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.609 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OnvMD9 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.609 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.610 | 90386 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.610 | 78072 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.610 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.610 | 78072 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.610 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.610 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tsgvP7 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.615 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.615 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.616 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.623 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.630 | 78073 | Recursively removing directory: /tmp/git.tsgvP7/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.632 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.632 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.636 | 90385 | Marked run 919 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.636 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.637 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.640 | 90384 | Marked run 920 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.640 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.642 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.642 | 90399 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.643 | 78072 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.643 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.643 | 78072 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.642 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.643 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cFtdf8 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.644 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.648 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.648 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.656 | 90397 | Marked run 922 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.657 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.662 | 78076 | Recursively removing directory: /tmp/git.OnvMD9/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.663 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.663 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.668 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.665 | 78073 | Recursively removing directory: /tmp/git.cFtdf8/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.667 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.667 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.672 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.675 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.674 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.675 | 90413 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.675 | 78072 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.675 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.675 | 78072 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.676 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1ZYAy9 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.677 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.677 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.677 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.682 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.683 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.678 | 90414 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.684 | 78072 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.684 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.684 | 78072 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.684 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hfnFiI +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.684 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.696 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.696 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.699 | 78076 | Recursively removing directory: /tmp/git.1ZYAy9/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.701 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.701 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.702 | 90411 | Marked run 921 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.703 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.705 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.706 | 90412 | Marked run 923 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.706 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.710 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.710 | 90426 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.710 | 78072 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.710 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.710 | 78072 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.710 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.711 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LNefX5 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.711 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.716 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.717 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.723 | 90424 | Marked run 924 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.723 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.727 | 78073 | Recursively removing directory: /tmp/git.hfnFiI/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.728 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.728 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.733 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.736 | 78076 | Recursively removing directory: /tmp/git.LNefX5/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.737 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.737 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.739 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.742 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.742 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 90439 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.746 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 78072 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.746 | 78072 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.746 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yf0j4n +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.752 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.752 | 90441 | Added a new worker 8 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.752 | 78072 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.752 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.752 | 78072 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.753 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P5uFy3 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.754 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.754 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.759 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.759 | 90438 | Marked run 925 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.759 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.761 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.765 | 90440 | Marked run 926 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.765 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.773 | 78073 | Recursively removing directory: /tmp/git.yf0j4n/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.775 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.775 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.779 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.777 | 78076 | Recursively removing directory: /tmp/git.P5uFy3/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.778 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.778 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.784 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.785 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.785 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.785 | 90458 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.785 | 78072 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.785 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.785 | 78072 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.786 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EdDD0P +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.787 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.789 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.790 | 90459 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.791 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.792 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.792 | 78072 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.792 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.792 | 78072 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.792 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.789 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.798 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gY2ogU +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.806 | 78073 | Recursively removing directory: /tmp/git.EdDD0P/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.807 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.807 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.808 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.809 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.811 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.816 | 90456 | Marked run 927 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.816 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.817 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.817 | 90470 | Added a new worker 13 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.817 | 78072 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.817 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.817 | 78072 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.817 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.817 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lrUl9D +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.818 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.823 | 90457 | Marked run 928 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.823 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.824 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.825 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.831 | 90468 | Marked run 929 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.831 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.841 | 78073 | Recursively removing directory: /tmp/git.lrUl9D/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.837 | 78076 | Recursively removing directory: /tmp/git.gY2ogU/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.838 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.838 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.842 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.842 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.847 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.847 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.847 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 90484 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 78072 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.848 | 78072 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.848 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tG8Jhx +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.853 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.854 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.854 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.854 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.860 | 90487 | Added a new worker 12 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.860 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.861 | 78072 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.861 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.861 | 78072 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.861 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YDI6ZT +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.869 | 90483 | Marked run 930 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.869 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.872 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.874 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.875 | 90485 | Marked run 931 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.875 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.881 | 78076 | Recursively removing directory: /tmp/git.tG8Jhx/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.883 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.883 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.887 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.891 | 78073 | Recursively removing directory: /tmp/git.YDI6ZT/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.892 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.892 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.897 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.891 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.899 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.903 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.903 | 90502 | Added a new worker 15 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.904 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.904 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j5Dzuf +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.904 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rgYSG4 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 90504 | Added a new worker 8 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.904 | 78072 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.905 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.911 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.913 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.914 | 90501 | Marked run 932 as finished +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.916 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.914 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.917 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.926 | 90503 | Marked run 933 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.927 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.939 | 78076 | Recursively removing directory: /tmp/git.rgYSG4/ +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.945 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.941 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.941 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.941 | 78073 | Recursively removing directory: /tmp/git.j5Dzuf/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.942 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.942 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.947 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.949 | 78076 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.949 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.951 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.951 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.951 | 90521 | Added a new worker 14 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.951 | 78072 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.951 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.951 | 78072 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.952 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.952 | 90522 | Added a new worker 10 to the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.952 | 78072 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.952 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.952 | 78072 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.952 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lo5aDP +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.952 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h54oP3 +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.953 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.968 | 78073 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.969 | 78073 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.970 | 78076 | Checking out revision HEAD +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.971 | 78076 | Going to run: ./ci +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.974 | 90520 | Marked run 935 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.975 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.979 | 90519 | Marked run 934 as finished +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.979 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.983 | 78073 | Recursively removing directory: /tmp/git.h54oP3/ +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.984 | 78073 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.984 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.988 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.991 | 78076 | Recursively removing directory: /tmp/git.Lo5aDP/ +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.992 | 78076 | Process exit code: 0 +2023-08-28 07:34:25 | INFO | 78076/cimple-worker: 2023-08-28 07:34:25.992 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:25 | INFO | 78073/cimple-worker: 2023-08-28 07:34:25.992 | 78073 | Waiting for a new command +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.992 | 78070 | Waiting for new connections +2023-08-28 07:34:25 | INFO | 78070/cimple-server: 2023-08-28 07:34:25.996 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.000 | 90538 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.000 | 78072 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.000 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.000 | 78072 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.000 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2RNrxD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.001 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.001 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.006 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.006 | 90540 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.006 | 78072 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.006 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.007 | 78072 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.007 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xAXya7 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.007 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.008 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.009 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.017 | 90537 | Marked run 937 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.018 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.018 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.022 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.026 | 78073 | Recursively removing directory: /tmp/git.2RNrxD/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.028 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.028 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.032 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.034 | 90539 | Marked run 936 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.034 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.039 | 78076 | Recursively removing directory: /tmp/git.xAXya7/ +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.039 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.039 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.040 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.040 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.044 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.044 | 90556 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.044 | 78072 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.044 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.044 | 78072 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.045 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Pxbnxy +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.045 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.048 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.048 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.050 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.050 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.051 | 90558 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.051 | 78072 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.051 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.051 | 78072 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.051 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Isf3pN +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.052 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.067 | 90555 | Marked run 938 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.068 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.069 | 78073 | Recursively removing directory: /tmp/git.Pxbnxy/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.069 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.070 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.070 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.070 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.075 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.080 | 90557 | Marked run 939 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.080 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.081 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.084 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.088 | 90574 | Added a new worker 11 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.089 | 78072 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.089 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.089 | 78072 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.089 | 78076 | Recursively removing directory: /tmp/git.Isf3pN/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.090 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.090 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.089 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ohVBCE +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.095 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.095 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.096 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.096 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 90577 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 78072 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.099 | 78072 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.099 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.104 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rqHbzP +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.110 | 90567 | Marked run 940 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.110 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.111 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.113 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.122 | 78073 | Recursively removing directory: /tmp/git.ohVBCE/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.123 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.123 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.126 | 90575 | Marked run 941 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.127 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.127 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.131 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.131 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.135 | 78076 | Recursively removing directory: /tmp/git.rqHbzP/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.136 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.136 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.135 | 90592 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.140 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cqfT0x +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.140 | 78072 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.140 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.140 | 78072 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.140 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.142 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.145 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.145 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.148 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.149 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.149 | 90595 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.149 | 78072 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.150 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.150 | 78072 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.150 | 90591 | Marked run 942 as finished +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.150 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lzN1Sv +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.150 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.150 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.156 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.158 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.163 | 90593 | Marked run 943 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.163 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.171 | 78073 | Recursively removing directory: /tmp/git.cqfT0x/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.172 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.172 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.177 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.178 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.173 | 78076 | Recursively removing directory: /tmp/git.lzN1Sv/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.174 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.174 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.182 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.183 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.183 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.183 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.183 | 90611 | Added a new worker 14 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 90612 | Added a new worker 15 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78072 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78072 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78072 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.184 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.185 | 78072 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.185 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kxyRtE +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.186 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.judK68 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.186 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.193 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.193 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.194 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.195 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.205 | 90609 | Marked run 944 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.206 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.210 | 90610 | Marked run 945 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.210 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.212 | 78073 | Recursively removing directory: /tmp/git.kxyRtE/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.213 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.213 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.219 | 78076 | Recursively removing directory: /tmp/git.judK68/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.220 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.220 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.222 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.224 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.226 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.227 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.227 | 90629 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.227 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.228 | 78072 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.228 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.228 | 78072 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.228 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dMGIbX +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.230 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.230 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.233 | 90630 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.233 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.234 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.234 | 78072 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.234 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.234 | 78072 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.235 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1UhI9K +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.235 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.247 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.248 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.253 | 78073 | Recursively removing directory: /tmp/git.dMGIbX/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.255 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.255 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.255 | 90627 | Marked run 947 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.255 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.259 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.260 | 90628 | Marked run 946 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.261 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.263 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.264 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.264 | 90646 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.264 | 78072 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.264 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.264 | 78072 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.264 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DlA7E8 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.265 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.273 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.275 | 78076 | Recursively removing directory: /tmp/git.1UhI9K/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.274 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.276 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.276 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.278 | 90643 | Marked run 948 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.278 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.281 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.285 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.285 | 90650 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.285 | 78072 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.285 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.285 | 78072 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.286 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.285 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.285 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wZeFHm +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.290 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.291 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.298 | 90648 | Marked run 949 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.298 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.305 | 78073 | Recursively removing directory: /tmp/git.DlA7E8/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.306 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.306 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.309 | 78076 | Recursively removing directory: /tmp/git.wZeFHm/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.310 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.310 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.310 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.314 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.315 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.314 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 90664 | Added a new worker 14 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 78072 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.320 | 78072 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.320 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sItrJ9 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.320 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.324 | 90666 | Added a new worker 8 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.325 | 78072 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.325 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.325 | 78072 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.325 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.baT4Mv +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.325 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.326 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.326 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.334 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.335 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.336 | 90663 | Marked run 950 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.336 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.341 | 90665 | Marked run 951 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.341 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.347 | 78073 | Recursively removing directory: /tmp/git.sItrJ9/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.348 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.348 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.352 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.356 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.356 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.353 | 78076 | Recursively removing directory: /tmp/git.baT4Mv/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.354 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.354 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.358 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.362 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.362 | 90682 | Added a new worker 14 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.362 | 78072 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.362 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.362 | 78072 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.363 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.363 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.50EUCO +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.363 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.368 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.369 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.370 | 90684 | Added a new worker 9 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.370 | 78072 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.370 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.370 | 78072 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.370 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r67NND +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.371 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.376 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.377 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.381 | 90681 | Marked run 952 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.381 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.384 | 78073 | Recursively removing directory: /tmp/git.50EUCO/ +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.386 | 90683 | Marked run 953 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.386 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.386 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.386 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.391 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.395 | 78076 | Recursively removing directory: /tmp/git.r67NND/ +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.396 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.396 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.397 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.397 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.401 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.404 | 90700 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.405 | 78072 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.405 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.405 | 78072 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.405 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.405 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.73yFny +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.406 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.408 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.411 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.411 | 90702 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.411 | 78072 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.411 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.411 | 78072 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.411 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ozuPgd +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.412 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.414 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.415 | 90699 | Marked run 954 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.416 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.421 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.422 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.426 | 90701 | Marked run 955 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.426 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.430 | 78073 | Recursively removing directory: /tmp/git.73yFny/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.432 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.432 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.437 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.438 | 78076 | Recursively removing directory: /tmp/git.ozuPgd/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.439 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.439 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.442 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.442 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.444 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.449 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.452 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.452 | 90718 | Added a new worker 15 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.453 | 78072 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.453 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.453 | 78072 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.453 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.453 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HsTpJq +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.454 | 90720 | Added a new worker 16 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.454 | 78072 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.454 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.454 | 78072 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.454 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.455 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J5ug4a +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.456 | 90717 | Marked run 956 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.456 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.458 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.459 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.460 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.465 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.471 | 90719 | Marked run 957 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.472 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.473 | 78073 | Recursively removing directory: /tmp/git.HsTpJq/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.474 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.474 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.478 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.482 | 78076 | Recursively removing directory: /tmp/git.J5ug4a/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.483 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.483 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.482 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.484 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.487 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.491 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.492 | 90736 | Added a new worker 15 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.492 | 78072 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.492 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.492 | 78072 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.493 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LWnrZd +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.493 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.493 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.494 | 90738 | Added a new worker 8 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.495 | 78072 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.495 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.495 | 78072 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.495 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.495 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QhMlgj +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.498 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.498 | 90735 | Marked run 958 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.498 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.499 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.506 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.507 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.513 | 90737 | Marked run 959 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.513 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.516 | 78073 | Recursively removing directory: /tmp/git.LWnrZd/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.518 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.518 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.522 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.526 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.526 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.524 | 78076 | Recursively removing directory: /tmp/git.QhMlgj/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.526 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.526 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.530 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.530 | 90754 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.530 | 78072 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.530 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.530 | 78072 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.531 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j5W4qR +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.532 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.535 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.535 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.536 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.537 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.541 | 90756 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.542 | 78072 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.542 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.542 | 78072 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.542 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.542 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E5Hcio +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.553 | 90753 | Marked run 960 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.554 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.554 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.555 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.559 | 90755 | Marked run 961 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.559 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.562 | 78073 | Recursively removing directory: /tmp/git.j5W4qR/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.563 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.563 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.568 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.570 | 78076 | Recursively removing directory: /tmp/git.E5Hcio/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.572 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.572 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.572 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.572 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.576 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.580 | 90772 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.580 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K7dBkA +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.580 | 78072 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.580 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.580 | 78072 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.580 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.581 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.582 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.582 | 90774 | Added a new worker 8 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.582 | 78072 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.582 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.582 | 78072 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.583 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fSAPvc +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.585 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.587 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.588 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.591 | 90771 | Marked run 962 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.591 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.591 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.592 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.598 | 90773 | Marked run 963 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.598 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.605 | 78073 | Recursively removing directory: /tmp/git.K7dBkA/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.606 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.606 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.609 | 78076 | Recursively removing directory: /tmp/git.fSAPvc/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.610 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.610 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.612 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.614 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.616 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.616 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.618 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 90791 | Added a new worker 14 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 90792 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78072 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78072 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78072 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.618 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.619 | 78072 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.619 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.619 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5dklyH +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.619 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CPDFSx +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.623 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.624 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.634 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.636 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.638 | 90789 | Marked run 964 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.639 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.641 | 78076 | Recursively removing directory: /tmp/git.5dklyH/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.642 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.643 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.644 | 90790 | Marked run 965 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.645 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.647 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.656 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.657 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.659 | 78073 | Recursively removing directory: /tmp/git.CPDFSx/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.660 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.660 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.658 | 90808 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.661 | 78072 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.661 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.661 | 78072 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.662 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DyaLJH +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.663 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.665 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.667 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.669 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.669 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.668 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.673 | 90810 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.673 | 78072 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.673 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.673 | 78072 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.673 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.673 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xKqnB8 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.677 | 90803 | Marked run 967 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.677 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.680 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.682 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.686 | 90809 | Marked run 966 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.686 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.689 | 78076 | Recursively removing directory: /tmp/git.DyaLJH/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.690 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.690 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.695 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.699 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 90826 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 78072 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.700 | 78072 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.700 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oaBfCy +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.705 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.706 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.708 | 78073 | Recursively removing directory: /tmp/git.xKqnB8/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.709 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.709 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.714 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.717 | 90825 | Marked run 968 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.717 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.719 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.719 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.726 | 78076 | Recursively removing directory: /tmp/git.oaBfCy/ +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.726 | 90835 | Added a new worker 11 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.727 | 78072 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.727 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.727 | 78072 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.727 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.727 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dsPrOy +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.728 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.728 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.733 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.733 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.734 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.737 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.737 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.738 | 90830 | Marked run 969 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.738 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.740 | 90838 | Added a new worker 8 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.740 | 78072 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.740 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.740 | 78072 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.741 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kTc8QP +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.741 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.750 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.750 | 78073 | Recursively removing directory: /tmp/git.dsPrOy/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.751 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.753 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.753 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.756 | 90836 | Marked run 970 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.756 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.758 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.763 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.764 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.768 | 90853 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.768 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.768 | 78072 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.769 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.769 | 78072 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.769 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GBT760 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.770 | 78076 | Recursively removing directory: /tmp/git.kTc8QP/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.771 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.771 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.775 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.779 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.779 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.779 | 90855 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.779 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.780 | 78072 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.780 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.780 | 78072 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.780 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QpPXu2 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.781 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.783 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.785 | 90848 | Marked run 971 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.785 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.791 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.792 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.793 | 90854 | Marked run 972 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.794 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.799 | 78073 | Recursively removing directory: /tmp/git.GBT760/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.801 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.801 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.805 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.807 | 78076 | Recursively removing directory: /tmp/git.QpPXu2/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.808 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.808 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.809 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.809 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.810 | 90871 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.810 | 78072 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.810 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.810 | 78072 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.810 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NsgRqz +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.811 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.812 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.816 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.816 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.819 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.820 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.824 | 90874 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.824 | 78072 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.824 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.824 | 78072 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.824 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.826 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EDNKdP +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.829 | 90870 | Marked run 973 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.830 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.835 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.835 | 90872 | Marked run 974 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.835 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.836 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.844 | 78073 | Recursively removing directory: /tmp/git.NsgRqz/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.845 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.845 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.849 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.851 | 78076 | Recursively removing directory: /tmp/git.EDNKdP/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.853 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.853 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.854 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.855 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.860 | 90889 | Added a new worker 10 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.860 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.861 | 78072 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.861 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.861 | 78072 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.861 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t1ALVc +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.862 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.868 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.868 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.868 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.869 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.869 | 90891 | Added a new worker 13 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.869 | 78072 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.869 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.869 | 78072 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.870 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.870 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tSkSpF +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.875 | 90888 | Marked run 975 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.875 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.877 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.878 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.899 | 78073 | Recursively removing directory: /tmp/git.t1ALVc/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.900 | 78076 | Recursively removing directory: /tmp/git.tSkSpF/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.900 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.900 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.905 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.905 | 90890 | Marked run 976 as finished +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.901 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.901 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.906 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.906 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 90908 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.910 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 78072 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.910 | 78072 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.910 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YDBSCS +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.911 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.911 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.912 | 90909 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.912 | 78072 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.912 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.912 | 78072 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.912 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Pe4wj +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.913 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.918 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.920 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.921 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.922 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.933 | 90906 | Marked run 977 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.934 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.937 | 90907 | Marked run 978 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.938 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.941 | 78073 | Recursively removing directory: /tmp/git.YDBSCS/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.942 | 78076 | Recursively removing directory: /tmp/git.2Pe4wj/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.943 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.943 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.946 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.942 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.942 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.948 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.951 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 90926 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 78072 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 78072 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.951 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.951 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CX6FuY +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.957 | 78076 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.958 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VpOt7M +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.957 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.958 | 90927 | Added a new worker 12 to the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.958 | 78072 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.958 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.958 | 78072 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.959 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.963 | 78073 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.964 | 78076 | Checking out revision HEAD +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.965 | 78073 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.967 | 78076 | Going to run: ./ci +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.972 | 90924 | Marked run 979 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.972 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.977 | 90925 | Marked run 980 as finished +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.977 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.982 | 78073 | Recursively removing directory: /tmp/git.CX6FuY/ +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.983 | 78073 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.983 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.988 | 78076 | Recursively removing directory: /tmp/git.VpOt7M/ +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.990 | 78076 | Process exit code: 0 +2023-08-28 07:34:26 | INFO | 78076/cimple-worker: 2023-08-28 07:34:26.990 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:26 | INFO | 78073/cimple-worker: 2023-08-28 07:34:26.993 | 78073 | Waiting for a new command +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.994 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.994 | 78070 | Waiting for new connections +2023-08-28 07:34:26 | INFO | 78070/cimple-server: 2023-08-28 07:34:26.998 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.002 | 90943 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.002 | 78072 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.002 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.002 | 78072 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.003 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.003 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uy81c1 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.008 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.008 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.008 | 90945 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.008 | 78072 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.008 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.009 | 78072 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.009 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.goc73d +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.010 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.010 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.011 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.017 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.018 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.024 | 90942 | Marked run 981 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.024 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.028 | 90944 | Marked run 982 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.029 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.032 | 78073 | Recursively removing directory: /tmp/git.uy81c1/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.033 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.033 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.038 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.034 | 78076 | Recursively removing directory: /tmp/git.goc73d/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.036 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.036 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.040 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.042 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 90962 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 78072 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.042 | 78072 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.043 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wLHMpT +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.045 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.047 | 90963 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.048 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.045 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.049 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.049 | 78072 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.049 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.049 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.049 | 78072 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.050 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IQLwgn +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.061 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.065 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.068 | 90960 | Marked run 983 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.068 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.070 | 78073 | Recursively removing directory: /tmp/git.wLHMpT/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.071 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.071 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.076 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.076 | 90961 | Marked run 984 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.077 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.080 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.083 | 78076 | Recursively removing directory: /tmp/git.IQLwgn/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.084 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.084 | 90979 | Added a new worker 9 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.084 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.085 | 78072 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.085 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.085 | 78072 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.085 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uXgTgZ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.086 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.086 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.090 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.095 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.095 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.097 | 90978 | Marked run 985 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.097 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.099 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.098 | 90981 | Added a new worker 7 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.100 | 78072 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.100 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.100 | 78072 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.101 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2VfVQv +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.100 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.103 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.111 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.111 | 90980 | Marked run 986 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.112 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.113 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.121 | 78073 | Recursively removing directory: /tmp/git.uXgTgZ/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.122 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.122 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.127 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.128 | 78076 | Recursively removing directory: /tmp/git.2VfVQv/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.129 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.129 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.131 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.131 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.133 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.137 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.139 | 90997 | Added a new worker 15 to the queue +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.140 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.140 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E528Qz +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.139 | 78072 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.139 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.140 | 78072 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.141 | 90999 | Added a new worker 15 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.141 | 78072 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.141 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.141 | 78072 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.141 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DRrhdD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.143 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.143 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.148 | 90996 | Marked run 987 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.148 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.149 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.151 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.152 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.153 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.160 | 90998 | Marked run 988 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.160 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.166 | 78073 | Recursively removing directory: /tmp/git.E528Qz/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.167 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.167 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.171 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.175 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.176 | 78076 | Recursively removing directory: /tmp/git.DRrhdD/ +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.176 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.178 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.178 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 91015 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 78072 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.184 | 78072 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.186 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LCjIBv +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.190 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.192 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.192 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.193 | 91017 | Added a new worker 8 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.193 | 78072 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.193 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.193 | 78072 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.193 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.193 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8U7uYb +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.194 | 91014 | Marked run 989 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.194 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.194 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.202 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.203 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.208 | 91016 | Marked run 990 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.208 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.211 | 78073 | Recursively removing directory: /tmp/git.LCjIBv/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.212 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.212 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.219 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.223 | 78076 | Recursively removing directory: /tmp/git.8U7uYb/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.224 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.224 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.225 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.225 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.225 | 91033 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.225 | 78072 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.225 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.225 | 78072 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.226 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kkiiEs +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.229 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.230 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.232 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.233 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.239 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.240 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.244 | 91032 | Marked run 991 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.244 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.247 | 91037 | Added a new worker 7 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.248 | 78072 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.248 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.248 | 78072 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.249 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xQUEGh +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.249 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.253 | 91034 | Marked run 992 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.254 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.254 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.255 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.255 | 78073 | Recursively removing directory: /tmp/git.kkiiEs/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.257 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.257 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.261 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.265 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.265 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.265 | 91047 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.265 | 78072 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.265 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.265 | 78072 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.266 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GOqVcr +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.267 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.271 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.272 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.279 | 91046 | Marked run 993 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.279 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.282 | 78076 | Recursively removing directory: /tmp/git.xQUEGh/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.283 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.283 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.286 | 78073 | Recursively removing directory: /tmp/git.GOqVcr/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.288 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.288 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.289 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.292 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.294 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.294 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.297 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 91061 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 78072 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 78072 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.297 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.298 | 91062 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.298 | 78072 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.298 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.298 | 78072 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.298 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JhmLoF +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.299 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.300 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KQ8hjH +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.304 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.307 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.307 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.308 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.315 | 91059 | Marked run 994 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.315 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.324 | 91060 | Marked run 995 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.324 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.330 | 78073 | Recursively removing directory: /tmp/git.JhmLoF/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.331 | 78076 | Recursively removing directory: /tmp/git.KQ8hjH/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.332 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.332 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.336 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.337 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.331 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.331 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.340 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.341 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.341 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.344 | 91080 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.344 | 78072 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.344 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.344 | 78072 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.344 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jEDDB0 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.345 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.345 | 91079 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.345 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.345 | 78072 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.345 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.346 | 78072 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.346 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.346 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VOtD3U +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.356 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.357 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.358 | 91077 | Marked run 997 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.358 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.358 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.359 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.364 | 91078 | Marked run 996 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.364 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.374 | 78073 | Recursively removing directory: /tmp/git.VOtD3U/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.375 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.375 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.378 | 78076 | Recursively removing directory: /tmp/git.jEDDB0/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.379 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.379 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.380 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.383 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.385 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.385 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.388 | 91097 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.388 | 78072 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.388 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.388 | 78072 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.388 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.389 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5xu6JH +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.391 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.391 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.391 | 91098 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.392 | 78072 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.392 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.392 | 78072 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.392 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.392 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZtlWjQ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.398 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.397 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.399 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.400 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.407 | 91095 | Marked run 999 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.408 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.413 | 91096 | Marked run 998 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.414 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.418 | 78073 | Recursively removing directory: /tmp/git.5xu6JH/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.419 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.419 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.418 | 78076 | Recursively removing directory: /tmp/git.ZtlWjQ/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.419 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.419 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.424 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.424 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.427 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.427 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.429 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.429 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.429 | 91115 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.429 | 78072 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.429 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.429 | 78072 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.429 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j867Ps +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.430 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.430 | 91116 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.430 | 78072 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.430 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.430 | 78072 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.431 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sR6bks +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.431 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.438 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.437 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.441 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.439 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.453 | 91114 | Marked run 1001 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.454 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.457 | 91113 | Marked run 1000 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.457 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.460 | 78076 | Recursively removing directory: /tmp/git.sR6bks/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.461 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.461 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.462 | 78073 | Recursively removing directory: /tmp/git.j867Ps/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.464 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.464 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.466 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.468 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.470 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.470 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.473 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.473 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.473 | 91133 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.473 | 91134 | Added a new worker 15 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.473 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.473 | 78072 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.474 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.474 | 78072 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.474 | 78072 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.474 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.474 | 78072 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.474 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4R0bWk +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.474 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uOTP5C +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.483 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.484 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.485 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.486 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.491 | 91131 | Marked run 1003 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.491 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.496 | 91132 | Marked run 1002 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.496 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.506 | 78076 | Recursively removing directory: /tmp/git.4R0bWk/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.508 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.508 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.508 | 78073 | Recursively removing directory: /tmp/git.uOTP5C/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.510 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.510 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.513 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.514 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.517 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.517 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.518 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.518 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.518 | 91151 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 91152 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78072 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.519 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sUMein +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.519 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.519 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GydRkl +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.520 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.524 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.525 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.533 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.534 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.544 | 91149 | Marked run 1004 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.545 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.549 | 78073 | Recursively removing directory: /tmp/git.sUMein/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.552 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.552 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.556 | 91150 | Marked run 1005 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.556 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.556 | 78076 | Recursively removing directory: /tmp/git.GydRkl/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.557 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.557 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.560 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.562 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.567 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.568 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.568 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.568 | 91170 | Added a new worker 14 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.568 | 78072 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.568 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.568 | 78072 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.569 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kRfOnN +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.570 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.570 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.570 | 91169 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.571 | 78072 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.571 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.571 | 78072 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.571 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.571 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2lkiRJ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.575 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.576 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.585 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.586 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.593 | 91168 | Marked run 1006 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.593 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.593 | 78073 | Recursively removing directory: /tmp/git.kRfOnN/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.595 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.595 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.599 | 91167 | Marked run 1007 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.599 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.600 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.604 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.604 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.604 | 91186 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.604 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.605 | 78072 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.605 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.605 | 78072 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.605 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RiUTBO +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.610 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.611 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.617 | 78076 | Recursively removing directory: /tmp/git.2lkiRJ/ +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.617 | 91183 | Marked run 1008 as finished +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.618 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.618 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.619 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.622 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.626 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.628 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.628 | 91195 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.628 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.629 | 78072 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.629 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.629 | 78072 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.629 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hUaywN +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.634 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.634 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.643 | 78073 | Recursively removing directory: /tmp/git.RiUTBO/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.645 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.645 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.659 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.661 | 91194 | Marked run 1009 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.661 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.662 | 78076 | Recursively removing directory: /tmp/git.hUaywN/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.664 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.664 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.665 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.665 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.669 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.673 | 91204 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.673 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.673 | 78072 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.673 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.673 | 78072 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.673 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MiyT3X +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.675 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.675 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.675 | 91206 | Added a new worker 6 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.676 | 78072 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.676 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.676 | 78072 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.676 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TWyOeX +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.677 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.685 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.686 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.689 | 91203 | Marked run 1010 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.690 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.689 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.692 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.694 | 91205 | Marked run 1011 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.695 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.703 | 78073 | Recursively removing directory: /tmp/git.MiyT3X/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.704 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.704 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.709 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.713 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.713 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.714 | 91222 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.714 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.714 | 78072 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.714 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.714 | 78072 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.714 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NoJoMS +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.722 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.723 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.727 | 78076 | Recursively removing directory: /tmp/git.TWyOeX/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.729 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.729 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.731 | 91221 | Marked run 1012 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.732 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.733 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 91231 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.738 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 78072 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.738 | 78072 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.739 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yBzPvG +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.743 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.744 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.753 | 78073 | Recursively removing directory: /tmp/git.NoJoMS/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.755 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.755 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.759 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.760 | 91226 | Marked run 1013 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.760 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 91240 | Added a new worker 8 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.762 | 78076 | Recursively removing directory: /tmp/git.yBzPvG/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.763 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.763 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.764 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.764 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5N7RKx +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 78072 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.764 | 78072 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.770 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.774 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.774 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.774 | 91242 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.775 | 78072 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.775 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.775 | 78072 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.775 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NUlUlI +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.777 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.778 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.779 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.783 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.784 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.792 | 91239 | Marked run 1014 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.793 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.798 | 91241 | Marked run 1015 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.799 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.799 | 78073 | Recursively removing directory: /tmp/git.5N7RKx/ +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.805 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.801 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.801 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.809 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.808 | 78076 | Recursively removing directory: /tmp/git.NUlUlI/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.810 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.810 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.809 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.810 | 91258 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.810 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.812 | 78072 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.812 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.812 | 78072 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.813 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.38ivFL +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.814 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.819 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.819 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.819 | 91260 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.819 | 78072 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.819 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.819 | 78072 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.820 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c1mkqx +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.820 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.821 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.821 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.824 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.825 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.839 | 91257 | Marked run 1016 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.839 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.843 | 78076 | Recursively removing directory: /tmp/git.c1mkqx/ +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.844 | 91259 | Marked run 1017 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.844 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.845 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.845 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.849 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.853 | 78073 | Recursively removing directory: /tmp/git.38ivFL/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.854 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.854 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.854 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.858 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.858 | 91276 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.858 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.854 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.861 | 78072 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.861 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.861 | 78072 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.861 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PvuHkH +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.867 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.868 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.870 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.872 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.875 | 91275 | Marked run 1019 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.875 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.877 | 91279 | Added a new worker 7 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.877 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.877 | 78072 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.877 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.877 | 78072 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.877 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.srbogy +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.888 | 91277 | Marked run 1018 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.888 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.889 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.889 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.890 | 78076 | Recursively removing directory: /tmp/git.PvuHkH/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.891 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.891 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.896 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.900 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.900 | 91294 | Added a new worker 10 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.900 | 78072 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.900 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.900 | 78072 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.901 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.900 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.900 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v6oBHO +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.905 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.906 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.915 | 78073 | Recursively removing directory: /tmp/git.srbogy/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.916 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.917 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.921 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.921 | 78076 | Recursively removing directory: /tmp/git.v6oBHO/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.925 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.925 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.929 | 91289 | Marked run 1020 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.929 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.931 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.931 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.933 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.936 | 91303 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.936 | 78072 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.936 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.936 | 78072 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.936 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.937 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lT5tez +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.939 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.941 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.943 | 91305 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.943 | 78072 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.943 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.944 | 78072 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.944 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.944 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jwXpxQ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.945 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.946 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.951 | 91302 | Marked run 1021 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.951 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.954 | 78076 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.955 | 78076 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.956 | 91304 | Marked run 1022 as finished +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.957 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.967 | 78073 | Recursively removing directory: /tmp/git.lT5tez/ +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.968 | 78073 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.968 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.973 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.969 | 78076 | Recursively removing directory: /tmp/git.jwXpxQ/ +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.970 | 78076 | Process exit code: 0 +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.970 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.975 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.977 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.977 | 78073 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.977 | 91322 | Added a new worker 12 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.977 | 78072 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.977 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.977 | 78072 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.978 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qF7DK8 +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.979 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.981 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.981 | 78076 | Waiting for a new command +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.988 | 91323 | Added a new worker 13 to the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.989 | 78072 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.989 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.989 | 78070 | Waiting for new connections +2023-08-28 07:34:27 | INFO | 78070/cimple-server: 2023-08-28 07:34:27.989 | 78072 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.991 | 78073 | Checking out revision HEAD +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.992 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mVE2pw +2023-08-28 07:34:27 | INFO | 78073/cimple-worker: 2023-08-28 07:34:27.994 | 78073 | Going to run: ./ci +2023-08-28 07:34:27 | INFO | 78076/cimple-worker: 2023-08-28 07:34:27.998 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.000 | 91320 | Marked run 1023 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.001 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.001 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.007 | 91321 | Marked run 1024 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.008 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.015 | 78073 | Recursively removing directory: /tmp/git.qF7DK8/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.016 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.016 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.018 | 78076 | Recursively removing directory: /tmp/git.mVE2pw/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.019 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.019 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.021 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.024 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.025 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.025 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.025 | 91340 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.026 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.026 | 78072 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.026 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.026 | 78072 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.026 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ksN7wu +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.029 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.032 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.028 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.033 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.031 | 91341 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.033 | 78072 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.033 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.033 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.033 | 78072 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.034 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dQxLFb +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.041 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.043 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.047 | 91338 | Marked run 1025 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.047 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.052 | 91339 | Marked run 1026 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.052 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.058 | 78076 | Recursively removing directory: /tmp/git.dQxLFb/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.059 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.059 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.065 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.071 | 78073 | Recursively removing directory: /tmp/git.ksN7wu/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.072 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.072 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.072 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.071 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.079 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.084 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.084 | 91357 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.085 | 78072 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.085 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.085 | 78072 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.085 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.085 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qh3MzE +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.085 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.087 | 91359 | Added a new worker 8 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.088 | 78072 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.088 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.088 | 78072 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.088 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.092 | 91356 | Marked run 1028 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.093 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.093 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gmNLKG +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.094 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.096 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.107 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.107 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.115 | 91358 | Marked run 1027 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.115 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.119 | 78076 | Recursively removing directory: /tmp/git.Qh3MzE/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.120 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.120 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.125 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.129 | 78073 | Recursively removing directory: /tmp/git.gmNLKG/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.130 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.130 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.129 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.136 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.136 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.140 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.140 | 91376 | Added a new worker 15 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.140 | 78072 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.140 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.140 | 78072 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.140 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ImjgZu +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.141 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.141 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.147 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.147 | 91378 | Added a new worker 8 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.148 | 78072 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.148 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.148 | 78072 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.148 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.148 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b3Eo6i +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.149 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.153 | 91375 | Marked run 1029 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.154 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.157 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.158 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.163 | 91377 | Marked run 1030 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.164 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.167 | 78076 | Recursively removing directory: /tmp/git.ImjgZu/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.169 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.169 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.173 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.175 | 78073 | Recursively removing directory: /tmp/git.b3Eo6i/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.176 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.176 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.177 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.180 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.182 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.184 | 91394 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.184 | 78072 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.184 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.184 | 78072 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.185 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Sbltt +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.186 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 91396 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 78072 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.186 | 78072 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.187 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.186 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2FaDHm +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.191 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.193 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.194 | 91393 | Marked run 1031 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.195 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.195 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.196 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.205 | 91395 | Marked run 1032 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.206 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.212 | 78076 | Recursively removing directory: /tmp/git.4Sbltt/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.213 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.213 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.215 | 78073 | Recursively removing directory: /tmp/git.2FaDHm/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.216 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.216 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.217 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.221 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.222 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.222 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.226 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.226 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.226 | 91413 | Added a new worker 14 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.226 | 78072 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.226 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.226 | 78072 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.226 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OO1OmA +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.231 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.232 | 91414 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.232 | 78072 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.232 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.232 | 78072 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.233 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iPKlAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.234 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.238 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.239 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.239 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.240 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.249 | 91411 | Marked run 1033 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.249 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.255 | 91412 | Marked run 1034 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.255 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.262 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.257 | 78076 | Recursively removing directory: /tmp/git.OO1OmA/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.258 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.258 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.266 | 78073 | Recursively removing directory: /tmp/git.iPKlAD/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.267 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.267 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.272 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.272 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.266 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.274 | 91430 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.274 | 78072 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.274 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.274 | 78072 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.274 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yTwxer +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.275 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.276 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.277 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.281 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.281 | 91432 | Added a new worker 8 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.281 | 78072 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.281 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.281 | 78072 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.281 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xe9tUa +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.282 | 91429 | Marked run 1035 as finished +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.282 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.283 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.283 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.291 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.292 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.296 | 91431 | Marked run 1036 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.297 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.297 | 78076 | Recursively removing directory: /tmp/git.yTwxer/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.298 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.298 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.302 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.306 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.308 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.309 | 78073 | Recursively removing directory: /tmp/git.xe9tUa/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.311 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.311 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.310 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Dwcpp +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.310 | 91448 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.310 | 78072 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.310 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.310 | 78072 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.311 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.315 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.316 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.316 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.326 | 91447 | Marked run 1037 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.326 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.331 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.331 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.332 | 91457 | Added a new worker 11 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.332 | 78072 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.332 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.332 | 78072 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.332 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WA4us0 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.334 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.336 | 78076 | Recursively removing directory: /tmp/git.4Dwcpp/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.337 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.337 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.342 | 91449 | Marked run 1038 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.342 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.345 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.349 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.349 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.349 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.350 | 91459 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.350 | 78072 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.350 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.350 | 78072 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.350 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zVhMQT +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.351 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.352 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.355 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.355 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.364 | 91458 | Marked run 1039 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.364 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.371 | 78076 | Recursively removing directory: /tmp/git.zVhMQT/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.372 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.372 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.374 | 78073 | Recursively removing directory: /tmp/git.WA4us0/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.375 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.375 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.377 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.379 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.381 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.381 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.381 | 91476 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.381 | 78072 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.381 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.381 | 78072 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.381 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o7RoZi +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.382 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.384 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.384 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.387 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.388 | 91477 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.388 | 78072 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.388 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.388 | 78072 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.388 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.389 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.389 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CQADVY +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.403 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.404 | 78076 | Recursively removing directory: /tmp/git.o7RoZi/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.404 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.408 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.408 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.411 | 91474 | Marked run 1041 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.411 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.412 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.416 | 91475 | Marked run 1040 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.416 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.417 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.418 | 91493 | Added a new worker 9 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.418 | 78072 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.418 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.418 | 78072 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.419 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.417 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.418 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.65nMhp +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.424 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.424 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.430 | 78073 | Recursively removing directory: /tmp/git.CQADVY/ +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.431 | 91487 | Marked run 1042 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.431 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.433 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.433 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.437 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.441 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.441 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.443 | 91502 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.443 | 78072 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.443 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.443 | 78072 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.443 | 78076 | Recursively removing directory: /tmp/git.65nMhp/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.443 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AJ8Eta +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.444 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.444 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.452 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.452 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.453 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.454 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.458 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.459 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.459 | 91504 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.459 | 78072 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.459 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.460 | 78072 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.460 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QAUovT +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.461 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.464 | 91501 | Marked run 1043 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.464 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.466 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.467 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.469 | 91503 | Marked run 1044 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.469 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.478 | 78073 | Recursively removing directory: /tmp/git.AJ8Eta/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.479 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.479 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.487 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.483 | 78076 | Recursively removing directory: /tmp/git.QAUovT/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.484 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.484 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.483 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.487 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.490 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.490 | 91520 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.492 | 78072 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.492 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.492 | 78072 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.492 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bwysRq +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.493 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.496 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.496 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.499 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.500 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.500 | 91522 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.500 | 78072 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.500 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.501 | 78072 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.501 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.501 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NBWE5D +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.506 | 91519 | Marked run 1045 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.506 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.508 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.509 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.515 | 91521 | Marked run 1046 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.516 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.517 | 78073 | Recursively removing directory: /tmp/git.bwysRq/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.519 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.519 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.523 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.527 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.528 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.528 | 91538 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.528 | 78072 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.528 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.528 | 78072 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.529 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ptltC +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.530 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.534 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.537 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.539 | 78076 | Recursively removing directory: /tmp/git.NBWE5D/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.540 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.540 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.542 | 91535 | Marked run 1047 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.542 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.546 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.550 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.552 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.553 | 78073 | Recursively removing directory: /tmp/git.4ptltC/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.554 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.554 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.554 | 91547 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.554 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.556 | 78072 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.556 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.556 | 78072 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.556 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JsSv23 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.559 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.565 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.565 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.567 | 91549 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.567 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.567 | 78072 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.567 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.567 | 78072 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.568 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DAjnzZ +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.573 | 91546 | Marked run 1048 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.573 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.577 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.578 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.579 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.580 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.583 | 91548 | Marked run 1049 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.583 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.598 | 78073 | Recursively removing directory: /tmp/git.DAjnzZ/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.599 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.599 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.603 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.603 | 78076 | Recursively removing directory: /tmp/git.JsSv23/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.606 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.606 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.607 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.607 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.612 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.615 | 91565 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.615 | 78072 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.615 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.616 | 78072 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.617 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.617 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dFb7RW +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.618 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.618 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.623 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.624 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.625 | 91567 | Added a new worker 8 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.625 | 78072 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.625 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.626 | 78072 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.626 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CtNqUL +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.627 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.628 | 91564 | Marked run 1051 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.629 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.633 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.634 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.638 | 91566 | Marked run 1050 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.638 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.649 | 78076 | Recursively removing directory: /tmp/git.CtNqUL/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.650 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.650 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.654 | 78073 | Recursively removing directory: /tmp/git.dFb7RW/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.655 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.655 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.658 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.659 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.659 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.659 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.663 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.663 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.663 | 91583 | Added a new worker 14 to the queue +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.663 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.55J9dN +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.663 | 78072 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.663 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.663 | 78072 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.664 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.668 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.669 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.673 | 91585 | Added a new worker 9 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.673 | 78072 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.673 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.674 | 78072 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.674 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0X9iKw +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.675 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.681 | 91584 | Marked run 1052 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.682 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.685 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.686 | 91582 | Marked run 1053 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.687 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.687 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.690 | 78076 | Recursively removing directory: /tmp/git.55J9dN/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.691 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.691 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.695 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.699 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.699 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.700 | 91601 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.700 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.700 | 78072 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.700 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.700 | 78072 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.701 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PqLomr +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.706 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.707 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.713 | 78073 | Recursively removing directory: /tmp/git.0X9iKw/ +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.717 | 91600 | Marked run 1054 as finished +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.718 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.718 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.718 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.722 | 78076 | Recursively removing directory: /tmp/git.PqLomr/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.723 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.723 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.723 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.727 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.727 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.728 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.732 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.732 | 91610 | Added a new worker 14 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.732 | 78072 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.732 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.732 | 78072 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.732 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.732 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.srkCYx +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.734 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.736 | 91612 | Added a new worker 8 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.736 | 78072 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.736 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.737 | 78072 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.737 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nlnvZQ +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.738 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.738 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.739 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.745 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.746 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.749 | 91609 | Marked run 1055 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.750 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.757 | 91611 | Marked run 1056 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.757 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.761 | 78076 | Recursively removing directory: /tmp/git.nlnvZQ/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.762 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.762 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.764 | 78073 | Recursively removing directory: /tmp/git.srkCYx/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.765 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.765 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.767 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.770 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.771 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.771 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.772 | 91629 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.772 | 78072 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.772 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.772 | 78072 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.772 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RYUBBM +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.773 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.775 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.775 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.777 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.778 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.778 | 91630 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.778 | 78072 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.778 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.778 | 78072 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.779 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.779 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9DOpRm +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.787 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.789 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.795 | 91627 | Marked run 1058 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.796 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.801 | 91628 | Marked run 1057 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.801 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.802 | 78076 | Recursively removing directory: /tmp/git.RYUBBM/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.803 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.803 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.810 | 78073 | Recursively removing directory: /tmp/git.9DOpRm/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.811 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.811 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.812 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.816 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.816 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.816 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.820 | 91647 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.820 | 78072 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.820 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.820 | 78072 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.821 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.821 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QhkCSp +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.821 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.822 | 91648 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.822 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.822 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.822 | 78072 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.822 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.822 | 78072 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.823 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c4ggsC +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.827 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.828 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.828 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.833 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.845 | 78073 | Recursively removing directory: /tmp/git.c4ggsC/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.847 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.847 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.851 | 91645 | Marked run 1059 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.851 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.852 | 78076 | Recursively removing directory: /tmp/git.QhkCSp/ +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.854 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.855 | 91646 | Marked run 1060 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.856 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.856 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.856 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.859 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.859 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.860 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.864 | 91664 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.864 | 78072 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.864 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.864 | 78072 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.864 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zbyviq +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.868 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.865 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.869 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.872 | 91666 | Added a new worker 6 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.872 | 78072 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.872 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.872 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.872 | 78072 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.873 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PuA5Ub +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.873 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.874 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.877 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.879 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.883 | 91665 | Marked run 1061 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.884 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.888 | 91663 | Marked run 1062 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.888 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.894 | 78076 | Recursively removing directory: /tmp/git.PuA5Ub/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.896 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.896 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.900 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.896 | 78073 | Recursively removing directory: /tmp/git.zbyviq/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.898 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.898 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.902 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.904 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.904 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.906 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.906 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 91683 | Added a new worker 14 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 91684 | Added a new worker 10 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.907 | 78072 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.908 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DoAE5k +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.908 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D7dKOG +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.909 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.916 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.917 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.918 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.919 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.925 | 91681 | Marked run 1064 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.926 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.930 | 91682 | Marked run 1063 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.930 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.939 | 78076 | Recursively removing directory: /tmp/git.D7dKOG/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.935 | 78073 | Recursively removing directory: /tmp/git.DoAE5k/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.936 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.936 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.941 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.941 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.941 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.945 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.945 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.945 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.945 | 91700 | Added a new worker 12 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.945 | 78072 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.945 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.946 | 78072 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.946 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.26tvIW +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.947 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.950 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.952 | 78076 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.953 | 78073 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.954 | 78073 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.958 | 91702 | Added a new worker 13 to the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.958 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.958 | 78072 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.958 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.958 | 78072 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.959 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nR9B0E +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.965 | 78076 | Checking out revision HEAD +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.966 | 78076 | Going to run: ./ci +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.965 | 91701 | Marked run 1065 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.968 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.971 | 91699 | Marked run 1066 as finished +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.972 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.984 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.978 | 78073 | Recursively removing directory: /tmp/git.26tvIW/ +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.980 | 78073 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.980 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.987 | 78076 | Recursively removing directory: /tmp/git.nR9B0E/ +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.989 | 78076 | Process exit code: 0 +2023-08-28 07:34:28 | INFO | 78076/cimple-worker: 2023-08-28 07:34:28.989 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:28 | INFO | 78073/cimple-worker: 2023-08-28 07:34:28.988 | 78073 | Waiting for a new command +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.992 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.993 | 78070 | Waiting for new connections +2023-08-28 07:34:28 | INFO | 78070/cimple-server: 2023-08-28 07:34:28.998 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.000 | 91718 | Added a new worker 15 to the queue +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.000 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.001 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KeZeuv +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.000 | 78072 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.000 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.001 | 78072 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.007 | 91720 | Added a new worker 15 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.008 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.008 | 78072 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.008 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.008 | 78072 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.008 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QvoH55 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.009 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.009 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.011 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.015 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.016 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.017 | 91717 | Marked run 1067 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.017 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.021 | 91719 | Marked run 1068 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.022 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.033 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.028 | 78073 | Recursively removing directory: /tmp/git.KeZeuv/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.029 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.029 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.034 | 78076 | Recursively removing directory: /tmp/git.QvoH55/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.035 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.035 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.038 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.038 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.039 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.044 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.048 | 91736 | Added a new worker 15 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.048 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.049 | 78072 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.049 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.049 | 78072 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.048 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.050 | 91738 | Added a new worker 8 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.050 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.050 | 78072 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.050 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.050 | 78072 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.050 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G2T0Wm +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.051 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QDr8Qw +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.057 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.060 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.062 | 91735 | Marked run 1069 as finished +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.064 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.065 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.066 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.072 | 91737 | Marked run 1070 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.073 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.085 | 78073 | Recursively removing directory: /tmp/git.G2T0Wm/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.087 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.087 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.092 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.097 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.097 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.097 | 91754 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.097 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.098 | 78072 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.098 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.098 | 78072 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.099 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Jqvmz +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.108 | 78076 | Recursively removing directory: /tmp/git.QDr8Qw/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.109 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.109 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.114 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.121 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.121 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.121 | 91756 | Added a new worker 13 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.121 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.121 | 78072 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.121 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.122 | 78072 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.122 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Aj56Ah +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.156 | 91749 | Marked run 1071 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.157 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.157 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.158 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.161 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.162 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.165 | 91755 | Marked run 1072 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.165 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.172 | 78073 | Recursively removing directory: /tmp/git.5Jqvmz/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.173 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.173 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.178 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.183 | 78076 | Recursively removing directory: /tmp/git.Aj56Ah/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.184 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.184 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.183 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.182 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.189 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.189 | 91772 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.189 | 78072 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.189 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.189 | 78072 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.189 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DpXIqb +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.190 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.193 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.194 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 91774 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 78072 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 78072 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.194 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.194 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.csbyCg +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.195 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.201 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.202 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.211 | 91771 | Marked run 1073 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.211 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.217 | 91773 | Marked run 1074 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.218 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.218 | 78073 | Recursively removing directory: /tmp/git.DpXIqb/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.219 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.219 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.221 | 78076 | Recursively removing directory: /tmp/git.csbyCg/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.222 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.222 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.225 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.227 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.230 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.230 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.231 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.231 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.232 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y8x8kw +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.231 | 91791 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 91792 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.232 | 78072 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.233 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TVWvJn +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.241 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.241 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.247 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.250 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.253 | 91790 | Marked run 1076 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.253 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.258 | 91789 | Marked run 1075 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.258 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.260 | 78076 | Recursively removing directory: /tmp/git.Y8x8kw/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.261 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.261 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.265 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.268 | 78073 | Recursively removing directory: /tmp/git.TVWvJn/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.269 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.269 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.270 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.270 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.273 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.273 | 91808 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.274 | 78072 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.274 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.274 | 78072 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.274 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vDzgqH +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.275 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.278 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.278 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.281 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.282 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.284 | 91810 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.284 | 78072 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.284 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.285 | 78072 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.285 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h0kcc9 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.285 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.293 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.292 | 91807 | Marked run 1078 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.293 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.295 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.297 | 91809 | Marked run 1077 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.298 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.308 | 78076 | Recursively removing directory: /tmp/git.vDzgqH/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.310 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.310 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.312 | 78073 | Recursively removing directory: /tmp/git.h0kcc9/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.313 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.313 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.314 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.317 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.320 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.320 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.321 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.321 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.321 | 91827 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.321 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.321 | 91828 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.322 | 78072 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.322 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QELRQS +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.322 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3pg9Il +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.329 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.331 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.332 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.333 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.345 | 91825 | Marked run 1079 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.345 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.349 | 91826 | Marked run 1080 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.349 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.353 | 78073 | Recursively removing directory: /tmp/git.QELRQS/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.354 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.354 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.356 | 78076 | Recursively removing directory: /tmp/git.3pg9Il/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.357 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.357 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.359 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.361 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.364 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.364 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.366 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.366 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.366 | 91845 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.366 | 78072 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78072 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 91846 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78072 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.367 | 78072 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.367 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IHpnWm +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.368 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KiAcVw +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.373 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.374 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.381 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.382 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.392 | 91844 | Marked run 1081 as finished +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.388 | 78076 | Recursively removing directory: /tmp/git.KiAcVw/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.390 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.390 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.392 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.394 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.395 | 91843 | Marked run 1082 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.396 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.399 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.399 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.399 | 91857 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.399 | 78072 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.399 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.400 | 78072 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.400 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MGyp9w +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.401 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.405 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.406 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.412 | 91855 | Marked run 1084 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.413 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.419 | 78073 | Recursively removing directory: /tmp/git.IHpnWm/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.420 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.420 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.424 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.426 | 78076 | Recursively removing directory: /tmp/git.MGyp9w/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.427 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.427 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.430 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.430 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.432 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.436 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 91871 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 78072 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.436 | 78072 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.436 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YYeszr +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.440 | 91873 | Added a new worker 8 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.440 | 78072 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.440 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.440 | 78072 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.441 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dc35sX +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.441 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.442 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.443 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.448 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.450 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.453 | 91870 | Marked run 1083 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.453 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.458 | 91872 | Marked run 1085 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.458 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.463 | 78073 | Recursively removing directory: /tmp/git.YYeszr/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.465 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.465 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.469 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.473 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.474 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.479 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.479 | 91889 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.479 | 78072 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.479 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.480 | 78072 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.480 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7vbgxi +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.472 | 78076 | Recursively removing directory: /tmp/git.Dc35sX/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.474 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.474 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.481 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.483 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.486 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.487 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.483 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.490 | 91891 | Added a new worker 13 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.491 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.491 | 78072 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.491 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.491 | 78072 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.491 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kD5Bo0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.496 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.497 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.504 | 91888 | Marked run 1086 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.505 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.506 | 78073 | Recursively removing directory: /tmp/git.7vbgxi/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.508 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.508 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.512 | 91890 | Marked run 1087 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.513 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.513 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.515 | 78076 | Recursively removing directory: /tmp/git.kD5Bo0/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.517 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.517 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.517 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.517 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.521 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.524 | 91907 | Added a new worker 13 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.524 | 78072 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.524 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.525 | 78072 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.525 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PBNgDG +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.525 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.526 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.527 | 91909 | Added a new worker 13 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.527 | 78072 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.527 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.527 | 78072 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.526 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.527 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DFO2zG +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.528 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.531 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.531 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.533 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.534 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.537 | 91906 | Marked run 1088 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.537 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.545 | 91908 | Marked run 1089 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.546 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.551 | 78073 | Recursively removing directory: /tmp/git.PBNgDG/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.552 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.552 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.556 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.558 | 78076 | Recursively removing directory: /tmp/git.DFO2zG/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.560 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.560 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.562 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.562 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.567 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 91925 | Added a new worker 15 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 78072 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.572 | 78072 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.574 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.573 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tFRjko +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.575 | 91927 | Added a new worker 9 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.575 | 78072 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.575 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.576 | 78072 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.576 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GoAVap +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.578 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.579 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.580 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.584 | 91924 | Marked run 1090 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.585 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.585 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.586 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.591 | 91926 | Marked run 1091 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.591 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.602 | 78076 | Recursively removing directory: /tmp/git.GoAVap/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.604 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.604 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.606 | 78073 | Recursively removing directory: /tmp/git.tFRjko/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.607 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.607 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.609 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.611 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.614 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.614 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.614 | 91944 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.614 | 78072 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.614 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.615 | 78072 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.615 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m4WtQW +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.615 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.616 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.616 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.617 | 91945 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.617 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9KVOjA +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.617 | 78072 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.617 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.617 | 78072 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.621 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.622 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.622 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.633 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.634 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.638 | 78076 | Recursively removing directory: /tmp/git.m4WtQW/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.640 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.640 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.642 | 91943 | Marked run 1092 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.642 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.645 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.646 | 91942 | Marked run 1093 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.646 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.650 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.651 | 91961 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.651 | 78072 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.651 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.651 | 78072 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.650 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.652 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WJGZDK +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.653 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.660 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.661 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.662 | 78073 | Recursively removing directory: /tmp/git.9KVOjA/ +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.664 | 91955 | Marked run 1094 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.665 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.664 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.664 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.668 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.678 | 78076 | Recursively removing directory: /tmp/git.WJGZDK/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.680 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.680 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.680 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.682 | 91970 | Added a new worker 11 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.682 | 78072 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.682 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.682 | 78072 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.683 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.675 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.684 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QwQ0K7 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.685 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.688 | 91967 | Marked run 1095 as finished +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.689 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.689 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.689 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.692 | 91972 | Added a new worker 6 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.692 | 78072 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.692 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.692 | 78072 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.692 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.693 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T63GHa +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.693 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.694 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.697 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.702 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.706 | 91971 | Marked run 1096 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.707 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.715 | 78073 | Recursively removing directory: /tmp/git.QwQ0K7/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.716 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.716 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.719 | 78076 | Recursively removing directory: /tmp/git.T63GHa/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.720 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.720 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.721 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.724 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.725 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.725 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.728 | 91989 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.728 | 78072 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.728 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.728 | 78072 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.729 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PKhDbU +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.729 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.730 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.730 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.730 | 91990 | Added a new worker 12 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.730 | 78072 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.731 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.731 | 78072 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.731 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NwHrMC +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.733 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.737 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.737 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.738 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.739 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.747 | 91987 | Marked run 1097 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.748 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.751 | 91988 | Marked run 1098 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.752 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.756 | 78073 | Recursively removing directory: /tmp/git.PKhDbU/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.757 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.757 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.761 | 78076 | Recursively removing directory: /tmp/git.NwHrMC/ +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.762 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.763 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.763 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.766 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.766 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.768 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 92006 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.772 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 78072 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.772 | 78072 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.772 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bInAKh +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.777 | 92008 | Added a new worker 8 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.777 | 78072 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.777 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.777 | 78072 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.778 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.36VIGG +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.778 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.779 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.780 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.787 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.788 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.791 | 92005 | Marked run 1099 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.792 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.796 | 92007 | Marked run 1100 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.796 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.802 | 78073 | Recursively removing directory: /tmp/git.bInAKh/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.804 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.804 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.805 | 78076 | Recursively removing directory: /tmp/git.36VIGG/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.806 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.806 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.809 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.811 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.814 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.815 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.815 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.815 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.815 | 92025 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.815 | 78072 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.815 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.815 | 78072 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.816 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.124WjQ +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.816 | 92026 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.816 | 78072 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.816 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.816 | 78072 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.816 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.816 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xDuRmm +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.817 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.825 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.826 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.834 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.837 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.838 | 92024 | Marked run 1102 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.839 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.843 | 92023 | Marked run 1101 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.843 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.844 | 78076 | Recursively removing directory: /tmp/git.xDuRmm/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.846 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.846 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.850 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.854 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.854 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.858 | 78073 | Recursively removing directory: /tmp/git.124WjQ/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.860 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.860 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.861 | 92042 | Added a new worker 11 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.862 | 78072 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.862 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.862 | 78072 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.862 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.caF0mA +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.863 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.865 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.870 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.869 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.870 | 92044 | Added a new worker 13 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.870 | 78072 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.870 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.870 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.870 | 78072 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.870 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0wdQ0N +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.873 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.875 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.877 | 92041 | Marked run 1104 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.878 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.879 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.880 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.887 | 92043 | Marked run 1103 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.887 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.899 | 78073 | Recursively removing directory: /tmp/git.0wdQ0N/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.902 | 78076 | Recursively removing directory: /tmp/git.caF0mA/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.902 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.902 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.904 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.904 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.906 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.908 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.911 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.911 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.913 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.913 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.913 | 92061 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.913 | 78072 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.913 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.913 | 78072 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZRQuQu +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.914 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.914 | 92062 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.914 | 78072 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.914 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.914 | 78072 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.914 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j74GnP +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.915 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.920 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.926 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.927 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.929 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.933 | 92060 | Marked run 1105 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.933 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.937 | 92059 | Marked run 1106 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.938 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.945 | 78076 | Recursively removing directory: /tmp/git.j74GnP/ +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.950 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.946 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.946 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.947 | 78073 | Recursively removing directory: /tmp/git.ZRQuQu/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.948 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.948 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.952 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.956 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.955 | 78076 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.957 | 78073 | Waiting for a new command +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.957 | 92079 | Added a new worker 14 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.957 | 78072 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.958 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.958 | 78072 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.958 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xDLJ0i +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.959 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.959 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.963 | 92080 | Added a new worker 10 to the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.963 | 78072 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.963 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.963 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GkNn4C +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.963 | 78072 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.963 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.971 | 78076 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.973 | 78076 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.973 | 78073 | Checking out revision HEAD +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.974 | 78073 | Going to run: ./ci +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.975 | 92078 | Marked run 1107 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.975 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.979 | 92077 | Marked run 1108 as finished +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.979 | 78070 | Waiting for new connections +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.989 | 78073 | Recursively removing directory: /tmp/git.GkNn4C/ +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.991 | 78073 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78073/cimple-worker: 2023-08-28 07:34:29.991 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.994 | 78076 | Recursively removing directory: /tmp/git.xDLJ0i/ +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.995 | 78076 | Process exit code: 0 +2023-08-28 07:34:29 | INFO | 78076/cimple-worker: 2023-08-28 07:34:29.995 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:29 | INFO | 78070/cimple-server: 2023-08-28 07:34:29.996 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.000 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.000 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.000 | 92096 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.001 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.001 | 78072 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.001 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.001 | 78072 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.001 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.001 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hvTvP0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.008 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.009 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.011 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.017 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.017 | 92099 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.017 | 78072 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.017 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.017 | 78072 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.017 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TeFJGl +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.018 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.023 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.025 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.027 | 92095 | Marked run 1110 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.028 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.032 | 92097 | Marked run 1109 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.032 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.038 | 78073 | Recursively removing directory: /tmp/git.hvTvP0/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.039 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.039 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.042 | 78076 | Recursively removing directory: /tmp/git.TeFJGl/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.043 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.043 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.044 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.047 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.049 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.049 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.052 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 92115 | Added a new worker 14 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 92116 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.052 | 78072 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.053 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tMEHmb +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.054 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lx8hMI +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.060 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.061 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.068 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.070 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.079 | 92113 | Marked run 1111 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.080 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.084 | 78076 | Recursively removing directory: /tmp/git.Lx8hMI/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.086 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.086 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.085 | 92114 | Marked run 1112 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.088 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.092 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.098 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.093 | 78073 | Recursively removing directory: /tmp/git.tMEHmb/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.095 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.095 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.100 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.100 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.103 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.103 | 92132 | Added a new worker 14 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.103 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.104 | 78072 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.104 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.104 | 78072 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.104 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YdWNd7 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.103 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.108 | 92134 | Added a new worker 8 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.108 | 78072 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.109 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.109 | 78072 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.109 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.109 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DcjMjs +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.110 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.110 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.120 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.122 | 92131 | Marked run 1114 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.122 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.122 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.127 | 92133 | Marked run 1113 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.128 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.134 | 78076 | Recursively removing directory: /tmp/git.YdWNd7/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.135 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.135 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.138 | 78073 | Recursively removing directory: /tmp/git.DcjMjs/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.139 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.139 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.142 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.143 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 92150 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 78072 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.143 | 78072 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.143 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ebliTp +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.145 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.148 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.149 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.150 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.156 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.158 | 92153 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.159 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hLjLJV +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.158 | 78072 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.158 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.159 | 78072 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.160 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.166 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.167 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.172 | 92149 | Marked run 1115 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.173 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.176 | 78076 | Recursively removing directory: /tmp/git.ebliTp/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.177 | 92151 | Marked run 1116 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.177 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.178 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.178 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.183 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.188 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.188 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.190 | 78073 | Recursively removing directory: /tmp/git.hLjLJV/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.191 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.191 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.196 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.196 | 92168 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.196 | 78072 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.196 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.196 | 78072 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.196 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqdFzd +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.197 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.201 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.201 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.201 | 92170 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.201 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.202 | 78072 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.202 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.202 | 78072 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.202 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.203 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AWNWrZ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.204 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.207 | 92167 | Marked run 1117 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.207 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.221 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.222 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.221 | 78076 | Recursively removing directory: /tmp/git.oqdFzd/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.222 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.222 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.227 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.231 | 92169 | Marked run 1118 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.231 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.231 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.231 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.236 | 92180 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.236 | 78072 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.237 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.237 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.237 | 78072 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.237 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pscahC +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.244 | 78073 | Recursively removing directory: /tmp/git.AWNWrZ/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.247 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.247 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.244 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.248 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.252 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.256 | 92179 | Marked run 1119 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.256 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.258 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.258 | 92195 | Added a new worker 8 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.259 | 78072 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.259 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.259 | 78072 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.260 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.258 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.259 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r0FmVT +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.265 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.266 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.271 | 92189 | Marked run 1120 as finished +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.272 | 78076 | Recursively removing directory: /tmp/git.pscahC/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.273 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.273 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.271 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.277 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.281 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.281 | 78073 | Recursively removing directory: /tmp/git.r0FmVT/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.283 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.283 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.284 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.288 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.288 | 92204 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.288 | 78072 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.288 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.288 | 78072 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.289 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vBu0fy +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.290 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.292 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.292 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.296 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.297 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.297 | 92206 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.297 | 78072 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.297 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.297 | 78072 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.298 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.299 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HLALnC +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.303 | 92203 | Marked run 1121 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.303 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.305 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.306 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.312 | 92205 | Marked run 1122 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.312 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.313 | 78076 | Recursively removing directory: /tmp/git.vBu0fy/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.314 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.314 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.319 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.323 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.323 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.330 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.330 | 92222 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.330 | 78072 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.330 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.330 | 78072 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.324 | 78073 | Recursively removing directory: /tmp/git.HLALnC/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.325 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.325 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.330 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QXVa7t +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.331 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.334 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.335 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.335 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.338 | 92224 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.335 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.340 | 78072 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.340 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.340 | 78072 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.340 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.341 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gs2mHZ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.344 | 92221 | Marked run 1123 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.345 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.348 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.349 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.354 | 78076 | Recursively removing directory: /tmp/git.QXVa7t/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.356 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.356 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.359 | 92223 | Marked run 1124 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.359 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.361 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.366 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.366 | 92240 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.366 | 78072 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.366 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.366 | 78072 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.367 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.366 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.366 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r3lGtK +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.371 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.372 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.374 | 78073 | Recursively removing directory: /tmp/git.gs2mHZ/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.375 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.375 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.379 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.384 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.384 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R8ruQb +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.384 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.384 | 92245 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.384 | 78072 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.384 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.384 | 78072 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.385 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.388 | 92236 | Marked run 1125 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.388 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.390 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.391 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.398 | 92243 | Marked run 1126 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.398 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.403 | 78076 | Recursively removing directory: /tmp/git.r3lGtK/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.409 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.405 | 78073 | Recursively removing directory: /tmp/git.R8ruQb/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.406 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.406 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.405 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.405 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.410 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.413 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.413 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.415 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 92259 | Added a new worker 14 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 78072 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 78072 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.415 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d09qql +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.415 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.420 | 92260 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.420 | 78072 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.420 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.420 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.420 | 78072 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.421 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yba1Zk +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.425 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.426 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.427 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.427 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.431 | 92258 | Marked run 1128 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.432 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.438 | 92257 | Marked run 1127 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.438 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.442 | 78073 | Recursively removing directory: /tmp/git.yba1Zk/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.447 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.443 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.443 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.444 | 78076 | Recursively removing directory: /tmp/git.d09qql/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.445 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.445 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.453 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.453 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.453 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.458 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.459 | 92277 | Added a new worker 14 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.459 | 78072 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.459 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.459 | 78072 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.459 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y9kmo3 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.459 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.460 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.460 | 92278 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.460 | 78072 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.461 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.461 | 78072 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.461 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7ipCXv +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.463 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.467 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.468 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.468 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.469 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.474 | 92275 | Marked run 1130 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.475 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.479 | 92276 | Marked run 1129 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.480 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.486 | 78076 | Recursively removing directory: /tmp/git.7ipCXv/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.487 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.487 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.495 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.490 | 78073 | Recursively removing directory: /tmp/git.y9kmo3/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.491 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.491 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.495 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.495 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.495 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.499 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.500 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2REKeZ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.499 | 92295 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.500 | 78072 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.500 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.500 | 78072 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.500 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.509 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.510 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.510 | 92296 | Added a new worker 11 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.510 | 78072 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.510 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.510 | 78072 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.511 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kuGTi6 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.511 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.515 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.517 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.519 | 92293 | Marked run 1132 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.520 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.525 | 78076 | Recursively removing directory: /tmp/git.2REKeZ/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.526 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.526 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.530 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.531 | 92294 | Marked run 1131 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.531 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.535 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.535 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.535 | 92312 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.535 | 78072 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.535 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.535 | 78072 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.536 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hkLBE6 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.537 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.542 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.542 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.546 | 78073 | Recursively removing directory: /tmp/git.kuGTi6/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.547 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.547 | 78073 | Process output: 415085 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.549 | 92311 | Marked run 1133 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.549 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.551 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.555 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.555 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.556 | 92321 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.556 | 78072 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.556 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.556 | 78072 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.557 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KpvwPj +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.558 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.564 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.565 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.570 | 78076 | Recursively removing directory: /tmp/git.hkLBE6/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.571 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.571 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.572 | 92318 | Marked run 1134 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.573 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.575 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.580 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.580 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.580 | 92330 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.580 | 78072 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.580 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.581 | 78072 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.581 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N3xldn +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.582 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.589 | 78073 | Recursively removing directory: /tmp/git.KpvwPj/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.590 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.590 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.594 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.595 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.596 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.597 | 92327 | Marked run 1135 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.597 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.599 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.599 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.604 | 92334 | Added a new worker 8 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.604 | 78072 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.604 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.604 | 78072 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.604 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.605 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ECVCre +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.609 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.610 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.612 | 78076 | Recursively removing directory: /tmp/git.N3xldn/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.614 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.614 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.619 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.619 | 92331 | Marked run 1136 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.620 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.624 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.624 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.625 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VDn2Qs +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.624 | 92348 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.624 | 78072 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.624 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.624 | 78072 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.626 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.630 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.632 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.638 | 78073 | Recursively removing directory: /tmp/git.ECVCre/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.640 | 92345 | Marked run 1137 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.640 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.640 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.640 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.645 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.649 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.649 | 92357 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.649 | 78072 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.649 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.649 | 78072 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.650 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.649 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.650 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OHk8U6 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.655 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.656 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.674 | 78073 | Recursively removing directory: /tmp/git.OHk8U6/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.675 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.675 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.675 | 78076 | Recursively removing directory: /tmp/git.VDn2Qs/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.677 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.677 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.681 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.681 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.686 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 92367 | Added a new worker 15 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 78072 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 78072 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.687 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.688 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L0Xf5B +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.688 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.688 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.690 | 92368 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.690 | 78072 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.690 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.690 | 78072 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.690 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.691 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CUskkq +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.693 | 92355 | Marked run 1138 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.693 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.697 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.700 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.701 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.702 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.712 | 92365 | Marked run 1139 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.713 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.717 | 92366 | Marked run 1140 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.717 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.719 | 78076 | Recursively removing directory: /tmp/git.L0Xf5B/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.724 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.720 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.720 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.725 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.720 | 78073 | Recursively removing directory: /tmp/git.CUskkq/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.721 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.721 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.728 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.728 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.729 | 92385 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.729 | 78072 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.729 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.729 | 78072 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.729 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.729 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KSqrVC +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.730 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.734 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.735 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.740 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.740 | 92386 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.740 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.741 | 78072 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.741 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.741 | 78072 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.741 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aiMSYT +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.748 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.749 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.755 | 92384 | Marked run 1142 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.755 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.758 | 78076 | Recursively removing directory: /tmp/git.KSqrVC/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.759 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.759 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.763 | 92383 | Marked run 1141 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.763 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.764 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.768 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.766 | 78073 | Recursively removing directory: /tmp/git.aiMSYT/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.767 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.768 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.768 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 92402 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 78072 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.772 | 78072 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.772 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IhgOQ5 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.777 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.778 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.779 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.777 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.782 | 92404 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.782 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.782 | 78072 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.782 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.782 | 78072 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.783 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4bPegk +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.790 | 92401 | Marked run 1143 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.790 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.790 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.792 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.794 | 92403 | Marked run 1144 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.795 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.806 | 78076 | Recursively removing directory: /tmp/git.IhgOQ5/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.807 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.807 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.812 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.808 | 78073 | Recursively removing directory: /tmp/git.4bPegk/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.809 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.809 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.814 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.818 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.818 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.824 | 92421 | Added a new worker 12 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.824 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.825 | 78072 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.825 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.825 | 78072 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.825 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZMvuAo +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.825 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.826 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.827 | 92422 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.827 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PT0lLc +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.827 | 78072 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.827 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.827 | 78072 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.828 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.830 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.831 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.835 | 92419 | Marked run 1145 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.836 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.836 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.837 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.841 | 92420 | Marked run 1146 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.841 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.846 | 78076 | Recursively removing directory: /tmp/git.ZMvuAo/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.847 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.847 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.852 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.859 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.854 | 78073 | Recursively removing directory: /tmp/git.PT0lLc/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.855 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.855 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.860 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.864 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.864 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.864 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.864 | 92440 | Added a new worker 14 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.864 | 78072 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.864 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.864 | 78072 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.865 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h5ag81 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.866 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.871 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.872 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.874 | 92438 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.874 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.874 | 78072 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.874 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.874 | 78072 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.876 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gmj8LM +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.884 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.885 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.896 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.889 | 78073 | Recursively removing directory: /tmp/git.h5ag81/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.890 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.890 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.898 | 92439 | Marked run 1148 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.898 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.902 | 78076 | Recursively removing directory: /tmp/git.Gmj8LM/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.903 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.903 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.905 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.904 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 92437 | Marked run 1147 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 92456 | Added a new worker 6 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 78072 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.908 | 78072 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.909 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.909 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fUaGCA +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.914 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.915 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.920 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.922 | 92460 | Added a new worker 10 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.922 | 78072 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.922 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.922 | 78072 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.923 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.920 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.922 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qhSXhT +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.927 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.928 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.933 | 92455 | Marked run 1149 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.934 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.938 | 92457 | Marked run 1150 as finished +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.938 | 78073 | Recursively removing directory: /tmp/git.fUaGCA/ +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.939 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.940 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.940 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.944 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.950 | 78076 | Recursively removing directory: /tmp/git.qhSXhT/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.951 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.951 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.952 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.952 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.956 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 92474 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.961 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VSzHs4 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.961 | 78076 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78072 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78072 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 92476 | Added a new worker 13 to the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78072 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.961 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.962 | 78072 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.962 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qCl20b +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.963 | 92473 | Marked run 1151 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.963 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.969 | 78076 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.970 | 78073 | Checking out revision HEAD +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.970 | 78076 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.971 | 78073 | Going to run: ./ci +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.982 | 92475 | Marked run 1152 as finished +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.982 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.987 | 78073 | Recursively removing directory: /tmp/git.VSzHs4/ +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.988 | 78073 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.988 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.991 | 78076 | Recursively removing directory: /tmp/git.qCl20b/ +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.992 | 78076 | Process exit code: 0 +2023-08-28 07:34:30 | INFO | 78076/cimple-worker: 2023-08-28 07:34:30.992 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:30 | INFO | 78073/cimple-worker: 2023-08-28 07:34:30.997 | 78073 | Waiting for a new command +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.998 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.998 | 78070 | Waiting for new connections +2023-08-28 07:34:30 | INFO | 78070/cimple-server: 2023-08-28 07:34:30.998 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.001 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.001 | 92493 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.001 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.001 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.002 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IK69kh +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.002 | 78072 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.002 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.002 | 78072 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.011 | 92494 | Added a new worker 11 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.011 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.011 | 78072 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.011 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.011 | 78072 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.011 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5lrATz +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.016 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.017 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.021 | 92492 | Marked run 1154 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.022 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.023 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.024 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.027 | 92491 | Marked run 1153 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.027 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.035 | 78076 | Recursively removing directory: /tmp/git.5lrATz/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.036 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.036 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.040 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.045 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.045 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.049 | 92510 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.049 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.048 | 78073 | Recursively removing directory: /tmp/git.IK69kh/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.050 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.050 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.054 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.055 | 78072 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.055 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.055 | 78072 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.056 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qQziN6 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.062 | 92509 | Marked run 1156 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.062 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.063 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.064 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.071 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.071 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.074 | 92519 | Added a new worker 11 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.074 | 78072 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.074 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.074 | 78072 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.075 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bbXPh1 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.078 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.081 | 78076 | Recursively removing directory: /tmp/git.qQziN6/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.082 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.082 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.086 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.087 | 92511 | Marked run 1155 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.088 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.088 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.089 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.091 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.092 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.096 | 92522 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.096 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.096 | 78072 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.097 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.097 | 78072 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.097 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6QWRFV +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.101 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.103 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.107 | 78073 | Recursively removing directory: /tmp/git.bbXPh1/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.110 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.110 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.114 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.116 | 92520 | Marked run 1157 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.117 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 92537 | Added a new worker 8 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.121 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 78072 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.121 | 78072 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.122 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m7jMAH +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.125 | 78076 | Recursively removing directory: /tmp/git.6QWRFV/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.126 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.126 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.136 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.141 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.141 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.141 | 92539 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.141 | 78072 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.141 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.141 | 78072 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.142 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.164 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nnzaGJ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.166 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.167 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.169 | 92536 | Marked run 1158 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.169 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.174 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.174 | 92538 | Marked run 1159 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.174 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.175 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.184 | 78073 | Recursively removing directory: /tmp/git.m7jMAH/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.185 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.185 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.189 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.190 | 78076 | Recursively removing directory: /tmp/git.nnzaGJ/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.191 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.191 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.193 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.193 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.197 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.200 | 92555 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.200 | 78072 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.200 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.200 | 78072 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.200 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.201 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cF0WZb +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.202 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.204 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.206 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.206 | 92557 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.206 | 78072 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.206 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.206 | 78072 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.207 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toNm8U +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.207 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.208 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.213 | 92554 | Marked run 1160 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.214 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.218 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.218 | 92556 | Marked run 1161 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.218 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.219 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.225 | 78073 | Recursively removing directory: /tmp/git.cF0WZb/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.226 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.226 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.232 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.235 | 78076 | Recursively removing directory: /tmp/git.toNm8U/ +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.236 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.237 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.237 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.240 | 92573 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.240 | 78072 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.240 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.240 | 78072 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.242 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.242 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.236 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.241 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AItMBe +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.245 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.245 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.249 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.249 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.252 | 92575 | Added a new worker 13 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.252 | 78072 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.252 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.252 | 78072 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.252 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y3FyrD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.253 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.259 | 92572 | Marked run 1162 as finished +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.259 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.260 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.260 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.264 | 92574 | Marked run 1163 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.265 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.272 | 78073 | Recursively removing directory: /tmp/git.AItMBe/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.273 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.273 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.274 | 78076 | Recursively removing directory: /tmp/git.y3FyrD/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.275 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.275 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.278 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.279 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.282 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.283 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.283 | 92592 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.283 | 78072 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.283 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.283 | 78072 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.283 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.283 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.284 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iQn8yw +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.290 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.290 | 92593 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.290 | 78072 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.291 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xz7V6c +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.290 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.290 | 78072 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.291 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.300 | 92590 | Marked run 1164 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.300 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.301 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.302 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.305 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.306 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.309 | 92591 | Marked run 1165 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.309 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.315 | 78076 | Recursively removing directory: /tmp/git.Xz7V6c/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.317 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.317 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.321 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.325 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.325 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.327 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.322 | 78073 | Recursively removing directory: /tmp/git.iQn8yw/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.323 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.323 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.328 | 92609 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.328 | 78072 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.328 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.328 | 78072 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.329 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x11U3B +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.330 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.331 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.331 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.334 | 92611 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.334 | 78072 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.334 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.334 | 78072 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.335 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.335 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9wgUMt +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.335 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.337 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.348 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.349 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.352 | 92608 | Marked run 1167 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.353 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.357 | 92610 | Marked run 1166 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.357 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.362 | 78076 | Recursively removing directory: /tmp/git.x11U3B/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.363 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.363 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.364 | 78073 | Recursively removing directory: /tmp/git.9wgUMt/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.365 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.365 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.368 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.369 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.373 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.373 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.373 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 92628 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 92629 | Added a new worker 15 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78072 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.374 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1mCbN9 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.374 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.375 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SJBjKE +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.379 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.381 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.385 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.385 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.395 | 92626 | Marked run 1168 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.395 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.399 | 92627 | Marked run 1169 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.399 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.401 | 78076 | Recursively removing directory: /tmp/git.SJBjKE/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.402 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.402 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.405 | 78073 | Recursively removing directory: /tmp/git.1mCbN9/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.406 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.406 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.407 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.410 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.412 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.412 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.414 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 92646 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 78072 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 78072 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.414 | 92647 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.415 | 78072 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.415 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.415 | 78072 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.415 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jARzNk +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.415 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.415 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9lL91W +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.418 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.420 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.421 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.422 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.423 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.434 | 92644 | Marked run 1170 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.435 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.438 | 92645 | Marked run 1171 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.439 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.441 | 78076 | Recursively removing directory: /tmp/git.9lL91W/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.442 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.442 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.445 | 78073 | Recursively removing directory: /tmp/git.jARzNk/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.446 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.446 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.447 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.450 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.454 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.454 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.455 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 92665 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 78072 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.455 | 78072 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.455 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IqJWEp +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.456 | 92664 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.456 | 78072 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.456 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.456 | 78072 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.456 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8S8PZY +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.458 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.465 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.465 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.466 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.466 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.474 | 92662 | Marked run 1172 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.474 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.479 | 92663 | Marked run 1173 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.479 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.486 | 78076 | Recursively removing directory: /tmp/git.8S8PZY/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.487 | 78073 | Recursively removing directory: /tmp/git.IqJWEp/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.488 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.488 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.492 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.493 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.487 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.487 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.497 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.497 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.497 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.498 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 92683 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 78072 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 78072 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.498 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y1Z5hU +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.498 | 92682 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.499 | 78072 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.499 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.499 | 78072 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.499 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.499 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2m35MW +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.507 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.507 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.508 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.512 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.517 | 92680 | Marked run 1175 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.517 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.521 | 92681 | Marked run 1174 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.522 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.527 | 78073 | Recursively removing directory: /tmp/git.Y1Z5hU/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.528 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.528 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.530 | 78076 | Recursively removing directory: /tmp/git.2m35MW/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.532 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.532 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.533 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.536 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.537 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.538 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.541 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 92700 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.542 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 92701 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.542 | 78072 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.542 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9ppgiJ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.543 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PJrXrG +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.552 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.552 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.555 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.556 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.558 | 92698 | Marked run 1176 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.558 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.570 | 92699 | Marked run 1177 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.571 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.575 | 78073 | Recursively removing directory: /tmp/git.9ppgiJ/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.576 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.576 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.581 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.585 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.585 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.580 | 78076 | Recursively removing directory: /tmp/git.PJrXrG/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.582 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.582 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.587 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.590 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.590 | 92717 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.591 | 78072 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.591 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.591 | 78072 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.591 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5EXBhV +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.590 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.592 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.595 | 92719 | Added a new worker 8 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.595 | 78072 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.595 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.595 | 78072 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.595 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.595 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G38BtJ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.597 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.597 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.601 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.604 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.608 | 92716 | Marked run 1178 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.608 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.613 | 92718 | Marked run 1179 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.613 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.615 | 78073 | Recursively removing directory: /tmp/git.5EXBhV/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.616 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.616 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.620 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.625 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.625 | 78076 | Recursively removing directory: /tmp/git.G38BtJ/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.626 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.626 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.631 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.632 | 92735 | Added a new worker 13 to the queue +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.632 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.632 | 78072 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.632 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.633 | 78072 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.633 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.633 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PUgwOg +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 92734 | Marked run 1180 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.638 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 92737 | Added a new worker 6 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78072 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.638 | 78072 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.638 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OjWDcY +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.643 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.645 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.646 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.646 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.655 | 92736 | Marked run 1181 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.655 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.661 | 78076 | Recursively removing directory: /tmp/git.OjWDcY/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.663 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.663 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.666 | 78073 | Recursively removing directory: /tmp/git.PUgwOg/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.667 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.667 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.668 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.671 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.671 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.674 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.680 | 92753 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.681 | 78072 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.681 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.681 | 78072 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.681 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.681 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7W0AEw +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.686 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.687 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.688 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.688 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.688 | 92756 | Added a new worker 13 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.688 | 78072 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.688 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.688 | 78072 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.689 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.689 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XjOCpb +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.693 | 92752 | Marked run 1183 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.693 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.699 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.699 | 92754 | Marked run 1182 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.699 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.700 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.712 | 78076 | Recursively removing directory: /tmp/git.7W0AEw/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.713 | 78073 | Recursively removing directory: /tmp/git.XjOCpb/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.714 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.714 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.717 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.718 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.713 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.713 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.722 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.722 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.723 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 92773 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 78072 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.723 | 78072 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.723 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F2dciM +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.724 | 92772 | Added a new worker 12 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.724 | 78072 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.724 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.724 | 78072 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.725 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.725 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c77eWB +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.729 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.730 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.734 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.740 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.746 | 78076 | Recursively removing directory: /tmp/git.c77eWB/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.749 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.749 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.753 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.753 | 92771 | Marked run 1185 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.753 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.757 | 92770 | Marked run 1184 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.757 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.758 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.760 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.760 | 92787 | Added a new worker 8 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.760 | 78072 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.760 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.761 | 78072 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.761 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cozvZK +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.762 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.766 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.766 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.771 | 78073 | Recursively removing directory: /tmp/git.F2dciM/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.773 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.773 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.777 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.779 | 92784 | Marked run 1187 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.779 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.782 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.782 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.783 | 92794 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.783 | 78072 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.783 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.783 | 78072 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.783 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uQDtlT +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.784 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.789 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.790 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.797 | 92792 | Marked run 1186 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.797 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.803 | 78076 | Recursively removing directory: /tmp/git.cozvZK/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.805 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.805 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.807 | 78073 | Recursively removing directory: /tmp/git.uQDtlT/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.808 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.808 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.810 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.812 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.814 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.814 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.817 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 92808 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 92809 | Added a new worker 10 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.817 | 78072 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.817 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oKbX99 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.818 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r4JpSy +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.820 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.823 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.824 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.829 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.829 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.840 | 92807 | Marked run 1189 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.841 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.842 | 78073 | Recursively removing directory: /tmp/git.oKbX99/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.844 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.844 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.846 | 92806 | Marked run 1188 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.846 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.848 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.851 | 78076 | Recursively removing directory: /tmp/git.r4JpSy/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.852 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.852 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.853 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.856 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.857 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.861 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.864 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.864 | 92825 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.864 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.865 | 78072 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.865 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.865 | 78072 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.865 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rm24G9 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.870 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.871 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.871 | 92827 | Added a new worker 8 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.871 | 78072 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.871 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.871 | 78072 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.872 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.872 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xpjcqo +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.880 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.881 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.882 | 92824 | Marked run 1191 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.883 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.887 | 92826 | Marked run 1190 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.888 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.896 | 78073 | Recursively removing directory: /tmp/git.rm24G9/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.897 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.897 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.901 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.902 | 78076 | Recursively removing directory: /tmp/git.Xpjcqo/ +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.904 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.904 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.906 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.906 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.908 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.912 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.912 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.912 | 92843 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.912 | 78072 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.912 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.912 | 78072 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RhkUXP +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.914 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.916 | 92845 | Added a new worker 8 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.916 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.916 | 78072 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.916 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.917 | 78072 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.917 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nPbX0R +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.919 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.920 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.924 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.925 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.928 | 92842 | Marked run 1192 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.929 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.933 | 92844 | Marked run 1193 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.934 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.940 | 78073 | Recursively removing directory: /tmp/git.RhkUXP/ +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.941 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.941 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.943 | 78076 | Recursively removing directory: /tmp/git.nPbX0R/ +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.947 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.948 | 78076 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.948 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.950 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.950 | 78073 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.953 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.958 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.958 | 92861 | Added a new worker 14 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.958 | 78072 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.958 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.958 | 78072 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.959 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.958 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OfTgYO +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.960 | 78076 | Waiting for a new command +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.963 | 78073 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.964 | 78073 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.966 | 92863 | Added a new worker 9 to the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.967 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.967 | 78072 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.967 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.967 | 78072 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.968 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ash5Se +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.973 | 78076 | Checking out revision HEAD +2023-08-28 07:34:31 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.974 | 78076 | Going to run: ./ci +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.984 | 92860 | Marked run 1194 as finished +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.984 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.989 | 78073 | Recursively removing directory: /tmp/git.OfTgYO/ +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.989 | 92862 | Marked run 1195 as finished +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.993 | 78073 | Process exit code: 0 +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.993 | 78070 | Waiting for new connections +2023-08-28 07:34:31 | INFO | 78073/cimple-worker: 2023-08-28 07:34:31.993 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:31 | INFO | 78070/cimple-server: 2023-08-28 07:34:31.997 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.001 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.002 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.996 | 78076 | Recursively removing directory: /tmp/git.ash5Se/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.997 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:31.997 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.002 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 92880 | Added a new worker 14 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 92881 | Added a new worker 15 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78072 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.006 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.006 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EkbEB1 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.006 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.007 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x5yYFW +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.013 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.015 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.015 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.016 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.020 | 92878 | Marked run 1196 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.021 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.025 | 92879 | Marked run 1197 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.026 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.032 | 78073 | Recursively removing directory: /tmp/git.x5yYFW/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.033 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.033 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.034 | 78076 | Recursively removing directory: /tmp/git.EkbEB1/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.036 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.036 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.038 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.040 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.043 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.043 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.044 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 92898 | Added a new worker 14 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 92899 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.044 | 78072 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.045 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yYwpF8 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.045 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HsvE1z +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.053 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.053 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.053 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.057 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.070 | 92897 | Marked run 1199 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.070 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.077 | 78076 | Recursively removing directory: /tmp/git.yYwpF8/ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.079 | 92896 | Marked run 1198 as finished +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.079 | 78073 | Recursively removing directory: /tmp/git.HsvE1z/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.079 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.079 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.081 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.081 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.079 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.084 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.085 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.088 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 92916 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 78072 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.089 | 78072 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.089 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RmKyKQ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.090 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.090 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.095 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.095 | 92917 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.096 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.097 | 78072 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.097 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.097 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.097 | 78072 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.097 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P6e7r1 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.109 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.114 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.117 | 92914 | Marked run 1201 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.117 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.119 | 78076 | Recursively removing directory: /tmp/git.RmKyKQ/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.120 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.120 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.122 | 92915 | Marked run 1200 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.123 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.125 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.129 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.129 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.130 | 92929 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.130 | 78072 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.130 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.130 | 78072 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.130 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HWLcNB +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.131 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.135 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.136 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.144 | 92927 | Marked run 1202 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.145 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.148 | 78073 | Recursively removing directory: /tmp/git.P6e7r1/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.149 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.149 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.154 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.158 | 78076 | Recursively removing directory: /tmp/git.HWLcNB/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.159 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.159 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.160 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.163 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.163 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.168 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 92942 | Added a new worker 14 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 78072 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.168 | 78072 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.168 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k9RfNb +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.172 | 92944 | Added a new worker 8 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.172 | 78072 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.172 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.172 | 78072 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.173 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Auq0fE +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.174 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.175 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.177 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.181 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.181 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.183 | 92941 | Marked run 1203 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.184 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.189 | 92943 | Marked run 1204 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.189 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.196 | 78073 | Recursively removing directory: /tmp/git.k9RfNb/ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.202 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.202 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.197 | 78076 | Recursively removing directory: /tmp/git.Auq0fE/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.199 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.199 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.198 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.198 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.207 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 92961 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 78072 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.207 | 78072 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.208 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7nn4t0 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.213 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.212 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.213 | 92962 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.213 | 78072 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.213 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.213 | 78072 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.213 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JFxcDh +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.214 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.213 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.215 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.224 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.225 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.229 | 92959 | Marked run 1205 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.230 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.233 | 92960 | Marked run 1206 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.233 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.243 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.238 | 78076 | Recursively removing directory: /tmp/git.7nn4t0/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.239 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.239 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.245 | 78073 | Recursively removing directory: /tmp/git.JFxcDh/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.246 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.246 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.247 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.249 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.251 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.255 | 92978 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.255 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0MCnLx +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.255 | 78072 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.255 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.255 | 78072 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.255 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.256 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.257 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.257 | 92980 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.257 | 78072 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.257 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.257 | 78072 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.257 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.261 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KMBFHB +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.262 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.263 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.265 | 92977 | Marked run 1207 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.265 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.270 | 92979 | Marked run 1208 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.270 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.271 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.272 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.281 | 78076 | Recursively removing directory: /tmp/git.0MCnLx/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.282 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.282 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.286 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.290 | 78073 | Recursively removing directory: /tmp/git.KMBFHB/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.290 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.291 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.291 | 92996 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.291 | 78072 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.291 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.291 | 78072 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.292 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.291 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h6asFL +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.295 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.295 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.299 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.300 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.301 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.303 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.303 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.306 | 92999 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.306 | 78072 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.306 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.306 | 78072 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.306 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X7Ptvz +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.307 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.313 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.314 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.317 | 92995 | Marked run 1209 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.317 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.323 | 92997 | Marked run 1210 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.323 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.325 | 78076 | Recursively removing directory: /tmp/git.h6asFL/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.327 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.327 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.331 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.335 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.336 | 93014 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.336 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.336 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.337 | 78072 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.337 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.338 | 78072 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.338 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N7C9xj +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.346 | 78073 | Recursively removing directory: /tmp/git.X7Ptvz/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.347 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.347 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.349 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.351 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.354 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.356 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.356 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.356 | 93017 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.357 | 78072 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.357 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.357 | 78072 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.357 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.357 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WMgHz6 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.358 | 93013 | Marked run 1211 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.358 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.362 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.363 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.371 | 93015 | Marked run 1212 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.371 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.381 | 78076 | Recursively removing directory: /tmp/git.N7C9xj/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.383 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.383 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.384 | 78073 | Recursively removing directory: /tmp/git.WMgHz6/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.385 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.385 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.387 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.390 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.391 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.392 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.392 | 93033 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.392 | 78072 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.392 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.392 | 78072 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.392 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hRKNLP +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.393 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.395 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.395 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.396 | 93034 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.396 | 78072 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.396 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.397 | 78072 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.397 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MOxStF +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.397 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.398 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.398 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.413 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.414 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.418 | 93031 | Marked run 1213 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.418 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.420 | 78076 | Recursively removing directory: /tmp/git.hRKNLP/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.421 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.421 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.423 | 93032 | Marked run 1214 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.423 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.426 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.430 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.432 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.436 | 93050 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.436 | 78072 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.436 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.438 | 78072 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.439 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.442 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.437 | 78073 | Recursively removing directory: /tmp/git.MOxStF/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.438 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.438 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.438 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kM4qhD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.445 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.446 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.447 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 93053 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 78072 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.447 | 78072 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.448 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mTyb9z +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.450 | 93049 | Marked run 1215 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.451 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.455 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.456 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.464 | 93051 | Marked run 1216 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.464 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.468 | 78076 | Recursively removing directory: /tmp/git.kM4qhD/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.470 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.470 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.471 | 78073 | Recursively removing directory: /tmp/git.mTyb9z/ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.474 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.473 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.473 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.477 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.478 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.478 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.478 | 93069 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.478 | 78072 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.478 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.478 | 78072 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.478 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FWTlwj +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.479 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.483 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.483 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.483 | 93070 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.483 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.484 | 78072 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.484 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.484 | 78072 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.485 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.udBzRQ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.485 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.487 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.490 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.491 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.497 | 93068 | Marked run 1218 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.497 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.505 | 93067 | Marked run 1217 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.505 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.510 | 78073 | Recursively removing directory: /tmp/git.udBzRQ/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.511 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.511 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.512 | 78076 | Recursively removing directory: /tmp/git.FWTlwj/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.514 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.514 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.515 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.519 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.521 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.521 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.522 | 93087 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.522 | 78072 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.522 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.522 | 78072 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.522 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hi2dY2 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.524 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.530 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.532 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.536 | 93088 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.536 | 78072 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.536 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.537 | 78072 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.537 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PvMVK3 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.537 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.540 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.546 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.547 | 93085 | Marked run 1220 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.548 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.547 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.550 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.557 | 93086 | Marked run 1219 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.557 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.564 | 78073 | Recursively removing directory: /tmp/git.Hi2dY2/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.565 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.565 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.566 | 78076 | Recursively removing directory: /tmp/git.PvMVK3/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.567 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.567 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.569 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.571 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.573 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.574 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.574 | 93105 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.574 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.574 | 78072 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.574 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.574 | 78072 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.574 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vi5322 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.576 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.576 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.583 | 93106 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.584 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bd6Vvr +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.584 | 78072 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.584 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.584 | 78072 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.586 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.589 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.589 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.592 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.593 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.594 | 93103 | Marked run 1221 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.594 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.598 | 93104 | Marked run 1222 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.598 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.606 | 78076 | Recursively removing directory: /tmp/git.Bd6Vvr/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.608 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.608 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.608 | 78073 | Recursively removing directory: /tmp/git.vi5322/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.609 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.609 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.613 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.614 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.617 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.617 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.617 | 93123 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.617 | 78072 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.617 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.617 | 78072 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.617 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1JzNmi +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.618 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.619 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.619 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.622 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.623 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.622 | 93124 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.624 | 78072 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.624 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.624 | 78072 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.624 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.628 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0sJHmq +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.638 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.638 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.643 | 93122 | Marked run 1223 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.643 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.643 | 78076 | Recursively removing directory: /tmp/git.1JzNmi/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.645 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.645 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.649 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.653 | 93121 | Marked run 1224 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.653 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.655 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.655 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.655 | 78073 | Recursively removing directory: /tmp/git.0sJHmq/ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.655 | 93140 | Added a new worker 8 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.655 | 78072 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.655 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.656 | 78072 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.656 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.657 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.657 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.657 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZmS5Ec +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.661 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.665 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.665 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.668 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.668 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.669 | 93142 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.669 | 78072 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.669 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.669 | 78072 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.669 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Gosqb +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.670 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.677 | 93139 | Marked run 1225 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.678 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.681 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.684 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.689 | 93141 | Marked run 1226 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.689 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.693 | 78076 | Recursively removing directory: /tmp/git.ZmS5Ec/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.694 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.694 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.698 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.702 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.703 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.701 | 78073 | Recursively removing directory: /tmp/git.4Gosqb/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.702 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.702 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.706 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.707 | 93158 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.707 | 78072 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.707 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.707 | 78072 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.707 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toqjDN +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.708 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.711 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.711 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.713 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.713 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.714 | 93160 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.716 | 78072 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.716 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.716 | 78072 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.716 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MGWTZX +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.717 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.725 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.726 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.726 | 93157 | Marked run 1227 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.727 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.731 | 93159 | Marked run 1228 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.731 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.734 | 78076 | Recursively removing directory: /tmp/git.toqjDN/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.735 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.735 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.739 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.744 | 78073 | Recursively removing directory: /tmp/git.MGWTZX/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.745 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.745 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.746 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.750 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.746 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.754 | 93176 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.754 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZPO3JW +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.754 | 78072 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.754 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.754 | 78072 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.754 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 93178 | Added a new worker 8 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 78072 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 78072 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.759 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.759 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.760 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.761 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U76OsE +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.762 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.766 | 93175 | Marked run 1229 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.766 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.770 | 93177 | Marked run 1230 as finished +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.771 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.771 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.771 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.782 | 78076 | Recursively removing directory: /tmp/git.ZPO3JW/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.783 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.783 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.784 | 78073 | Recursively removing directory: /tmp/git.U76OsE/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.787 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.787 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.790 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.791 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.794 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.795 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.796 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 93195 | Added a new worker 14 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 93196 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.796 | 78072 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.796 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ARil9g +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.797 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p3UXHu +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.797 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.804 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.805 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.808 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.809 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.818 | 93194 | Marked run 1232 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.818 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.822 | 93193 | Marked run 1231 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.822 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.826 | 78076 | Recursively removing directory: /tmp/git.p3UXHu/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.827 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.827 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.829 | 78073 | Recursively removing directory: /tmp/git.ARil9g/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.830 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.830 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.832 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.835 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.836 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.836 | 93213 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.836 | 78072 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.836 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.836 | 78072 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.836 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.836 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IB08FH +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.837 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.840 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.840 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.841 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.842 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.842 | 93214 | Added a new worker 12 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.842 | 78072 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.842 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.842 | 78072 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.843 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.844 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.anNMuW +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.855 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.856 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.862 | 78076 | Recursively removing directory: /tmp/git.IB08FH/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.865 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.865 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.868 | 93212 | Marked run 1234 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.868 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.870 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.872 | 93211 | Marked run 1233 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.872 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.874 | 78073 | Recursively removing directory: /tmp/git.anNMuW/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.876 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.876 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.875 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.876 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.881 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.883 | 93230 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.884 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NYv9gN +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.883 | 78072 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.883 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.883 | 78072 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.885 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.886 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.892 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.892 | 93232 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.893 | 78072 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.893 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.893 | 78072 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.893 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.893 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vkoOz7 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.893 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.896 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.900 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.901 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.902 | 93229 | Marked run 1235 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.903 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.907 | 93231 | Marked run 1236 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.907 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.911 | 78076 | Recursively removing directory: /tmp/git.NYv9gN/ +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.917 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.913 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.913 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.917 | 78073 | Recursively removing directory: /tmp/git.vkoOz7/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.919 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.919 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.922 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.922 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.922 | 93248 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.922 | 78072 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.922 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.922 | 78072 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.923 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lgAYaW +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.924 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.924 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.928 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.929 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.936 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.936 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.936 | 93252 | Added a new worker 13 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.937 | 78072 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.937 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.937 | 78072 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.937 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.940 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2rWY1T +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.944 | 93247 | Marked run 1237 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.944 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.947 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.950 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.951 | 78076 | Recursively removing directory: /tmp/git.lgAYaW/ +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.952 | 78076 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.952 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.955 | 93249 | Marked run 1238 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.955 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.957 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.964 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.962 | 78076 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.970 | 93266 | Added a new worker 11 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.970 | 78072 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.970 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.970 | 78072 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.970 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N0EO1C +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.970 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.972 | 78073 | Recursively removing directory: /tmp/git.2rWY1T/ +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.973 | 78073 | Process exit code: 0 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.973 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.975 | 93261 | Marked run 1239 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.975 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.978 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.980 | 78076 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78076/cimple-worker: 2023-08-28 07:34:32.981 | 78076 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.982 | 78073 | Waiting for a new command +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.982 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.984 | 93269 | Added a new worker 10 to the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.984 | 78072 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.985 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.985 | 78072 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.985 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KJFDSC +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.986 | 78070 | Waiting for new connections +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.995 | 78073 | Checking out revision HEAD +2023-08-28 07:34:32 | INFO | 78073/cimple-worker: 2023-08-28 07:34:32.996 | 78073 | Going to run: ./ci +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.995 | 93267 | Marked run 1240 as finished +2023-08-28 07:34:32 | INFO | 78070/cimple-server: 2023-08-28 07:34:32.996 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.002 | 78076 | Recursively removing directory: /tmp/git.N0EO1C/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.003 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.003 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.008 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.012 | 78073 | Recursively removing directory: /tmp/git.KJFDSC/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.013 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.013 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.017 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.018 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.018 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 93285 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 78072 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 78072 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.023 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aNhEoy +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.023 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.024 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.030 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.031 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.032 | 93286 | Added a new worker 11 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.032 | 78072 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.032 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.032 | 78072 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.032 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4uVD3t +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.033 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.038 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.039 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.039 | 93283 | Marked run 1241 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.040 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.045 | 93284 | Marked run 1242 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.045 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.051 | 78076 | Recursively removing directory: /tmp/git.aNhEoy/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.052 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.052 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.058 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.062 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.063 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.064 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.055 | 78073 | Recursively removing directory: /tmp/git.4uVD3t/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.057 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.057 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.068 | 93302 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.068 | 78072 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.068 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.068 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.069 | 78072 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.069 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DobIVr +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.072 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.074 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.075 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.076 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.078 | 93304 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.078 | 78072 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.078 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.079 | 78072 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.079 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.079 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8bbN5q +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.087 | 93303 | Marked run 1244 as finished +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.088 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.088 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.089 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.092 | 93301 | Marked run 1243 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.093 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.099 | 78076 | Recursively removing directory: /tmp/git.DobIVr/ +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.105 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.101 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.101 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.106 | 78073 | Recursively removing directory: /tmp/git.8bbN5q/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.108 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.108 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.110 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.112 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.112 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.118 | 93320 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.118 | 78072 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.119 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.119 | 78072 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.119 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aCbTG7 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.120 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.124 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 93322 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 78072 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.124 | 78072 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.128 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.128 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AEVjn3 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.129 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.133 | 93319 | Marked run 1245 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.133 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.137 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.137 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.141 | 93321 | Marked run 1246 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.141 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.147 | 78076 | Recursively removing directory: /tmp/git.aCbTG7/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.151 | 78073 | Recursively removing directory: /tmp/git.AEVjn3/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.149 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.149 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.152 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.152 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.155 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.156 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.160 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.161 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.161 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.161 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.161 | 93340 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.161 | 78072 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.161 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 78072 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.162 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M97U0K +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 93339 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 78072 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.162 | 78072 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.162 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cjzLLb +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.163 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.167 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.172 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.174 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.176 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.180 | 93337 | Marked run 1247 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.181 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.184 | 93338 | Marked run 1248 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.185 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.188 | 78073 | Recursively removing directory: /tmp/git.M97U0K/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.190 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.190 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.194 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.196 | 78076 | Recursively removing directory: /tmp/git.cjzLLb/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.198 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.198 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.198 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.200 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.204 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.208 | 93356 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.209 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XpJOQO +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.209 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78072 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78072 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 93358 | Added a new worker 15 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78072 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.209 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.210 | 78072 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.210 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SbmYtB +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.212 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.215 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.215 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.216 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.216 | 93355 | Marked run 1249 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.216 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.217 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.228 | 93357 | Marked run 1250 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.231 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.238 | 78076 | Recursively removing directory: /tmp/git.SbmYtB/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.239 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.239 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.241 | 78073 | Recursively removing directory: /tmp/git.XpJOQO/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.242 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.242 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.244 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.246 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.249 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.249 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.249 | 93375 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.249 | 78072 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.249 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.249 | 78072 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.250 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XOOzhi +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.250 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.252 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.252 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.255 | 93376 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.255 | 78072 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.255 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.255 | 78072 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.256 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gO45ut +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.255 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.257 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.257 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.264 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.266 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.270 | 93373 | Marked run 1252 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.271 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.275 | 93374 | Marked run 1251 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.275 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.281 | 78076 | Recursively removing directory: /tmp/git.XOOzhi/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.282 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.282 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.285 | 78073 | Recursively removing directory: /tmp/git.gO45ut/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.286 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.286 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.288 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.290 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.290 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.291 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.292 | 93392 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.292 | 78072 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.292 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.292 | 78072 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.293 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.297W7G +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.293 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.297 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.297 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.297 | 93394 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.297 | 78072 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.297 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.297 | 78072 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.298 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UiPDJ9 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.299 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.300 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.301 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.309 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.311 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.314 | 93393 | Marked run 1254 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.315 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.319 | 93391 | Marked run 1253 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.319 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.328 | 78073 | Recursively removing directory: /tmp/git.UiPDJ9/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.325 | 78076 | Recursively removing directory: /tmp/git.297W7G/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.326 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.326 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.330 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.330 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.331 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.334 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.336 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.336 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.338 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 93411 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 93412 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.338 | 78072 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.338 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4gLfc5 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.339 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CIeu2V +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.340 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.344 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.345 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.355 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.356 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.362 | 93410 | Marked run 1256 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.362 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.364 | 78073 | Recursively removing directory: /tmp/git.4gLfc5/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.365 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.365 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.369 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.371 | 93409 | Marked run 1255 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.371 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.374 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.374 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.376 | 78076 | Recursively removing directory: /tmp/git.CIeu2V/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.377 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.377 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.380 | 93428 | Added a new worker 8 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.380 | 78072 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.380 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.380 | 78072 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.380 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H9LNQG +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.381 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.382 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.385 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.385 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.387 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.387 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.388 | 93431 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.389 | 78072 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.389 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.389 | 78072 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.389 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.390 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lg2ZvK +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.391 | 93427 | Marked run 1258 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.391 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.401 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.402 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.401 | 78073 | Recursively removing directory: /tmp/git.H9LNQG/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.402 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.402 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.406 | 93429 | Marked run 1257 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.406 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.407 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.411 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.411 | 93446 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.411 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.411 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.416 | 78072 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.416 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.416 | 78072 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.417 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7WxN6L +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.421 | 78076 | Recursively removing directory: /tmp/git.Lg2ZvK/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.423 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.423 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.425 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.426 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.427 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.429 | 93439 | Marked run 1259 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.430 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.431 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.432 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.432 | 93450 | Added a new worker 8 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.432 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.432 | 78072 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.432 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.432 | 78072 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.432 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zgFW5l +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.437 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.437 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.451 | 93448 | Marked run 1260 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.452 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.456 | 78073 | Recursively removing directory: /tmp/git.7WxN6L/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.457 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.457 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.458 | 78076 | Recursively removing directory: /tmp/git.zgFW5l/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.460 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.460 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.462 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.464 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.466 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.465 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.469 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.470 | 93465 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.470 | 78072 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.470 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.470 | 78072 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.470 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jHBwPc +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.470 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.471 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.471 | 93466 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.471 | 78072 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.471 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.471 | 78072 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.472 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6U3DAN +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.473 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.477 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.478 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.481 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.481 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.490 | 93464 | Marked run 1262 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.491 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.494 | 78076 | Recursively removing directory: /tmp/git.6U3DAN/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.495 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.495 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.497 | 93463 | Marked run 1261 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.498 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.501 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.505 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.506 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.504 | 78073 | Recursively removing directory: /tmp/git.jHBwPc/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.505 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.505 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.511 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.511 | 93482 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.512 | 78072 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.512 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.512 | 78072 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.512 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.af33f3 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.513 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.514 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.514 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.522 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.523 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.524 | 93484 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.524 | 78072 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.524 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.524 | 78072 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.525 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.524 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rMA0yh +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.531 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.533 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.534 | 93483 | Marked run 1263 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.535 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.538 | 93481 | Marked run 1264 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.539 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.552 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.546 | 78076 | Recursively removing directory: /tmp/git.af33f3/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.547 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.547 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.552 | 78073 | Recursively removing directory: /tmp/git.rMA0yh/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.554 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.554 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.556 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.558 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.556 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.562 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.568 | 93499 | Marked run 1265 as finished +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.568 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.568 | 93500 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.569 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.569 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hnaYfz +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.569 | 78072 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.569 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.569 | 78072 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 93502 | Added a new worker 15 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 78072 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 78072 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.570 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.571 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.exZJ1b +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.577 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.577 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.578 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.579 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.580 | 93501 | Marked run 1266 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.580 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.592 | 78076 | Recursively removing directory: /tmp/git.hnaYfz/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.594 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.594 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.597 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.593 | 78073 | Recursively removing directory: /tmp/git.exZJ1b/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.595 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.595 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.599 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.603 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.602 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.604 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 93519 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.605 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 93520 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.605 | 78072 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.605 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FHEgA5 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.606 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WpM93U +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.611 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.612 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.617 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.618 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.624 | 93517 | Marked run 1267 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.624 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.628 | 93518 | Marked run 1268 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.628 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.633 | 78076 | Recursively removing directory: /tmp/git.WpM93U/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.634 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.634 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.638 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.634 | 78073 | Recursively removing directory: /tmp/git.FHEgA5/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.636 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.636 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.640 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.644 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.643 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.644 | 93537 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.645 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.645 | 78072 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.645 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.645 | 78072 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.645 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.94diBr +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.648 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.648 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.651 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.655 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.657 | 93538 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.657 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.657 | 78072 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.657 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.657 | 78072 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.658 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KsqNu0 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.667 | 93536 | Marked run 1270 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.668 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.673 | 93535 | Marked run 1269 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.674 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.673 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.675 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.676 | 78076 | Recursively removing directory: /tmp/git.94diBr/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.677 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.677 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.682 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.685 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.686 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.686 | 93554 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.686 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.690 | 78072 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.690 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.690 | 78072 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.691 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nhYUAE +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.694 | 78073 | Recursively removing directory: /tmp/git.KsqNu0/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.695 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.695 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.699 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.700 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.701 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.703 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.704 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.705 | 93557 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 78072 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 78072 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 93551 | Marked run 1271 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.706 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.707 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WMpRRs +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.711 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.713 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.716 | 93555 | Marked run 1272 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.717 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.721 | 78076 | Recursively removing directory: /tmp/git.nhYUAE/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.723 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.723 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.727 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.731 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.736 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.731 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.730 | 78073 | Recursively removing directory: /tmp/git.WMpRRs/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.731 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.731 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.737 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jqz5eT +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.736 | 93572 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.736 | 78072 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.736 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.736 | 78072 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.737 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.740 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.741 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.742 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.742 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.745 | 93574 | Added a new worker 13 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.745 | 78072 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.745 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.745 | 78072 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.745 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.746 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r7OAJM +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.752 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.753 | 93571 | Marked run 1273 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.754 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.754 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.758 | 93573 | Marked run 1274 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.759 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.762 | 78076 | Recursively removing directory: /tmp/git.jqz5eT/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.763 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.763 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.768 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.776 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.780 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.783 | 93590 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.783 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.783 | 78073 | Recursively removing directory: /tmp/git.r7OAJM/ +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.783 | 78072 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.783 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.783 | 78072 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.785 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BS5yQl +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.786 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.786 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.790 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.791 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.793 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.794 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 93585 | Marked run 1275 as finished +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.795 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 93593 | Added a new worker 6 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 78072 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.795 | 78072 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.796 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pzKwcx +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.797 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.804 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.806 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.806 | 93591 | Marked run 1276 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.807 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.815 | 78076 | Recursively removing directory: /tmp/git.BS5yQl/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.816 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.816 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.820 | 78073 | Recursively removing directory: /tmp/git.pzKwcx/ +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.820 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.821 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.821 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.825 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.826 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.826 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.829 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.829 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.829 | 93608 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.829 | 78072 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.829 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.830 | 78072 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.830 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xz58sb +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.831 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.832 | 93610 | Added a new worker 8 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.832 | 78072 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.832 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.832 | 78072 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.832 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UmODgg +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.835 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.842 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.842 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.844 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.845 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.847 | 93607 | Marked run 1277 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.847 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.852 | 93609 | Marked run 1278 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.853 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.859 | 78076 | Recursively removing directory: /tmp/git.xz58sb/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.860 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.860 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.862 | 78073 | Recursively removing directory: /tmp/git.UmODgg/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.863 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.863 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.864 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.868 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.868 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.868 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.868 | 93627 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.869 | 78072 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.869 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.869 | 78072 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.869 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LfqJcB +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.870 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.873 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.873 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.873 | 93628 | Added a new worker 12 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.873 | 78072 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.873 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.873 | 78072 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.874 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1i3JnY +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.874 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.875 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.876 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.879 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.880 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.892 | 93626 | Marked run 1280 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.893 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.900 | 93625 | Marked run 1279 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.900 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.904 | 78073 | Recursively removing directory: /tmp/git.1i3JnY/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.906 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.906 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.907 | 78076 | Recursively removing directory: /tmp/git.LfqJcB/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.908 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.908 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.910 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.912 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.914 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.915 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.917 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 93645 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 93646 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.917 | 78072 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.917 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2wj5HB +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.918 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZoG3TA +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.925 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.925 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.926 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.926 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.934 | 93643 | Marked run 1282 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.935 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.939 | 93644 | Marked run 1281 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.940 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.946 | 78076 | Recursively removing directory: /tmp/git.ZoG3TA/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.947 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.947 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.950 | 78073 | Recursively removing directory: /tmp/git.2wj5HB/ +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.951 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.951 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.951 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.955 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.956 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.956 | 78076 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.960 | 78073 | Waiting for a new command +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 93663 | Added a new worker 14 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 93664 | Added a new worker 10 to the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.960 | 78072 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.960 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R7Erie +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.961 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ly11ad +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.962 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.969 | 78076 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.970 | 78076 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.970 | 78073 | Checking out revision HEAD +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.971 | 78073 | Going to run: ./ci +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.976 | 93661 | Marked run 1284 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.976 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.981 | 93662 | Marked run 1283 as finished +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.982 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.985 | 78076 | Recursively removing directory: /tmp/git.ly11ad/ +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.987 | 78076 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78076/cimple-worker: 2023-08-28 07:34:33.987 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.990 | 78073 | Recursively removing directory: /tmp/git.R7Erie/ +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.993 | 78073 | Process exit code: 0 +2023-08-28 07:34:33 | INFO | 78073/cimple-worker: 2023-08-28 07:34:33.993 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.994 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.997 | 78070 | Waiting for new connections +2023-08-28 07:34:33 | INFO | 78070/cimple-server: 2023-08-28 07:34:33.998 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.000 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.001 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 93681 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 93682 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.001 | 78072 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.001 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C3v5sG +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.002 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aQ9PCk +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.005 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.007 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.007 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.017 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.018 | 93679 | Marked run 1285 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.018 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.019 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.026 | 93680 | Marked run 1286 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.026 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.031 | 78073 | Recursively removing directory: /tmp/git.C3v5sG/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.033 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.033 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.036 | 78076 | Recursively removing directory: /tmp/git.aQ9PCk/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.038 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.038 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.040 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.042 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.044 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.044 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.044 | 93699 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.045 | 78072 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.045 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.045 | 78072 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.045 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rtnol0 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.045 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.047 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.047 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.048 | 93700 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.048 | 78072 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.048 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.048 | 78072 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.048 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.keZ6Ie +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.049 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.050 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.050 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.057 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.062 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.067 | 93698 | Marked run 1287 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.070 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.076 | 93697 | Marked run 1288 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.077 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.079 | 78073 | Recursively removing directory: /tmp/git.Rtnol0/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.080 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.080 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.081 | 78076 | Recursively removing directory: /tmp/git.keZ6Ie/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.082 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.082 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.085 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.086 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 93718 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 78072 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.090 | 78072 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.090 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.090 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b9y2w5 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.091 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.095 | 93717 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.095 | 78072 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.095 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.095 | 78072 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.095 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.095 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.096 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.096 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.100 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wxrVyK +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.107 | 93716 | Marked run 1290 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.107 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.108 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.116 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.118 | 78076 | Recursively removing directory: /tmp/git.b9y2w5/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.119 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.119 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.123 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.124 | 93715 | Marked run 1289 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.124 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.128 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.128 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.129 | 93732 | Added a new worker 8 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.129 | 78072 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.129 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.129 | 78072 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.130 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.130 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VwBqB9 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.138 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.139 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.141 | 78073 | Recursively removing directory: /tmp/git.wxrVyK/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.143 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.143 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.151 | 93729 | Marked run 1291 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.151 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.154 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.158 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.158 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.156 | 78076 | Recursively removing directory: /tmp/git.VwBqB9/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.157 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.157 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.162 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.166 | 93743 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.167 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.167 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HWxJal +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.167 | 78072 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.167 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.167 | 78072 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.171 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.171 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.171 | 93745 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.172 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.172 | 78072 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.172 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.172 | 78072 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.172 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uit1gw +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.173 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.174 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.179 | 93742 | Marked run 1292 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.179 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.180 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.181 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.187 | 93744 | Marked run 1293 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.187 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.199 | 78073 | Recursively removing directory: /tmp/git.HWxJal/ +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.205 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.201 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.201 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.211 | 78076 | Recursively removing directory: /tmp/git.Uit1gw/ +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.213 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.213 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.213 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.216 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.218 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.222 | 93761 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.222 | 78072 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.222 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.222 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.222 | 78072 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.223 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oYG4Wg +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.223 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 93763 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 78072 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 78072 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.224 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0vnAfE +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.224 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.278 | 93760 | Marked run 1294 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.278 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.280 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.281 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.282 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.283 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.287 | 93762 | Marked run 1295 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.288 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.293 | 78076 | Recursively removing directory: /tmp/git.0vnAfE/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.294 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.294 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.298 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.301 | 78073 | Recursively removing directory: /tmp/git.oYG4Wg/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.302 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.302 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.303 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.303 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.303 | 93779 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.303 | 78072 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.303 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.303 | 78072 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.304 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.88NxqG +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.305 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.307 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.309 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.310 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.311 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.312 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.312 | 93782 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.312 | 78072 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.312 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.312 | 78072 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.313 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mvwyhL +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.313 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.321 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.322 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.328 | 93778 | Marked run 1297 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.329 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.332 | 93780 | Marked run 1296 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.332 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.344 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.338 | 78076 | Recursively removing directory: /tmp/git.88NxqG/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.340 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.340 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.340 | 78073 | Recursively removing directory: /tmp/git.mvwyhL/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.341 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.341 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.345 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.348 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.349 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.350 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.351 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 93798 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 78072 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 78072 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.351 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kUL4u1 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.351 | 93799 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.352 | 78072 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.352 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.352 | 78072 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.352 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qKb8b3 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.353 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.357 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.358 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.360 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.360 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.368 | 93796 | Marked run 1298 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.369 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.374 | 93797 | Marked run 1299 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.374 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.379 | 78073 | Recursively removing directory: /tmp/git.qKb8b3/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.380 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.381 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.385 | 78076 | Recursively removing directory: /tmp/git.kUL4u1/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.386 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.386 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.386 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.391 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.396 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.396 | 93815 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.396 | 78072 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.396 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.396 | 78072 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.396 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K7hZjO +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.397 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.400 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.404 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.404 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.405 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.405 | 93817 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.406 | 78072 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.406 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.406 | 78072 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.406 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vOsmc2 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.407 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.408 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.411 | 93814 | Marked run 1301 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.412 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.417 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.418 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.423 | 93816 | Marked run 1300 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.424 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.427 | 78073 | Recursively removing directory: /tmp/git.K7hZjO/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.428 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.428 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.434 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.436 | 78076 | Recursively removing directory: /tmp/git.vOsmc2/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.438 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.438 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.439 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.444 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.444 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.447 | 93833 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.448 | 78072 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.448 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.448 | 78072 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.448 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TAYwBX +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.448 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.449 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.449 | 93835 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.449 | 78072 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.449 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.449 | 78072 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.449 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.449 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CTUeBy +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.450 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.453 | 93832 | Marked run 1302 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.454 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.457 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.457 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.461 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.462 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.464 | 93834 | Marked run 1303 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.464 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.471 | 78073 | Recursively removing directory: /tmp/git.TAYwBX/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.472 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.472 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.476 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.480 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.480 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.481 | 93851 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.481 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.484 | 78072 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.484 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.484 | 78072 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.485 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VDXprN +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.490 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.490 | 78076 | Recursively removing directory: /tmp/git.CTUeBy/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.493 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.494 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.494 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.498 | 93850 | Marked run 1304 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.498 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.503 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.502 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.508 | 93860 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.508 | 78072 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.508 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.508 | 78072 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.508 | 78073 | Recursively removing directory: /tmp/git.VDXprN/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.510 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.510 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.509 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TtXcTB +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.513 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.514 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.514 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.515 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.519 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 93864 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 78072 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.519 | 78072 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.519 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6G9H6Y +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.525 | 93855 | Marked run 1305 as finished +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.526 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.527 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.527 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.534 | 93862 | Marked run 1306 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.534 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.543 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.537 | 78076 | Recursively removing directory: /tmp/git.TtXcTB/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.538 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.538 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.545 | 78073 | Recursively removing directory: /tmp/git.6G9H6Y/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.546 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.546 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.548 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.550 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.550 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.554 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.554 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.556 | 93878 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 93880 | Added a new worker 16 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78072 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.557 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LjXhCZ +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.557 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.558 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.558 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XAYL7m +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.562 | 93877 | Marked run 1307 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.562 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.564 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.565 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.569 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.570 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.573 | 93879 | Marked run 1308 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.573 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.585 | 78073 | Recursively removing directory: /tmp/git.XAYL7m/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.581 | 78076 | Recursively removing directory: /tmp/git.LjXhCZ/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.582 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.582 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.586 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.586 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.587 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.591 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.592 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.593 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.596 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.597 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.597 | 93896 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.597 | 78072 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.597 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.597 | 78072 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.598 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w9WWoM +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.599 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.603 | 93898 | Added a new worker 8 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.603 | 78072 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.603 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.603 | 78072 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.603 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.603 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eB2qpF +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.605 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.608 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.609 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.606 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.619 | 93897 | Marked run 1310 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.620 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.624 | 78073 | Recursively removing directory: /tmp/git.eB2qpF/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.625 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.625 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.628 | 93895 | Marked run 1309 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.629 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.630 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.630 | 78076 | Recursively removing directory: /tmp/git.w9WWoM/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.631 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.631 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.634 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.634 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.636 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.639 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.639 | 93914 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.640 | 78072 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.640 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.640 | 78072 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.639 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.640 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HO2T8E +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.641 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.644 | 93916 | Added a new worker 8 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.644 | 78072 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.644 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.644 | 78072 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.644 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NvxUdv +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.645 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.646 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.649 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.649 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.650 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.656 | 93913 | Marked run 1312 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.656 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.665 | 93915 | Marked run 1311 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.666 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.670 | 78073 | Recursively removing directory: /tmp/git.HO2T8E/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.671 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.671 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.673 | 78076 | Recursively removing directory: /tmp/git.NvxUdv/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.674 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.674 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.675 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.679 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.679 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.679 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.679 | 93933 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.679 | 78072 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.679 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.680 | 78072 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.680 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sFFaIN +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.681 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.684 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.685 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.686 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.686 | 93934 | Added a new worker 12 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.686 | 78072 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.686 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.686 | 78072 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.686 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.684 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.687 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZSzaZq +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.703 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.704 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.700 | 78073 | Recursively removing directory: /tmp/git.sFFaIN/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.701 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.701 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.705 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.709 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.710 | 93944 | Added a new worker 15 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.710 | 78072 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.710 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.710 | 78072 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.710 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.710 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VNwtKK +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.710 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.711 | 93932 | Marked run 1314 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.712 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.717 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.717 | 93931 | Marked run 1313 as finished +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.718 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.718 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.725 | 93943 | Marked run 1315 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.725 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.730 | 78076 | Recursively removing directory: /tmp/git.ZSzaZq/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.731 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.731 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.735 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.738 | 78073 | Recursively removing directory: /tmp/git.VNwtKK/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.740 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.740 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.740 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.743 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.739 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.747 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.748 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.749 | 93961 | Added a new worker 15 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.749 | 78072 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.749 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.749 | 78072 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.749 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.750 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nhCa8h +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.750 | 93959 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.751 | 78072 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.751 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.751 | 78072 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.751 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.751 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.caELYF +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.756 | 93958 | Marked run 1316 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.756 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.764 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.764 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.764 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.766 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.774 | 93960 | Marked run 1317 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.777 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.785 | 78076 | Recursively removing directory: /tmp/git.caELYF/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.786 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.786 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.789 | 78073 | Recursively removing directory: /tmp/git.nhCa8h/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.791 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.791 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.792 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.795 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.795 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.796 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.800 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.800 | 93978 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.800 | 78072 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.800 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.800 | 78072 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.801 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.801 | 93979 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.801 | 78072 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.801 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.801 | 78072 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.802 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.802 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.huda4s +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.800 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.801 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iRw88J +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.812 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.812 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.815 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.815 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.818 | 93976 | Marked run 1319 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.818 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.826 | 93977 | Marked run 1318 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.826 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.834 | 78076 | Recursively removing directory: /tmp/git.huda4s/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.836 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.836 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.840 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.838 | 78073 | Recursively removing directory: /tmp/git.iRw88J/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.839 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.839 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.843 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.845 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.845 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.848 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 93996 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78072 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78072 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 93997 | Added a new worker 15 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.848 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.849 | 78072 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.849 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.849 | 78072 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.849 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EzD9Uc +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.849 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PKVN6m +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.854 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.855 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.861 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.861 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.867 | 93994 | Marked run 1320 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.868 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.872 | 93995 | Marked run 1321 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.872 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.875 | 78073 | Recursively removing directory: /tmp/git.PKVN6m/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.876 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.876 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.880 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.885 | 78076 | Recursively removing directory: /tmp/git.EzD9Uc/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.886 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.886 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.890 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.893 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.893 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.894 | 94014 | Added a new worker 13 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.894 | 78072 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.894 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.894 | 78072 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.894 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.894 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0FhJs1 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.899 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.899 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.899 | 94012 | Marked run 1323 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.899 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.900 | 94015 | Added a new worker 6 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.901 | 78072 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.901 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.901 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.901 | 78072 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.901 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ku4WTx +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.906 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.907 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.910 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.912 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.911 | 94013 | Marked run 1322 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.912 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.924 | 78076 | Recursively removing directory: /tmp/git.ku4WTx/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.921 | 78073 | Recursively removing directory: /tmp/git.0FhJs1/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.922 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.922 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.926 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.926 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.927 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.930 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.931 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.931 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.934 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.934 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.936 | 94032 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.936 | 78072 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.936 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.937 | 78072 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.937 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.937 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eEYDzB +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.942 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.942 | 94033 | Added a new worker 11 to the queue +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.943 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mnzeVZ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.943 | 78073 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.942 | 78072 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.942 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.942 | 78072 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.947 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.948 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.948 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.954 | 94031 | Marked run 1325 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.954 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.959 | 94030 | Marked run 1324 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.960 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.963 | 78073 | Recursively removing directory: /tmp/git.eEYDzB/ +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.964 | 78073 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.964 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.965 | 78076 | Recursively removing directory: /tmp/git.mnzeVZ/ +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.966 | 78076 | Process exit code: 0 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.966 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.969 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.971 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.973 | 78073 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.973 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.976 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.976 | 78076 | Waiting for a new command +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.976 | 94050 | Added a new worker 14 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.976 | 78072 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.976 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.976 | 78072 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.976 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eEbhOf +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.977 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.977 | 94051 | Added a new worker 10 to the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.977 | 78072 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.977 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.977 | 78072 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.978 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NpmR1C +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.979 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.991 | 78076 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78076/cimple-worker: 2023-08-28 07:34:34.992 | 78076 | Going to run: ./ci +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.995 | 78073 | Checking out revision HEAD +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.997 | 94048 | Marked run 1326 as finished +2023-08-28 07:34:34 | INFO | 78070/cimple-server: 2023-08-28 07:34:34.998 | 78070 | Waiting for new connections +2023-08-28 07:34:34 | INFO | 78073/cimple-worker: 2023-08-28 07:34:34.998 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.003 | 94049 | Marked run 1327 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.003 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.008 | 78076 | Recursively removing directory: /tmp/git.NpmR1C/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.009 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.009 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.013 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.015 | 78073 | Recursively removing directory: /tmp/git.eEbhOf/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.016 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.016 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.018 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.018 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.021 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.025 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.026 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.025 | 94067 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 94069 | Added a new worker 16 to the queue +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.027 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CMWfaC +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.027 | 78072 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.034 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.035 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.030 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N8gytc +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.036 | 94066 | Marked run 1329 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.036 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.044 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.044 | 94068 | Marked run 1328 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.045 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.045 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.050 | 78076 | Recursively removing directory: /tmp/git.CMWfaC/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.052 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.052 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.056 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.058 | 78073 | Recursively removing directory: /tmp/git.N8gytc/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.059 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.059 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.061 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.064 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.064 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.068 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.070 | 94087 | Added a new worker 15 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.070 | 78072 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.070 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.070 | 78072 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.070 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.071 | 94085 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.071 | 78072 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.071 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.071 | 78072 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.068 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.072 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xF7QuY +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.071 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YGFN9B +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.076 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.081 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.081 | 94084 | Marked run 1330 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.081 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.082 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.082 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.083 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.088 | 94086 | Marked run 1331 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.088 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.094 | 78073 | Recursively removing directory: /tmp/git.xF7QuY/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.095 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.095 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.101 | 78076 | Recursively removing directory: /tmp/git.YGFN9B/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.103 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.103 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.107 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.108 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.108 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.109 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.111 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.111 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.112 | 94104 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.112 | 78072 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.112 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.112 | 78072 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.112 | 94105 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.113 | 78072 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.113 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.113 | 78072 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.113 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.113 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ckTKL +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.112 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5wecT0 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.114 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.125 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.126 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.126 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.128 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.131 | 94102 | Marked run 1332 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.132 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.136 | 94103 | Marked run 1333 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.136 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.143 | 78076 | Recursively removing directory: /tmp/git.0ckTKL/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.144 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.144 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.145 | 78073 | Recursively removing directory: /tmp/git.5wecT0/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.147 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.147 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.149 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.152 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.155 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.155 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.156 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 94122 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 78072 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 78072 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.156 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0O3pRs +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.156 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.157 | 94123 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.157 | 78072 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.157 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.157 | 78072 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.157 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.56bGvg +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.158 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.162 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.163 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.166 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.173 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.185 | 78073 | Recursively removing directory: /tmp/git.56bGvg/ +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.185 | 94120 | Marked run 1335 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.186 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.187 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.187 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.191 | 94121 | Marked run 1334 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.191 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.194 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.199 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.199 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.193 | 78076 | Recursively removing directory: /tmp/git.0O3pRs/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.194 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.194 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.200 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.203 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.203 | 94139 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.204 | 78072 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.204 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.204 | 78072 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.205 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.03Idf6 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.206 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.203 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.208 | 94141 | Added a new worker 8 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.209 | 78072 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.209 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.209 | 78072 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.209 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rMUGH9 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.211 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.213 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.218 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.224 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.226 | 94140 | Marked run 1336 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.226 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.228 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.231 | 94138 | Marked run 1337 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.232 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.232 | 78073 | Recursively removing directory: /tmp/git.03Idf6/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.234 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.234 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.238 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.244 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.244 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.248 | 94154 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.248 | 78072 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.248 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.249 | 78072 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.249 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iHpGR7 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.249 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.253 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.254 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.259 | 78076 | Recursively removing directory: /tmp/git.rMUGH9/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.262 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.262 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.265 | 94151 | Marked run 1338 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.265 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.266 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.271 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.271 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.271 | 94167 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.271 | 78072 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.271 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.271 | 78072 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.271 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HrFk30 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.272 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.277 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.277 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.283 | 78073 | Recursively removing directory: /tmp/git.iHpGR7/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.284 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.284 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.286 | 94162 | Marked run 1339 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.287 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.289 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.294 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.294 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.296 | 94176 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.296 | 78072 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.297 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.297 | 78072 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.297 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OKoABh +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.298 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.298 | 78076 | Recursively removing directory: /tmp/git.HrFk30/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.300 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.300 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.304 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.305 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.308 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.308 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.309 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.310 | 94178 | Added a new worker 13 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.311 | 78072 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.311 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.311 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.311 | 78072 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.312 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rT8KVz +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.319 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.319 | 94173 | Marked run 1340 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.320 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.322 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.332 | 94177 | Marked run 1341 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.332 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.334 | 78073 | Recursively removing directory: /tmp/git.OKoABh/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.335 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.335 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.338 | 78076 | Recursively removing directory: /tmp/git.rT8KVz/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.340 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.340 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.339 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.344 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.344 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.345 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 94194 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.349 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 78072 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.349 | 78072 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.349 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w6ROqW +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.352 | 94196 | Added a new worker 8 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.352 | 78072 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.352 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.353 | 78072 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.353 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8offu6 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.354 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.355 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.356 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.361 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.362 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.364 | 94193 | Marked run 1342 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.364 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.370 | 94195 | Marked run 1343 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.370 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.375 | 78073 | Recursively removing directory: /tmp/git.w6ROqW/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.380 | 78076 | Recursively removing directory: /tmp/git.8offu6/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.377 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.377 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.381 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.381 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.382 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.385 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.386 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.386 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.386 | 94213 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.386 | 78072 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.386 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.386 | 78072 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.387 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.54bep0 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.388 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.389 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.389 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.392 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.392 | 94214 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.392 | 78072 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.392 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.392 | 78072 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.392 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WrHzr3 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.393 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.394 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.399 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.400 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.407 | 94212 | Marked run 1345 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.408 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.411 | 94211 | Marked run 1344 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.412 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.419 | 78076 | Recursively removing directory: /tmp/git.WrHzr3/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.417 | 78073 | Recursively removing directory: /tmp/git.54bep0/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.418 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.418 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.420 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.420 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.423 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.425 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.428 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.428 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.429 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 94231 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 94232 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.429 | 78072 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.429 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UY9a0I +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.430 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KO19dF +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.434 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.438 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.445 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.446 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.451 | 94229 | Marked run 1346 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.451 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.456 | 94230 | Marked run 1347 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.456 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.460 | 78073 | Recursively removing directory: /tmp/git.KO19dF/ +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.466 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.462 | 78076 | Recursively removing directory: /tmp/git.UY9a0I/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.463 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.463 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.462 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.462 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.468 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.470 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.470 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.472 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.472 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 94249 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 78072 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 78072 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.473 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zv36pK +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.473 | 94250 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.474 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.474 | 78072 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.474 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.474 | 78072 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.474 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8IEYf4 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.481 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.481 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.482 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.486 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.492 | 94248 | Marked run 1349 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.492 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.497 | 94247 | Marked run 1348 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.497 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.503 | 78073 | Recursively removing directory: /tmp/git.zv36pK/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.504 | 78076 | Recursively removing directory: /tmp/git.8IEYf4/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.506 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.506 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.508 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.504 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.504 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.511 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.513 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.513 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.515 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.515 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.516 | 94267 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.516 | 78072 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.516 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.516 | 78072 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.516 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.htJfjX +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 94268 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 78072 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 78072 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.517 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.518 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S7xhRw +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.525 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.525 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.526 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.526 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.537 | 94265 | Marked run 1350 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.538 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.541 | 94266 | Marked run 1351 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.542 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.547 | 78073 | Recursively removing directory: /tmp/git.htJfjX/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.549 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.549 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.553 | 78076 | Recursively removing directory: /tmp/git.S7xhRw/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.554 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.554 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.555 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.559 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.559 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.559 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.559 | 94285 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.559 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.561 | 78072 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.561 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.561 | 78072 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.561 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zCdmih +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.566 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.567 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.568 | 94286 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.568 | 78072 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.568 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.568 | 78072 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.569 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.570 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.570 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.576 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b3p4vW +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.584 | 78073 | Recursively removing directory: /tmp/git.zCdmih/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.587 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.587 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.586 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.587 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.592 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.593 | 94283 | Marked run 1352 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.593 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.596 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 94298 | Added a new worker 13 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 78072 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 78072 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 94284 | Marked run 1353 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.597 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.596 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.598 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FkDNF8 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.602 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.603 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.610 | 94295 | Marked run 1354 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.610 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.618 | 78073 | Recursively removing directory: /tmp/git.FkDNF8/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.615 | 78076 | Recursively removing directory: /tmp/git.b3p4vW/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.616 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.616 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.620 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.620 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.621 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.624 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.625 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.625 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.626 | 94312 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.626 | 78072 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.626 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.626 | 78072 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.626 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F9iOPu +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.628 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.629 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 94313 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 78072 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.629 | 78072 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.630 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LzRV3O +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.637 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.638 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.639 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.640 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.651 | 94311 | Marked run 1356 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.652 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.660 | 78076 | Recursively removing directory: /tmp/git.F9iOPu/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.662 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.662 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.662 | 78073 | Recursively removing directory: /tmp/git.LzRV3O/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.664 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.664 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.667 | 94310 | Marked run 1355 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.667 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.668 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.669 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.673 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.673 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.673 | 94330 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.673 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.673 | 78072 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.674 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.674 | 78072 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.674 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Pdvyn2 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.680 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.680 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.682 | 94331 | Added a new worker 13 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.682 | 78072 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.682 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.682 | 78072 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.682 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5NIdQ7 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.683 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.685 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.689 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.691 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.692 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.693 | 94329 | Marked run 1358 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.694 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.698 | 94328 | Marked run 1357 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.698 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.709 | 78076 | Recursively removing directory: /tmp/git.5NIdQ7/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.710 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.710 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.719 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.713 | 78073 | Recursively removing directory: /tmp/git.Pdvyn2/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.714 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.714 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.715 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.718 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.719 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.723 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.723 | 94348 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.723 | 78072 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.723 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.723 | 78072 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.723 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rkdvHO +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.724 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.723 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.729 | 94349 | Added a new worker 11 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.729 | 78072 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.729 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.729 | 78072 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.730 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.730 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fZ5ug6 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.734 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.736 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.737 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.739 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.742 | 94346 | Marked run 1360 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.743 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.747 | 94347 | Marked run 1359 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.747 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.754 | 78076 | Recursively removing directory: /tmp/git.rkdvHO/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.755 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.755 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.760 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.764 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.765 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.765 | 94365 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.765 | 78072 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.765 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.765 | 78072 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.766 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rJPXLZ +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.767 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.761 | 78073 | Recursively removing directory: /tmp/git.fZ5ug6/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.762 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.762 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.773 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.774 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.775 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.777 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.781 | 94368 | Added a new worker 13 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.781 | 78072 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.781 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.782 | 78072 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.782 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nPb7Lz +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.783 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.788 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.789 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.793 | 94364 | Marked run 1361 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.794 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.798 | 78076 | Recursively removing directory: /tmp/git.rJPXLZ/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.799 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.799 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.802 | 94366 | Marked run 1362 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.802 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.804 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.808 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.809 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.815 | 94383 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.815 | 78072 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.815 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.815 | 78072 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.816 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.816 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oC3TYU +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.810 | 78073 | Recursively removing directory: /tmp/git.nPb7Lz/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.811 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.811 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.817 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.820 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.821 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VYTjCf +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.820 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.821 | 94385 | Added a new worker 13 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.821 | 78072 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.821 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.821 | 78072 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.822 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.824 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.825 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.829 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.830 | 94382 | Marked run 1363 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.830 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.831 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.843 | 78076 | Recursively removing directory: /tmp/git.oC3TYU/ +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.844 | 94384 | Marked run 1364 as finished +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.844 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.844 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.844 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.849 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.851 | 78073 | Recursively removing directory: /tmp/git.VYTjCf/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.853 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.853 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.853 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.856 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.860 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.864 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.864 | 94401 | Added a new worker 15 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.864 | 78072 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.865 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.865 | 78072 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.865 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.865 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ncFL00 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.868 | 94403 | Added a new worker 8 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.868 | 78072 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.868 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.868 | 78072 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.871 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.872 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.868 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.872 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.873 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JPcSfb +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.877 | 94400 | Marked run 1365 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.877 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.882 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.884 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.887 | 94402 | Marked run 1366 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.888 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.893 | 78076 | Recursively removing directory: /tmp/git.ncFL00/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.894 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.894 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.898 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.900 | 78073 | Recursively removing directory: /tmp/git.JPcSfb/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.902 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.902 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.906 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.906 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.910 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.911 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.912 | 94419 | Added a new worker 14 to the queue +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.910 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.912 | 78072 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.912 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.912 | 78072 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.912 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.913 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tDvXmL +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.914 | 94421 | Added a new worker 8 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.914 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.915 | 78072 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.915 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.915 | 78072 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.915 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7j8LjO +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.918 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.924 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.919 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.925 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.929 | 94420 | Marked run 1368 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.930 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.934 | 94418 | Marked run 1367 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.935 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.940 | 78073 | Recursively removing directory: /tmp/git.7j8LjO/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.941 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.941 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.945 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.950 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 94437 | Added a new worker 10 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 78072 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.950 | 78072 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.946 | 78076 | Recursively removing directory: /tmp/git.tDvXmL/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.947 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.947 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.951 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwCO4I +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.952 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.956 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.956 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.957 | 94439 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.957 | 78072 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.957 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.957 | 78072 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.957 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iMYpFl +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.959 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.961 | 78073 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.962 | 78073 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.963 | 78076 | Checking out revision HEAD +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.965 | 78076 | Going to run: ./ci +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.976 | 94436 | Marked run 1370 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.977 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.981 | 94438 | Marked run 1369 as finished +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.982 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.984 | 78073 | Recursively removing directory: /tmp/git.rwCO4I/ +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.986 | 78073 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.986 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.990 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.992 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.995 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.986 | 78076 | Recursively removing directory: /tmp/git.iMYpFl/ +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.988 | 78076 | Process exit code: 0 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.988 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.996 | 78073 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.997 | 94456 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.997 | 78072 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.997 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.997 | 78072 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.997 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78073/cimple-worker: 2023-08-28 07:34:35.998 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LN9e0B +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.998 | 78070 | Waiting for new connections +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.998 | 94457 | Added a new worker 12 to the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.998 | 78072 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.998 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.998 | 78072 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.998 | 78076 | Waiting for a new command +2023-08-28 07:34:35 | INFO | 78076/cimple-worker: 2023-08-28 07:34:35.998 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y9xgnh +2023-08-28 07:34:35 | INFO | 78070/cimple-server: 2023-08-28 07:34:35.999 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.009 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.011 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.015 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.015 | 94455 | Marked run 1372 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.016 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.016 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.021 | 94454 | Marked run 1371 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.022 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.029 | 78076 | Recursively removing directory: /tmp/git.Y9xgnh/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.030 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.030 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.034 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.035 | 78073 | Recursively removing directory: /tmp/git.LN9e0B/ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.039 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.039 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.037 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.037 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.041 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.042 | 94473 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.042 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.042 | 78072 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.042 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.042 | 78072 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.042 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vALILD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.047 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.046 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.052 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.053 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.053 | 94475 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.054 | 78072 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.054 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.054 | 78072 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.054 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.054 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1nhgOG +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.062 | 94472 | Marked run 1374 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.063 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.065 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.067 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.073 | 94474 | Marked run 1373 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.074 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.075 | 78076 | Recursively removing directory: /tmp/git.vALILD/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.077 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.077 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.081 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.085 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.085 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.088 | 78073 | Recursively removing directory: /tmp/git.1nhgOG/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.090 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.090 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.094 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LdIRvl +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.094 | 94491 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.094 | 78072 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.094 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.094 | 78072 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.095 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.095 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.100 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.105 | 94493 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.105 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.106 | 78072 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.106 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.106 | 78072 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.104 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.106 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.106 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zRbmtR +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.108 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.115 | 94490 | Marked run 1375 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.116 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.115 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.117 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.122 | 94492 | Marked run 1376 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.122 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.132 | 78076 | Recursively removing directory: /tmp/git.LdIRvl/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.133 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.133 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.137 | 78073 | Recursively removing directory: /tmp/git.zRbmtR/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.138 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.138 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.141 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.143 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.145 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.145 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.145 | 94510 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.145 | 78072 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.145 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.145 | 78072 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.146 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.19xSht +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.146 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.148 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.148 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.148 | 94511 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.149 | 78072 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.149 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.149 | 78072 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.149 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nCMUJ3 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.150 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.152 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.154 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.155 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.156 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.169 | 94508 | Marked run 1377 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.170 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.174 | 94509 | Marked run 1378 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.175 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.176 | 78073 | Recursively removing directory: /tmp/git.nCMUJ3/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.178 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.178 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.180 | 78076 | Recursively removing directory: /tmp/git.19xSht/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.182 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.182 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.183 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.186 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.187 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.187 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.191 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 94528 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 94529 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.191 | 78072 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.191 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pTCJg5 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.192 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjNinK +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.192 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.197 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.197 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.203 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.205 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.212 | 78073 | Recursively removing directory: /tmp/git.qjNinK/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.213 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.213 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.218 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.222 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.223 | 94541 | Added a new worker 15 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.223 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.223 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.224 | 78072 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.224 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.224 | 78072 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.225 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lRxRiY +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.227 | 94526 | Marked run 1380 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.228 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.233 | 94527 | Marked run 1379 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.234 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.238 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.238 | 94539 | Marked run 1381 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.239 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.240 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.241 | 78076 | Recursively removing directory: /tmp/git.pTCJg5/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.242 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.242 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.247 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.250 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.253 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.254 | 94554 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.255 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ItM2o2 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.254 | 78072 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.254 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.255 | 78072 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.257 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.260 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.261 | 78073 | Recursively removing directory: /tmp/git.lRxRiY/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.262 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.262 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.266 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.261 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.271 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.272 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.274 | 94559 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.274 | 78072 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.274 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.274 | 78072 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.274 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iNEbk4 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.275 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.276 | 94549 | Marked run 1382 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.276 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.281 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.283 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.286 | 94558 | Marked run 1383 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.287 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.288 | 78076 | Recursively removing directory: /tmp/git.ItM2o2/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.290 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.290 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.294 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.299 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.299 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.300 | 78073 | Recursively removing directory: /tmp/git.iNEbk4/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.301 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.301 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.304 | 94572 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.304 | 78072 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.304 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.305 | 78072 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.305 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nrcZeZ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.306 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.306 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.311 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.312 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.313 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.313 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.315 | 94574 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.315 | 78072 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.315 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.315 | 78072 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.316 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kJ2tg2 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.317 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.318 | 94571 | Marked run 1384 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.318 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.327 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.329 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.332 | 94573 | Marked run 1385 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.333 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.334 | 78076 | Recursively removing directory: /tmp/git.nrcZeZ/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.335 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.335 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.340 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.343 | 78073 | Recursively removing directory: /tmp/git.kJ2tg2/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.345 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.345 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.346 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.349 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.346 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.354 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.354 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.354 | 94590 | Added a new worker 15 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.354 | 78072 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.354 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 78072 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 94592 | Added a new worker 16 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 78072 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 78072 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.355 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.355 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DPxraO +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.355 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QvllJX +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.360 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.361 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.362 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.363 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.363 | 94589 | Marked run 1386 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.363 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.375 | 94591 | Marked run 1387 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.375 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.379 | 78073 | Recursively removing directory: /tmp/git.QvllJX/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.380 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.380 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.385 | 78076 | Recursively removing directory: /tmp/git.DPxraO/ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.386 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.387 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.387 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.390 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.391 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.395 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.395 | 94608 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.395 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.391 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.396 | 78072 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.396 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.396 | 78072 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.397 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.397 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aiMrdD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.398 | 94610 | Added a new worker 15 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.398 | 78072 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.398 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.398 | 78072 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.398 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mwTN2C +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.400 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.405 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.402 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.406 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.407 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.414 | 94607 | Marked run 1389 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.415 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.419 | 94609 | Marked run 1388 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.419 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.425 | 78076 | Recursively removing directory: /tmp/git.mwTN2C/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.426 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.426 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.430 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.428 | 78073 | Recursively removing directory: /tmp/git.aiMrdD/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.430 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.430 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.435 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.437 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.436 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.440 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.440 | 94627 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.440 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 94628 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.441 | 78072 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.441 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.axArGF +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.442 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ybVX4b +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.447 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.451 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.452 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.450 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.460 | 94625 | Marked run 1391 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.461 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.466 | 94626 | Marked run 1390 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.466 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.468 | 78076 | Recursively removing directory: /tmp/git.axArGF/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.470 | 78073 | Recursively removing directory: /tmp/git.ybVX4b/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.472 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.472 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.471 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.471 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.476 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.477 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.480 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.480 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.481 | 94645 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.481 | 78072 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.481 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.481 | 78072 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.481 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.482 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.482 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.482 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zc1K4w +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.484 | 94646 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.484 | 78072 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.484 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.485 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.485 | 78072 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.485 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P5HdiQ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.495 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.495 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.497 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.497 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.502 | 94644 | Marked run 1393 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.502 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.511 | 94643 | Marked run 1392 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.511 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.513 | 78076 | Recursively removing directory: /tmp/git.zc1K4w/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.515 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.515 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.515 | 78073 | Recursively removing directory: /tmp/git.P5HdiQ/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.517 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.517 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.519 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.521 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.525 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.524 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.526 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.526 | 94663 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.526 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 94664 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.527 | 78072 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.528 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Er5Z91 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.528 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.im51sB +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.535 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.535 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.546 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.547 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.553 | 78076 | Recursively removing directory: /tmp/git.Er5Z91/ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.554 | 94661 | Marked run 1394 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.555 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.556 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.556 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.559 | 94662 | Marked run 1395 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.559 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.562 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.566 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.566 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.566 | 78073 | Recursively removing directory: /tmp/git.im51sB/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.568 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.568 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.572 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.572 | 94680 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.573 | 78072 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.573 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.573 | 78072 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.573 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1nKMdZ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.574 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.576 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.576 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.579 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.580 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.580 | 94682 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.580 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.580 | 78072 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.580 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.581 | 78072 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.581 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IA0KOV +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.588 | 94679 | Marked run 1396 as finished +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.588 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.589 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.589 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.597 | 94681 | Marked run 1397 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.597 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.601 | 78076 | Recursively removing directory: /tmp/git.1nKMdZ/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.602 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.602 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.607 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.609 | 78073 | Recursively removing directory: /tmp/git.IA0KOV/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.610 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.610 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.611 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.611 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 94698 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 78072 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.615 | 78072 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.615 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7TAezC +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.620 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.620 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.621 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.622 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.624 | 94700 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.624 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.624 | 78072 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.624 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.624 | 78072 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.625 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lAgYRh +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.631 | 94697 | Marked run 1398 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.632 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.636 | 94699 | Marked run 1399 as finished +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.636 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.636 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.638 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.647 | 78076 | Recursively removing directory: /tmp/git.7TAezC/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.648 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.648 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.652 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.654 | 78073 | Recursively removing directory: /tmp/git.lAgYRh/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.656 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.656 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.656 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.656 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.660 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.660 | 94717 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.660 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.662 | 78072 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.662 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.662 | 78072 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.662 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YS6bmn +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.668 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.669 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.667 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.670 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.670 | 94719 | Added a new worker 13 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.670 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.670 | 78072 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.670 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.671 | 78072 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.672 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rrm4Ql +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.675 | 94716 | Marked run 1400 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.675 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.686 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.686 | 78076 | Recursively removing directory: /tmp/git.YS6bmn/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.687 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.687 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.687 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.690 | 94718 | Marked run 1401 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.691 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.692 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.696 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.696 | 94730 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.696 | 78072 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.696 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.697 | 78072 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.696 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.697 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNXTcs +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.697 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.701 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.702 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.709 | 94728 | Marked run 1402 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.709 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.713 | 78073 | Recursively removing directory: /tmp/git.Rrm4Ql/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.714 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.714 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.719 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.721 | 78076 | Recursively removing directory: /tmp/git.vNXTcs/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.723 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.723 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.727 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.729 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.729 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.731 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 94745 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 94746 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.731 | 78072 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.731 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0IqEQU +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.732 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1iqx0H +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.732 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.739 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.740 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.741 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.742 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.744 | 94743 | Marked run 1403 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.744 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.753 | 94744 | Marked run 1404 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.753 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.757 | 78073 | Recursively removing directory: /tmp/git.1iqx0H/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.758 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.758 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.761 | 78076 | Recursively removing directory: /tmp/git.0IqEQU/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.762 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.762 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.768 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.768 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.768 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.769 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.772 | 94763 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.772 | 78072 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.772 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.772 | 78072 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.773 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jHIka2 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.773 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.775 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.775 | 94764 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.775 | 78072 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.775 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.775 | 78072 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.776 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.775 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.775 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XEVf2y +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.781 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.782 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.787 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.789 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.790 | 94762 | Marked run 1406 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.790 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.795 | 94761 | Marked run 1405 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.795 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.801 | 78073 | Recursively removing directory: /tmp/git.jHIka2/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.803 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.803 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.805 | 78076 | Recursively removing directory: /tmp/git.XEVf2y/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.807 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.807 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.808 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.811 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.813 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.813 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.815 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.815 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.815 | 94781 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.815 | 78072 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.815 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.815 | 78072 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.816 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.816 | 94782 | Added a new worker 10 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.816 | 78072 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.816 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.816 | 78072 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.816 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e7ejJC +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.817 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mHBiwU +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.822 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.822 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.823 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.831 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.832 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.842 | 78073 | Recursively removing directory: /tmp/git.mHBiwU/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.843 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.843 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.848 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.852 | 94780 | Marked run 1408 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.853 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.854 | 78076 | Recursively removing directory: /tmp/git.e7ejJC/ +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.854 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.855 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.855 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.855 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.857 | 94779 | Marked run 1407 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.858 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.861 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.865 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.865 | 94798 | Added a new worker 15 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.866 | 78072 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.866 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.866 | 78072 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.866 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.865 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.866 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C15kpp +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.870 | 94800 | Added a new worker 8 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.870 | 78072 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.870 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.870 | 78072 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.870 | 94797 | Marked run 1409 as finished +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.871 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G1vFvD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.871 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.871 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.872 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.872 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.876 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.881 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.886 | 94799 | Marked run 1410 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.886 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.893 | 78073 | Recursively removing directory: /tmp/git.C15kpp/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.894 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.894 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.899 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.901 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.896 | 78076 | Recursively removing directory: /tmp/git.G1vFvD/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.897 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.897 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.903 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.903 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.909 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 94817 | Added a new worker 14 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 78072 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.909 | 78072 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.910 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RFlRSV +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.912 | 94818 | Added a new worker 11 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.912 | 78072 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.912 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.912 | 78072 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.912 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LBwNrT +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.914 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.921 | 94815 | Marked run 1411 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.922 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.922 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.922 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.923 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.923 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.928 | 94816 | Marked run 1412 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.929 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.935 | 78076 | Recursively removing directory: /tmp/git.LBwNrT/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.937 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.937 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.941 | 78073 | Recursively removing directory: /tmp/git.RFlRSV/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.942 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.942 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.945 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.946 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.946 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.947 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.948 | 94834 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.948 | 78072 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.948 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.948 | 78072 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.948 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.949 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nIF51N +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.953 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.953 | 78073 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.953 | 94836 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.953 | 78072 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.953 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.953 | 78072 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.954 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G9Yfqd +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.954 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.958 | 78073 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.959 | 78076 | Checking out revision HEAD +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.960 | 78073 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.964 | 78076 | Going to run: ./ci +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.970 | 94835 | Marked run 1413 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.970 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.979 | 94833 | Marked run 1414 as finished +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.980 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.987 | 78073 | Recursively removing directory: /tmp/git.G9Yfqd/ +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.988 | 78073 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78073/cimple-worker: 2023-08-28 07:34:36.988 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.990 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.984 | 78076 | Recursively removing directory: /tmp/git.nIF51N/ +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.985 | 78076 | Process exit code: 0 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.985 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.994 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.995 | 78076 | Waiting for a new command +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.995 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.995 | 94853 | Added a new worker 12 to the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.995 | 78070 | Waiting for new connections +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.996 | 78072 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.996 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:36 | INFO | 78070/cimple-server: 2023-08-28 07:34:36.996 | 78072 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:36 | INFO | 78076/cimple-worker: 2023-08-28 07:34:36.996 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DkL9EU +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.000 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.000 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.000 | 94854 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.000 | 78072 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.000 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.000 | 78072 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.001 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iEiwJw +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.002 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.003 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.004 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.010 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.011 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.019 | 94851 | Marked run 1415 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.020 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.023 | 94852 | Marked run 1416 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.023 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.027 | 78076 | Recursively removing directory: /tmp/git.DkL9EU/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.029 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.029 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.032 | 78073 | Recursively removing directory: /tmp/git.iEiwJw/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.034 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.034 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.038 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.038 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.038 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.038 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.043 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.043 | 94871 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.044 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DIch67 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.044 | 78072 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.044 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.044 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.044 | 78072 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.045 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.049 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.050 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.052 | 94872 | Added a new worker 11 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.052 | 78072 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.052 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.052 | 78072 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.052 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UAIGRg +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.053 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.059 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.061 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.062 | 94870 | Marked run 1418 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.062 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.065 | 78076 | Recursively removing directory: /tmp/git.DIch67/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.067 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.067 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.068 | 94869 | Marked run 1417 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.068 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.071 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.075 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.080 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.083 | 94888 | Added a new worker 11 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.083 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.082 | 78073 | Recursively removing directory: /tmp/git.UAIGRg/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.083 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.083 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.084 | 78072 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.084 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.084 | 78072 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.085 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pHC5tF +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.087 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.089 | 94883 | Marked run 1419 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.089 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.091 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 94890 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 78072 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.091 | 78072 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.092 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xRw2aI +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.094 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.095 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.096 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.097 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.115 | 78073 | Recursively removing directory: /tmp/git.xRw2aI/ +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.116 | 94889 | Marked run 1420 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.117 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.118 | 78076 | Recursively removing directory: /tmp/git.pHC5tF/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.119 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.119 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.117 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.117 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.122 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.123 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.126 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.127 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.128 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.132 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.133 | 94908 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.133 | 78072 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.133 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.133 | 78072 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.133 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.135 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oOim74 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.135 | 94907 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.137 | 78072 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.137 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.137 | 78072 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.137 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ujgXla +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.139 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.140 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.141 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.145 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.146 | 94905 | Marked run 1422 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.146 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.147 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.154 | 94906 | Marked run 1421 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.155 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.165 | 78073 | Recursively removing directory: /tmp/git.ujgXla/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.160 | 78076 | Recursively removing directory: /tmp/git.oOim74/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.161 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.161 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.167 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.167 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.170 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 94924 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 78072 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.170 | 78072 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.171 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EG3nOH +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.172 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.173 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.176 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.176 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.178 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.179 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.180 | 94926 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.180 | 78072 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.180 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.181 | 78072 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.181 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.62R4PQ +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.182 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.189 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.191 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.195 | 94923 | Marked run 1423 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.195 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.199 | 94925 | Marked run 1424 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.199 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.208 | 78073 | Recursively removing directory: /tmp/git.62R4PQ/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.203 | 78076 | Recursively removing directory: /tmp/git.EG3nOH/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.205 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.205 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.213 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.213 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.214 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.216 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.216 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 94942 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.219 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jU8KbE +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 78072 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.219 | 78072 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.223 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.227 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.228 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.228 | 94944 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.228 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.228 | 78072 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.229 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.229 | 78072 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.229 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Be8fYp +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.230 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.237 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.239 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.242 | 94943 | Marked run 1426 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.243 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.247 | 94941 | Marked run 1425 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.248 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.251 | 78073 | Recursively removing directory: /tmp/git.Be8fYp/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.252 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.252 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.254 | 78076 | Recursively removing directory: /tmp/git.jU8KbE/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.256 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.256 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.261 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.261 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.261 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.261 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 94961 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 78072 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 78072 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.265 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ki5z3P +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.265 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.271 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.271 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.271 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.273 | 94962 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.273 | 78072 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.274 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.274 | 78072 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.274 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.274 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ccO4Tu +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.283 | 94960 | Marked run 1427 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.284 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.285 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.286 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.289 | 94959 | Marked run 1428 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.289 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.291 | 78073 | Recursively removing directory: /tmp/git.ki5z3P/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.292 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.292 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.297 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.300 | 78076 | Recursively removing directory: /tmp/git.ccO4Tu/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.302 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.302 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.305 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.301 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.306 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 94978 | Added a new worker 15 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 78072 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 78072 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.310 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.311 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.311 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TA8GUN +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.318 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.319 | 94980 | Added a new worker 9 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.319 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.319 | 78072 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.319 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.319 | 78072 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.319 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C1DDet +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.320 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.325 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.327 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.330 | 94977 | Marked run 1429 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.331 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.333 | 78073 | Recursively removing directory: /tmp/git.TA8GUN/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.335 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.335 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.336 | 94979 | Marked run 1430 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.337 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.339 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.344 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.344 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.344 | 94996 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.345 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tBWgZd +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.345 | 78072 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.345 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.345 | 78072 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.350 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.351 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.352 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.357 | 78076 | Recursively removing directory: /tmp/git.C1DDet/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.360 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.360 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.362 | 94993 | Marked run 1431 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.362 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.365 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.370 | 78073 | Recursively removing directory: /tmp/git.tBWgZd/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.371 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.371 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.373 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.373 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.377 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.381 | 95005 | Added a new worker 13 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.381 | 78072 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.381 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.381 | 78072 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.381 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JN4zaK +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.381 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.382 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.382 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.383 | 95007 | Added a new worker 13 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.383 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.383 | 78072 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.383 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.383 | 78072 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.383 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0lZ7Uq +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.388 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.388 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.389 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.389 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.393 | 95004 | Marked run 1432 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.393 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.403 | 95006 | Marked run 1433 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.403 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.410 | 78073 | Recursively removing directory: /tmp/git.0lZ7Uq/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.411 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.411 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.412 | 78076 | Recursively removing directory: /tmp/git.JN4zaK/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.413 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.413 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.416 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.418 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.420 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 95024 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 78072 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.420 | 78072 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.420 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1OHHhE +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.425 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.425 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.428 | 95025 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.429 | 78072 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.429 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.429 | 78072 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.426 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.431 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ctsrX0 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.431 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.430 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.450 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.451 | 95022 | Marked run 1435 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.451 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.452 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.458 | 95023 | Marked run 1434 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.458 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.460 | 78073 | Recursively removing directory: /tmp/git.1OHHhE/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.461 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.461 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.465 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.467 | 78076 | Recursively removing directory: /tmp/git.ctsrX0/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.468 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.468 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.470 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.470 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.473 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.477 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.477 | 95041 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.478 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.478 | 78072 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.478 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.478 | 78072 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.478 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.478 | 95043 | Added a new worker 16 to the queue +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.480 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3k2sLm +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.481 | 78072 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.481 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.481 | 78072 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.481 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.483 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BBHREV +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.487 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.488 | 95040 | Marked run 1436 as finished +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.489 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.489 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.494 | 95042 | Marked run 1437 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.494 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.494 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.495 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.505 | 78073 | Recursively removing directory: /tmp/git.3k2sLm/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.506 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.506 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.510 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.511 | 78076 | Recursively removing directory: /tmp/git.BBHREV/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.512 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.512 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.515 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.516 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.516 | 95059 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.517 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.517 | 78072 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.517 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.517 | 78072 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.518 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cVSjHy +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.518 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.523 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 95061 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 78072 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.523 | 78072 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.524 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.525 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.525 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9bmYCJ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.533 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.535 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.536 | 95058 | Marked run 1438 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.536 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.543 | 95060 | Marked run 1439 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.543 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.546 | 78073 | Recursively removing directory: /tmp/git.cVSjHy/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.547 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.547 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.553 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.557 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.558 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.558 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.552 | 78076 | Recursively removing directory: /tmp/git.9bmYCJ/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.554 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.554 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.562 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.562 | 95077 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.562 | 78072 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.562 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.562 | 78072 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.563 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8L5JmC +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.564 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.562 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.565 | 95079 | Added a new worker 8 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.565 | 78072 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.565 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.566 | 78072 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.566 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B9ieqE +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.566 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.571 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.573 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.573 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.574 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.579 | 95076 | Marked run 1440 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.579 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.587 | 95078 | Marked run 1441 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.588 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.592 | 78076 | Recursively removing directory: /tmp/git.B9ieqE/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.598 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.600 | 78073 | Recursively removing directory: /tmp/git.8L5JmC/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.601 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.607 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.608 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.608 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.609 | 95095 | Added a new worker 11 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.609 | 78072 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.609 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.609 | 78072 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.609 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fcvRMh +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.610 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.615 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.615 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.617 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.619 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.620 | 95094 | Marked run 1443 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.623 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.619 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.623 | 95098 | Added a new worker 6 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.623 | 78072 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.623 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.623 | 78072 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.624 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.624 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mDwBt +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.635 | 95096 | Marked run 1442 as finished +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.635 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.637 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.637 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.643 | 78076 | Recursively removing directory: /tmp/git.fcvRMh/ +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.649 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.645 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.645 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.654 | 78073 | Recursively removing directory: /tmp/git.8mDwBt/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.656 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.656 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.661 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.664 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.665 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.665 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.665 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 95115 | Added a new worker 15 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 95114 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.667 | 78072 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.667 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aUnuvJ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.668 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oeJ9oM +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.669 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.673 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.675 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.677 | 95112 | Marked run 1444 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.677 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.677 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.678 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.686 | 95113 | Marked run 1445 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.686 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.689 | 78076 | Recursively removing directory: /tmp/git.aUnuvJ/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.690 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.690 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.695 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.697 | 78073 | Recursively removing directory: /tmp/git.oeJ9oM/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.698 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.698 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.699 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.699 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.703 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.707 | 95131 | Added a new worker 13 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.707 | 78072 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.707 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.707 | 78072 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.707 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.707 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oJMVeF +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.708 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.708 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.709 | 95133 | Added a new worker 13 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.709 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.709 | 78072 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.709 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.709 | 78072 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.709 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5sibN5 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.714 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.715 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.722 | 95130 | Marked run 1447 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.722 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.723 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.724 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.727 | 95132 | Marked run 1446 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.727 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.737 | 78076 | Recursively removing directory: /tmp/git.oJMVeF/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.738 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.738 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.743 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.747 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.745 | 78073 | Recursively removing directory: /tmp/git.5sibN5/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.746 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.746 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.747 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.751 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.751 | 95149 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.751 | 78072 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.751 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.751 | 78072 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.752 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UuO00i +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.752 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.755 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.755 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.756 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.757 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.758 | 95151 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.758 | 78072 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.758 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.758 | 78072 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.758 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.758 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rGYw1O +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.772 | 78076 | Recursively removing directory: /tmp/git.UuO00i/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.774 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.774 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.775 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.777 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.779 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.779 | 95148 | Marked run 1448 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.779 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 95150 | Marked run 1449 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 95162 | Added a new worker 8 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 78072 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 78072 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.783 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.783 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.783 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bx2Unk +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.784 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.791 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.793 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.797 | 95160 | Marked run 1450 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.797 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.809 | 78073 | Recursively removing directory: /tmp/git.rGYw1O/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.810 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.810 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.814 | 78076 | Recursively removing directory: /tmp/git.bx2Unk/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.815 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.815 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.814 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.818 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.820 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.820 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.824 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.824 | 95176 | Added a new worker 14 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.825 | 78072 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.825 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.825 | 78072 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.825 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wZTrxg +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.825 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.824 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.825 | 95178 | Added a new worker 8 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.826 | 78072 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.826 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.826 | 78072 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.826 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8yJDpV +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.827 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.830 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.831 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.833 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.834 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.842 | 95175 | Marked run 1451 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.842 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.851 | 95177 | Marked run 1452 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.851 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.858 | 78073 | Recursively removing directory: /tmp/git.wZTrxg/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.853 | 78076 | Recursively removing directory: /tmp/git.8yJDpV/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.854 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.854 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.859 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.859 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.863 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.863 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.863 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.863 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.867 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.867 | 95194 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.867 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.868 | 78072 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.868 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.868 | 78072 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.868 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.869 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CX9MMa +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.875 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.876 | 95196 | Added a new worker 9 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.876 | 78072 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.876 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.876 | 78072 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.876 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.878 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gNDVbC +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.880 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.884 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.884 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.889 | 95195 | Marked run 1453 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.890 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.895 | 95193 | Marked run 1454 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.895 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.904 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.899 | 78073 | Recursively removing directory: /tmp/git.gNDVbC/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.900 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.900 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.904 | 78076 | Recursively removing directory: /tmp/git.CX9MMa/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.905 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.905 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.909 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.912 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.912 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.913 | 95213 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.913 | 78072 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.913 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.913 | 78072 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.913 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WWNLYD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.914 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.914 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.914 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.919 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.920 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.927 | 95214 | Added a new worker 12 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.927 | 78072 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.927 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.927 | 78072 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.927 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9oy9sq +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.928 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.931 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.933 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.936 | 78073 | Recursively removing directory: /tmp/git.WWNLYD/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.938 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.938 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.940 | 95212 | Marked run 1455 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.941 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.944 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.945 | 95211 | Marked run 1456 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.945 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.949 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.949 | 78073 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.956 | 95225 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.956 | 78072 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.956 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.956 | 78072 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.956 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.956 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2s7G7Q +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.963 | 95224 | Marked run 1457 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.963 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.964 | 78073 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.965 | 78073 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.966 | 78076 | Recursively removing directory: /tmp/git.9oy9sq/ +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.967 | 78076 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.967 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.972 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.976 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.977 | 95237 | Added a new worker 10 to the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.978 | 78072 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.978 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.978 | 78072 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.979 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.977 | 78076 | Waiting for a new command +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.978 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lDgBnM +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.983 | 78076 | Checking out revision HEAD +2023-08-28 07:34:37 | INFO | 78076/cimple-worker: 2023-08-28 07:34:37.984 | 78076 | Going to run: ./ci +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.991 | 95234 | Marked run 1458 as finished +2023-08-28 07:34:37 | INFO | 78070/cimple-server: 2023-08-28 07:34:37.991 | 78070 | Waiting for new connections +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.992 | 78073 | Recursively removing directory: /tmp/git.2s7G7Q/ +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.993 | 78073 | Process exit code: 0 +2023-08-28 07:34:37 | INFO | 78073/cimple-worker: 2023-08-28 07:34:37.993 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.002 | 78076 | Recursively removing directory: /tmp/git.lDgBnM/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.004 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.004 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.007 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 95248 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78072 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.008 | 78072 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.009 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TXNJee +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.011 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.015 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.015 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.017 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.017 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.020 | 95251 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.021 | 78072 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.021 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.021 | 78072 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.022 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hsidUW +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.023 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.030 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.030 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.033 | 95247 | Marked run 1459 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.033 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.037 | 95249 | Marked run 1460 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.037 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.043 | 78073 | Recursively removing directory: /tmp/git.TXNJee/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.044 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.044 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.048 | 78076 | Recursively removing directory: /tmp/git.hsidUW/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.050 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.050 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.056 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.057 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.057 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.057 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.059 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.060 | 95267 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.060 | 78072 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.060 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.061 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b3TmvP +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.061 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.062 | 78072 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.062 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.066 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.066 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.069 | 95268 | Added a new worker 11 to the queue +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.069 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3A71AL +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.069 | 78072 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.069 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.069 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.069 | 78072 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.076 | 95266 | Marked run 1462 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.076 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.080 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.082 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.082 | 95265 | Marked run 1461 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.082 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.091 | 78073 | Recursively removing directory: /tmp/git.b3TmvP/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.092 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.092 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.097 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.101 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.101 | 95284 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.101 | 78072 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.101 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.101 | 78072 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.101 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.101 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.woTQKC +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.103 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.111 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.113 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.114 | 78076 | Recursively removing directory: /tmp/git.3A71AL/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.115 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.116 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.118 | 95281 | Marked run 1463 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.118 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.120 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.124 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.124 | 95293 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.124 | 78072 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.124 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.124 | 78072 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.124 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.124 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VIVZuy +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.125 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.129 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.129 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.135 | 78073 | Recursively removing directory: /tmp/git.woTQKC/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.137 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.137 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.138 | 95288 | Marked run 1464 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.138 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.141 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.145 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.145 | 95302 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.145 | 78072 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.145 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.145 | 78072 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.145 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.145 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JupZZn +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.146 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.150 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.151 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.158 | 78076 | Recursively removing directory: /tmp/git.VIVZuy/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.161 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.161 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.163 | 95301 | Marked run 1465 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.163 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.166 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.166 | 78073 | Recursively removing directory: /tmp/git.JupZZn/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.168 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.168 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.176 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.177 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 95312 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 78072 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 78072 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.177 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.177 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S3ODSd +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.184 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.183 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.185 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.186 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.190 | 95314 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.190 | 78072 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.190 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.190 | 78072 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.190 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.190 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rnUcHb +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.192 | 95311 | Marked run 1467 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.193 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.198 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.198 | 95310 | Marked run 1466 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.198 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.199 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.208 | 78073 | Recursively removing directory: /tmp/git.S3ODSd/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.209 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.209 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.213 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.218 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.215 | 78076 | Recursively removing directory: /tmp/git.rnUcHb/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.219 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.219 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.221 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.224 | 95329 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.224 | 78072 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.224 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.224 | 78072 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.224 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.225 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x3ggdp +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.225 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.229 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.230 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.231 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.231 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.235 | 95332 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.235 | 78072 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.235 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.236 | 78072 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.236 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.236 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.etZKBS +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.239 | 95328 | Marked run 1468 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.239 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.244 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.245 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.246 | 95330 | Marked run 1469 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.247 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.251 | 78073 | Recursively removing directory: /tmp/git.x3ggdp/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.253 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.253 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.257 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.259 | 78076 | Recursively removing directory: /tmp/git.etZKBS/ +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.261 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.264 | 95347 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.264 | 78072 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.264 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.264 | 78072 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.261 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.264 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9wdW2Q +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.261 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.261 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.265 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.266 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.270 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.270 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.270 | 95349 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.270 | 78072 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.271 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.271 | 78072 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.271 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CPSnE1 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.272 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.276 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.276 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.276 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.277 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.283 | 95346 | Marked run 1470 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.283 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.289 | 95348 | Marked run 1471 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.289 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.298 | 78073 | Recursively removing directory: /tmp/git.9wdW2Q/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.295 | 78076 | Recursively removing directory: /tmp/git.CPSnE1/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.296 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.296 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.299 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.299 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.301 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.304 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.305 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.305 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.305 | 95366 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.306 | 78072 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.306 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.306 | 78072 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.306 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HgUZJJ +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.307 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.308 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.308 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.311 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.312 | 95367 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.312 | 78072 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.312 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.312 | 78072 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.312 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.odtqsP +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.312 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.313 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.317 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.317 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.325 | 95364 | Marked run 1473 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.325 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.333 | 95365 | Marked run 1472 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.333 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.337 | 78076 | Recursively removing directory: /tmp/git.HgUZJJ/ +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.342 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.343 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.338 | 78073 | Recursively removing directory: /tmp/git.odtqsP/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.339 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.339 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.338 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.338 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.347 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.347 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.348 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 95384 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 95385 | Added a new worker 15 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.348 | 78072 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.348 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G8Jynl +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.349 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.352 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vfq4HP +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.354 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.355 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.361 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.367 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.370 | 95383 | Marked run 1475 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.370 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.375 | 95382 | Marked run 1474 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.375 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.383 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.378 | 78073 | Recursively removing directory: /tmp/git.G8Jynl/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.380 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.380 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.385 | 78076 | Recursively removing directory: /tmp/git.vfq4HP/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.386 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.386 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.388 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.388 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.390 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.395 | 95401 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.395 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.395 | 78072 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.395 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.395 | 78072 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.395 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OqnmlN +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.396 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.400 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.401 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.403 | 95403 | Added a new worker 9 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.403 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.403 | 78072 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.403 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.403 | 78072 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.403 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hvp1Ue +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.402 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.412 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.412 | 95402 | Marked run 1476 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.412 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.413 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.417 | 95400 | Marked run 1477 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.417 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.427 | 78076 | Recursively removing directory: /tmp/git.hvp1Ue/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.425 | 78073 | Recursively removing directory: /tmp/git.OqnmlN/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.426 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.426 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.428 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.428 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.431 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.432 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.436 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.436 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.437 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.441 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.441 | 95421 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.441 | 78072 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.441 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.441 | 78072 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.442 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Laof2C +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.442 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.442 | 95420 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.442 | 78072 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.442 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.442 | 78072 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.443 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L5Zwqb +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.443 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.448 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.449 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.452 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.453 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.461 | 95419 | Marked run 1479 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.462 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.465 | 95418 | Marked run 1478 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.466 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.469 | 78073 | Recursively removing directory: /tmp/git.L5Zwqb/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.471 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.471 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.475 | 78076 | Recursively removing directory: /tmp/git.Laof2C/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.476 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.476 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.479 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.480 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.480 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.482 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.486 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.487 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.486 | 95437 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 95439 | Added a new worker 16 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 78072 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 78072 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 78072 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.488 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.488 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G24k6c +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.489 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.489 | 78072 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.488 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NayAbr +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.494 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.496 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.500 | 95436 | Marked run 1481 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.500 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.502 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.503 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.506 | 95438 | Marked run 1480 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.507 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.513 | 78073 | Recursively removing directory: /tmp/git.G24k6c/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.515 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.515 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.518 | 78076 | Recursively removing directory: /tmp/git.NayAbr/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.519 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.519 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.524 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.524 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.524 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.524 | 95455 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.524 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.525 | 78072 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.525 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.525 | 78072 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.525 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RpP7Ui +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.526 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.530 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.530 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.531 | 95457 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.531 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.531 | 78072 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.531 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.531 | 78072 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.531 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6CoCe0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.532 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.533 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.537 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.538 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.552 | 95454 | Marked run 1482 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.553 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.557 | 95456 | Marked run 1483 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.557 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.564 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.560 | 78073 | Recursively removing directory: /tmp/git.RpP7Ui/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.561 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.561 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.559 | 78076 | Recursively removing directory: /tmp/git.6CoCe0/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.560 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.560 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.566 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.569 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.569 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.569 | 95474 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.570 | 78072 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.570 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.570 | 78072 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.570 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.570 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w2OAbt +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.571 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.572 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.573 | 95475 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.575 | 78072 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.575 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.575 | 78072 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.575 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FYy7yx +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.576 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.577 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.577 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.589 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.590 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.592 | 78076 | Recursively removing directory: /tmp/git.w2OAbt/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.597 | 95473 | Marked run 1484 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.597 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.600 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.606 | 95472 | Marked run 1485 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.607 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.609 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.609 | 95491 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.609 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.609 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.610 | 78072 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.610 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.610 | 78072 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.610 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.euRxae +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.614 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.615 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.620 | 78073 | Recursively removing directory: /tmp/git.FYy7yx/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.621 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.621 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.626 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.628 | 95488 | Marked run 1486 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.628 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.631 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.631 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.632 | 95500 | Added a new worker 9 to the queue +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.632 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O9TuXp +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.632 | 78072 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.632 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.632 | 78072 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.633 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.638 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.639 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.641 | 78076 | Recursively removing directory: /tmp/git.euRxae/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.642 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.642 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.646 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.650 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.650 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.650 | 95509 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.650 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.651 | 78072 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.651 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.651 | 78072 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.651 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cMXBFt +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.651 | 95499 | Marked run 1487 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.652 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.658 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.659 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.666 | 78073 | Recursively removing directory: /tmp/git.O9TuXp/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.668 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.668 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.673 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.676 | 78076 | Recursively removing directory: /tmp/git.cMXBFt/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.677 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.677 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.676 | 95506 | Marked run 1488 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.681 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.682 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.677 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.685 | 95518 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.685 | 78072 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.685 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.686 | 78072 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.686 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fAIhd7 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.687 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.688 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.688 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.688 | 95520 | Added a new worker 6 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.688 | 78072 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.688 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.689 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.689 | 78072 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.689 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VfZ6hr +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.693 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.696 | 95517 | Marked run 1489 as finished +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.696 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.697 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.697 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.698 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.706 | 95519 | Marked run 1490 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.706 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.714 | 78076 | Recursively removing directory: /tmp/git.VfZ6hr/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.715 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.715 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.720 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.722 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.717 | 78073 | Recursively removing directory: /tmp/git.fAIhd7/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.718 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.718 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.724 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.724 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 95537 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 95538 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.727 | 78072 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.727 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.727 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xe1jnt +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.728 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.728 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.728 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HsIfwe +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.735 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.735 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.736 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.736 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.745 | 95535 | Marked run 1492 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.746 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.750 | 95536 | Marked run 1491 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.750 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.754 | 78073 | Recursively removing directory: /tmp/git.Xe1jnt/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.755 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.755 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.764 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 95554 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 78072 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.764 | 78072 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.759 | 78076 | Recursively removing directory: /tmp/git.HsIfwe/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.760 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.760 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.764 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XkC0kw +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.765 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.766 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.770 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.770 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.770 | 95556 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.770 | 78072 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.770 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.770 | 78072 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.770 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.771 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.772 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rKhzg2 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.773 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.776 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.778 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.793 | 95555 | Marked run 1493 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.794 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.795 | 78073 | Recursively removing directory: /tmp/git.XkC0kw/ +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.798 | 95553 | Marked run 1494 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.798 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.797 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.797 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.801 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.801 | 78076 | Recursively removing directory: /tmp/git.rKhzg2/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.802 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.802 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.805 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.805 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.807 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.811 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.814 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.811 | 95572 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 95574 | Added a new worker 16 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78072 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.814 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.815 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lmkTeR +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.819 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.819 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bOwrIO +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.821 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.824 | 95571 | Marked run 1495 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.824 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.828 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.830 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.830 | 95573 | Marked run 1496 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.830 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.837 | 78073 | Recursively removing directory: /tmp/git.lmkTeR/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.838 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.838 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.843 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.846 | 78076 | Recursively removing directory: /tmp/git.bOwrIO/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.847 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.847 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.847 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.849 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.852 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.856 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.860 | 95592 | Added a new worker 14 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.860 | 78072 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.860 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.860 | 78072 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.860 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.861 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jGvNn4 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.861 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.861 | 95590 | Added a new worker 12 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.861 | 78072 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.861 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.861 | 78072 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.862 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7O280T +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.862 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.866 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.869 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.871 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.875 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.879 | 95589 | Marked run 1497 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.879 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.886 | 78076 | Recursively removing directory: /tmp/git.jGvNn4/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.888 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.888 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.889 | 95591 | Marked run 1498 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.889 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.892 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.897 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.897 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.897 | 95608 | Added a new worker 10 to the queue +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.897 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OoLNRO +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.897 | 78072 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.897 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.897 | 78072 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.899 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.903 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.904 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.907 | 78073 | Recursively removing directory: /tmp/git.7O280T/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.910 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.910 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.915 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.919 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.919 | 95607 | Marked run 1499 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.920 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.920 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.920 | 95615 | Added a new worker 6 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.920 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.927 | 78072 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.927 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.927 | 78072 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.927 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f80psc +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.931 | 78076 | Recursively removing directory: /tmp/git.OoLNRO/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.933 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.933 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.933 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.934 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.937 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.941 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.941 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.943 | 95622 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.943 | 78072 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.943 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.943 | 78072 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.943 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.943 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Wuod0 +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.944 | 95611 | Marked run 1500 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.944 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.950 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.950 | 78076 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.955 | 95620 | Marked run 1501 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.956 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.959 | 78073 | Recursively removing directory: /tmp/git.f80psc/ +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.960 | 78073 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.960 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.964 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.966 | 78076 | Recursively removing directory: /tmp/git.0Wuod0/ +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.967 | 78076 | Process exit code: 0 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.967 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.968 | 78073 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.968 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.972 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.976 | 95635 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.976 | 78072 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.976 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.976 | 78072 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.977 | 78076 | Waiting for a new command +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.976 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.977 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.978 | 95637 | Added a new worker 13 to the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.978 | 78072 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.978 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.978 | 78072 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.976 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zAz6eS +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.978 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7eFnik +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.980 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.983 | 95634 | Marked run 1502 as finished +2023-08-28 07:34:38 | INFO | 78070/cimple-server: 2023-08-28 07:34:38.983 | 78070 | Waiting for new connections +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.984 | 78073 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78073/cimple-worker: 2023-08-28 07:34:38.985 | 78073 | Going to run: ./ci +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.990 | 78076 | Checking out revision HEAD +2023-08-28 07:34:38 | INFO | 78076/cimple-worker: 2023-08-28 07:34:38.992 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.003 | 95636 | Marked run 1503 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.004 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.000 | 78073 | Recursively removing directory: /tmp/git.zAz6eS/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.001 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.001 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.006 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.008 | 78076 | Recursively removing directory: /tmp/git.7eFnik/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.010 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.010 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.010 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.016 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.016 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.018 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.018 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.018 | 95655 | Added a new worker 15 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.019 | 78072 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.019 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.019 | 78072 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.019 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.021 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AOccTo +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.021 | 95653 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.021 | 78072 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.021 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.021 | 78072 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.021 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.021 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rMboLI +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.023 | 95652 | Marked run 1504 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.023 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.026 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.027 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.028 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.028 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.038 | 95654 | Marked run 1505 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.038 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.041 | 78076 | Recursively removing directory: /tmp/git.AOccTo/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.042 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.042 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.046 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.050 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.051 | 78073 | Recursively removing directory: /tmp/git.rMboLI/ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.052 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.052 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.052 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.057 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.061 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.062 | 95671 | Added a new worker 15 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.062 | 78072 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.062 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.062 | 78072 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.062 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.062 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NWpAmD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.063 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.064 | 95673 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.064 | 78072 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.064 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.064 | 78072 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.065 | 95670 | Marked run 1506 as finished +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.066 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aJxN0z +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.066 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.069 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.070 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.075 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.076 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.077 | 95672 | Marked run 1507 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.077 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.089 | 78076 | Recursively removing directory: /tmp/git.NWpAmD/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.091 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.091 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.091 | 78073 | Recursively removing directory: /tmp/git.aJxN0z/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.093 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.093 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.096 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.097 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.100 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.102 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.101 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.102 | 95690 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.102 | 78072 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.102 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.103 | 78072 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.102 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.104 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.104 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G07ry7 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.108 | 95691 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.108 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.108 | 78072 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.108 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.108 | 78072 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.109 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PQ8J87 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.116 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.117 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.119 | 95688 | Marked run 1508 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.119 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.121 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.122 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.125 | 95689 | Marked run 1509 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.125 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.132 | 78073 | Recursively removing directory: /tmp/git.PQ8J87/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.134 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.134 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.138 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.141 | 78076 | Recursively removing directory: /tmp/git.G07ry7/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.142 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.142 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.142 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.144 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.146 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.149 | 95707 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.149 | 78072 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.149 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.149 | 78072 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.149 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dM0Cxf +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.150 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.151 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.151 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.151 | 95709 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.151 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.151 | 78072 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.151 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.152 | 78072 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.153 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BdLcRT +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.157 | 95706 | Marked run 1511 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.158 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.158 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.159 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.162 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.164 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.172 | 95708 | Marked run 1510 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.173 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.180 | 78073 | Recursively removing directory: /tmp/git.dM0Cxf/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.181 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.181 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.183 | 78076 | Recursively removing directory: /tmp/git.BdLcRT/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.185 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.185 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.186 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.190 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.190 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.190 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.195 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.195 | 95725 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.195 | 78072 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.195 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.195 | 78072 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.196 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VKsxpk +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.196 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.196 | 95727 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.196 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.196 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.197 | 78072 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.197 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.197 | 78072 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.197 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7C5Cdx +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.202 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.203 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.203 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.204 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.220 | 78073 | Recursively removing directory: /tmp/git.VKsxpk/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.222 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.222 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.225 | 95726 | Marked run 1513 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.225 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.227 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.230 | 95724 | Marked run 1512 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.230 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.231 | 78076 | Recursively removing directory: /tmp/git.7C5Cdx/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.233 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.233 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.238 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.243 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.244 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.245 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.245 | 95744 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.245 | 78072 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.245 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.245 | 78072 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.245 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.245 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q5c0LH +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.246 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.248 | 95745 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.248 | 78072 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.248 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.248 | 78072 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.248 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U8AL5x +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.249 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.255 | 95742 | Marked run 1514 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.255 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.258 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.260 | 95743 | Marked run 1515 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.261 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.261 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.262 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.264 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.275 | 78073 | Recursively removing directory: /tmp/git.U8AL5x/ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.281 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.283 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.277 | 78076 | Recursively removing directory: /tmp/git.Q5c0LH/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.278 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.278 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.277 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.277 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.286 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.286 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.287 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.287 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.287 | 95762 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.287 | 78072 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.287 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.287 | 78072 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.288 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.288 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LPiojS +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.293 | 95763 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.293 | 78072 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.293 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.293 | 78072 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.293 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.blc1oS +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.294 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.297 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.297 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.299 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.302 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.305 | 95761 | Marked run 1516 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.305 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.361 | 78073 | Recursively removing directory: /tmp/git.LPiojS/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.364 | 78076 | Recursively removing directory: /tmp/git.blc1oS/ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.394 | 95760 | Marked run 1517 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.394 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.395 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.395 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.394 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.394 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.399 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.400 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.403 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.404 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.406 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 95780 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78072 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78072 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 95781 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.406 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.407 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x20Wg5 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.407 | 78072 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.407 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.407 | 78072 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.407 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1IGBWC +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.414 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.414 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.422 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.423 | 95779 | Marked run 1519 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.423 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.423 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.428 | 95778 | Marked run 1518 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.428 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.432 | 78073 | Recursively removing directory: /tmp/git.x20Wg5/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.433 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.433 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.440 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.445 | 78076 | Recursively removing directory: /tmp/git.1IGBWC/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.446 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.446 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.448 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.451 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.454 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.454 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.455 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.455 | 95797 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.455 | 78072 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.455 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.455 | 78072 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.456 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ad9iel +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.457 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.460 | 95799 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.461 | 78072 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.461 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.461 | 78072 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.461 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mh56IN +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.462 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.462 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.464 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.468 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.468 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.471 | 95796 | Marked run 1520 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.472 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.477 | 95798 | Marked run 1521 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.477 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.485 | 78076 | Recursively removing directory: /tmp/git.mh56IN/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.486 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.486 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.491 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.494 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.486 | 78073 | Recursively removing directory: /tmp/git.Ad9iel/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.488 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.488 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.497 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.497 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.497 | 95816 | Added a new worker 12 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.497 | 78072 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.497 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.497 | 78072 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.498 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WIPWAb +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.499 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.503 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.504 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.510 | 95817 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.510 | 78072 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.510 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.510 | 78072 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.510 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cz1nQK +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.511 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.512 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.514 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.519 | 95814 | Marked run 1523 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.519 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.520 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.521 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.524 | 95815 | Marked run 1522 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.525 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.530 | 78073 | Recursively removing directory: /tmp/git.WIPWAb/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.531 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.532 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.536 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.540 | 78076 | Recursively removing directory: /tmp/git.cz1nQK/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.542 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.542 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.546 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.547 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.546 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.552 | 95833 | Added a new worker 12 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.552 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.552 | 78072 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.552 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.552 | 78072 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.553 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dRmlb1 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.556 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.556 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.556 | 95835 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.556 | 78072 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.556 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.556 | 78072 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.556 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GIKTsl +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.557 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.565 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.566 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.568 | 95832 | Marked run 1524 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.569 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.573 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.574 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.576 | 95834 | Marked run 1525 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.576 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.582 | 78073 | Recursively removing directory: /tmp/git.dRmlb1/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.584 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.584 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.589 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.592 | 78076 | Recursively removing directory: /tmp/git.GIKTsl/ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.596 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.599 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.593 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.603 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.604 | 95851 | Added a new worker 15 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.604 | 78072 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.604 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.604 | 78072 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.604 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XTSUis +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.605 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.605 | 95853 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 78072 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 78072 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.605 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 95850 | Marked run 1526 as finished +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.606 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kn63GA +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.606 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.610 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.611 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.617 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.617 | 95852 | Marked run 1527 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.618 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.618 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.628 | 78073 | Recursively removing directory: /tmp/git.XTSUis/ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.633 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.629 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.630 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.634 | 78076 | Recursively removing directory: /tmp/git.kn63GA/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.635 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.635 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.638 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.639 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.639 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.643 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.643 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.643 | 95869 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.643 | 78072 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.643 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.643 | 78072 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.644 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X1L7Ft +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.645 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.645 | 95871 | Added a new worker 8 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.646 | 78072 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.646 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.646 | 78072 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.646 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FktbYg +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.647 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.653 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.654 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.656 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.657 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.663 | 95868 | Marked run 1528 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.665 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.670 | 95870 | Marked run 1529 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.670 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.673 | 78076 | Recursively removing directory: /tmp/git.FktbYg/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.674 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.674 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.678 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.681 | 78073 | Recursively removing directory: /tmp/git.X1L7Ft/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.683 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.683 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.683 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.684 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.687 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.692 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.692 | 95887 | Added a new worker 15 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.696 | 95886 | Marked run 1531 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.696 | 78072 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.696 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.696 | 78072 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.697 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.697 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ddj1TQ +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.698 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 95889 | Added a new worker 6 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 78072 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 78072 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.698 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YIDnbA +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.698 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.703 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.704 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.709 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.710 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.710 | 95888 | Marked run 1530 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.711 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.724 | 78073 | Recursively removing directory: /tmp/git.YIDnbA/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.721 | 78076 | Recursively removing directory: /tmp/git.Ddj1TQ/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.723 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.723 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.725 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.725 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.728 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.729 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.732 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.733 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.734 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.734 | 95906 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.734 | 78072 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.734 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.734 | 78072 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.735 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.735 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.735 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gPRu03 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.740 | 95907 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.741 | 78072 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.741 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.741 | 78072 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.741 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vkn8pT +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.743 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.747 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.748 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.748 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.749 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.753 | 95904 | Marked run 1532 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.753 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.757 | 95905 | Marked run 1533 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.757 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.762 | 78076 | Recursively removing directory: /tmp/git.gPRu03/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.763 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.763 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.767 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.769 | 78073 | Recursively removing directory: /tmp/git.vkn8pT/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.772 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.772 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.773 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.773 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3GnNtr +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 95923 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 78072 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.773 | 78072 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.778 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.781 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.781 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.783 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.783 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.784 | 95926 | Added a new worker 12 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.786 | 78072 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.786 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.786 | 78072 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.787 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zKyTYA +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.788 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.793 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.796 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.799 | 95922 | Marked run 1534 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.799 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.803 | 95924 | Marked run 1535 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.803 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.808 | 78076 | Recursively removing directory: /tmp/git.3GnNtr/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.809 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.809 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.813 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.817 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.817 | 78073 | Recursively removing directory: /tmp/git.zKyTYA/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.818 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.818 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.821 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.823 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.825 | 95941 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.825 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.825 | 78072 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.825 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.825 | 78072 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.825 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NlV5DW +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.829 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.829 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.829 | 95943 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.831 | 78072 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.831 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.831 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.831 | 78072 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.831 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4fxFeI +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.833 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.832 | 95940 | Marked run 1536 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.833 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.834 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.843 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.844 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.849 | 95942 | Marked run 1537 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.849 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.853 | 78076 | Recursively removing directory: /tmp/git.NlV5DW/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.854 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.854 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.858 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.863 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.863 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.860 | 78073 | Recursively removing directory: /tmp/git.4fxFeI/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.861 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.861 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.866 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.866 | 95959 | Added a new worker 12 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.866 | 78072 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.866 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.866 | 78072 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.867 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0yfIU8 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.868 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.870 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.870 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.877 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.877 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.878 | 95961 | Added a new worker 13 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.878 | 78072 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.878 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.878 | 78072 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.878 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.878 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nu3kKO +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.886 | 95958 | Marked run 1538 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.886 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.891 | 78076 | Recursively removing directory: /tmp/git.0yfIU8/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.893 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.893 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.896 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.897 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.898 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.900 | 95960 | Marked run 1539 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.900 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.902 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.904 | 95972 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.904 | 78072 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.904 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.904 | 78072 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.904 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.905 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8ccY1E +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.905 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.909 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.911 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.915 | 95969 | Marked run 1540 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.915 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.925 | 78073 | Recursively removing directory: /tmp/git.Nu3kKO/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.926 | 78076 | Recursively removing directory: /tmp/git.8ccY1E/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.927 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.927 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.926 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.926 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.931 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.931 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.935 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.935 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.936 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.937 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.940 | 95987 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.940 | 78072 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.940 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.941 | 78072 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.941 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iwv6t2 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.941 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.941 | 95988 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.942 | 78072 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.942 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.942 | 78072 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.942 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y7nT02 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.943 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.947 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.948 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.953 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.954 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.957 | 95985 | Marked run 1541 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.957 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.961 | 95986 | Marked run 1542 as finished +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.962 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.966 | 78076 | Recursively removing directory: /tmp/git.iwv6t2/ +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.968 | 78076 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.968 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.970 | 78073 | Recursively removing directory: /tmp/git.y7nT02/ +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.971 | 78073 | Process exit code: 0 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.971 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.973 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.975 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.978 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.979 | 78073 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.980 | 78076 | Waiting for a new command +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 96005 | Added a new worker 14 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 78072 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 78072 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.980 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.980 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5bEdpY +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.984 | 96006 | Added a new worker 10 to the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.984 | 78072 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.984 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.985 | 78072 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.985 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wY08Eh +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.985 | 78070 | Waiting for new connections +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.991 | 78076 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.991 | 78073 | Checking out revision HEAD +2023-08-28 07:34:39 | INFO | 78073/cimple-worker: 2023-08-28 07:34:39.993 | 78073 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78076/cimple-worker: 2023-08-28 07:34:39.993 | 78076 | Going to run: ./ci +2023-08-28 07:34:39 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.994 | 96003 | Marked run 1543 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:39.999 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.007 | 96004 | Marked run 1544 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.007 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.013 | 78073 | Recursively removing directory: /tmp/git.wY08Eh/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.015 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.015 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.015 | 78076 | Recursively removing directory: /tmp/git.5bEdpY/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.017 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.017 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.019 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.021 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.024 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.024 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.027 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 96023 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 78072 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.027 | 78072 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.027 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cp5qMz +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.028 | 96024 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.028 | 78072 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.028 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.028 | 78072 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.028 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cKDWGD +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.029 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.033 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.033 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.044 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.045 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.048 | 78073 | Recursively removing directory: /tmp/git.cKDWGD/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.049 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.049 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.051 | 96022 | Marked run 1545 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.051 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.054 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.055 | 96021 | Marked run 1546 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.055 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.059 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.059 | 96040 | Added a new worker 8 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.059 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.059 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.064 | 78072 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.064 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.064 | 78072 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.065 | 78076 | Recursively removing directory: /tmp/git.cp5qMz/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.066 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.066 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.066 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aCYbvN +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.072 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.073 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.073 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.076 | 96035 | Marked run 1548 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.076 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.077 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.077 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.077 | 96043 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.077 | 78072 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.077 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.078 | 78072 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.078 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.078 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vyTHq5 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.087 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.088 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.095 | 96042 | Marked run 1547 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.095 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.099 | 78073 | Recursively removing directory: /tmp/git.aCYbvN/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.100 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.100 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.104 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.109 | 78076 | Recursively removing directory: /tmp/git.vyTHq5/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.110 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.110 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.110 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.113 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.119 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.119 | 96058 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.120 | 78072 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.120 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.120 | 78072 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.120 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1vfE0D +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.120 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.125 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.126 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.126 | 96060 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.126 | 78072 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.126 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.126 | 78072 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.126 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.127 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NuC1Tx +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.127 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.128 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.131 | 96057 | Marked run 1549 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.132 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.133 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.134 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.143 | 96059 | Marked run 1550 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.143 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.150 | 78076 | Recursively removing directory: /tmp/git.NuC1Tx/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.152 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.152 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.156 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.150 | 78073 | Recursively removing directory: /tmp/git.1vfE0D/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.152 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.152 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.157 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.161 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.161 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.161 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.161 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.161 | 96077 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.162 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YWsM3Z +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 96078 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.162 | 78072 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.163 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.163 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FU38RE +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.169 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.170 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.177 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.182 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.186 | 96076 | Marked run 1551 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.186 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.191 | 78073 | Recursively removing directory: /tmp/git.FU38RE/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.194 | 96075 | Marked run 1552 as finished +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.193 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.193 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.195 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.198 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.201 | 78076 | Recursively removing directory: /tmp/git.YWsM3Z/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.202 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.202 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.202 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.203 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 96094 | Added a new worker 12 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 78072 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.207 | 78072 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.208 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lePrQI +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.211 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.211 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.213 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.217 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.218 | 96096 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.218 | 78072 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.218 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.218 | 78072 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.218 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WiIEE1 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.220 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.224 | 96093 | Marked run 1554 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.225 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.225 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.226 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.230 | 96095 | Marked run 1553 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.231 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.236 | 78073 | Recursively removing directory: /tmp/git.lePrQI/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.241 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.237 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.237 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.245 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.247 | 78076 | Recursively removing directory: /tmp/git.WiIEE1/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.245 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.248 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.248 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.252 | 96112 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.252 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.252 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.253 | 78072 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.253 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.253 | 78072 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.253 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H95gmR +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.257 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.258 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.259 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.259 | 96115 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.259 | 78072 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.259 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.259 | 78072 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.259 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.260 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d7nTxx +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.260 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.265 | 96111 | Marked run 1555 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.265 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.266 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.267 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.273 | 96113 | Marked run 1556 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.274 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.277 | 78073 | Recursively removing directory: /tmp/git.H95gmR/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.278 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.278 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.282 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.283 | 78076 | Recursively removing directory: /tmp/git.d7nTxx/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.285 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.285 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.287 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.287 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.289 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.293 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.293 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.293 | 96130 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.293 | 78072 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.293 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.293 | 78072 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.294 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AqFTvF +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.294 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.296 | 96132 | Added a new worker 8 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.296 | 78072 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.296 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.297 | 78072 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.297 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.297 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tV3i0L +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.300 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.300 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.305 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.306 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.308 | 96129 | Marked run 1557 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.309 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.313 | 96131 | Marked run 1558 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.314 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.320 | 78076 | Recursively removing directory: /tmp/git.tV3i0L/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.321 | 78073 | Recursively removing directory: /tmp/git.AqFTvF/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.322 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.322 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.325 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.326 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.321 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.321 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.332 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.333 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.334 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 96149 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 96150 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.334 | 78072 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.335 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wpzcAt +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.335 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2aDHVt +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.341 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.341 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.347 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.350 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.354 | 96148 | Marked run 1559 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.354 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.359 | 96147 | Marked run 1560 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.359 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.360 | 78076 | Recursively removing directory: /tmp/git.wpzcAt/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.361 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.361 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.365 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.371 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.371 | 78073 | Recursively removing directory: /tmp/git.2aDHVt/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.372 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.372 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.372 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.377 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 96168 | Added a new worker 15 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 78072 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 78072 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.382 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.383 | 96165 | Marked run 1562 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.383 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.382 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.384 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XWBFZk +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.385 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jHFheS +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.384 | 96166 | Added a new worker 6 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.384 | 78072 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.384 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.384 | 78072 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.386 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.390 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.391 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.394 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.395 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.404 | 96167 | Marked run 1561 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.405 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.412 | 78076 | Recursively removing directory: /tmp/git.XWBFZk/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.413 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.413 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.412 | 78073 | Recursively removing directory: /tmp/git.jHFheS/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.413 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.413 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.417 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.418 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 96186 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.422 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78072 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.422 | 78072 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.422 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aAMkDT +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.423 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.424 | 96185 | Added a new worker 12 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.424 | 78072 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.424 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.424 | 78072 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.425 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.84PsTG +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.426 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.433 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.433 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.436 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.439 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.446 | 96183 | Marked run 1564 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.447 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.451 | 96184 | Marked run 1563 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.452 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.453 | 78073 | Recursively removing directory: /tmp/git.aAMkDT/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.454 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.454 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.459 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.460 | 78076 | Recursively removing directory: /tmp/git.84PsTG/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.461 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.461 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.463 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.463 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.466 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.470 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.470 | 96202 | Added a new worker 15 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.470 | 78072 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.470 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.470 | 78072 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.470 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ta9Ymx +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.471 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.471 | 96204 | Added a new worker 8 to the queue +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.471 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.473 | 78072 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.473 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.473 | 78072 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.473 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.473 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YbrYaJ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.477 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.479 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.481 | 96201 | Marked run 1565 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.482 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.482 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.483 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.489 | 96203 | Marked run 1566 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.489 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.495 | 78073 | Recursively removing directory: /tmp/git.ta9Ymx/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.497 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.497 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.500 | 78076 | Recursively removing directory: /tmp/git.YbrYaJ/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.502 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.502 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.502 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.506 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.506 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.507 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.511 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.511 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.511 | 96220 | Added a new worker 14 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.511 | 78072 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.511 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.511 | 78072 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.512 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GgpLbo +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.512 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.514 | 96222 | Added a new worker 8 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.514 | 78072 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.514 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.514 | 78072 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.514 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqki5p +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.514 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.521 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.522 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.524 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.525 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.528 | 96219 | Marked run 1567 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.529 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.532 | 96221 | Marked run 1568 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.533 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.538 | 78073 | Recursively removing directory: /tmp/git.GgpLbo/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.539 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.539 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.542 | 78076 | Recursively removing directory: /tmp/git.oqki5p/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.543 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.543 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.547 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.547 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.548 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.548 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.554 | 96239 | Added a new worker 12 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.554 | 78072 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.554 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.554 | 78072 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.554 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.556 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lsRbT1 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.557 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.558 | 96240 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.558 | 78072 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.558 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.558 | 78072 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.558 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aj7px5 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.559 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.563 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.564 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.564 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.565 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.574 | 96238 | Marked run 1570 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.574 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.578 | 96237 | Marked run 1569 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.579 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.582 | 78076 | Recursively removing directory: /tmp/git.aj7px5/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.583 | 78073 | Recursively removing directory: /tmp/git.lsRbT1/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.585 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.585 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.589 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.593 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.585 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.585 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.593 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.598 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.599 | 96257 | Added a new worker 12 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.599 | 78072 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.599 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.599 | 78072 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.599 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tKXosp +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.600 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.603 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.603 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.604 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.605 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.608 | 96259 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.608 | 78072 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.608 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.608 | 78072 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.609 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.609 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AYgWMd +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.613 | 96256 | Marked run 1572 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.613 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.617 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.618 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.624 | 96258 | Marked run 1571 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.625 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.627 | 78076 | Recursively removing directory: /tmp/git.tKXosp/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.629 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.629 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.633 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.637 | 78073 | Recursively removing directory: /tmp/git.AYgWMd/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.638 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.638 | 96275 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.638 | 78072 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.638 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.639 | 78072 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.639 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.639 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.640 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.643 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.638 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.639 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wV4tJX +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.644 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.645 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.651 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.655 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.655 | 96282 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.656 | 78072 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.656 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.656 | 78072 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.656 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.657 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mxpOP +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.661 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.662 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.668 | 96274 | Marked run 1573 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.669 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.671 | 78076 | Recursively removing directory: /tmp/git.wV4tJX/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.673 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.673 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.675 | 96276 | Marked run 1574 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.675 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.677 | 78073 | Recursively removing directory: /tmp/git.8mxpOP/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.679 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.679 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.680 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.684 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 96294 | Added a new worker 12 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 78072 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.684 | 78072 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.684 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zRaFaE +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.685 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.688 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.689 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.689 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.700 | 96295 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.700 | 78072 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.700 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.700 | 78072 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.700 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.700 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.701 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Omwmm +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.705 | 78076 | Recursively removing directory: /tmp/git.zRaFaE/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.711 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.712 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.712 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.713 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.714 | 96292 | Marked run 1575 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.715 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.716 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.718 | 96293 | Marked run 1576 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.719 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.720 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.721 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.722 | 96305 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.723 | 78072 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.723 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.723 | 78072 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.723 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.724 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JEIZPr +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.731 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.732 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.737 | 96304 | Marked run 1577 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.737 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.738 | 78073 | Recursively removing directory: /tmp/git.5Omwmm/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.739 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.739 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.744 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.749 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.749 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.749 | 96320 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.750 | 78072 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.750 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.750 | 78072 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.750 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GaNNLp +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.751 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.756 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.759 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.761 | 78076 | Recursively removing directory: /tmp/git.JEIZPr/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.762 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.762 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.766 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.769 | 96319 | Marked run 1578 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.769 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.770 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.776 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.779 | 78073 | Recursively removing directory: /tmp/git.GaNNLp/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.780 | 96329 | Added a new worker 11 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.780 | 78072 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.780 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.780 | 78072 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.781 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.780 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZB2BDy +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.782 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.782 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.786 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.787 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.788 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.791 | 96324 | Marked run 1579 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.791 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.792 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.792 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.792 | 96332 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.792 | 78072 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.792 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.792 | 78072 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.793 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fztr23 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.793 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.801 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.803 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.814 | 96331 | Marked run 1580 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.814 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.823 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.818 | 78073 | Recursively removing directory: /tmp/git.fztr23/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.819 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.819 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.826 | 78076 | Recursively removing directory: /tmp/git.ZB2BDy/ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.828 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.828 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.828 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.832 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.828 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.836 | 96347 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.836 | 78072 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.836 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.836 | 78072 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.837 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y1Ax9c +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.838 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 96349 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 78072 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.838 | 78072 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.839 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nPNVtJ +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.842 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.843 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.846 | 96346 | Marked run 1582 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.847 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.847 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.851 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.852 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.853 | 96348 | Marked run 1581 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.854 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.862 | 78073 | Recursively removing directory: /tmp/git.y1Ax9c/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.864 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.864 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.868 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.871 | 78076 | Recursively removing directory: /tmp/git.nPNVtJ/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.872 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.872 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.872 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.876 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.876 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.880 | 96365 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.880 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.880 | 78072 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.880 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.880 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78072 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 96367 | Added a new worker 13 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78072 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78072 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.881 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.882 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Prx1uT +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.881 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wxihdI +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.891 | 96364 | Marked run 1583 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.891 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.893 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.894 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.895 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.895 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.899 | 96366 | Marked run 1584 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.900 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.909 | 78073 | Recursively removing directory: /tmp/git.wxihdI/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.910 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.910 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.914 | 78076 | Recursively removing directory: /tmp/git.Prx1uT/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.916 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.916 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.919 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.917 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.920 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.920 | 96383 | Added a new worker 10 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.921 | 78072 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.921 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.921 | 78072 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.921 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.923 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.924 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yS7Cnm +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.933 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.934 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.937 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.937 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.938 | 96387 | Added a new worker 11 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.939 | 78072 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.939 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.939 | 78072 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.939 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y2oSbO +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.939 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.941 | 96382 | Marked run 1585 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.941 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.946 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.947 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.950 | 96384 | Marked run 1586 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.951 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.953 | 78073 | Recursively removing directory: /tmp/git.yS7Cnm/ +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.954 | 78073 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.954 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.959 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.962 | 78073 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.963 | 78076 | Recursively removing directory: /tmp/git.Y2oSbO/ +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.964 | 78076 | Process exit code: 0 +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.964 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.971 | 96401 | Added a new worker 11 to the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.972 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.972 | 78072 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.972 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.972 | 78072 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.972 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1k2cJm +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.973 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.975 | 78076 | Waiting for a new command +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.975 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.978 | 78073 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78073/cimple-worker: 2023-08-28 07:34:40.979 | 78073 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.980 | 96403 | Added a new worker 11 to the queue +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.980 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6YUH7G +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.980 | 78072 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.980 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.980 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.980 | 78072 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.983 | 96400 | Marked run 1587 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.983 | 78070 | Waiting for new connections +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.986 | 78076 | Checking out revision HEAD +2023-08-28 07:34:40 | INFO | 78076/cimple-worker: 2023-08-28 07:34:40.987 | 78076 | Going to run: ./ci +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.994 | 96402 | Marked run 1588 as finished +2023-08-28 07:34:40 | INFO | 78070/cimple-server: 2023-08-28 07:34:40.996 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.003 | 78076 | Recursively removing directory: /tmp/git.6YUH7G/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.003 | 78073 | Recursively removing directory: /tmp/git.1k2cJm/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.004 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.004 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.009 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.009 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.005 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.005 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.013 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.013 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.013 | 96420 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.013 | 78072 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.013 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.014 | 78072 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.014 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1XC3yP +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.015 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.015 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.015 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.019 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.020 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.018 | 96421 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.020 | 78072 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.020 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.020 | 78072 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.020 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7QVDZa +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.021 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.033 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.034 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.035 | 78076 | Recursively removing directory: /tmp/git.1XC3yP/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.036 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.036 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.041 | 96418 | Marked run 1589 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.041 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.041 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.044 | 96419 | Marked run 1590 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.045 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.046 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.048 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.048 | 96433 | Added a new worker 8 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.048 | 78072 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.048 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.048 | 78072 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.049 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.049 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mUeo2o +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.054 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.055 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.062 | 96430 | Marked run 1591 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.063 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.065 | 78073 | Recursively removing directory: /tmp/git.7QVDZa/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.066 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.066 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.070 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.075 | 78076 | Recursively removing directory: /tmp/git.mUeo2o/ +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.075 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.076 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.076 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.075 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.081 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.082 | 96446 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.082 | 78072 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.082 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.082 | 78072 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.083 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZJ0N6A +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.084 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.085 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.085 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.088 | 96448 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.088 | 78072 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.088 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.088 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.088 | 78072 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.088 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dHkI8y +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.090 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.091 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.100 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.101 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.110 | 96447 | Marked run 1593 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.110 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.115 | 96445 | Marked run 1592 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.115 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.116 | 78076 | Recursively removing directory: /tmp/git.dHkI8y/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.117 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.117 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.121 | 78073 | Recursively removing directory: /tmp/git.ZJ0N6A/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.123 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.123 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.124 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.127 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.129 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.132 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 96466 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 78072 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 78072 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.132 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bLyH7j +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.132 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.132 | 96465 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.133 | 78072 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.133 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.133 | 78072 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.133 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.134 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.134 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kwPj7F +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.141 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.141 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.142 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.143 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.151 | 96463 | Marked run 1595 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.152 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.158 | 96464 | Marked run 1594 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.158 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.162 | 78073 | Recursively removing directory: /tmp/git.bLyH7j/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.163 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.163 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.165 | 78076 | Recursively removing directory: /tmp/git.kwPj7F/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.167 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.167 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.168 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 96483 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 78072 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.172 | 78072 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.172 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.173 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jl0meh +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.174 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.178 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.179 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.185 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.185 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.188 | 96490 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.188 | 78072 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.188 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.188 | 78072 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.188 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gCi2No +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.189 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.195 | 96481 | Marked run 1596 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.195 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.198 | 78073 | Recursively removing directory: /tmp/git.jl0meh/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.199 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.199 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.203 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.206 | 96482 | Marked run 1597 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.206 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.208 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.208 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.208 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.210 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.210 | 96493 | Added a new worker 9 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.210 | 78072 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.210 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.210 | 78072 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.211 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.211 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pB3nXU +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.215 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.216 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.223 | 96492 | Marked run 1598 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.224 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.231 | 78076 | Recursively removing directory: /tmp/git.gCi2No/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.232 | 78073 | Recursively removing directory: /tmp/git.pB3nXU/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.234 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.234 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.237 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.238 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.233 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.233 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.242 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.242 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 96511 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 78072 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 78072 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.243 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mHWdn0 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.243 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.247 | 96510 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.247 | 78072 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.247 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.247 | 78072 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.248 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.248 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.249 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.250 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.250 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q8nYTS +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.259 | 96509 | Marked run 1600 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.259 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.261 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.262 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.266 | 96508 | Marked run 1599 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.267 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.272 | 78073 | Recursively removing directory: /tmp/git.mHWdn0/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.273 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.273 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.278 | 78076 | Recursively removing directory: /tmp/git.Q8nYTS/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.279 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.279 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.283 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.283 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.283 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.283 | 96527 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.283 | 78072 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.283 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.284 | 78072 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.284 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XYDLlP +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.284 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.285 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.289 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.289 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.290 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.291 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.296 | 96529 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.296 | 78072 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.296 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.297 | 78072 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.297 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lB7diG +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.297 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.303 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.305 | 96528 | Marked run 1602 as finished +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.305 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.305 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.311 | 96526 | Marked run 1601 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.311 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.320 | 78073 | Recursively removing directory: /tmp/git.XYDLlP/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.321 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.321 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.326 | 78076 | Recursively removing directory: /tmp/git.lB7diG/ +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.326 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.327 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.327 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.331 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.333 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.333 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.337 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.337 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.338 | 96545 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.338 | 78072 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.338 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.338 | 78072 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.339 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gy10D5 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.339 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.344 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.344 | 96547 | Added a new worker 8 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.344 | 78072 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.344 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.344 | 78072 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.345 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.345 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JpE7pD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.347 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.353 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.354 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.358 | 96546 | Marked run 1604 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.359 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.363 | 96544 | Marked run 1603 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.363 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.367 | 78076 | Recursively removing directory: /tmp/git.JpE7pD/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.369 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.369 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.372 | 78073 | Recursively removing directory: /tmp/git.gy10D5/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.373 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.373 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.377 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.377 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.378 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.378 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.382 | 96564 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.382 | 78072 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.382 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.382 | 78072 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.382 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.382 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.384 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BHulBk +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.386 | 96565 | Added a new worker 11 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.387 | 78072 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.387 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.387 | 78072 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.387 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ggIn2u +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.388 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.392 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.394 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.396 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.397 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.399 | 96562 | Marked run 1606 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.399 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.405 | 96563 | Marked run 1605 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.405 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.409 | 78076 | Recursively removing directory: /tmp/git.BHulBk/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.411 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.411 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.415 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.417 | 78073 | Recursively removing directory: /tmp/git.ggIn2u/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.418 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.418 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.419 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.419 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.423 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.427 | 96581 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.427 | 78072 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.427 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.427 | 78072 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.427 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.427 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N5MW8T +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.428 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.428 | 96583 | Added a new worker 8 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.428 | 78072 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.428 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.428 | 78072 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.428 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PBqDWs +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.433 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.434 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.436 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.438 | 96580 | Marked run 1607 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.438 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.438 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.448 | 96582 | Marked run 1608 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.449 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.454 | 78076 | Recursively removing directory: /tmp/git.N5MW8T/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.455 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.455 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.458 | 78073 | Recursively removing directory: /tmp/git.PBqDWs/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.459 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.459 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.460 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.463 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.464 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.465 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.468 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 96600 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 78072 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 78072 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.469 | 96601 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.468 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.470 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VHq4ml +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.470 | 78072 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.470 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.470 | 78072 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.469 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7Ypyec +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.471 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.477 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.477 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.478 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.480 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.485 | 96598 | Marked run 1609 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.486 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.497 | 96599 | Marked run 1610 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.498 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.501 | 78073 | Recursively removing directory: /tmp/git.VHq4ml/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.503 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.503 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.507 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.503 | 78076 | Recursively removing directory: /tmp/git.7Ypyec/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.505 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.505 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.509 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.512 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.512 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.514 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.514 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.514 | 96618 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.514 | 78072 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.514 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.514 | 78072 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.514 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q3DEyU +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.515 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.515 | 96619 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.515 | 78072 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.515 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.515 | 78072 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.515 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bco5Pw +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.516 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.524 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.525 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.526 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.529 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.532 | 96616 | Marked run 1612 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.533 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.538 | 96617 | Marked run 1611 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.539 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.547 | 78076 | Recursively removing directory: /tmp/git.Bco5Pw/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.548 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.548 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.550 | 78073 | Recursively removing directory: /tmp/git.q3DEyU/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.551 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.551 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.552 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.555 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.558 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.558 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.559 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.559 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 96636 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 78072 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 78072 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.560 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GBia8Y +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.560 | 96637 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.561 | 78072 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.561 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.561 | 78072 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.561 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a97GpV +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.562 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.569 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.570 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.570 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.574 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.582 | 96634 | Marked run 1614 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.582 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.586 | 96635 | Marked run 1613 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.587 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.596 | 78073 | Recursively removing directory: /tmp/git.a97GpV/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.592 | 78076 | Recursively removing directory: /tmp/git.GBia8Y/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.598 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.598 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.598 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.602 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.603 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.603 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.606 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 96654 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 96655 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.606 | 78072 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.607 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DF0NOk +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.607 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.itRyDT +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.607 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.615 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.616 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.616 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.617 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.623 | 96652 | Marked run 1615 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.623 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.629 | 96653 | Marked run 1616 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.629 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.634 | 78076 | Recursively removing directory: /tmp/git.itRyDT/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.635 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.635 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.637 | 78073 | Recursively removing directory: /tmp/git.DF0NOk/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.638 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.638 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.640 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.644 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.647 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.648 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.650 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.650 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.656 | 96673 | Added a new worker 16 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.656 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 96672 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78072 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.657 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.657 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8fYGB2 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.658 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DbORgV +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.664 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.665 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.665 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.666 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.669 | 96670 | Marked run 1617 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.670 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.674 | 96671 | Marked run 1618 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.674 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.681 | 78076 | Recursively removing directory: /tmp/git.8fYGB2/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.682 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.682 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.686 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.688 | 78073 | Recursively removing directory: /tmp/git.DbORgV/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.690 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.690 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.691 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.691 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.694 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.696 | 96689 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.696 | 78072 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.696 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.696 | 78072 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.697 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8BtmwF +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.698 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.698 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.698 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.702 | 96691 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.702 | 78072 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.702 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.703 | 78072 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.703 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FAAAIh +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.703 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.704 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.705 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.708 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.711 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.714 | 96688 | Marked run 1620 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.715 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.720 | 96690 | Marked run 1619 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.721 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.726 | 78076 | Recursively removing directory: /tmp/git.8BtmwF/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.727 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.727 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.731 | 78073 | Recursively removing directory: /tmp/git.FAAAIh/ +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.731 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.733 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.733 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.736 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.736 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.738 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.740 | 96707 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.740 | 78072 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.740 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.740 | 78072 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.741 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wb1Uee +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.742 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.748 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.749 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.751 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.752 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.752 | 96709 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.752 | 78072 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.752 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.753 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.753 | 78072 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.753 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gAe7me +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.765 | 96708 | Marked run 1622 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.766 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.765 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.771 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.774 | 96706 | Marked run 1621 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.776 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.782 | 78076 | Recursively removing directory: /tmp/git.Wb1Uee/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.783 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.783 | 78076 | Process output: 415085 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.790 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.798 | 78073 | Recursively removing directory: /tmp/git.gAe7me/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.800 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.800 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.800 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.805 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.810 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.812 | 96725 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.812 | 78072 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.812 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.812 | 78072 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.812 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4fWFe3 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.812 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.815 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.816 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.817 | 96727 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.818 | 78072 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.818 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.818 | 78072 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.818 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.821 | 96724 | Marked run 1623 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.821 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.822 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.18PBOc +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.831 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.832 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.833 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.834 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.836 | 96726 | Marked run 1624 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.837 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.844 | 78076 | Recursively removing directory: /tmp/git.4fWFe3/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.846 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.846 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.850 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.854 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.856 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.853 | 78073 | Recursively removing directory: /tmp/git.18PBOc/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.855 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.855 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.860 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.862 | 96743 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.863 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GliYFg +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.866 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.863 | 78072 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.863 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.863 | 78072 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.866 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.868 | 96745 | Added a new worker 8 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.868 | 78072 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.868 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.868 | 78072 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.869 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uHAJld +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.870 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.880 | 96742 | Marked run 1625 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.881 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.884 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.886 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.897 | 96744 | Marked run 1626 as finished +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.898 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.898 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.899 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.909 | 78076 | Recursively removing directory: /tmp/git.GliYFg/ +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.910 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.910 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.914 | 78073 | Recursively removing directory: /tmp/git.uHAJld/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.915 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.915 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.917 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.918 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.918 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.918 | 96761 | Added a new worker 10 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.918 | 78072 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.918 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.918 | 78072 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.918 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DfXNlF +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.919 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.921 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.927 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.928 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.929 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.930 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.932 | 96763 | Added a new worker 12 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.932 | 78072 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.932 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.932 | 78072 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.933 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.933 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V5fNZI +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.941 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.942 | 78073 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.943 | 96760 | Marked run 1627 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.944 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.952 | 96762 | Marked run 1628 as finished +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.953 | 78076 | Recursively removing directory: /tmp/git.DfXNlF/ +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.953 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.954 | 78076 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.954 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.958 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.960 | 78073 | Recursively removing directory: /tmp/git.V5fNZI/ +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.962 | 78073 | Process exit code: 0 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.962 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.962 | 78076 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.965 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.968 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.970 | 96779 | Added a new worker 13 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.970 | 78072 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.970 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.970 | 78072 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.971 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.972 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.swrPq3 +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 96781 | Added a new worker 14 to the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 78072 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.973 | 78072 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.973 | 78073 | Waiting for a new command +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.974 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YB3LXp +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.979 | 96778 | Marked run 1629 as finished +2023-08-28 07:34:41 | INFO | 78070/cimple-server: 2023-08-28 07:34:41.979 | 78070 | Waiting for new connections +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.983 | 78076 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78076/cimple-worker: 2023-08-28 07:34:41.989 | 78076 | Going to run: ./ci +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.995 | 78073 | Checking out revision HEAD +2023-08-28 07:34:41 | INFO | 78073/cimple-worker: 2023-08-28 07:34:41.997 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.002 | 96780 | Marked run 1630 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.003 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.007 | 78076 | Recursively removing directory: /tmp/git.swrPq3/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.008 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.008 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.013 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.014 | 78073 | Recursively removing directory: /tmp/git.YB3LXp/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.015 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.015 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.018 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.018 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.019 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.023 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.023 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.023 | 96797 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.026 | 78072 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.027 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.027 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.027 | 78072 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.027 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SQ2vdl +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.028 | 96799 | Added a new worker 16 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.028 | 78072 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.028 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.028 | 78072 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.029 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6UZJSJ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.029 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.033 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.035 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.036 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.046 | 78076 | Recursively removing directory: /tmp/git.SQ2vdl/ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.047 | 96796 | Marked run 1631 as finished +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.047 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.053 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.048 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.048 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.054 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.058 | 96798 | Marked run 1632 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.059 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.061 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.061 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.066 | 78073 | Recursively removing directory: /tmp/git.6UZJSJ/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.067 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.067 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.068 | 96815 | Added a new worker 11 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.068 | 78072 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.068 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.068 | 78072 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.068 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.072 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xki5lY +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.074 | 96812 | Marked run 1633 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.075 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.075 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.078 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.079 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.079 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.080 | 96817 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.080 | 78072 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.080 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.080 | 78072 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.081 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.080 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.081 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sGaWds +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.095 | 78076 | Recursively removing directory: /tmp/git.xki5lY/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.096 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.096 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.099 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.100 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.104 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.104 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.104 | 96826 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.104 | 78072 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.104 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.105 | 78072 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.105 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.115 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AIkBjm +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.115 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.119 | 96816 | Marked run 1634 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.120 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.124 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.125 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.129 | 96825 | Marked run 1635 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.129 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.143 | 78076 | Recursively removing directory: /tmp/git.AIkBjm/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.135 | 78073 | Recursively removing directory: /tmp/git.sGaWds/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.138 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.138 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.144 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.144 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.148 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.148 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 96843 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.149 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 78072 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.149 | 78072 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.149 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UswxmU +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.154 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.155 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.161 | 96844 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.162 | 78072 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.162 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.162 | 78072 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.155 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.162 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y2YilN +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.163 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.164 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.175 | 96842 | Marked run 1637 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.176 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.180 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.182 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.183 | 78073 | Recursively removing directory: /tmp/git.UswxmU/ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.184 | 96841 | Marked run 1636 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.184 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.185 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.185 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.192 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.196 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.196 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.198 | 78076 | Recursively removing directory: /tmp/git.y2YilN/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.201 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.201 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.204 | 96860 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.205 | 78072 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.205 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.205 | 78072 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.205 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.205 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tMa1Lg +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.206 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.211 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.212 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.212 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.215 | 96862 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.216 | 78072 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.216 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.216 | 78072 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.216 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ei50ZG +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.216 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.218 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.223 | 96859 | Marked run 1638 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.224 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.226 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.227 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.231 | 96861 | Marked run 1639 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.232 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.239 | 78073 | Recursively removing directory: /tmp/git.tMa1Lg/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.240 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.240 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.242 | 78076 | Recursively removing directory: /tmp/git.Ei50ZG/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.244 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.244 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.244 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.248 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.249 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.249 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.252 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.252 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.252 | 96879 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.252 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.252 | 96880 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.252 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.253 | 78072 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.253 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dss4KK +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.253 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QSIZVl +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.258 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.259 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.268 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.269 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.276 | 96877 | Marked run 1640 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.276 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.277 | 78076 | Recursively removing directory: /tmp/git.Dss4KK/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.280 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.280 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.283 | 96878 | Marked run 1641 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.283 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.285 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.285 | 78073 | Recursively removing directory: /tmp/git.QSIZVl/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.287 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.287 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.289 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.290 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.291 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.295 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 96896 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 78072 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.295 | 78072 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.295 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pxwJ34 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.300 | 96898 | Added a new worker 8 to the queue +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.300 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.301 | 78072 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.301 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.301 | 78072 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.301 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JvxblA +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.301 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.302 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.310 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.310 | 96895 | Marked run 1643 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.311 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.312 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.322 | 78076 | Recursively removing directory: /tmp/git.pxwJ34/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.323 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.323 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.324 | 96897 | Marked run 1642 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.324 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.328 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.332 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.332 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.329 | 78073 | Recursively removing directory: /tmp/git.JvxblA/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.330 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.330 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.335 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.335 | 96914 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.335 | 78072 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.335 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.335 | 78072 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.336 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KvIILc +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.337 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.339 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.339 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.345 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.345 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.346 | 96916 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.346 | 78072 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.346 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.346 | 78072 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.346 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.346 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I3uJzh +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.353 | 96913 | Marked run 1644 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.354 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.358 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.360 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.361 | 96915 | Marked run 1645 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.361 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.364 | 78076 | Recursively removing directory: /tmp/git.KvIILc/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.365 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.365 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.369 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.374 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.374 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.381 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.381 | 96933 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.381 | 78072 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.381 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.381 | 78072 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.382 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JHkpHZ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.375 | 78073 | Recursively removing directory: /tmp/git.I3uJzh/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.376 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.376 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.383 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.386 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.386 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.387 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.389 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.389 | 96935 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.390 | 78072 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.390 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.390 | 78072 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.390 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vd6iHZ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.390 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.396 | 96932 | Marked run 1646 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.396 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.400 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.401 | 96934 | Marked run 1647 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.402 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.402 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.415 | 78076 | Recursively removing directory: /tmp/git.JHkpHZ/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.416 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.416 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.420 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.423 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.417 | 78073 | Recursively removing directory: /tmp/git.Vd6iHZ/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.418 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.418 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.425 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.425 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 96952 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 96953 | Added a new worker 15 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78072 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.428 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.428 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.428 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0RgK1v +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.429 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.97HySo +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.434 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.436 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.437 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.440 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.447 | 96950 | Marked run 1648 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.447 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.453 | 96951 | Marked run 1649 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.454 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.458 | 78076 | Recursively removing directory: /tmp/git.97HySo/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.460 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.460 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.460 | 78073 | Recursively removing directory: /tmp/git.0RgK1v/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.462 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.462 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.464 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.466 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.469 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.469 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 96970 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 78072 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 78072 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.470 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.471 | 96971 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.471 | 78072 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.471 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.471 | 78072 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.470 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.471 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TwQ0ti +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.471 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zRTe36 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.472 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.480 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.481 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.484 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.485 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.493 | 96968 | Marked run 1650 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.494 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.498 | 96969 | Marked run 1651 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.498 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.501 | 78073 | Recursively removing directory: /tmp/git.TwQ0ti/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.502 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.502 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.504 | 78076 | Recursively removing directory: /tmp/git.zRTe36/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.505 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.505 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.507 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.509 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.511 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.511 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.511 | 96988 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.511 | 78072 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.511 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.511 | 78072 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.511 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gVuZMP +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.512 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.515 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.515 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.517 | 96989 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.517 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.518 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.518 | 78072 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.518 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.519 | 78072 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.519 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.520 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.njOYh1 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.534 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.535 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.539 | 78073 | Recursively removing directory: /tmp/git.gVuZMP/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.540 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.540 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.546 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.548 | 96987 | Marked run 1652 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.548 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.552 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.552 | 97005 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.552 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.552 | 78072 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.552 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.552 | 78072 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.554 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.553 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7PNQ8c +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.556 | 96986 | Marked run 1653 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.556 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.562 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.563 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.565 | 78076 | Recursively removing directory: /tmp/git.njOYh1/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.566 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.566 | 78076 | Process output: 415086 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.569 | 97002 | Marked run 1654 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.569 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.572 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.576 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.576 | 97014 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.576 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.577 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kNfa7G +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.576 | 78072 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.576 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.576 | 78072 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.578 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.581 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.582 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.586 | 78073 | Recursively removing directory: /tmp/git.7PNQ8c/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.590 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.594 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.590 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.599 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.601 | 97023 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.601 | 78072 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.601 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.601 | 78072 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.601 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.601 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.603 | 97011 | Marked run 1655 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.603 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.603 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5w67aE +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.603 | 78076 | Recursively removing directory: /tmp/git.kNfa7G/ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.609 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.605 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.605 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.612 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.614 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 97025 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.613 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.614 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2kQINX +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 78072 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.614 | 78072 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.621 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.622 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.628 | 97022 | Marked run 1656 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.628 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.632 | 97024 | Marked run 1657 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.632 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.637 | 78073 | Recursively removing directory: /tmp/git.5w67aE/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.638 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.638 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.646 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.641 | 78076 | Recursively removing directory: /tmp/git.2kQINX/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.642 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.642 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.646 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.646 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.646 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.651 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.651 | 97041 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.656 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.656 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 97043 | Added a new worker 15 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.657 | 78072 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.658 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TlUdm1 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.657 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W6qVnv +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.658 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.668 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.669 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.669 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.670 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.673 | 97040 | Marked run 1658 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.674 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.679 | 97042 | Marked run 1659 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.679 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.685 | 78076 | Recursively removing directory: /tmp/git.W6qVnv/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.686 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.686 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.690 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.692 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.686 | 78073 | Recursively removing directory: /tmp/git.TlUdm1/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.687 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.687 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.694 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.695 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.697 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.697 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.697 | 97060 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 78072 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 78072 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.698 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xtsGB4 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 97061 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.698 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.699 | 78072 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.699 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.699 | 78072 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.699 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mJOYIR +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.707 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.708 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.712 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.713 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.717 | 97059 | Marked run 1660 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.717 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.722 | 97058 | Marked run 1661 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.723 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.730 | 78076 | Recursively removing directory: /tmp/git.xtsGB4/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.732 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.732 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.727 | 78073 | Recursively removing directory: /tmp/git.mJOYIR/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.728 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.728 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.733 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.736 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.738 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.739 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.741 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.742 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.742 | 97078 | Added a new worker 14 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.742 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.742 | 97079 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.742 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.747 | 78072 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.747 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.keou86 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.747 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BcfbYK +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.753 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.753 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.753 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.754 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.767 | 97076 | Marked run 1663 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.768 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.771 | 78076 | Recursively removing directory: /tmp/git.BcfbYK/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.772 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.772 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.774 | 78073 | Recursively removing directory: /tmp/git.keou86/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.775 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.775 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.776 | 97077 | Marked run 1662 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.776 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.778 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.780 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.781 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 97096 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 78072 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.782 | 78072 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.783 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fgmhqX +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.786 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.786 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.787 | 97097 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.788 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.789 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.789 | 78072 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.789 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.789 | 78072 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.790 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ojSsxS +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.790 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.804 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.805 | 97094 | Marked run 1665 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.805 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.813 | 97095 | Marked run 1664 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.813 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.813 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.821 | 78076 | Recursively removing directory: /tmp/git.fgmhqX/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.822 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.822 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.826 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.828 | 78073 | Recursively removing directory: /tmp/git.ojSsxS/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.829 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.829 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.830 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.831 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.837 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.837 | 97113 | Added a new worker 12 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.837 | 78072 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.837 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.837 | 78072 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.838 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.838 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OTP2qD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.840 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.840 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.843 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.844 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.847 | 97115 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.847 | 78072 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.847 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.848 | 78072 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.848 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.849 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OXMTQm +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.855 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.857 | 97112 | Marked run 1666 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.857 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.859 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.862 | 97114 | Marked run 1667 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.862 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.863 | 78076 | Recursively removing directory: /tmp/git.OTP2qD/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.864 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.864 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.869 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.873 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.873 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.874 | 97129 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.874 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.874 | 78072 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.874 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.874 | 78072 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.874 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k2crkD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.879 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.880 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.888 | 97126 | Marked run 1668 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.889 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.890 | 78073 | Recursively removing directory: /tmp/git.OXMTQm/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.892 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.892 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.896 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.899 | 78076 | Recursively removing directory: /tmp/git.k2crkD/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.900 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.900 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.900 | 97140 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.900 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.901 | 78072 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.901 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.901 | 78072 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.901 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rSG2AB +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.906 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.902 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.902 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.907 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.907 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.912 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.912 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.921 | 97144 | Added a new worker 13 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.921 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.922 | 78072 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.922 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.923 | 78072 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.923 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uitS09 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.935 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.936 | 78073 | Recursively removing directory: /tmp/git.rSG2AB/ +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.937 | 97139 | Marked run 1669 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.938 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.938 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.939 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.939 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.943 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.948 | 97141 | Marked run 1670 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.948 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.950 | 78073 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.951 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.953 | 97158 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.953 | 78072 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.953 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.953 | 78072 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.953 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hkVjSt +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.954 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.958 | 78073 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.959 | 78073 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.964 | 97153 | Marked run 1671 as finished +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.964 | 78076 | Recursively removing directory: /tmp/git.uitS09/ +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.965 | 78076 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.965 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.969 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.971 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.976 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.977 | 78076 | Waiting for a new command +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.977 | 97167 | Added a new worker 10 to the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.977 | 78072 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.977 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.977 | 78072 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.977 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sDUQDq +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.980 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.986 | 78073 | Recursively removing directory: /tmp/git.hkVjSt/ +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.987 | 78073 | Process exit code: 0 +2023-08-28 07:34:42 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.987 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.987 | 78076 | Checking out revision HEAD +2023-08-28 07:34:42 | INFO | 78076/cimple-worker: 2023-08-28 07:34:42.987 | 78076 | Going to run: ./ci +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.991 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.995 | 97166 | Marked run 1672 as finished +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.995 | 78070 | Waiting for new connections +2023-08-28 07:34:42 | INFO | 78070/cimple-server: 2023-08-28 07:34:42.995 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:42.996 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.003 | 97174 | Added a new worker 9 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.003 | 78072 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.003 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.004 | 78072 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.004 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yA6tLD +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.004 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.006 | 78076 | Recursively removing directory: /tmp/git.sDUQDq/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.008 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.008 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.012 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.013 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.015 | 97170 | Marked run 1673 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.016 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.016 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.017 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.017 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.024 | 97179 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.024 | 78072 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.024 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.025 | 78072 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.025 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g7JNkk +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.025 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.031 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.032 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.035 | 78073 | Recursively removing directory: /tmp/git.yA6tLD/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.038 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.038 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.043 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.044 | 97177 | Marked run 1674 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.044 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.047 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.048 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.048 | 97194 | Added a new worker 8 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.048 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.048 | 78072 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.048 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.048 | 78072 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.049 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eMrIXL +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.053 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.054 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.061 | 78076 | Recursively removing directory: /tmp/git.g7JNkk/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.062 | 97189 | Marked run 1675 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.063 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.063 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.063 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.067 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.074 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.074 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.074 | 97203 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.075 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p7y659 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.075 | 78072 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.075 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.075 | 78072 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.080 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.081 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.082 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.081 | 78073 | Recursively removing directory: /tmp/git.eMrIXL/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.083 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.083 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.087 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.094 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.094 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.094 | 97208 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.094 | 78072 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.094 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.094 | 78072 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.095 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.100 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c7DAbN +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.103 | 97202 | Marked run 1676 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.103 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.112 | 97207 | Marked run 1677 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.113 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.112 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.114 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.114 | 78076 | Recursively removing directory: /tmp/git.p7y659/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.115 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.115 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.119 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.125 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.125 | 97221 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.125 | 78072 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.125 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.125 | 78072 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.125 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.125 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l2gssQ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.126 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.128 | 78073 | Recursively removing directory: /tmp/git.c7DAbN/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.130 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.130 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.134 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.140 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.140 | 97223 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.140 | 78072 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.140 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.140 | 78072 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.141 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.143 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.140 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.141 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.daqPAL +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.398 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.400 | 97220 | Marked run 1678 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.401 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.413 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.415 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.418 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.413 | 78076 | Recursively removing directory: /tmp/git.l2gssQ/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.414 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.414 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.422 | 97222 | Marked run 1679 as finished +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.422 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.423 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.423 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.425 | 97237 | Added a new worker 9 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.426 | 78072 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.426 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.426 | 78072 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.426 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LuetN4 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.426 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.436 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.437 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.438 | 78073 | Recursively removing directory: /tmp/git.daqPAL/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.444 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.439 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.439 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.445 | 97235 | Marked run 1680 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.446 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.449 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.449 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.450 | 97249 | Added a new worker 8 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.450 | 78072 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.450 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.450 | 78072 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.450 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MgbFRN +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.451 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.455 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.456 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.459 | 78076 | Recursively removing directory: /tmp/git.LuetN4/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.460 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.460 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.465 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.468 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.468 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.469 | 97256 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.469 | 78072 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.469 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.469 | 78072 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.470 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qeyAs8 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.470 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.472 | 97248 | Marked run 1681 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.472 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.476 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.476 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.485 | 97253 | Marked run 1682 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.486 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.493 | 78076 | Recursively removing directory: /tmp/git.qeyAs8/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.487 | 78073 | Recursively removing directory: /tmp/git.MgbFRN/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.489 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.489 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.495 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.495 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.498 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 97267 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78072 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.499 | 78072 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.499 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gxdGiG +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.500 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.504 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.505 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.505 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.506 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.506 | 97269 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.506 | 78072 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.506 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.506 | 78072 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.506 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FXPJ8K +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.507 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.516 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.516 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.523 | 78073 | Recursively removing directory: /tmp/git.gxdGiG/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.525 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.525 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.528 | 97266 | Marked run 1683 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.528 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.529 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 97281 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 78072 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 78072 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.533 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.533 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yd2BVP +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.533 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.535 | 97268 | Marked run 1684 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.535 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.546 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.549 | 97278 | Marked run 1685 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.550 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.552 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.553 | 78076 | Recursively removing directory: /tmp/git.FXPJ8K/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.555 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.555 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.559 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.562 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.563 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.564 | 97294 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.564 | 78072 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.564 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.564 | 78072 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.564 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rEEimP +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.564 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.571 | 78073 | Recursively removing directory: /tmp/git.yd2BVP/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.573 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.573 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.573 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.574 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.580 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.585 | 97291 | Marked run 1686 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.585 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.589 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.589 | 97299 | Added a new worker 8 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.589 | 78072 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.589 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.589 | 78072 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.589 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.589 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YaoBpx +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.590 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.595 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.596 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.604 | 97297 | Marked run 1687 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.604 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.608 | 78076 | Recursively removing directory: /tmp/git.rEEimP/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.609 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.609 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.614 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.618 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.619 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.619 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.613 | 78073 | Recursively removing directory: /tmp/git.YaoBpx/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.614 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.614 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.624 | 97313 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.624 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.626 | 78072 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.626 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.626 | 78072 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.626 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kxSDGy +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.628 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.628 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.629 | 97314 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.629 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.630 | 78072 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.630 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.630 | 78072 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.630 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G5ta8A +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.635 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.636 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.640 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.641 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.654 | 97312 | Marked run 1689 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.655 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.659 | 78073 | Recursively removing directory: /tmp/git.G5ta8A/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.660 | 97311 | Marked run 1688 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.660 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.661 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.661 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.666 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.673 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.667 | 78076 | Recursively removing directory: /tmp/git.kxSDGy/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.669 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.669 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.677 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.677 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.678 | 97331 | Added a new worker 14 to the queue +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.678 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.678 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.678 | 78072 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.678 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.678 | 78072 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.678 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Agf1Z +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.679 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.680 | 97332 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.680 | 78072 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.680 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.681 | 78072 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.681 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.30zAmi +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.681 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.686 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.686 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.688 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.689 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.692 | 97329 | Marked run 1691 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.693 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.698 | 97330 | Marked run 1690 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.698 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.706 | 78076 | Recursively removing directory: /tmp/git.2Agf1Z/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.708 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.708 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.711 | 78073 | Recursively removing directory: /tmp/git.30zAmi/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.712 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.712 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.714 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.716 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.719 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.720 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.720 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.720 | 97350 | Added a new worker 14 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.721 | 78072 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.721 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.721 | 78072 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.721 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.721 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yysY24 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.721 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.722 | 97349 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.722 | 78072 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.722 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.722 | 78072 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.722 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.722 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fs94LY +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.727 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.728 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.738 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.739 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.750 | 97347 | Marked run 1692 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.751 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.754 | 78073 | Recursively removing directory: /tmp/git.yysY24/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.755 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.755 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.757 | 78076 | Recursively removing directory: /tmp/git.Fs94LY/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.760 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.759 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.759 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.767 | 97348 | Marked run 1693 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.767 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.767 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.771 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.771 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.772 | 97367 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.772 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.772 | 78072 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.772 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.772 | 78072 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.776 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JXP7U5 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.777 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.777 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.777 | 97368 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.777 | 78072 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.777 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.777 | 78072 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.778 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9V9WBh +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.778 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.782 | 97365 | Marked run 1694 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.782 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.784 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.785 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.786 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.787 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.792 | 97366 | Marked run 1695 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.792 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.800 | 78076 | Recursively removing directory: /tmp/git.JXP7U5/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.802 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.802 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.806 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.810 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.805 | 78073 | Recursively removing directory: /tmp/git.9V9WBh/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.806 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.806 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.810 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.811 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.814 | 97384 | Added a new worker 12 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.814 | 78072 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.814 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.814 | 78072 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.814 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0yq1la +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.815 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.816 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.816 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.823 | 97386 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.824 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.824 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZVas3f +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.824 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.824 | 78072 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.824 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.824 | 78072 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.826 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.836 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.838 | 97385 | Marked run 1697 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.838 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.839 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.844 | 97383 | Marked run 1696 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.845 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.847 | 78076 | Recursively removing directory: /tmp/git.0yq1la/ +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.848 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.848 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.853 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.857 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.857 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.861 | 97402 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.861 | 78072 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.861 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.861 | 78072 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.861 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ClEjb3 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.862 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.867 | 78073 | Recursively removing directory: /tmp/git.ZVas3f/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.873 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.873 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.873 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.876 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.882 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.883 | 97399 | Marked run 1698 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.883 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.886 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.886 | 97411 | Added a new worker 8 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.887 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.886 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.888 | 78072 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.888 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.888 | 78072 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.889 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aZ0j7S +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.893 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.895 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.899 | 78076 | Recursively removing directory: /tmp/git.ClEjb3/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.900 | 97406 | Marked run 1699 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.900 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.900 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.900 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.904 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.910 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.910 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.912 | 97420 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.912 | 78072 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.912 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.913 | 78072 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.913 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kv2tjk +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.911 | 78073 | Recursively removing directory: /tmp/git.aZ0j7S/ +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.912 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.912 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.914 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.917 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.922 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.922 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.923 | 97422 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.923 | 78072 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.923 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.923 | 78072 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.923 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.923 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KGPleC +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.924 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.925 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.930 | 97419 | Marked run 1700 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.930 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.939 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.940 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.943 | 78076 | Recursively removing directory: /tmp/git.Kv2tjk/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.945 | 97421 | Marked run 1701 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.945 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.946 | 78076 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.946 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.950 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.954 | 78076 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.954 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.962 | 97436 | Added a new worker 10 to the queue +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.962 | 78073 | Recursively removing directory: /tmp/git.KGPleC/ +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.963 | 78072 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.963 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.963 | 78072 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.963 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.963 | 78073 | Process exit code: 0 +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.963 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.964 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fUCHyb +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.968 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.972 | 78073 | Waiting for a new command +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.973 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.974 | 78076 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78076/cimple-worker: 2023-08-28 07:34:43.974 | 78076 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.977 | 97440 | Added a new worker 13 to the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.977 | 78072 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.977 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.977 | 78072 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.977 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.977 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZOErkm +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.978 | 97432 | Marked run 1702 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.978 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.982 | 78073 | Checking out revision HEAD +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.982 | 78073 | Going to run: ./ci +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.993 | 97439 | Marked run 1703 as finished +2023-08-28 07:34:43 | INFO | 78070/cimple-server: 2023-08-28 07:34:43.994 | 78070 | Waiting for new connections +2023-08-28 07:34:43 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.998 | 78073 | Recursively removing directory: /tmp/git.ZOErkm/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.999 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:43.999 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.002 | 78076 | Recursively removing directory: /tmp/git.fUCHyb/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.003 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.003 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.005 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.008 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.008 | 97456 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.008 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.009 | 78072 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.009 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.009 | 78072 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.008 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.009 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OL2M9Q +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.012 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.014 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.015 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.028 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.029 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.029 | 97463 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.029 | 78072 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.029 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.029 | 78072 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.030 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rYp6fI +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.031 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.038 | 78073 | Recursively removing directory: /tmp/git.OL2M9Q/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.039 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.039 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.043 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.047 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.047 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.048 | 97467 | Added a new worker 16 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.048 | 78072 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.048 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.048 | 78072 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.049 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oWzaLB +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.050 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.054 | 97455 | Marked run 1705 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.054 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.059 | 97457 | Marked run 1704 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.059 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.059 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.061 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.065 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.066 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.077 | 78073 | Recursively removing directory: /tmp/git.oWzaLB/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.078 | 78076 | Recursively removing directory: /tmp/git.rYp6fI/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.079 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.079 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.078 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.078 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.082 | 97466 | Marked run 1706 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.082 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.083 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.085 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.087 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.087 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.090 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.090 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.090 | 97484 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.090 | 78072 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.090 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.090 | 78072 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.091 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.091 | 97485 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.091 | 78072 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.091 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.091 | 78072 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.092 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ey8y0e +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.093 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.093 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x2UyFl +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.103 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.104 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.104 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.106 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.110 | 97483 | Marked run 1707 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.110 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.123 | 97482 | Marked run 1708 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.123 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.127 | 78073 | Recursively removing directory: /tmp/git.x2UyFl/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.129 | 78076 | Recursively removing directory: /tmp/git.Ey8y0e/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.130 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.130 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.133 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.135 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.129 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.129 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.138 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.139 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.139 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.139 | 97503 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.139 | 78072 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.139 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.139 | 78072 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.140 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AHVKbn +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.140 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.141 | 97502 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.141 | 78072 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.141 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.141 | 78072 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.141 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.142 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kSVcB9 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.142 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.149 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.150 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.150 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.153 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.164 | 97500 | Marked run 1709 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.165 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.168 | 78073 | Recursively removing directory: /tmp/git.kSVcB9/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.169 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.169 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.176 | 97501 | Marked run 1710 as finished +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.179 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 97519 | Added a new worker 8 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 78072 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.180 | 78072 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.177 | 78076 | Recursively removing directory: /tmp/git.AHVKbn/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.178 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.178 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.180 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pUv9BD +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.181 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.183 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.186 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.187 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.187 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.187 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.190 | 97522 | Added a new worker 12 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.190 | 78072 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.190 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.190 | 78072 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.190 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I552jv +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.191 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.196 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.197 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.206 | 97518 | Marked run 1712 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.206 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.212 | 78073 | Recursively removing directory: /tmp/git.pUv9BD/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.213 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.213 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.215 | 97520 | Marked run 1711 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.215 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.219 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.215 | 78076 | Recursively removing directory: /tmp/git.I552jv/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.217 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.217 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.221 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.223 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.223 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.226 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 97538 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 97539 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.226 | 78072 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.226 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wa71R9 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.227 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gF3Cji +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.227 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.233 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.234 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.234 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.239 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.244 | 97536 | Marked run 1713 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.245 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.249 | 97537 | Marked run 1714 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.249 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.253 | 78076 | Recursively removing directory: /tmp/git.wa71R9/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.255 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.255 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.255 | 78073 | Recursively removing directory: /tmp/git.gF3Cji/ +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.259 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.257 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.257 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.261 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.263 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.263 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.266 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.266 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.266 | 97556 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.267 | 78072 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.267 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.267 | 78072 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.267 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N9iECu +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.267 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.268 | 97557 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.268 | 78072 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.268 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.268 | 78072 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.268 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bHtx72 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.269 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.272 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.274 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.275 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.276 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.286 | 97555 | Marked run 1715 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.287 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.291 | 97554 | Marked run 1716 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.292 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.296 | 78073 | Recursively removing directory: /tmp/git.bHtx72/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.297 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.297 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.298 | 78076 | Recursively removing directory: /tmp/git.N9iECu/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.299 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.299 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.301 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.304 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.305 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.305 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.308 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.308 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.308 | 97574 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.309 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2KkDkk +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 97575 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.309 | 78072 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.310 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GyeWXx +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.311 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.316 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.322 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.323 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.323 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.330 | 97572 | Marked run 1718 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.333 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.340 | 78073 | Recursively removing directory: /tmp/git.2KkDkk/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.342 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.342 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.343 | 78076 | Recursively removing directory: /tmp/git.GyeWXx/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.345 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.345 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.347 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.349 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.352 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.352 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.352 | 97573 | Marked run 1717 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.352 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.353 | 97592 | Added a new worker 8 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.353 | 78072 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.353 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.353 | 78072 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.353 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.354 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.355 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.355 | 97593 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.355 | 78072 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.355 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.355 | 78072 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.355 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5gnIwk +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.356 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g2njWJ +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.356 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.360 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.361 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.373 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.374 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.377 | 78076 | Recursively removing directory: /tmp/git.g2njWJ/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.379 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.379 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.382 | 97590 | Marked run 1719 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.382 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.385 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.385 | 97591 | Marked run 1720 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.385 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.390 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.393 | 97609 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.393 | 78072 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.393 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.393 | 78072 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.393 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.393 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.393 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FBrntS +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.400 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.402 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.404 | 97603 | Marked run 1722 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.404 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.407 | 78073 | Recursively removing directory: /tmp/git.5gnIwk/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.408 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.408 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.412 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.416 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.417 | 78076 | Recursively removing directory: /tmp/git.FBrntS/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.418 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.418 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.417 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 97618 | Added a new worker 12 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 78072 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.423 | 78072 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.423 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.68eSLe +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.427 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.427 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.429 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.430 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.433 | 97620 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.433 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.434 | 78072 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.434 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.434 | 78072 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.434 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cedvPK +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.440 | 97617 | Marked run 1721 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.440 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.441 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.444 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.452 | 97619 | Marked run 1723 as finished +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.452 | 78073 | Recursively removing directory: /tmp/git.68eSLe/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.453 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.453 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.454 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.457 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.461 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.462 | 78076 | Recursively removing directory: /tmp/git.cedvPK/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.463 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.463 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.468 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.468 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.472 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.472 | 97636 | Added a new worker 15 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.472 | 78072 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.472 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.472 | 78072 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.473 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z4RgYS +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.473 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.473 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.473 | 97638 | Added a new worker 8 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.473 | 78072 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.473 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.474 | 78072 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.474 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.474 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7gLZMG +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.477 | 97635 | Marked run 1724 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.477 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.478 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.479 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.485 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.486 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.496 | 97637 | Marked run 1725 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.497 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.502 | 78076 | Recursively removing directory: /tmp/git.7gLZMG/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.498 | 78073 | Recursively removing directory: /tmp/git.z4RgYS/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.499 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.499 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.503 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.503 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.504 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.507 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.509 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.509 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.511 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.511 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.511 | 97655 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.511 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.511 | 97656 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.511 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.512 | 78072 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.512 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lApcLu +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.513 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sNdgCF +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.518 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.518 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.534 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.535 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.534 | 78076 | Recursively removing directory: /tmp/git.sNdgCF/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.535 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.535 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.540 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.545 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.549 | 97654 | Marked run 1727 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.550 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.545 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.552 | 97666 | Added a new worker 8 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.553 | 78072 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.553 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.553 | 78072 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.553 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nLWMk7 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.554 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.555 | 97653 | Marked run 1726 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.555 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.561 | 78073 | Recursively removing directory: /tmp/git.lApcLu/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.562 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.563 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.563 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.563 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.567 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.568 | 97665 | Marked run 1729 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.568 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.576 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.577 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.577 | 97681 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.578 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.580 | 78072 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.580 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.580 | 78072 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.581 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KJ2oT4 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.588 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.590 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.590 | 78076 | Recursively removing directory: /tmp/git.nLWMk7/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.591 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.591 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.595 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.596 | 97676 | Marked run 1728 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.597 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.599 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.604 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.606 | 97690 | Added a new worker 11 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.606 | 78072 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.606 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.607 | 78072 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.607 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.607 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gpPAJL +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.610 | 78073 | Recursively removing directory: /tmp/git.KJ2oT4/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.612 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.612 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.614 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.621 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.621 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.621 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.622 | 97692 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.622 | 78072 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.622 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.622 | 78072 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.623 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.623 | 97685 | Marked run 1730 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.623 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.623 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JR37Bk +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.624 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.634 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.635 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.638 | 97691 | Marked run 1731 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.638 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.640 | 78076 | Recursively removing directory: /tmp/git.gpPAJL/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.641 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.642 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.646 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.650 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.650 | 97708 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.650 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.650 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.654 | 78072 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.654 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.654 | 78072 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.654 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CqNyMB +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.661 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.661 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.666 | 78073 | Recursively removing directory: /tmp/git.JR37Bk/ +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.667 | 97705 | Marked run 1732 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.672 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.668 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.668 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.677 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.677 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.677 | 97717 | Added a new worker 10 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.677 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.680 | 78072 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.680 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.680 | 78072 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.681 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w9EFRa +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.694 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.695 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.694 | 78076 | Recursively removing directory: /tmp/git.CqNyMB/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.696 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.696 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.701 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.702 | 97714 | Marked run 1733 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.703 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.706 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.705 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.711 | 97726 | Added a new worker 9 to the queue +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.711 | 78073 | Recursively removing directory: /tmp/git.w9EFRa/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.713 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.713 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.713 | 78072 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.713 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.714 | 78072 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.714 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.714 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xmPWCw +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.718 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.723 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.723 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.723 | 97728 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.723 | 78072 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.723 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.723 | 78072 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.724 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pY8Hrq +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.725 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.730 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.731 | 97721 | Marked run 1734 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.731 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.731 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.732 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.733 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.751 | 97727 | Marked run 1735 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.751 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.754 | 78073 | Recursively removing directory: /tmp/git.pY8Hrq/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.755 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.755 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.759 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.756 | 78076 | Recursively removing directory: /tmp/git.xmPWCw/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.757 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.757 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.762 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.763 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.765 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.766 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.766 | 97745 | Added a new worker 14 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.767 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.767 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.767 | 78072 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.767 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.767 | 78072 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.768 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nak9I1 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.774 | 97746 | Added a new worker 11 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.775 | 78072 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.775 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.775 | 78072 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.775 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nuBexh +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.776 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.777 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.779 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.783 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.787 | 97744 | Marked run 1736 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.788 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.786 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.794 | 97743 | Marked run 1737 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.794 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.795 | 78073 | Recursively removing directory: /tmp/git.Nak9I1/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.796 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.796 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.800 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.804 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.804 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.810 | 78076 | Recursively removing directory: /tmp/git.nuBexh/ +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.812 | 97762 | Added a new worker 11 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.812 | 78072 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.812 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.812 | 78072 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.813 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4G9Xf3 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.812 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.812 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.814 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.817 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.819 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.820 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.821 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.821 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.826 | 97761 | Marked run 1738 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.827 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.828 | 97766 | Added a new worker 6 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.828 | 78072 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.829 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.829 | 78072 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.829 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.829 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ENSUQJ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.835 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.836 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.841 | 97764 | Marked run 1739 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.841 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.845 | 78073 | Recursively removing directory: /tmp/git.4G9Xf3/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.846 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.846 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.850 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.854 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.854 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.852 | 78076 | Recursively removing directory: /tmp/git.ENSUQJ/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.854 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.854 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.859 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.863 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.862 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.863 | 97781 | Added a new worker 15 to the queue +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.863 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yKBSDD +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.863 | 78072 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.863 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.863 | 78072 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.864 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.869 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.870 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.871 | 97783 | Added a new worker 8 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.871 | 78072 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.871 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.871 | 78072 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.871 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.872 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SNRP8J +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.877 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.878 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.883 | 97780 | Marked run 1740 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.883 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.888 | 78073 | Recursively removing directory: /tmp/git.yKBSDD/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.889 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.889 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.891 | 97782 | Marked run 1741 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.892 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.895 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.903 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.917 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5pwFmY +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.900 | 78076 | Recursively removing directory: /tmp/git.SNRP8J/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.901 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.901 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.903 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.914 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.916 | 97799 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.916 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.916 | 78072 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.916 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.916 | 78072 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.925 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 97801 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 78072 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 78072 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.925 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.926 | 97798 | Marked run 1742 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.926 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.928 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y1GMg7 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.929 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.934 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.939 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.942 | 78076 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.952 | 97800 | Marked run 1743 as finished +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.953 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.955 | 78073 | Recursively removing directory: /tmp/git.5pwFmY/ +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.957 | 78073 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.957 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.961 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.966 | 78076 | Recursively removing directory: /tmp/git.y1GMg7/ +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.968 | 78076 | Process exit code: 0 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.968 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.968 | 78073 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.973 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.973 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.975 | 97817 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.975 | 78072 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.975 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.976 | 78072 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.976 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QqlkEf +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.977 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.984 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.984 | 97819 | Added a new worker 13 to the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.984 | 78072 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.984 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.984 | 78072 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.984 | 78076 | Waiting for a new command +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.985 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rbdflU +2023-08-28 07:34:44 | INFO | 78070/cimple-server: 2023-08-28 07:34:44.985 | 78070 | Waiting for new connections +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.992 | 78073 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78073/cimple-worker: 2023-08-28 07:34:44.995 | 78073 | Going to run: ./ci +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.997 | 78076 | Checking out revision HEAD +2023-08-28 07:34:44 | INFO | 78076/cimple-worker: 2023-08-28 07:34:44.998 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.001 | 97816 | Marked run 1744 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.002 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.010 | 97818 | Marked run 1745 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.011 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.016 | 78076 | Recursively removing directory: /tmp/git.rbdflU/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.017 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.017 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.027 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 97835 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78072 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.028 | 78072 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.029 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SX5xBX +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.029 | 78073 | Recursively removing directory: /tmp/git.QqlkEf/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.031 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.031 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.036 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.036 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.037 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.040 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.046 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.047 | 97838 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.047 | 78072 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.047 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.047 | 78072 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.048 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.047 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6TfbP5 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.058 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.059 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.060 | 97834 | Marked run 1747 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.061 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.065 | 97836 | Marked run 1746 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.065 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.068 | 78076 | Recursively removing directory: /tmp/git.SX5xBX/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.069 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.069 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.073 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.077 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.077 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.079 | 78073 | Recursively removing directory: /tmp/git.6TfbP5/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.080 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.080 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.080 | 97853 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.081 | 78072 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.081 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.081 | 78072 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.082 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nhndgq +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.082 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.085 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.089 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.096 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.098 | 97855 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.099 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YSYgCP +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.098 | 78072 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.098 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.099 | 78072 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.101 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.108 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.109 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.114 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.114 | 97854 | Marked run 1749 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.115 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.115 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.120 | 97852 | Marked run 1748 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.121 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.129 | 78076 | Recursively removing directory: /tmp/git.nhndgq/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.130 | 78073 | Recursively removing directory: /tmp/git.YSYgCP/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.131 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.131 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.135 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.135 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.130 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.130 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.139 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.140 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.147 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.147 | 97872 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.147 | 78072 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.147 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.147 | 78072 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.148 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gUtwA9 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.148 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.149 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.149 | 97873 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.150 | 78072 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.150 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.150 | 78072 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.151 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.154 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.155 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.155 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wvaxOj +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.161 | 97870 | Marked run 1750 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.162 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.163 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.166 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.171 | 97871 | Marked run 1751 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.171 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.176 | 78076 | Recursively removing directory: /tmp/git.gUtwA9/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.178 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.178 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.182 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.182 | 78073 | Recursively removing directory: /tmp/git.wvaxOj/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.183 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.183 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.187 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.187 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.188 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.192 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 97889 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 97891 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78072 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.192 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.192 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5ccgkH +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.193 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bvlHHS +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.201 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.201 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.203 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.204 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.214 | 97888 | Marked run 1752 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.216 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.222 | 97890 | Marked run 1753 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.223 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.224 | 78076 | Recursively removing directory: /tmp/git.bvlHHS/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.226 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.226 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.227 | 78073 | Recursively removing directory: /tmp/git.5ccgkH/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.228 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.228 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.232 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.232 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.236 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.236 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.240 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.241 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.244 | 97908 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.244 | 78072 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.244 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.244 | 78072 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.245 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.245 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wAfImK +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.246 | 97909 | Added a new worker 16 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.246 | 78072 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.246 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.246 | 78072 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.247 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.246 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NO6k0Y +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.252 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.253 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.259 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.260 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.262 | 97906 | Marked run 1754 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.263 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.271 | 97907 | Marked run 1755 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.271 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.272 | 78073 | Recursively removing directory: /tmp/git.wAfImK/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.274 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.274 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.280 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.279 | 78076 | Recursively removing directory: /tmp/git.NO6k0Y/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.280 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.280 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.287 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.291 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.291 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.292 | 97926 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.292 | 78072 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.292 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.292 | 78072 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.292 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OFHHbp +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.293 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.297 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.297 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.298 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.299 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.301 | 97927 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.301 | 78072 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.301 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.301 | 78072 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.302 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.302 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D19LUn +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.307 | 97924 | Marked run 1756 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.307 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.309 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.310 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.325 | 97925 | Marked run 1757 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.325 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.326 | 78076 | Recursively removing directory: /tmp/git.OFHHbp/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.327 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.327 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.330 | 78073 | Recursively removing directory: /tmp/git.D19LUn/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.331 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.331 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.332 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.336 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.340 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.340 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.340 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.341 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 97945 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 97944 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.341 | 78072 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.342 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dHZv2E +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.343 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.343 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.341 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yp29PH +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.352 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.353 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.354 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.356 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.369 | 97942 | Marked run 1758 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.371 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.375 | 97943 | Marked run 1759 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.376 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.377 | 78073 | Recursively removing directory: /tmp/git.dHZv2E/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.379 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.379 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.386 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.383 | 78076 | Recursively removing directory: /tmp/git.Yp29PH/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.384 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.384 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.389 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.393 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.396 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.396 | 97962 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.396 | 78072 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.396 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.399 | 78072 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.399 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.399 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.400 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.399 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5utKr3 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.400 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dkBcj4 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.400 | 97963 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.400 | 78072 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.400 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.400 | 78072 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.402 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.407 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.408 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.414 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.415 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.431 | 97960 | Marked run 1761 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.432 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.433 | 78073 | Recursively removing directory: /tmp/git.dkBcj4/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.434 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.434 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.436 | 78076 | Recursively removing directory: /tmp/git.5utKr3/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.438 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.438 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.439 | 97961 | Marked run 1760 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.439 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.440 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.443 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.444 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.444 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.447 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.448 | 97980 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.448 | 78072 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.448 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.448 | 78072 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.448 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YIEB47 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.448 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.449 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.449 | 97981 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.449 | 78072 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.449 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.449 | 78072 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.449 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m0QJGL +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.450 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.457 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.457 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.458 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.459 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.464 | 97978 | Marked run 1763 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.465 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.472 | 97979 | Marked run 1762 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.473 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.476 | 78073 | Recursively removing directory: /tmp/git.YIEB47/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.478 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.478 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.483 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.487 | 78076 | Recursively removing directory: /tmp/git.m0QJGL/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.488 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.488 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.489 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.490 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.493 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.498 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.499 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.498 | 97997 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.500 | 97999 | Added a new worker 16 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.500 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.507 | 97996 | Marked run 1764 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.508 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.511 | 78072 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.511 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.512 | 78072 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.512 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q9IhVz +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.512 | 78072 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.512 | 78072 | Removed worker 16 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.512 | 78072 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.514 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jhOYIR +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.520 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.520 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.521 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.521 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.525 | 97998 | Marked run 1765 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.526 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.538 | 78076 | Recursively removing directory: /tmp/git.jhOYIR/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.539 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.539 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.543 | 78073 | Recursively removing directory: /tmp/git.Q9IhVz/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.544 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.544 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.547 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.549 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.552 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.552 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.553 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 98016 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 98017 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.553 | 78072 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.553 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u1m79i +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.554 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.554 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Umtbds +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.558 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.559 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.563 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.564 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.574 | 98014 | Marked run 1767 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.575 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.579 | 98015 | Marked run 1766 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.579 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.582 | 78073 | Recursively removing directory: /tmp/git.u1m79i/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.583 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.583 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.584 | 78076 | Recursively removing directory: /tmp/git.Umtbds/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.586 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.586 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.588 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.590 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.592 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.593 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.595 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.600 | 98034 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.600 | 78072 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.600 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.600 | 78072 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.600 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TBN87x +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.601 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.604 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.604 | 98035 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.604 | 78072 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.604 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.605 | 78072 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.605 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yucw1Q +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.605 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.606 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.607 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.611 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.617 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.623 | 98032 | Marked run 1769 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.624 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.625 | 78073 | Recursively removing directory: /tmp/git.TBN87x/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.626 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.626 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.629 | 98033 | Marked run 1768 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.630 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.631 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.634 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.635 | 78076 | Recursively removing directory: /tmp/git.yucw1Q/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.636 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.636 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.641 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.641 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.644 | 98051 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.644 | 78072 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.644 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.645 | 78072 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.645 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w2129g +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.646 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.646 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.646 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.647 | 98053 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.647 | 78072 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.647 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.647 | 78072 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.648 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yJkQdW +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.648 | 98050 | Marked run 1770 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.650 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.650 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.651 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.652 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.656 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.657 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.663 | 98052 | Marked run 1771 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.663 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.673 | 78076 | Recursively removing directory: /tmp/git.yJkQdW/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.674 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.674 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.673 | 78073 | Recursively removing directory: /tmp/git.w2129g/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.674 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.674 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.678 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.679 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.683 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.683 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.683 | 98070 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.684 | 78072 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.684 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.684 | 78072 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.684 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.684 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.684 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cx1Ddk +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.685 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.688 | 98071 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.688 | 78072 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.689 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.689 | 78072 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.689 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.689 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lvOaGJ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.691 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.693 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.696 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.696 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.701 | 98069 | Marked run 1773 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.701 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.712 | 98068 | Marked run 1772 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.712 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.715 | 78076 | Recursively removing directory: /tmp/git.Cx1Ddk/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.716 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.716 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.721 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.724 | 78073 | Recursively removing directory: /tmp/git.lvOaGJ/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.725 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.725 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.726 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.729 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.733 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.726 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.734 | 98087 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.734 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PPKTQy +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.734 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.734 | 78072 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.734 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.734 | 78072 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.737 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7Y31Gr +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.736 | 98089 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.736 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.736 | 78072 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.736 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.737 | 78072 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.737 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.743 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.743 | 98086 | Marked run 1774 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.743 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.744 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.751 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.751 | 98088 | Marked run 1775 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.751 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.752 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.761 | 78076 | Recursively removing directory: /tmp/git.PPKTQy/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.762 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.762 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.769 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.767 | 78073 | Recursively removing directory: /tmp/git.7Y31Gr/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.768 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.768 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.772 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.773 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.773 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.774 | 98106 | Added a new worker 12 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.774 | 78072 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.774 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.774 | 78072 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.774 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fAB7YJ +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.775 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.782 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.782 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.783 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.784 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.785 | 98107 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.786 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XY3olV +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.785 | 78072 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.785 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.785 | 78072 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.790 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.791 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.792 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.798 | 98105 | Marked run 1777 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.798 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.802 | 98104 | Marked run 1776 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.802 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.803 | 78076 | Recursively removing directory: /tmp/git.fAB7YJ/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.805 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.805 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.809 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.810 | 78073 | Recursively removing directory: /tmp/git.XY3olV/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.811 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.811 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.814 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.814 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.816 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.820 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.820 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.820 | 98123 | Added a new worker 14 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.820 | 78072 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.820 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.820 | 78072 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.820 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zA19BU +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.821 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.825 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.826 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.828 | 98125 | Added a new worker 9 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.828 | 78072 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.828 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.828 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.828 | 78072 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.828 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DuHZBC +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.834 | 98122 | Marked run 1778 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.835 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.839 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.840 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.841 | 98124 | Marked run 1779 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.841 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.846 | 78076 | Recursively removing directory: /tmp/git.zA19BU/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.847 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.847 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.851 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.855 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.855 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.856 | 98141 | Added a new worker 10 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.856 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.857 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PIEvpr +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.856 | 78072 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.856 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.856 | 78072 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.862 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.863 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.866 | 78073 | Recursively removing directory: /tmp/git.DuHZBC/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.868 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.868 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.870 | 98140 | Marked run 1780 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.870 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.874 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.880 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.880 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.887 | 98150 | Added a new worker 11 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.887 | 78072 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.887 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.887 | 78072 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.888 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oUrdXu +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.885 | 78076 | Recursively removing directory: /tmp/git.PIEvpr/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.886 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.886 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.889 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.891 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.893 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.894 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.897 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.898 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.898 | 98149 | Marked run 1781 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.898 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.904 | 98153 | Added a new worker 6 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.904 | 78072 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.904 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.904 | 78072 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.905 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LjrKxw +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.906 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.910 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.911 | 78073 | Recursively removing directory: /tmp/git.oUrdXu/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.911 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.912 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.912 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.917 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.920 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.921 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.927 | 98162 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.928 | 78072 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.928 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.928 | 78072 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.929 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.929 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8csXmI +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.932 | 98151 | Marked run 1782 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.933 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.937 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.939 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.942 | 98161 | Marked run 1783 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.942 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.949 | 78076 | Recursively removing directory: /tmp/git.LjrKxw/ +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.950 | 78076 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.950 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.954 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.955 | 78073 | Recursively removing directory: /tmp/git.8csXmI/ +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.958 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.957 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.957 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.958 | 78076 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.962 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.966 | 98177 | Added a new worker 13 to the queue +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.967 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ILZ26t +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.967 | 78073 | Waiting for a new command +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.966 | 78072 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.966 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.966 | 78072 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 98179 | Added a new worker 15 to the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 78072 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.967 | 78072 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.968 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.35EaM8 +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.970 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.974 | 78076 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78076/cimple-worker: 2023-08-28 07:34:45.975 | 78076 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.976 | 78073 | Checking out revision HEAD +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.978 | 78073 | Going to run: ./ci +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.979 | 98176 | Marked run 1784 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.979 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.991 | 98178 | Marked run 1785 as finished +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.991 | 78070 | Waiting for new connections +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.993 | 78073 | Recursively removing directory: /tmp/git.35EaM8/ +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.994 | 78073 | Process exit code: 0 +2023-08-28 07:34:45 | INFO | 78073/cimple-worker: 2023-08-28 07:34:45.994 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:45 | INFO | 78070/cimple-server: 2023-08-28 07:34:45.999 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.001 | 78076 | Recursively removing directory: /tmp/git.ILZ26t/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.003 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.003 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.004 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.004 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.005 | 98195 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.005 | 78072 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.005 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.005 | 78072 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.005 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a3d5gW +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.006 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.007 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.010 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.011 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.012 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.012 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.018 | 98197 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.018 | 78072 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.018 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.018 | 78072 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.019 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XTz7ux +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.019 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.025 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.026 | 98196 | Marked run 1786 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.027 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.026 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.030 | 98194 | Marked run 1787 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.030 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.038 | 78073 | Recursively removing directory: /tmp/git.a3d5gW/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.039 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.039 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.044 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.048 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.050 | 78076 | Recursively removing directory: /tmp/git.XTz7ux/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.051 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.051 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.056 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.056 | 98213 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.056 | 78072 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.056 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.056 | 78072 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.057 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.048 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.060 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iYuZM8 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.061 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.061 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.062 | 98215 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.062 | 78072 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.062 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.062 | 78072 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.062 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Wt5Pi +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.063 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.067 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.069 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.072 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.073 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.074 | 98212 | Marked run 1788 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.074 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.078 | 98214 | Marked run 1789 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.078 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.092 | 78076 | Recursively removing directory: /tmp/git.5Wt5Pi/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.093 | 78073 | Recursively removing directory: /tmp/git.iYuZM8/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.096 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.096 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.096 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.096 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.101 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.105 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.105 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.105 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.110 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.110 | 98232 | Added a new worker 14 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.111 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.111 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.111 | 98233 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.111 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.112 | 78072 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.113 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EJgPaN +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.113 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8xKlmp +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.119 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.119 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.120 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.122 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.130 | 98230 | Marked run 1790 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.131 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.135 | 78076 | Recursively removing directory: /tmp/git.EJgPaN/ +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.136 | 98231 | Marked run 1791 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.137 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.137 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.137 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.142 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.143 | 78073 | Recursively removing directory: /tmp/git.8xKlmp/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.144 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.144 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.148 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.153 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.153 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.154 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.154 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.157 | 98251 | Added a new worker 15 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.157 | 78072 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.157 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.157 | 78072 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.157 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sf5lUD +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.158 | 98250 | Added a new worker 15 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.158 | 78072 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.158 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.158 | 78072 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.160 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.160 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.si5en2 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.167 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.169 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.171 | 98248 | Marked run 1793 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.172 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.173 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.174 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.176 | 98249 | Marked run 1792 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.177 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.187 | 78076 | Recursively removing directory: /tmp/git.sf5lUD/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.188 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.188 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.192 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.197 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.197 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.192 | 78073 | Recursively removing directory: /tmp/git.si5en2/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.194 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.194 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.200 | 98267 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.201 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.201 | 78072 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.201 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.201 | 78072 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.202 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XWDehf +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.203 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.207 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.207 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.212 | 98269 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.212 | 78072 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.212 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.212 | 78072 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.212 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.212 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NHq22C +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.213 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.214 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.220 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.221 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.229 | 98266 | Marked run 1794 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.230 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.234 | 98268 | Marked run 1795 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.235 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.237 | 78076 | Recursively removing directory: /tmp/git.XWDehf/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.238 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.238 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.242 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.246 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.247 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.248 | 98285 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.248 | 78072 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.248 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.248 | 78072 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.248 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.248 | 78073 | Recursively removing directory: /tmp/git.NHq22C/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.249 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.249 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.253 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.257 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dgiBd4 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.258 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.258 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.258 | 98287 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.258 | 78072 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.258 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.258 | 78072 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.258 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yG0BTZ +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.259 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.264 | 98284 | Marked run 1796 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.264 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.265 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.266 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.266 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.270 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.277 | 98286 | Marked run 1797 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.277 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.282 | 78073 | Recursively removing directory: /tmp/git.yG0BTZ/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.283 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.283 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.288 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.292 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.292 | 98303 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.292 | 78072 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.292 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.292 | 78072 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.294 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.292 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.293 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sOtjSQ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.298 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.299 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.301 | 78076 | Recursively removing directory: /tmp/git.dgiBd4/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.303 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.303 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.309 | 98302 | Marked run 1799 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.309 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.309 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.315 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.316 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.317 | 98312 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.317 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ulnhjg +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.317 | 78072 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.317 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.317 | 78072 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.320 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.326 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.327 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.334 | 98307 | Marked run 1798 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.335 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.336 | 78073 | Recursively removing directory: /tmp/git.sOtjSQ/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.337 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.337 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.341 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.345 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.346 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.346 | 78076 | Recursively removing directory: /tmp/git.ulnhjg/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.347 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.348 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.352 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.353 | 98321 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.353 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CAIUEn +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.353 | 78072 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.353 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.353 | 78072 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.357 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.358 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.359 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.359 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.359 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 98324 | Added a new worker 8 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 78072 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 78072 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 98320 | Marked run 1800 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.363 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.363 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eECf36 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.369 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.370 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.375 | 98322 | Marked run 1801 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.376 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.376 | 78073 | Recursively removing directory: /tmp/git.CAIUEn/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.378 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.378 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.382 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.386 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.386 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.395 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.395 | 98339 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.395 | 78072 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.395 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.395 | 78072 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.395 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Su4dDL +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.388 | 78076 | Recursively removing directory: /tmp/git.eECf36/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.389 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.389 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.396 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.400 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.399 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.401 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.401 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.402 | 98341 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.402 | 78072 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.402 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.402 | 78072 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.402 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.403 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.82Gmif +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.408 | 98338 | Marked run 1802 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.409 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.412 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.414 | 98340 | Marked run 1803 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.414 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.415 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.420 | 78073 | Recursively removing directory: /tmp/git.Su4dDL/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.422 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.422 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.426 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.434 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.434 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.435 | 78076 | Recursively removing directory: /tmp/git.82Gmif/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.437 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.437 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.442 | 98357 | Added a new worker 11 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.442 | 78072 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.442 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.442 | 78072 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.443 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cmqw6l +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.444 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.450 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.453 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.455 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.455 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.454 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.455 | 98359 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.456 | 78072 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.456 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.456 | 78072 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.456 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.458 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EXkBQU +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.458 | 98356 | Marked run 1804 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.458 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.469 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.470 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.472 | 78073 | Recursively removing directory: /tmp/git.cmqw6l/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.473 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.473 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.474 | 98358 | Marked run 1805 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.474 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.479 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.483 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.486 | 78076 | Recursively removing directory: /tmp/git.EXkBQU/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.486 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.487 | 98375 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.487 | 78072 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.487 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.487 | 78072 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.487 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YLEMTN +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.487 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.487 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.490 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.493 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.496 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.501 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.504 | 98377 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.505 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Eg5mYA +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.504 | 78072 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.504 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.505 | 78072 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.505 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.507 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.508 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.509 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.512 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.514 | 98376 | Marked run 1807 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.515 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.521 | 98374 | Marked run 1806 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.521 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.527 | 78073 | Recursively removing directory: /tmp/git.YLEMTN/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.530 | 78076 | Recursively removing directory: /tmp/git.Eg5mYA/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.531 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.531 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.529 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.529 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.535 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.537 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.540 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.540 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.541 | 98394 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.541 | 78072 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.541 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.541 | 78072 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.541 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mwQGc4 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.541 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.548 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.549 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.554 | 98392 | Marked run 1809 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.554 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.554 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.555 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.556 | 98397 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.556 | 78072 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.557 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.557 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.557 | 78072 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.557 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pKivY9 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.563 | 98393 | Marked run 1808 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.564 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.564 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.565 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.569 | 78076 | Recursively removing directory: /tmp/git.mwQGc4/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.570 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.570 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.575 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.578 | 78073 | Recursively removing directory: /tmp/git.pKivY9/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.580 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.580 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.581 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.584 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.581 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.588 | 98411 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.588 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.589 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.590 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CQyJVi +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.589 | 78072 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.589 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.590 | 78072 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.592 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.596 | 98413 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.596 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.596 | 78072 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.597 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7TCZVj +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.596 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.597 | 78072 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.596 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.601 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.603 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.604 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.609 | 98410 | Marked run 1810 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.609 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.613 | 98412 | Marked run 1811 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.614 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.615 | 78076 | Recursively removing directory: /tmp/git.CQyJVi/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.616 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.616 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.622 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.623 | 78073 | Recursively removing directory: /tmp/git.7TCZVj/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.624 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.625 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.629 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.632 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.633 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.633 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.633 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 98430 | Added a new worker 14 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 98431 | Added a new worker 14 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78072 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.634 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ib92ma +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.634 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.635 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Au72EJ +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.635 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.640 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.641 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.645 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.646 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.656 | 98428 | Marked run 1812 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.657 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.665 | 98429 | Marked run 1813 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.666 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.666 | 78076 | Recursively removing directory: /tmp/git.Au72EJ/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.668 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.668 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.672 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.675 | 78073 | Recursively removing directory: /tmp/git.ib92ma/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.677 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.677 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.677 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.678 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.678 | 98447 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.678 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.678 | 78072 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.678 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.678 | 78072 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.678 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wvMZnU +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.690 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.691 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.692 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.696 | 98446 | Marked run 1814 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.697 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.697 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.697 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.697 | 98452 | Added a new worker 8 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.698 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.698 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ftwGRg +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.698 | 78072 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.698 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.698 | 78072 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.703 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.704 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.710 | 98449 | Marked run 1815 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.710 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.713 | 78076 | Recursively removing directory: /tmp/git.wvMZnU/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.714 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.714 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.718 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.723 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.727 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.727 | 98465 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.728 | 78072 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.728 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.728 | 78072 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.723 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.722 | 78073 | Recursively removing directory: /tmp/git.ftwGRg/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.723 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.723 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.728 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GW3YiA +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.729 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.732 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.732 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.737 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.738 | 98467 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.738 | 78072 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.738 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.738 | 78072 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.738 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bsj709 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.739 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.740 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.744 | 98464 | Marked run 1816 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.744 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.745 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.747 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.749 | 98466 | Marked run 1817 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.749 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.757 | 78076 | Recursively removing directory: /tmp/git.GW3YiA/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.758 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.758 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.762 | 78073 | Recursively removing directory: /tmp/git.bsj709/ +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.763 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.763 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.763 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.768 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.769 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.769 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.772 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.772 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.776 | 98483 | Added a new worker 14 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.776 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.776 | 98485 | Added a new worker 15 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.777 | 78072 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.777 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ngYSMP +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.777 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KGmzYg +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.779 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.782 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.783 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.783 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.784 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.790 | 98482 | Marked run 1818 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.791 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.794 | 98484 | Marked run 1819 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.795 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.801 | 78073 | Recursively removing directory: /tmp/git.ngYSMP/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.802 | 78076 | Recursively removing directory: /tmp/git.KGmzYg/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.803 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.803 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.802 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.802 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.806 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.808 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.810 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.810 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.811 | 98502 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.811 | 78072 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.811 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.811 | 78072 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.811 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QQuris +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.812 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.813 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.813 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.816 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.817 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.820 | 98503 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.820 | 78072 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.820 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.820 | 78072 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.821 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JqSt5Q +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.821 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.836 | 98501 | Marked run 1820 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.836 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.838 | 78073 | Recursively removing directory: /tmp/git.QQuris/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.838 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.839 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.839 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.839 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.850 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.850 | 98500 | Marked run 1821 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.850 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.854 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.854 | 78076 | Recursively removing directory: /tmp/git.JqSt5Q/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.856 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.856 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.860 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.860 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.861 | 98519 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.861 | 78072 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.861 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.861 | 78072 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.861 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fw86Ku +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.862 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.865 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.865 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.868 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.869 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.869 | 98521 | Added a new worker 13 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.870 | 78072 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.870 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.870 | 78072 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.870 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.870 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cTquZm +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.877 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.878 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.884 | 98518 | Marked run 1822 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.885 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.889 | 98520 | Marked run 1823 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.889 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.893 | 78073 | Recursively removing directory: /tmp/git.fw86Ku/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.895 | 78076 | Recursively removing directory: /tmp/git.cTquZm/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.896 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.896 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.898 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.900 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.894 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.894 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.904 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.904 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.904 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.908 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.908 | 98539 | Added a new worker 14 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.908 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.908 | 78072 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.908 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.908 | 78072 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.909 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PM6tp1 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.910 | 98538 | Added a new worker 12 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.910 | 78072 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.910 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.910 | 78072 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.910 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aeXkyU +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.911 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.917 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.917 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.918 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.921 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.923 | 98537 | Marked run 1825 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.924 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.928 | 98536 | Marked run 1824 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.928 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.933 | 78073 | Recursively removing directory: /tmp/git.aeXkyU/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.934 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.934 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.938 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.943 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.944 | 78073 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.944 | 98555 | Added a new worker 10 to the queue +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.944 | 78076 | Recursively removing directory: /tmp/git.PM6tp1/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.946 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.946 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.953 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.953 | 78072 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.953 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.954 | 78072 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.954 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D7iYIN +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.955 | 78076 | Waiting for a new command +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.955 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.956 | 98557 | Added a new worker 9 to the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.956 | 78072 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.956 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.956 | 78072 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.956 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.958 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MJdNyJ +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.960 | 98554 | Marked run 1827 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.960 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.963 | 78073 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.964 | 78073 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.965 | 78076 | Checking out revision HEAD +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.966 | 78076 | Going to run: ./ci +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.975 | 98556 | Marked run 1826 as finished +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.975 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.980 | 78076 | Recursively removing directory: /tmp/git.MJdNyJ/ +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.982 | 78076 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.982 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.986 | 78070 | Waiting for new connections +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.991 | 78073 | Recursively removing directory: /tmp/git.D7iYIN/ +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.993 | 78073 | Process exit code: 0 +2023-08-28 07:34:46 | INFO | 78073/cimple-worker: 2023-08-28 07:34:46.993 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:46 | INFO | 78070/cimple-server: 2023-08-28 07:34:46.997 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:46.999 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.000 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.000 | 98574 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.000 | 78072 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.000 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.000 | 78072 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.000 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rLBUca +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.001 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.002 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.002 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.006 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.006 | 98575 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.006 | 78072 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.006 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.006 | 78072 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.006 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.007 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D3r0gc +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.007 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.015 | 98572 | Marked run 1829 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.016 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.021 | 98573 | Marked run 1828 as finished +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.021 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.022 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.023 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.041 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.043 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.036 | 78076 | Recursively removing directory: /tmp/git.rLBUca/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.038 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.038 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.036 | 78073 | Recursively removing directory: /tmp/git.D3r0gc/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.038 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.038 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.046 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.046 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.047 | 98592 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.047 | 78072 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.047 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.047 | 78072 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.047 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sNnC01 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.047 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.048 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.053 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.053 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.054 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.056 | 98593 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.056 | 78072 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.056 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.056 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.056 | 78072 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.057 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.51S0Te +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.064 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.065 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.068 | 98591 | Marked run 1831 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.068 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.072 | 98590 | Marked run 1830 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.073 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.080 | 78076 | Recursively removing directory: /tmp/git.sNnC01/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.081 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.081 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.085 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.089 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.090 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.085 | 78073 | Recursively removing directory: /tmp/git.51S0Te/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.087 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.087 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.092 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.092 | 98609 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.092 | 78072 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.092 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.093 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.093 | 78072 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.093 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xWBMJS +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.102 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.103 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.103 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.104 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.107 | 98611 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.107 | 78072 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.107 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.107 | 78072 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.107 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nD7ekf +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.107 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.115 | 98608 | Marked run 1832 as finished +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.116 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.117 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.117 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.121 | 98610 | Marked run 1833 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.121 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.127 | 78076 | Recursively removing directory: /tmp/git.xWBMJS/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.128 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.128 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.133 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.137 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.136 | 78073 | Recursively removing directory: /tmp/git.nD7ekf/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.137 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.137 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.137 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.140 | 98627 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.140 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.141 | 78072 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.141 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.141 | 78072 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.141 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X1qCdU +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.142 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.146 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.147 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.147 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.148 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.149 | 98630 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.150 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SeKmw3 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.150 | 78072 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.150 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.150 | 78072 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.151 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.157 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.160 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.160 | 98626 | Marked run 1834 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.160 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.166 | 98628 | Marked run 1835 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.166 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.170 | 78076 | Recursively removing directory: /tmp/git.X1qCdU/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.171 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.171 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.175 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.180 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.181 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.181 | 98645 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.181 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.181 | 78072 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.181 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.181 | 78072 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.177 | 78073 | Recursively removing directory: /tmp/git.SeKmw3/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.178 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.179 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.182 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eqal5Y +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.183 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.190 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.191 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.192 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.195 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.199 | 98647 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.200 | 78072 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.200 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.200 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.200 | 78072 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.200 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v8LLfR +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.202 | 98644 | Marked run 1836 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.203 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.211 | 78076 | Recursively removing directory: /tmp/git.eqal5Y/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.214 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.214 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.218 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.212 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.213 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.222 | 98646 | Marked run 1837 as finished +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.222 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.222 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.222 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.223 | 98659 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.223 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.223 | 78072 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.224 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.224 | 78072 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.224 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.juUyMx +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.231 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.232 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.242 | 98658 | Marked run 1838 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.242 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.247 | 78073 | Recursively removing directory: /tmp/git.v8LLfR/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.248 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.248 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.249 | 78076 | Recursively removing directory: /tmp/git.juUyMx/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.250 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.250 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.253 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.255 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.257 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.257 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.258 | 98673 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.258 | 78072 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.258 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.258 | 78072 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.258 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O4gUTo +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.259 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.261 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.261 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.263 | 98674 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.263 | 78072 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.263 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.263 | 78072 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.264 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aR9giN +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.264 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.265 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.266 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.281 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.281 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.287 | 78073 | Recursively removing directory: /tmp/git.O4gUTo/ +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.286 | 98672 | Marked run 1840 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.289 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.291 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.292 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.294 | 98671 | Marked run 1839 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.295 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.296 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.300 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.301 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.302 | 78076 | Recursively removing directory: /tmp/git.aR9giN/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.304 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.304 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.304 | 98690 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.304 | 78072 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.304 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.304 | 78072 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.305 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZNz3kF +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.305 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.308 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.310 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.313 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.313 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.313 | 98692 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.314 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.314 | 78072 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.314 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.314 | 78072 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.314 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4w6My7 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.316 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.323 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.324 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.333 | 98689 | Marked run 1841 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.333 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.334 | 78073 | Recursively removing directory: /tmp/git.ZNz3kF/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.336 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.336 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.339 | 98691 | Marked run 1842 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.339 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.341 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.344 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.344 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.345 | 98708 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.345 | 78072 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.346 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.346 | 78072 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.346 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nhNm1F +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.347 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.355 | 78076 | Recursively removing directory: /tmp/git.4w6My7/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.357 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.357 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.358 | 98705 | Marked run 1843 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.359 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.359 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.361 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.362 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.368 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.369 | 98712 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.366 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.370 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1fcbfX +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.370 | 78072 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.370 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.370 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.370 | 78072 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.379 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.379 | 98709 | Marked run 1844 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.380 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.380 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.382 | 78073 | Recursively removing directory: /tmp/git.nhNm1F/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.383 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.383 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.387 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.391 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.391 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.394 | 78076 | Recursively removing directory: /tmp/git.1fcbfX/ +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.394 | 98726 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.395 | 78072 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.395 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.395 | 78072 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.395 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UTxQg9 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.396 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.396 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.396 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.400 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.401 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.402 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.405 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.405 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.407 | 98729 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.407 | 78072 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.407 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.407 | 78072 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.408 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BX7Gup +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.409 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.413 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.415 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.419 | 98725 | Marked run 1845 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.420 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.425 | 98727 | Marked run 1846 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.426 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.428 | 78073 | Recursively removing directory: /tmp/git.UTxQg9/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.432 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.432 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.436 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.440 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.440 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.440 | 98744 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.441 | 78076 | Recursively removing directory: /tmp/git.BX7Gup/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.442 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.442 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.448 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.448 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.448 | 78072 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.448 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.449 | 78072 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.449 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7wEuwK +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.454 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.453 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.459 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.460 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.461 | 98746 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.461 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.461 | 78072 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.461 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.461 | 78072 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.461 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1B4jVn +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.467 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.467 | 98743 | Marked run 1847 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.468 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.470 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.472 | 98745 | Marked run 1848 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.472 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.476 | 78073 | Recursively removing directory: /tmp/git.7wEuwK/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.477 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.477 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.481 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.485 | 78076 | Recursively removing directory: /tmp/git.1B4jVn/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.486 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.486 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.485 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.488 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.491 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.496 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.498 | 98761 | Marked run 1849 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 98762 | Added a new worker 6 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 78072 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 78072 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.499 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.499 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ANMtu1 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.499 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.501 | 98764 | Added a new worker 6 to the queue +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.504 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q3kTZf +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.503 | 78072 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.503 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.504 | 78072 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.504 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.504 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.513 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.518 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.519 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.522 | 98763 | Marked run 1850 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.522 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.526 | 78073 | Recursively removing directory: /tmp/git.ANMtu1/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.527 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.527 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.532 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.537 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.538 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.538 | 78076 | Recursively removing directory: /tmp/git.Q3kTZf/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.539 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.539 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.545 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.547 | 98780 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.547 | 78072 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.547 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.547 | 78072 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.547 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.548 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QuTS2y +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.551 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.551 | 98779 | Marked run 1851 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.552 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.552 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.553 | 98782 | Added a new worker 6 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.555 | 78072 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.555 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.555 | 78072 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.556 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.557 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SwWZxQ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.557 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.558 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.564 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.566 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.567 | 98781 | Marked run 1852 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.568 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.575 | 78073 | Recursively removing directory: /tmp/git.QuTS2y/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.577 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.577 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.581 | 78076 | Recursively removing directory: /tmp/git.SwWZxQ/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.582 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.582 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.584 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.585 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.585 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.587 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 98798 | Added a new worker 14 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 78072 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 78072 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.592 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.593 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.593 | 98800 | Added a new worker 8 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.593 | 78072 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.593 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.593 | 78072 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.593 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oPBScK +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.593 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XRWA6a +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.594 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.600 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.601 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.602 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.602 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.612 | 98797 | Marked run 1853 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.613 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.627 | 98799 | Marked run 1854 as finished +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.628 | 78073 | Recursively removing directory: /tmp/git.oPBScK/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.629 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.629 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.628 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.637 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.633 | 78076 | Recursively removing directory: /tmp/git.XRWA6a/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.635 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.635 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.633 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.637 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.640 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.644 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.644 | 98816 | Added a new worker 14 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.644 | 78072 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.644 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.644 | 78072 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.644 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ef2dyp +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.645 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.645 | 98818 | Added a new worker 8 to the queue +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.643 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.645 | 78072 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.645 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.646 | 78072 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.646 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DAgaQk +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.646 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.650 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.650 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.656 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.657 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.659 | 98815 | Marked run 1855 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.660 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.664 | 98817 | Marked run 1856 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.664 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.668 | 78073 | Recursively removing directory: /tmp/git.ef2dyp/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.669 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.669 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.673 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.677 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.682 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.682 | 98834 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.683 | 78072 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.683 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.683 | 78072 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.684 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.677 | 78076 | Recursively removing directory: /tmp/git.DAgaQk/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.678 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.678 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.677 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.683 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7RCbDX +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.687 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.687 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.689 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.690 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.692 | 98836 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.692 | 78072 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.692 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.692 | 78072 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.693 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.693 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vkGNZ8 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.699 | 98833 | Marked run 1857 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.701 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.701 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.702 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.708 | 98835 | Marked run 1858 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.708 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.709 | 78073 | Recursively removing directory: /tmp/git.7RCbDX/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.711 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.711 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.716 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.718 | 78076 | Recursively removing directory: /tmp/git.vkGNZ8/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.719 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.719 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.721 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.721 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.724 | 98852 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.724 | 78072 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.724 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.724 | 78072 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.725 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YdXf31 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.726 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.726 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.730 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.731 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.731 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.732 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.736 | 98855 | Added a new worker 13 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.736 | 78072 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.736 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.736 | 78072 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.736 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.737 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LA53Ey +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.748 | 78073 | Recursively removing directory: /tmp/git.YdXf31/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.749 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.749 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.754 | 98851 | Marked run 1859 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.755 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.756 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.757 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.758 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.759 | 98853 | Marked run 1860 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.759 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.760 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.760 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.764 | 98864 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.764 | 78072 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.764 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.764 | 78072 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.764 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.764 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RjYkrZ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.770 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.771 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.776 | 98862 | Marked run 1861 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.776 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.781 | 78076 | Recursively removing directory: /tmp/git.LA53Ey/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.783 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.783 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.787 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.791 | 78073 | Recursively removing directory: /tmp/git.RjYkrZ/ +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.792 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.792 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.792 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.792 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.793 | 98879 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.793 | 78072 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.793 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.793 | 78072 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.793 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cuTn5i +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.794 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.797 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.801 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.801 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.802 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.803 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.803 | 98881 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.803 | 78072 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.803 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.803 | 78072 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.803 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EYNTu1 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.804 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.818 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.818 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.821 | 78076 | Recursively removing directory: /tmp/git.cuTn5i/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.822 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.822 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.824 | 98878 | Marked run 1862 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.824 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.830 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.830 | 98880 | Marked run 1863 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.831 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.835 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.835 | 98896 | Added a new worker 9 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.835 | 78072 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.835 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.835 | 78072 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.836 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.835 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.836 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gbEqQ4 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.840 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.841 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.849 | 78073 | Recursively removing directory: /tmp/git.EYNTu1/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.850 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.850 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.849 | 98892 | Marked run 1864 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.852 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.855 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.861 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.861 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.861 | 98907 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.862 | 78072 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.862 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.862 | 78072 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.862 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dciTl7 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.863 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.870 | 78076 | Recursively removing directory: /tmp/git.gbEqQ4/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.871 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.871 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.874 | 98906 | Marked run 1865 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.875 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.876 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.876 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.877 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.882 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.882 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.884 | 98910 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.884 | 78072 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.884 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.884 | 78072 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.884 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kw0Im1 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.885 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.889 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.890 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.894 | 98908 | Marked run 1866 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.895 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.902 | 78073 | Recursively removing directory: /tmp/git.dciTl7/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.904 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.904 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.905 | 78076 | Recursively removing directory: /tmp/git.Kw0Im1/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.907 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.907 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.909 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.911 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.914 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.914 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.915 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 98926 | Added a new worker 14 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 98927 | Added a new worker 10 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.915 | 78072 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.915 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K2ouLW +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.916 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SNHyRl +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.922 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.923 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.927 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.928 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.935 | 98925 | Marked run 1868 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.935 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.939 | 98924 | Marked run 1867 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.940 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.948 | 78076 | Recursively removing directory: /tmp/git.K2ouLW/ +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.949 | 78076 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.949 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.948 | 78073 | Recursively removing directory: /tmp/git.SNHyRl/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.949 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.949 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.953 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.956 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.957 | 78076 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.958 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.958 | 98944 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.958 | 78072 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.958 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.958 | 78072 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.958 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kFlTon +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.959 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.962 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.968 | 78073 | Waiting for a new command +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.969 | 98945 | Added a new worker 12 to the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.969 | 78072 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.969 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.969 | 78072 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.969 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.969 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BbKrVP +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.970 | 78076 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78076/cimple-worker: 2023-08-28 07:34:47.971 | 78076 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.976 | 78073 | Checking out revision HEAD +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.977 | 78073 | Going to run: ./ci +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.980 | 98943 | Marked run 1869 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.980 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.988 | 98942 | Marked run 1870 as finished +2023-08-28 07:34:47 | INFO | 78070/cimple-server: 2023-08-28 07:34:47.989 | 78070 | Waiting for new connections +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.995 | 78073 | Recursively removing directory: /tmp/git.BbKrVP/ +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.996 | 78073 | Process exit code: 0 +2023-08-28 07:34:47 | INFO | 78073/cimple-worker: 2023-08-28 07:34:47.996 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.000 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.001 | 78076 | Recursively removing directory: /tmp/git.kFlTon/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.002 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.002 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.004 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.005 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.005 | 98961 | Added a new worker 10 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.005 | 78072 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.005 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.005 | 78072 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.005 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QY6Fl7 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.006 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.007 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.010 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.011 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.014 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.021 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.022 | 98964 | Added a new worker 13 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.022 | 78072 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.022 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.022 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mh05eT +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.022 | 78072 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.024 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.028 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.030 | 98960 | Marked run 1872 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.030 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.031 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.035 | 78073 | Recursively removing directory: /tmp/git.QY6Fl7/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.036 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.036 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.041 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.041 | 98962 | Marked run 1871 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.041 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.045 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.048 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.049 | 98975 | Added a new worker 9 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.049 | 78072 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.049 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.049 | 78072 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.050 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4dxJlI +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.050 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.055 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.056 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.062 | 98973 | Marked run 1873 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.062 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.067 | 78076 | Recursively removing directory: /tmp/git.mh05eT/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.072 | 78073 | Recursively removing directory: /tmp/git.4dxJlI/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.069 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.069 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.073 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.074 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.074 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.078 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.078 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.079 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.082 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.082 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.083 | 98988 | Added a new worker 14 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.083 | 78072 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.083 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.083 | 78072 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.084 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TofDPT +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.085 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.085 | 98990 | Added a new worker 8 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.085 | 78072 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.085 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.085 | 78072 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.086 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2E7p5x +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.087 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.089 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.093 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.094 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.095 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.105 | 98987 | Marked run 1874 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.107 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.110 | 98989 | Marked run 1875 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.111 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.113 | 78076 | Recursively removing directory: /tmp/git.TofDPT/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.114 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.114 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.116 | 78073 | Recursively removing directory: /tmp/git.2E7p5x/ +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.119 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.117 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.117 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.122 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.123 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.123 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.126 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.126 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 99007 | Added a new worker 14 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 78072 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 78072 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.127 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UnL1pV +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 99008 | Added a new worker 10 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.127 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.128 | 78072 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.128 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.128 | 78072 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.128 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aAtdr2 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.133 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.133 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.134 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.134 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.151 | 99005 | Marked run 1876 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.152 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.156 | 78073 | Recursively removing directory: /tmp/git.aAtdr2/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.157 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.157 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.156 | 99006 | Marked run 1877 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.158 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.159 | 78076 | Recursively removing directory: /tmp/git.UnL1pV/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.160 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.160 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.162 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.164 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.166 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 99025 | Added a new worker 12 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 78072 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.166 | 78072 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.167 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mRbVET +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.169 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.169 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.171 | 99026 | Added a new worker 12 to the queue +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.172 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.173 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.173 | 78072 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.173 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.173 | 78072 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.173 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SDozY4 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.174 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.187 | 78073 | Recursively removing directory: /tmp/git.mRbVET/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.189 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.189 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.193 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.197 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.198 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.198 | 99035 | Added a new worker 15 to the queue +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.198 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.198 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.198 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.199 | 78072 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.199 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.199 | 78072 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.199 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FZmGRQ +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.202 | 99024 | Marked run 1878 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.203 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.206 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.207 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.209 | 99023 | Marked run 1879 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.210 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.223 | 99034 | Marked run 1880 as finished +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.224 | 78076 | Recursively removing directory: /tmp/git.SDozY4/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.226 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.226 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.224 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.230 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.235 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.236 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.236 | 99051 | Added a new worker 10 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.236 | 78072 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.236 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.236 | 78072 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.231 | 78073 | Recursively removing directory: /tmp/git.FZmGRQ/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.232 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.232 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.236 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.237 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.237 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.si6323 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.242 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.242 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.243 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.241 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.248 | 99053 | Added a new worker 13 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.248 | 78072 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.248 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.248 | 78072 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.249 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.249 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eNdnGx +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.256 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.259 | 99050 | Marked run 1881 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.260 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.261 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.264 | 99052 | Marked run 1882 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.265 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.267 | 78076 | Recursively removing directory: /tmp/git.si6323/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.269 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.269 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.273 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.277 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.278 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.276 | 78073 | Recursively removing directory: /tmp/git.eNdnGx/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.277 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.277 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.282 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.282 | 99069 | Added a new worker 12 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.282 | 78072 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.282 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.283 | 78072 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.283 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SqDCk9 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.284 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.286 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.292 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.286 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.293 | 99071 | Added a new worker 13 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.293 | 78072 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.293 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.293 | 78072 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.293 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kpcVTW +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.294 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.294 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.300 | 99068 | Marked run 1883 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.300 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.301 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.302 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.306 | 99070 | Marked run 1884 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.306 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.315 | 78076 | Recursively removing directory: /tmp/git.SqDCk9/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.317 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.317 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.324 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.321 | 78073 | Recursively removing directory: /tmp/git.kpcVTW/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.323 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.323 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.327 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.329 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.329 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.332 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.332 | 99088 | Added a new worker 14 to the queue +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.332 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.332 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 99089 | Added a new worker 10 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.333 | 78072 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.333 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UQ73wI +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.334 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H7y6Ip +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.342 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.342 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.343 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.347 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.354 | 99086 | Marked run 1885 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.355 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.361 | 99087 | Marked run 1886 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.361 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.365 | 78073 | Recursively removing directory: /tmp/git.H7y6Ip/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.366 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.366 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.370 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.375 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.371 | 78076 | Recursively removing directory: /tmp/git.UQ73wI/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.373 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.373 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.379 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.379 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.380 | 99105 | Added a new worker 12 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.381 | 78072 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.381 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.381 | 78072 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.383 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gW3oXx +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.384 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.384 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.383 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.391 | 99107 | Added a new worker 13 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.391 | 78072 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.391 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.391 | 78072 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.391 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WHMb0N +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.392 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.397 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.398 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.399 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.401 | 99106 | Marked run 1887 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.401 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.402 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.421 | 78076 | Recursively removing directory: /tmp/git.WHMb0N/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.422 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.422 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.426 | 78073 | Recursively removing directory: /tmp/git.gW3oXx/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.427 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.427 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.428 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.431 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.433 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.435 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.435 | 99104 | Marked run 1888 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.435 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.436 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.440 | 99124 | Added a new worker 8 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.440 | 78072 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.440 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.440 | 78072 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.440 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.440 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.441 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hgx7eG +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.442 | 99125 | Added a new worker 8 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.445 | 78072 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.445 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.445 | 78072 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.445 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.446 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IgNjcx +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.452 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.449 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.450 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.453 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.455 | 99123 | Marked run 1889 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.455 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.460 | 99122 | Marked run 1890 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.460 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.467 | 78076 | Recursively removing directory: /tmp/git.Hgx7eG/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.468 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.468 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.473 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.469 | 78073 | Recursively removing directory: /tmp/git.IgNjcx/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.470 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.470 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.475 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.477 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.479 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.479 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.479 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.479 | 99142 | Added a new worker 14 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.480 | 78072 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.480 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.480 | 78072 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.480 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.480 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NgFKMd +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.480 | 99143 | Added a new worker 10 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.481 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.481 | 78072 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.481 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.481 | 78072 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.481 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Llg2gp +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.487 | 78073 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.488 | 78073 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.493 | 78076 | Checking out revision HEAD +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.494 | 78076 | Going to run: ./ci +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.506 | 78073 | Recursively removing directory: /tmp/git.Llg2gp/ +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.510 | 78073 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.510 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.513 | 99141 | Marked run 1892 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.514 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.516 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.518 | 99140 | Marked run 1891 as finished +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.518 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.519 | 78076 | Recursively removing directory: /tmp/git.NgFKMd/ +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.520 | 78076 | Process exit code: 0 +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.520 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.521 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.529 | 78076 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.529 | 78073 | Waiting for a new command +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 99159 | Added a new worker 14 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 78072 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.532 | 78072 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:48 | INFO | 78073/cimple-worker: 2023-08-28 07:34:48.532 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZXVShn +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.534 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.536 | 99161 | Added a new worker 7 to the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.536 | 78072 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.536 | 78072 | Removed worker 7 from the queue +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.536 | 78072 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2023-08-28 07:34:48 | INFO | 78070/cimple-server: 2023-08-28 07:34:48.537 | 78070 | Waiting for new connections +2023-08-28 07:34:48 | INFO | 78076/cimple-worker: 2023-08-28 07:34:48.536 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Fe8Xy +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.004 | 99158 | Marked run 1894 as finished +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.004 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.052 | 78073 | Checking out revision HEAD +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.099 | 78073 | Going to run: ./ci +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.100 | 78076 | Checking out revision HEAD +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.101 | 78076 | Going to run: ./ci +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.118 | 78076 | Recursively removing directory: /tmp/git.1Fe8Xy/ +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.124 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.119 | 78076 | Process exit code: 0 +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.119 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.128 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.129 | 78076 | Waiting for a new command +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.129 | 99173 | Added a new worker 13 to the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.129 | 78072 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.129 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.129 | 78072 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.130 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78076/cimple-worker: 2023-08-28 07:34:49.460 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q7tKHs +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.469 | 78073 | Recursively removing directory: /tmp/git.ZXVShn/ +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.470 | 78073 | Process exit code: 0 +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.470 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.476 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.481 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.481 | 78073 | Waiting for a new command +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.481 | 99179 | Added a new worker 15 to the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.481 | 78072 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.481 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.481 | 78072 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:49 | INFO | 78073/cimple-worker: 2023-08-28 07:34:49.482 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SB5gvJ +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.482 | 78070 | Waiting for new connections +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.592 | 99160 | Marked run 1893 as finished +2023-08-28 07:34:49 | INFO | 78070/cimple-server: 2023-08-28 07:34:49.592 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.250 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.342 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.499 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.500 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.500 | 99172 | Marked run 1896 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.500 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.508 | 99178 | Marked run 1895 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.508 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.512 | 78073 | Recursively removing directory: /tmp/git.SB5gvJ/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.513 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.513 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.517 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.518 | 78076 | Recursively removing directory: /tmp/git.q7tKHs/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.519 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.519 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.522 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.522 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.524 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.528 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.528 | 99195 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.528 | 78072 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.528 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.528 | 78072 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.528 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vFjRnw +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.530 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.528 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.534 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.535 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.536 | 99197 | Added a new worker 9 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.536 | 78072 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.536 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.536 | 78072 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.537 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yZ6O1L +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.539 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.542 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.544 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.551 | 99196 | Marked run 1897 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.551 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.556 | 78073 | Recursively removing directory: /tmp/git.vFjRnw/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.558 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.558 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.561 | 99194 | Marked run 1898 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.561 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.563 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.568 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.568 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.568 | 78076 | Recursively removing directory: /tmp/git.yZ6O1L/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.569 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.569 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.574 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.575 | 99213 | Added a new worker 13 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.576 | 78072 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.576 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.576 | 78072 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.576 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t7SW8d +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.577 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.579 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.579 | 99215 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.579 | 78072 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.579 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.579 | 78072 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.579 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.579 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KjbWGF +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.580 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.583 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.584 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.585 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.587 | 99212 | Marked run 1899 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.587 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.587 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.598 | 99214 | Marked run 1900 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.598 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.603 | 78073 | Recursively removing directory: /tmp/git.t7SW8d/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.605 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.605 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.608 | 78076 | Recursively removing directory: /tmp/git.KjbWGF/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.609 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.609 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.614 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.609 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.613 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.614 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.618 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 99232 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 99233 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.618 | 78072 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.619 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vtqpF6 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.620 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DUmw31 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.629 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.630 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.631 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.631 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.635 | 99231 | Marked run 1902 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.635 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.641 | 99230 | Marked run 1901 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.641 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.647 | 78073 | Recursively removing directory: /tmp/git.vtqpF6/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.649 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.649 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.652 | 78076 | Recursively removing directory: /tmp/git.DUmw31/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.654 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.654 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.653 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.658 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.660 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.664 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.666 | 99250 | Added a new worker 12 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.667 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.667 | 78072 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.667 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.667 | 78072 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.667 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HuD8YN +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.667 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.668 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.669 | 99251 | Added a new worker 12 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.670 | 78072 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.670 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.670 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.670 | 78072 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.670 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d9s2g8 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.681 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.682 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.683 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.683 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.688 | 99249 | Marked run 1904 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.689 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.694 | 99248 | Marked run 1903 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.694 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.701 | 78076 | Recursively removing directory: /tmp/git.d9s2g8/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.702 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.702 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.703 | 78073 | Recursively removing directory: /tmp/git.HuD8YN/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.704 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.704 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.706 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.709 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.714 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.716 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.717 | 99269 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.717 | 78072 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.717 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.717 | 78072 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.716 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.717 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xvEnfU +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.719 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.722 | 99268 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.722 | 78072 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.722 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.722 | 78072 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.723 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.723 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ls2LQC +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.732 | 99266 | Marked run 1906 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.733 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.732 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.734 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.735 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.738 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.739 | 99267 | Marked run 1905 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.739 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.754 | 78073 | Recursively removing directory: /tmp/git.ls2LQC/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.749 | 78076 | Recursively removing directory: /tmp/git.xvEnfU/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.750 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.750 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.755 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.756 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.756 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.760 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.760 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.764 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 99286 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 78072 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 78072 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.764 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.764 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.765 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W621UT +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.766 | 99287 | Added a new worker 10 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.766 | 78072 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.766 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.766 | 78072 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.766 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.767 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RIBaC0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.785 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.786 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.787 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.788 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.789 | 99285 | Marked run 1908 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.790 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.798 | 99284 | Marked run 1907 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.798 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.806 | 78073 | Recursively removing directory: /tmp/git.RIBaC0/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.801 | 78076 | Recursively removing directory: /tmp/git.W621UT/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.803 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.803 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.807 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.807 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.811 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 99303 | Added a new worker 12 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78072 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.812 | 78072 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.812 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EfqbYY +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.817 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.817 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.817 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.818 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.820 | 99305 | Added a new worker 12 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.820 | 78072 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.820 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.820 | 78072 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.821 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mSo9G +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.822 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.836 | 99302 | Marked run 1909 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.836 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.837 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.838 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.842 | 99304 | Marked run 1910 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.843 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.845 | 78076 | Recursively removing directory: /tmp/git.EfqbYY/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.846 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.846 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.850 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.854 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.854 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.855 | 78073 | Recursively removing directory: /tmp/git.8mSo9G/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.857 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.857 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.860 | 99321 | Added a new worker 10 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.860 | 78072 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.860 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.860 | 78072 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.860 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jLNr45 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.861 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.862 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.865 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.866 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.867 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.867 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.867 | 99323 | Added a new worker 13 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.868 | 78072 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.868 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.868 | 78072 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.869 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.869 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TjNfTm +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.883 | 78076 | Recursively removing directory: /tmp/git.jLNr45/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.885 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.885 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.885 | 99320 | Marked run 1911 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.888 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.889 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.893 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.893 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.894 | 99322 | Marked run 1912 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.894 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.896 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.897 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.898 | 99332 | Added a new worker 8 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.898 | 78072 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.898 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.898 | 78072 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.898 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JJJEgO +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.899 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.902 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.903 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.911 | 99331 | Marked run 1913 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.911 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.918 | 78073 | Recursively removing directory: /tmp/git.TjNfTm/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.919 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.919 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.920 | 78076 | Recursively removing directory: /tmp/git.JJJEgO/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.921 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.921 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.923 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.925 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.928 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.928 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.930 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 99349 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 99350 | Added a new worker 10 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.930 | 78072 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.930 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GsfJvb +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.931 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.931 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4wMOZS +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.936 | 78073 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.942 | 78076 | Checking out revision HEAD +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.942 | 78073 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.943 | 78076 | Going to run: ./ci +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.968 | 99347 | Marked run 1914 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.968 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.971 | 78073 | Recursively removing directory: /tmp/git.4wMOZS/ +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.972 | 78073 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.972 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.975 | 99348 | Marked run 1915 as finished +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.975 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.976 | 78076 | Recursively removing directory: /tmp/git.GsfJvb/ +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.978 | 78076 | Process exit code: 0 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.978 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.979 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.982 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.984 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.984 | 78073 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.986 | 78076 | Waiting for a new command +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 99367 | Added a new worker 14 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 99368 | Added a new worker 10 to the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.986 | 78072 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.986 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j1nIqa +2023-08-28 07:34:50 | INFO | 78073/cimple-worker: 2023-08-28 07:34:50.987 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jdl8ZO +2023-08-28 07:34:50 | INFO | 78070/cimple-server: 2023-08-28 07:34:50.989 | 78070 | Waiting for new connections +2023-08-28 07:34:50 | INFO | 78076/cimple-worker: 2023-08-28 07:34:50.999 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.000 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.000 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.003 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.006 | 99366 | Marked run 1917 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.007 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.011 | 99365 | Marked run 1916 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.011 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.014 | 78076 | Recursively removing directory: /tmp/git.j1nIqa/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.015 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.015 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.019 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.021 | 78073 | Recursively removing directory: /tmp/git.jdl8ZO/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.023 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.023 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.024 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.024 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.027 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.027 | 99384 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.028 | 78072 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.028 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.028 | 78072 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.028 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eihZea +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.029 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.032 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.032 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.035 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.036 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.038 | 99386 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.038 | 78072 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.038 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.038 | 78072 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.038 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.039 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8lyu4q +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.043 | 99383 | Marked run 1919 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.043 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.046 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.047 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.052 | 99385 | Marked run 1918 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.052 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.063 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.057 | 78076 | Recursively removing directory: /tmp/git.eihZea/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.059 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.059 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.067 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.066 | 78073 | Recursively removing directory: /tmp/git.8lyu4q/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.067 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.067 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.067 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.072 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 99404 | Added a new worker 15 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 78072 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 78072 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.076 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.076 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N5uPH7 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.076 | 99402 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.077 | 78072 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.077 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.077 | 78072 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.077 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.077 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MySoM6 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.088 | 99401 | Marked run 1920 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.088 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.089 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.090 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.091 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.092 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.094 | 99403 | Marked run 1921 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.094 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.109 | 78073 | Recursively removing directory: /tmp/git.N5uPH7/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.111 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.111 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.112 | 78076 | Recursively removing directory: /tmp/git.MySoM6/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.113 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.113 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.115 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.118 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.119 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.120 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.124 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 99421 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 78072 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.125 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WTZkSZ +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.124 | 78072 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.126 | 99422 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.126 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.126 | 78072 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.126 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.126 | 78072 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.126 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VqrzD0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.133 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.134 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.134 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.136 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.143 | 99419 | Marked run 1922 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.143 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.148 | 99420 | Marked run 1923 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.149 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.150 | 78073 | Recursively removing directory: /tmp/git.WTZkSZ/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.152 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.152 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.156 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.158 | 78076 | Recursively removing directory: /tmp/git.VqrzD0/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.160 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.160 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.161 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.161 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.162 | 99438 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.162 | 78072 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.162 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.162 | 78072 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.162 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BoCJXq +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.163 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.164 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.169 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.170 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.171 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.172 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.176 | 99440 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.176 | 78072 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.176 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.177 | 78072 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.177 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UxRGqa +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.177 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.192 | 99437 | Marked run 1924 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.193 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.197 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.198 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.199 | 99439 | Marked run 1925 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.200 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.206 | 78073 | Recursively removing directory: /tmp/git.BoCJXq/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.208 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.208 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.214 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.220 | 78076 | Recursively removing directory: /tmp/git.UxRGqa/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.221 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.221 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.225 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.229 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 99457 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 78072 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.230 | 78072 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.230 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hZjRLt +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.231 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.231 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.233 | 99458 | Added a new worker 11 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.233 | 78072 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.233 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.233 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.235 | 78072 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.233 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WuY7hh +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.236 | 99455 | Marked run 1926 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.236 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.241 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.242 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.249 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.248 | 99456 | Marked run 1927 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.248 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.253 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.256 | 78076 | Recursively removing directory: /tmp/git.WuY7hh/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.257 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.257 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.263 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.266 | 78073 | Recursively removing directory: /tmp/git.hZjRLt/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.268 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.268 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.269 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.272 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.276 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.276 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.276 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.276 | 99474 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.276 | 78072 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.276 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.276 | 78072 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.276 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qWLIU9 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.277 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.282 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.283 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.283 | 99476 | Added a new worker 9 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.283 | 78072 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.283 | 78072 | Removed worker 9 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.283 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.283 | 78072 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.284 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UAuYU4 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.292 | 99473 | Marked run 1929 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.293 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.293 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.295 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.298 | 99475 | Marked run 1928 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.299 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.303 | 78076 | Recursively removing directory: /tmp/git.qWLIU9/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.304 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.304 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.308 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.314 | 78073 | Recursively removing directory: /tmp/git.UAuYU4/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.315 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.315 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.319 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.322 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.322 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.325 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.325 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.326 | 99494 | Added a new worker 15 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.326 | 78072 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.326 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.326 | 78072 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.326 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wQKIyq +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 99493 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 78072 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.327 | 78072 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.327 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z5LGCe +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.335 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.336 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.337 | 99491 | Marked run 1930 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.338 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.343 | 99492 | Marked run 1931 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.343 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.344 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.345 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.354 | 78076 | Recursively removing directory: /tmp/git.Z5LGCe/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.355 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.355 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.359 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.367 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.368 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.375 | 99510 | Added a new worker 11 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.375 | 78072 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.375 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.375 | 78072 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.372 | 78073 | Recursively removing directory: /tmp/git.wQKIyq/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.374 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.374 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.376 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.376 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XrLI9z +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.378 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 99512 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 78072 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.382 | 78072 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.382 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.382 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KU0OQ3 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.385 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.386 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.387 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.388 | 99509 | Marked run 1933 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.388 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.388 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.400 | 99511 | Marked run 1932 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.401 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.405 | 78073 | Recursively removing directory: /tmp/git.KU0OQ3/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.406 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.406 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.414 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.410 | 78076 | Recursively removing directory: /tmp/git.XrLI9z/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.412 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.412 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.415 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.415 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.417 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.422 | 99528 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.422 | 78072 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.422 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.422 | 78072 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.422 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HeRUVV +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.423 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.424 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.424 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.424 | 99530 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.425 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.426 | 78072 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.426 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.426 | 78072 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.427 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.427 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RqIwtc +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.428 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.436 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.440 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.441 | 99527 | Marked run 1935 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.441 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.446 | 99529 | Marked run 1934 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.446 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.450 | 78073 | Recursively removing directory: /tmp/git.HeRUVV/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.451 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.451 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.455 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.459 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.459 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.460 | 99546 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.460 | 78072 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.460 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.460 | 78072 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.460 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2MVgVj +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.461 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.468 | 78076 | Recursively removing directory: /tmp/git.RqIwtc/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.469 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.469 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.470 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.473 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.473 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.474 | 99545 | Marked run 1936 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.474 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.478 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.478 | 99553 | Added a new worker 8 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.478 | 78072 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.478 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.478 | 78072 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.479 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.478 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.479 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QnxPnY +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.483 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.486 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.492 | 99548 | Marked run 1937 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.492 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.493 | 78073 | Recursively removing directory: /tmp/git.2MVgVj/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.495 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.495 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.499 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.502 | 78076 | Recursively removing directory: /tmp/git.QnxPnY/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.504 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.504 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.503 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.504 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.508 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.511 | 99564 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.511 | 78072 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.511 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.511 | 78072 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.511 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ZDHQs +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.512 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.513 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.513 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.514 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KVw3mG +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.513 | 99566 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.514 | 78072 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.514 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.514 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.514 | 78072 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.519 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.520 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.519 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.521 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.529 | 99563 | Marked run 1938 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.529 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.534 | 99565 | Marked run 1939 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.535 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.536 | 78073 | Recursively removing directory: /tmp/git.3ZDHQs/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.537 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.537 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.541 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.547 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.546 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.547 | 99582 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.547 | 78072 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.547 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.547 | 78072 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.548 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zBnbh0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.548 | 78076 | Recursively removing directory: /tmp/git.KVw3mG/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.549 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.549 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.552 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.553 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.557 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.557 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.560 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.560 | 99584 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.560 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.560 | 78072 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.561 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.561 | 78072 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.561 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8iZhZR +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.567 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.571 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.573 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.574 | 99583 | Marked run 1941 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.574 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.580 | 99581 | Marked run 1940 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.581 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.591 | 78076 | Recursively removing directory: /tmp/git.8iZhZR/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.586 | 78073 | Recursively removing directory: /tmp/git.zBnbh0/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.587 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.587 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.592 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.593 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.593 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.596 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.596 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.596 | 99600 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.596 | 78072 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.596 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.596 | 78072 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.596 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J3fLOh +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.597 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.599 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.603 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.604 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.604 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.608 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.608 | 99602 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.608 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.608 | 78072 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.608 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.608 | 78072 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.609 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0iUKwI +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.616 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.618 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.623 | 99599 | Marked run 1942 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.623 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.627 | 78073 | Recursively removing directory: /tmp/git.J3fLOh/ +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.627 | 99601 | Marked run 1943 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.628 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.628 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.628 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.639 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.643 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.644 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.644 | 78076 | Recursively removing directory: /tmp/git.0iUKwI/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.645 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.645 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.658 | 99618 | Added a new worker 11 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.658 | 78072 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.658 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.658 | 78072 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.659 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.661 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xOE8nh +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.662 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.667 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.668 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.671 | 99620 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.671 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.671 | 78072 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.671 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.671 | 78072 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.673 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L7arty +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.679 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.680 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.683 | 99617 | Marked run 1944 as finished +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.683 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.683 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.684 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.690 | 99619 | Marked run 1945 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.690 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.698 | 78073 | Recursively removing directory: /tmp/git.xOE8nh/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.699 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.699 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.702 | 78076 | Recursively removing directory: /tmp/git.L7arty/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.703 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.703 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.708 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.708 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.708 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.708 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.712 | 99637 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.712 | 78072 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.712 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.712 | 78072 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.712 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.712 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.713 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4rfUaE +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.718 | 99638 | Added a new worker 11 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.719 | 78072 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.719 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.719 | 78072 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.720 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.720 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lEHJz3 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.724 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.725 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.726 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.727 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.734 | 99635 | Marked run 1946 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.735 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.742 | 99636 | Marked run 1947 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.742 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.744 | 78076 | Recursively removing directory: /tmp/git.lEHJz3/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.746 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.746 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.755 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.749 | 78073 | Recursively removing directory: /tmp/git.4rfUaE/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.750 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.750 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.755 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.755 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.761 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.761 | 99654 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.761 | 78072 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.761 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.762 | 78072 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.762 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P212zc +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.763 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.763 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.763 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.768 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.768 | 99656 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.768 | 78072 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.768 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.768 | 78072 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.769 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9zEwpq +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.770 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.771 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.774 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.775 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.786 | 99653 | Marked run 1949 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.787 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.790 | 99655 | Marked run 1948 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.791 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.800 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.795 | 78076 | Recursively removing directory: /tmp/git.P212zc/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.796 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.796 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.795 | 78073 | Recursively removing directory: /tmp/git.9zEwpq/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.796 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.796 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.801 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.804 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.805 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.805 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 99673 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78072 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78072 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 99674 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.805 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.806 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N1ij1j +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.806 | 78072 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.806 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.806 | 78072 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.806 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.43cQrX +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.816 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.820 | 99672 | Marked run 1951 as finished +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.820 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.821 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.823 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.824 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.832 | 99671 | Marked run 1950 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.833 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.839 | 78076 | Recursively removing directory: /tmp/git.43cQrX/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.840 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.840 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.842 | 78073 | Recursively removing directory: /tmp/git.N1ij1j/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.844 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.844 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.845 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.848 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.849 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.849 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.849 | 99691 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.849 | 78072 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.849 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.849 | 78072 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.850 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.svDwtx +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.851 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.853 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.854 | 99692 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.855 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.856 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.856 | 78072 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.856 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.856 | 78072 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.857 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.853 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.864 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U5PrCU +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.871 | 78076 | Recursively removing directory: /tmp/git.svDwtx/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.872 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.873 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.873 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.873 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.877 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.878 | 99690 | Marked run 1952 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.878 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.882 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.882 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.882 | 99689 | Marked run 1953 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.883 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.884 | 99706 | Added a new worker 6 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.884 | 78072 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.884 | 78072 | Removed worker 6 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.884 | 78072 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.884 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aipYnw +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.885 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.889 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.891 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.903 | 78073 | Recursively removing directory: /tmp/git.U5PrCU/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.904 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.904 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.906 | 99701 | Marked run 1954 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.906 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.909 | 78076 | Recursively removing directory: /tmp/git.aipYnw/ +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.910 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.910 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.910 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.914 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.914 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.915 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.918 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 99718 | Added a new worker 14 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 99719 | Added a new worker 10 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.918 | 78072 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.919 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lLIPiu +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.919 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PPt48U +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.925 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.926 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.931 | 78076 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.932 | 78076 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.935 | 99716 | Marked run 1955 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.935 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.939 | 99717 | Marked run 1956 as finished +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.940 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.946 | 78073 | Recursively removing directory: /tmp/git.PPt48U/ +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.947 | 78073 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.947 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.950 | 78076 | Recursively removing directory: /tmp/git.lLIPiu/ +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.952 | 78076 | Process exit code: 0 +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.952 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.952 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.956 | 78073 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.956 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.960 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.960 | 99735 | Added a new worker 12 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.960 | 78072 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.960 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.960 | 78072 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.960 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rRmbrC +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.961 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.966 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.970 | 78073 | Checking out revision HEAD +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.972 | 78073 | Going to run: ./ci +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.972 | 99737 | Added a new worker 13 to the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.973 | 78072 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.973 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.965 | 78076 | Waiting for a new command +2023-08-28 07:34:51 | INFO | 78076/cimple-worker: 2023-08-28 07:34:51.973 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ozAAfB +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.973 | 78072 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:51 | INFO | 78070/cimple-server: 2023-08-28 07:34:51.973 | 78070 | Waiting for new connections +2023-08-28 07:34:51 | INFO | 78073/cimple-worker: 2023-08-28 07:34:51.984 | 78073 | Recursively removing directory: /tmp/git.rRmbrC/ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.003 | 99734 | Marked run 1957 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.003 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.002 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.004 | 78073 | Process output: 415087 bytes +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.011 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.012 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.014 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.014 | 99736 | Marked run 1958 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.015 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.019 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.019 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.019 | 99749 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.020 | 78072 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.020 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.020 | 78072 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.021 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RPPEsW +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.022 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.026 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.027 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.033 | 99745 | Marked run 1959 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.034 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.036 | 78076 | Recursively removing directory: /tmp/git.ozAAfB/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.037 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.037 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.043 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.045 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.045 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.048 | 78073 | Recursively removing directory: /tmp/git.RPPEsW/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.049 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.049 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.048 | 99762 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.048 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.053 | 78072 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.053 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.053 | 78072 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.054 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a9vSXN +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.055 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.059 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.062 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.063 | 99764 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.063 | 78072 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.063 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.063 | 78072 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.064 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lCANkQ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.065 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.067 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.067 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.070 | 99761 | Marked run 1960 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.070 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.073 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.076 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.084 | 78076 | Recursively removing directory: /tmp/git.a9vSXN/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.090 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.090 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.093 | 99763 | Marked run 1961 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.093 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.095 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.099 | 78073 | Recursively removing directory: /tmp/git.lCANkQ/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.100 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.100 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.102 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.102 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.105 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.109 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.109 | 99780 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.110 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t3S48q +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.109 | 78072 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.110 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.110 | 78072 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.112 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.112 | 99782 | Added a new worker 8 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.112 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.112 | 78072 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.112 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.113 | 78072 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.112 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.117 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qDe8NL +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.119 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.120 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.124 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.125 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.128 | 99779 | Marked run 1962 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.128 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.134 | 99781 | Marked run 1963 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.134 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.139 | 78076 | Recursively removing directory: /tmp/git.t3S48q/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.140 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.140 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.143 | 78073 | Recursively removing directory: /tmp/git.qDe8NL/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.144 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.144 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.145 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.149 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.149 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.149 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.152 | 99798 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.152 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.152 | 78072 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.152 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.153 | 78072 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.153 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KG5Dg8 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.157 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.157 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.158 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.163 | 99800 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.163 | 78072 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.163 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.163 | 78072 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.164 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kNL9VM +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.165 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.170 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.170 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.171 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.175 | 99799 | Marked run 1965 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.176 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.183 | 99797 | Marked run 1964 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.184 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.189 | 78076 | Recursively removing directory: /tmp/git.KG5Dg8/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.189 | 78073 | Recursively removing directory: /tmp/git.kNL9VM/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.191 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.191 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.194 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.190 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.190 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.196 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.199 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.199 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.199 | 99817 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.199 | 78072 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.199 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.199 | 78072 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.200 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.200 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.200 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.201 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2qXqOf +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.204 | 99818 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.204 | 78072 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.204 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.205 | 78072 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.205 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tCVZNh +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.205 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.212 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.213 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.213 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.214 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.220 | 99816 | Marked run 1967 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.220 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.231 | 78073 | Recursively removing directory: /tmp/git.tCVZNh/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.232 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.232 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.233 | 99815 | Marked run 1966 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.234 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.235 | 78076 | Recursively removing directory: /tmp/git.2qXqOf/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.237 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.237 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.237 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.241 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.241 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.241 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.248 | 99834 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.248 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.249 | 78072 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.249 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.249 | 78072 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.249 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kD7Amv +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.253 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 99836 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.257 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 78072 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.257 | 78072 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.257 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.258 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RjBrKT +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.265 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.266 | 99833 | Marked run 1969 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.266 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.267 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.271 | 99835 | Marked run 1968 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.271 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.278 | 78073 | Recursively removing directory: /tmp/git.kD7Amv/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.279 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.279 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.284 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.286 | 78076 | Recursively removing directory: /tmp/git.RjBrKT/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.287 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.287 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.292 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.296 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.297 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 99854 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 78072 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.297 | 78072 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.298 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fwsiFR +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.299 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.299 | 99853 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.300 | 78072 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.300 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.300 | 78072 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.300 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mg8dAS +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.300 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.309 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.308 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.310 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.313 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.313 | 99851 | Marked run 1970 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.313 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.319 | 99852 | Marked run 1971 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.319 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.327 | 78073 | Recursively removing directory: /tmp/git.fwsiFR/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.328 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.328 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.332 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.329 | 78076 | Recursively removing directory: /tmp/git.mg8dAS/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.331 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.331 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.335 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.338 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.340 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 99871 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 78072 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.342 | 78072 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.342 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.349 | 99872 | Added a new worker 11 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.349 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.349 | 78072 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.349 | 78072 | Removed worker 11 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.349 | 78072 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.350 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GY9THA +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.350 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2ddP5I +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.359 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.361 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.362 | 99869 | Marked run 1972 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.362 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.363 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.364 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.371 | 99870 | Marked run 1973 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.371 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.376 | 78073 | Recursively removing directory: /tmp/git.2ddP5I/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.377 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.377 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.381 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.384 | 78076 | Recursively removing directory: /tmp/git.GY9THA/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.385 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.385 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.386 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.386 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.386 | 99888 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.386 | 78072 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.386 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.386 | 78072 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.386 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3XvEGw +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.387 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.390 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.394 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.395 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.397 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.397 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.402 | 99890 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.402 | 78072 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.402 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.402 | 78072 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.402 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.403 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3PqT06 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.413 | 99887 | Marked run 1974 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.413 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.414 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.417 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.420 | 99889 | Marked run 1975 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.421 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.425 | 78073 | Recursively removing directory: /tmp/git.3XvEGw/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.426 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.426 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.430 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.435 | 78076 | Recursively removing directory: /tmp/git.3PqT06/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.436 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.436 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.437 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.441 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.437 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.445 | 99906 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.445 | 78072 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.445 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.445 | 78072 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.445 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.btOPDy +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.446 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.446 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.446 | 99908 | Added a new worker 8 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.447 | 78072 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.447 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.447 | 78072 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.447 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.447 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I4C9bt +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.463 | 99905 | Marked run 1976 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.463 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.468 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.469 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.472 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.473 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.475 | 99907 | Marked run 1977 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.475 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.486 | 78073 | Recursively removing directory: /tmp/git.btOPDy/ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.491 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.488 | 78076 | Recursively removing directory: /tmp/git.I4C9bt/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.489 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.489 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.487 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.487 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.494 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.495 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.496 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 99925 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 78072 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 78072 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.499 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b6H5ew +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.499 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.498 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.500 | 99926 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.500 | 78072 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.500 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.500 | 78072 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.500 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SsdM6Y +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.501 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.506 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.507 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.507 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.508 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.522 | 99923 | Marked run 1978 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.523 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.527 | 78076 | Recursively removing directory: /tmp/git.SsdM6Y/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.529 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.529 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.534 | 99924 | Marked run 1979 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.534 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.534 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.535 | 78073 | Recursively removing directory: /tmp/git.b6H5ew/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.537 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.537 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.539 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.540 | 99942 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.540 | 78072 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.540 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.540 | 78072 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.539 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.540 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xzB1JD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.541 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.541 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.546 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.546 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.546 | 99944 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.546 | 78072 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.546 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.546 | 78072 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.546 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4bh0lV +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.547 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.549 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.550 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.553 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.554 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.571 | 99941 | Marked run 1981 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.572 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.576 | 99943 | Marked run 1980 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.577 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.580 | 78076 | Recursively removing directory: /tmp/git.xzB1JD/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.582 | 78073 | Recursively removing directory: /tmp/git.4bh0lV/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.583 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.583 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.586 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.587 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.582 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.582 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.591 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.592 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.592 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.592 | 99962 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.592 | 78072 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.592 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.592 | 78072 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.592 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NITLzm +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 99961 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 78072 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 78072 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.593 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.593 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CzIBb7 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.593 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.600 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.601 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.606 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.607 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.607 | 99960 | Marked run 1983 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.608 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.614 | 99959 | Marked run 1982 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.615 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.621 | 78076 | Recursively removing directory: /tmp/git.CzIBb7/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.622 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.622 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.625 | 78073 | Recursively removing directory: /tmp/git.NITLzm/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.626 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.626 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.627 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.631 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.631 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.631 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.635 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.636 | 99979 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.636 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.636 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GSU2Z4 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.636 | 78072 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.636 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.636 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.636 | 78072 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.637 | 99980 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.638 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.638 | 78072 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.638 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.638 | 78072 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.638 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SimxYQ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.645 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.645 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.646 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.647 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.659 | 99977 | Marked run 1985 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.659 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.661 | 78076 | Recursively removing directory: /tmp/git.GSU2Z4/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.662 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.662 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.664 | 99978 | Marked run 1984 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.664 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.668 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.669 | 78073 | Recursively removing directory: /tmp/git.SimxYQ/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.670 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.670 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.674 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.674 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.674 | 99996 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.674 | 78072 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.674 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.674 | 78072 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.675 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PboqUE +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.675 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.677 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.681 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.682 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.682 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 99998 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 78072 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.682 | 78072 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.683 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0aEN0G +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.689 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.690 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.701 | 99995 | Marked run 1986 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.702 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.707 | 78076 | Recursively removing directory: /tmp/git.PboqUE/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.713 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.713 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.718 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.720 | 99997 | Marked run 1987 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.721 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.726 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.728 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.729 | 78073 | Recursively removing directory: /tmp/git.0aEN0G/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.730 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.730 | 78073 | Process output: 415086 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.732 | 100014 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.732 | 78072 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.732 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.733 | 78072 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.733 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xtwfe0 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.734 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.735 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.739 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.739 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.743 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.743 | 100016 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.743 | 78072 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.743 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.743 | 78072 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.743 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.743 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XCrJdD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.745 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.750 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.752 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.753 | 100013 | Marked run 1988 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.754 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.760 | 100015 | Marked run 1989 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.760 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.770 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.764 | 78076 | Recursively removing directory: /tmp/git.xtwfe0/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.765 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.765 | 78076 | Process output: 415087 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.771 | 78073 | Recursively removing directory: /tmp/git.XCrJdD/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.772 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.772 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.774 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.774 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.777 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.781 | 100032 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.781 | 78072 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.781 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.781 | 78072 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.781 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.782 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MwzNMe +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.783 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.788 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.788 | 100034 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.788 | 78072 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.788 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.788 | 78072 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.788 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s3i82S +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.789 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.794 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.801 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.801 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.803 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.807 | 100031 | Marked run 1990 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.808 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.812 | 100033 | Marked run 1991 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.812 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.818 | 78073 | Recursively removing directory: /tmp/git.s3i82S/ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.824 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.819 | 78076 | Recursively removing directory: /tmp/git.MwzNMe/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.821 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.821 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.819 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.820 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.826 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.828 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.828 | 100051 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.829 | 78072 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.829 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.829 | 78072 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.828 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.829 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UpIRhZ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.829 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.831 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.831 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.831 | 100052 | Added a new worker 12 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.832 | 78072 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.832 | 78072 | Removed worker 12 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.832 | 78072 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.832 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iXOoTp +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.833 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.840 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.841 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.842 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.842 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.855 | 100050 | Marked run 1992 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.856 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.860 | 100049 | Marked run 1993 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.860 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.865 | 78076 | Recursively removing directory: /tmp/git.iXOoTp/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.866 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.866 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.871 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.867 | 78073 | Recursively removing directory: /tmp/git.UpIRhZ/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.868 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.868 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.873 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.875 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.876 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.878 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.884 | 100070 | Added a new worker 14 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.884 | 78072 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.884 | 78072 | Removed worker 14 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.884 | 78072 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.884 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.878 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.885 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fw3XcQ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.885 | 100069 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.886 | 78072 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.886 | 78072 | Removed worker 13 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.886 | 78072 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.886 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IH30a8 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.887 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.892 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.895 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.897 | 100067 | Marked run 1995 as finished +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.898 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.898 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.899 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.902 | 100068 | Marked run 1994 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.903 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.911 | 78076 | Recursively removing directory: /tmp/git.IH30a8/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.912 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.912 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.917 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.920 | 78073 | Recursively removing directory: /tmp/git.Fw3XcQ/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.921 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.921 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.922 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.922 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.926 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.930 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.932 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.932 | 100086 | Added a new worker 15 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.932 | 78072 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.932 | 78072 | Removed worker 15 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.932 | 78072 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.932 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.933 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.phHqFQ +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.934 | 100088 | Added a new worker 8 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.934 | 78072 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.934 | 78072 | Removed worker 8 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.934 | 78072 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.934 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.935 | 78073 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mM4yVM +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.939 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.939 | 100085 | Marked run 1997 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.940 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.940 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.945 | 78073 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.946 | 78073 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.950 | 100087 | Marked run 1996 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.950 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.955 | 78076 | Recursively removing directory: /tmp/git.phHqFQ/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.956 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.956 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.961 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.965 | 78076 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.968 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.973 | 100104 | Added a new worker 10 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.974 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.974 | 78073 | Recursively removing directory: /tmp/git.mM4yVM/ +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.975 | 78073 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.975 | 78073 | Process output: 415088 bytes +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.974 | 78076 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hl5KE5 +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.974 | 78072 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.974 | 78072 | Removed worker 10 from the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.974 | 78072 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.979 | 78076 | Checking out revision HEAD +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.980 | 78076 | Going to run: ./ci +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.981 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78073/cimple-worker: 2023-08-28 07:34:52.985 | 78073 | Waiting for a new command +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.985 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.987 | 100108 | Added a new worker 13 to the queue +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.987 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.993 | 100101 | Marked run 1998 as finished +2023-08-28 07:34:52 | INFO | 78070/cimple-server: 2023-08-28 07:34:52.993 | 78070 | Waiting for new connections +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.998 | 78076 | Recursively removing directory: /tmp/git.hl5KE5/ +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.999 | 78076 | Process exit code: 0 +2023-08-28 07:34:52 | INFO | 78076/cimple-worker: 2023-08-28 07:34:52.999 | 78076 | Process output: 415088 bytes +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.002 | 100106 | Marked run 1999 as finished +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.003 | 78070 | Waiting for new connections +2023-08-28 07:34:53 | INFO | 78076/cimple-worker: 2023-08-28 07:34:53.009 | 78076 | Waiting for a new command +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.005 | 78070 | Waiting for new connections +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.009 | 78070 | Waiting for new connections +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.010 | 100115 | Added a new worker 10 to the queue +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.010 | 78070 | Waiting for new connections +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.021 | 100114 | Marked run 2000 as finished +2023-08-28 07:34:53 | INFO | 78070/cimple-server: 2023-08-28 07:34:53.022 | 78070 | Waiting for new connections
-----------------------------Captured log teardown------------------------------
2023-08-28 07:34:54 | INFO | Terminating process 78076/cimple-worker +2023-08-28 07:34:54 | INFO | 78076/cimple-worker: 2023-08-28 07:34:54.201 | 78076 | Shutting down +2023-08-28 07:34:54 | INFO | Terminating process 78073/cimple-worker +2023-08-28 07:34:54 | INFO | 78073/cimple-worker: 2023-08-28 07:34:54.204 | 78073 | Shutting down +2023-08-28 07:34:54 | INFO | Terminating process 78070/cimple-server +2023-08-28 07:34:54 | INFO | 78070/cimple-server: 2023-08-28 07:34:54.206 | 78070 | Shutting down
\ No newline at end of file -- cgit v1.2.3